Overview
Configuration is provided for establishing connections with the Linkedin REST service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from a service resource.
Insert data
Use REST Destination component to insert data into service resource.
Quick Start
In this task, we will show you step-by-step how to create a connection to Linkedin REST API using COZYROC's REST Connection Manager.
Congratulations! You have now established a connection to your Linkedin instance.
In this guide, we will show how to read data from the Linkedin service resource using the COZYROC REST Source component.
In this guide, we will show how to write data to the Linkedin service resource using the COZYROC REST Destination component.
Configuration
Base URL address: https://api.linkedin.com/v2
.
- OAuth 2
-
The authentication uses an authorized token. The token will be refreshed with the following expression:
{{=Date.now() + (response.expires_in - 300) * 1000}}
.The authentication has the following user-defined parameters:
- client_id: Required. Specify client ID of application.
- client_secret: Required. Specify client Secret of application.
- redirect_uri: Required. Specify redirect_uri of you app
- Scope:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Bearer {{=token.Access}}
-
X-RestLi-Protocol-Version:
2.0.0
Documentation: https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/socialActions
.
The result is extracted from:{{=_.values(response.results)}}
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of URNs to retrieve.
The following request parameters will be automatically processed:
-
ids:
{{=parameters.ids.split(',')}}
- commentsSummary
Field components:
- Contains the following components: totalFirstLevelComments, aggregatedTotalComments.
- $URN
Template: ShortText.
- likesSummary
Field components:
- Contains the following components: likedByCurrentUser, totalLikes.
- target
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/socialActions/{{=parameters.urn}}/likes
.The action has the following user-defined parameters:
- urn: Required. Specify share|post|comment URN.
- [Create] action
-
Endpoint URL address:
/socialActions/{{=item['$URN']}}/likes
.
- [Delete] action
-
Endpoint URL address:
/socialActions/{{=item['$URN']}}/likes/{{=item.actor}}
.Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#delete-a-like.
- object
Template: ShortText.
- $URN
Template: ShortText.
- actor
Template: ShortText.
- created
Template: AuditStamp. A read-only field.
- lastModified
Template: AuditStamp. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/socialActions/{{=parameters.urn}}/comments
.The action has the following user-defined parameters:
- urn: Required. Specify share|post|comment URN.
- [Create] action
-
Endpoint URL address:
/socialActions/{{=item['$URN']}}/comments
.Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-comment.
- [Delete] action
-
Endpoint URL address:
/socialActions/{{=item['$URN']}}/comments/{{=item.id}}
.
- id
A key field. Template: ShortText.
- object
Template: ShortText.
- actor
Template: ShortText.
- created
Template: AuditStamp. A read-only field.
- lastModified
Template: AuditStamp. A read-only field.
- message
Field components:
-
Uses template:
LongText
. - Contains the following components: attributes, text.
-
Uses template:
- $URN
Template: ShortText.
- content
Field components:
- An array.
- Contains the following components: type, entity, url.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/originalArticles
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of article identifiers to retrieve.
The following request parameters will be automatically processed:
-
ids:
List({{=parameters.ids}})
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/articles-api#look-up-articles-by-ids.
- [Read author] action
-
Endpoint URL address:
/originalArticles?q=authors
.The following request parameters will be automatically processed:
-
q:
authors
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/articles-api#retrieve-articles-by-author.
-
q:
- [Read permalink] action
-
Endpoint URL address:
.
The action has the following user-defined parameters:
- links: Required. Comma separated (,) list of perma links to retrieve.
The following request parameters will be automatically processed:
-
q:
permlinks
-
permlinks:
List({{=parameters.links}})
- [Delete] action
-
Endpoint URL address:
/originalArticles/{{=item.id}}
.Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/articles-api#delete-articles.
- id
A key field. Template: ShortText.
- authors
Field components:
- An array.
- Contains the following components: author, type.
- content
Field components:
- Contains the following components: com.linkedin.publishing.HtmlContent.
- coverImage
Field components:
-
Uses template:
ShortText
. - Contains the following components: caption, croppedImage.
-
Uses template:
- created
Template: UnixTime.
- displayImage
Template: ShortText.
- lastModified
Template: UnixTime.
- newsArticle
Template: ShortText.
- permlink
Template: ShortText.
- publishedAt
Template: UnixTime.
- state
Template: ShortText.
- title
Template: ShortText.
- version
Data type: DT_I4
Based on resource template Base.
- [Read domain] action
-
Endpoint URL address:
/organizations
.The action has the following user-defined parameters:
- domain: Required. Specify email domain.
The following request parameters will be automatically processed:
-
q:
emailDomain
-
emailDomain:
List({{=parameters.domain}})
The resource includes the fields from the Organization template.
- followerCount
Data type: DT_I4 The value is gathered from
/networkSizes/urn:li:organization:{{=item.id}}
address. The gathered value is processed with{{=response.firstDegreeSize}}
expression.- children
The value is gathered from
/organizations
address. The gathered value is processed with{{=response.elements}}
expression. Field components:- An array.
-
Uses template:
Organization
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizationAcls
.The following request parameters will be automatically processed:
-
q:
roleAssignee
-
q:
- [Read organization] action
-
Endpoint URL address:
/organizationAcls
.The action has the following user-defined parameters:
- organizationURN: Required. Specify organization URN.
The following request parameters will be automatically processed:
-
q:
organization
-
organization:
{{=parameters.organizationURN}}
- state
Template: ShortText.
- role
Template: ShortText.
- roleAssignee
Template: ShortText.
- organizationTarget
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/invitations
.
- [Create] action
-
Endpoint URL address:
/invitations
.Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/communications/invitations#creating-invitations.
- id
A key field. Template: ShortText.
- created
Template: UnixTime. A read-only field.
- invitee
Template: ShortText.
- inviter
Template: ShortText. A read-only field.
- lastModified
Template: UnixTime. A read-only field.
- message
Field components:
-
Uses template:
ShortText
. - Contains the following components: com.linkedin.invitations.InvitationMessage, string.
-
Uses template:
- sentAt
Template: UnixTime. A read-only field.
- state
Template: ShortText.
- validationToken
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/groupDefinitions
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of group identifiers to retrieve.
The following request parameters will be automatically processed:
-
ids:
List({{=_.map(parameters.ids.split(','), function(id) { return '(id:' + id + ')'; }).join()}})
Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-definitions#retrieving-group-definitions.
- [Update] action
-
Endpoint URL address:
/groupDefinitions/{{=item.id}}
.Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-definitions#updating-group-definitions.
- [Delete] action
-
Endpoint URL address:
/groupDefinitions/{{=item.id}}
.Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-definitions#deleting-group-definitions.
- id
A key field. Data type: DT_I4
- created
Template: AuditStamp. A read-only field.
- deleted
Template: AuditStamp. A read-only field.
- description
Template: LocaleString.
- lastModified
Template: AuditStamp. A read-only field.
- logoUrn
Template: ShortText.
- rules
Template: LocaleString.
- title
Template: LocaleString.
- type
Template: ShortText.
- vanityName
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/groupMemberships
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of group or member URNs to retrieve.
The following request parameters will be automatically processed:
-
ids:
List({{=_.map(parameters.ids.split(','), function(id) { return '(id:' + id + ')'; }).join()}})
Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-memberships#retrieving-group-memberships.
- [Read member] action
-
Endpoint URL address:
/groupMemberships
.The action has the following user-defined parameters:
- member: Required. Specify person URN.
The following request parameters will be automatically processed:
-
q:
member
-
member:
{{=parameters.member}}
Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-memberships#retrieving-all-group-memberships-of-a-member.
- [Read group] action
-
Endpoint URL address:
/groupMemberships
.The action has the following user-defined parameters:
- group: Required. Specify group URN.
The following request parameters will be automatically processed:
-
q:
group
-
group:
{{=parameters.group}}
Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-memberships#retrieving-all-group-memberships-of-a-group.
- [Create] action
-
Endpoint URL address:
/groupMemberships
.The following request parameters will be automatically processed:
-
action:
membershipAction
Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-memberships#creating-and-updating-group-memberships.
-
action:
- [Delete] action
-
Endpoint URL address:
/groupMemberships/({{=item.group || item.member}})
.Documentation: https://docs.microsoft.com/en-us/linkedin/compliance/integrations/groups/group-memberships#deleting-group-memberships.
- created
Template: AuditStamp. A read-only field.
- group
Template: ShortText.
- joined
Template: AuditStamp. A read-only field.
- lastModified
Template: AuditStamp. A read-only field.
- member
Template: ShortText.
- status
Template: ShortText. A read-only field.
- availableActions
Template: ShortText.
- deleted
Template: AuditStamp. A read-only field.
- action
Template: ShortText.
- members
Template: LongText. A composite field.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/messages
.Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/communications/messages#create-a-new-message.
- id
A key field. Template: ShortText.
- recipients
Template: LongText. A composite field.
- subject
Template: ShortText.
- body
Template: ShortText.
- messageType
Template: ShortText.
- thread
Template: ShortText.
- attachments
Template: LongText. A composite field.
- [Read] action
-
Endpoint URL address:
/organizationPageStatistics?q=organization&organization={{=encodeURIComponent(parameters.organizationURN) + (parameters.get('timeIntervals') ? '&timeIntervals=' + parameters.timeIntervals : '')}}
.
The result is extracted from:{{=response.elements}}
.The action has the following user-defined parameters:
- organizationURN: Required. Specify organization URN.
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/page-statistics.
- [Read Brand] action
-
Endpoint URL address:
/brandPageStatistics?q=brand&brand={{=encodeURIComponent(parameters.brandURN) + (parameters.get('timeIntervals') ? '&timeIntervals=' + parameters.timeIntervals : '')
.
The result is extracted from:{{=response.elements}}
.The action has the following user-defined parameters:
- brandURN: Required. Specify brand URN.
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/page-statistics.
- organization
Template: ShortText.
- pageStatisticsByCountry
Field components:
- An array.
- Contains the following components: country, pageStatistics.
- pageStatisticsByFunction
Field components:
- An array.
- Contains the following components: function, pageStatistics.
- pageStatisticsByIndustry
Field components:
- An array.
- Contains the following components: industry, pageStatistics.
- pageStatisticsByRegion
Field components:
- An array.
- Contains the following components: region, pageStatistics.
- pageStatisticsBySeniority
Field components:
- An array.
- Contains the following components: seniority, pageStatistics.
- pageStatisticsByStaffCountRange
Field components:
- An array.
- Contains the following components: staffCountRange, pageStatistics.
- totalPageStatistics
Field components:
-
Uses template:
Views
. - Contains the following components: clicks, views.
-
Uses template:
- [Read] action
-
The result is extracted from:{{=response.elements}}
.
The result is paginated.The following request parameters will be automatically processed:
-
start:
{{=parameters.iterator}}
-
count:
{{=parameters.batchSize}}
-
fields:
{{=_.filter(parameters.fields, function(field) { return field.indexOf('.') == -1; }).join()}}
-
_includeUserParameters:
{{=parameters}}
-
start:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{={ patch: { '$set': item } } }}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/people
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of profile identifiers to retrieve.
The following request parameters will be automatically processed:
-
ids:
List({{=_.map(parameters.ids.split(','), function(id) { return '(id:' + id + ')'; }).join()}})
- id
A key field. Template: ShortText.
- firstName
Template: MultiLocaleString.
- localizedFirstName
Template: ShortText.
- lastName
Template: MultiLocaleString.
- localizedLastName
Template: ShortText.
- maidenName
Template: MultiLocaleString.
- localizedMaidenName
Template: ShortText.
- headline
Template: MultiLocaleString.
- localizedHeadline
Template: ShortText.
- profilePicture
Field components:
-
Uses template:
ShortText
. - Contains the following components: displayImage.
-
Uses template:
- vanityName
Template: ShortText.
- geoLocation
Field components:
-
Uses template:
ShortText
. - Contains the following components: geo, autoGenerated.
-
Uses template:
- address
Template: MultiLocaleString.
- backgroundImage
Field components:
-
Uses template:
CropInfo
. - Contains the following components: cropInfo, pictureId, croppedPictureId, customUpload.
-
Uses template:
- birthDate
Template: Date.
- certifications
Field components:
- An array.
- Contains the following components: id, authority, company, endMonthYear, licenseNumber, name, startMonthYear, url.
- contactInstructions
Template: MultiLocaleString.
- courses
Field components:
- An array.
- Contains the following components: id, name, number, occupation.
- educations
Field components:
- An array.
- Contains the following components: id, activities, degreeName, endMonthYear, fieldsOfStudy, grade, memberRichContents, notes, program, school, schoolName, startMonthYear.
- honors
Field components:
- An array.
- Contains the following components: id, description, issueDate, issuer, occupation, title.
- ims
Field components:
- An array.
- Contains the following components: id, provider.
- languages
Field components:
- An array.
- Contains the following components: id, name, proficiency.
- maritalStatus
Template: ShortText.
- organizations
Field components:
- An array.
- Contains the following components: id, description, endMonthYear, name, occupation, position, startMonthYear.
- patents
Field components:
- An array.
- Contains the following components: id, applicationNumber, description, filingDate, inventors, issueDate, issuer, number, pending, title, url.
- phoneNumbers
Field components:
- An array.
- Contains the following components: number, type.
- projects
Field components:
- An array.
- Contains the following components: id, description, endMonthYear, Members, occupation, singleDate, startMonthYear, title, url.
- publications
Field components:
- An array.
- Contains the following components: id, authors, date, description, name, publisher, url.
- skills
Field components:
- An array.
- Contains the following components: id, name.
- supportedLocales
Field components:
- An array.
-
Uses template:
Locale
.
- testScores
Field components:
- An array.
- Contains the following components: date, description, name, occupation, score.
- volunteeringExperiences
Field components:
- An array.
- Contains the following components: id, cause, company, companyName, description, endMonthYear, role, singleDate, startMonthYear.
- volunteeringInterests
Field components:
- An array.
- websites
Field components:
- An array.
- Contains the following components: category, label, url.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/connections
.
- to
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/endorsement/urn:li:endorsement:(urn:li:person:{{=parameters.ids}})
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of profile identifiers to retrieve.
Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/reputation-guides/endorsement#retrieve-endorsements.
- [Read type] action
-
Endpoint URL address:
/endorsement
.The action has the following user-defined parameters:
- type: Required. Can be: endorser, recipient.
- status: Required. Specify endorsement status. Separate multiple statuses with comma (,).
The following request parameters will be automatically processed:
-
q:
{{=parameters.type}}
-
statusFilters:
List({{=parameters.status}})
- [Create] action
-
Endpoint URL address:
/endorsement
.Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/reputation-guides/endorsement#create-endorsements.
- id
A key field. Data type: DT_I8
- recipient
Template: ShortText.
- item
Field components:
- Contains the following components: nonStandardEntity.
- status
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- endorser
Template: ShortText. A read-only field.
- lastModified
Template: UnixTime. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/recommendations/urn:li:recommendation:(urn:li:person:{{=parameters.ids}})
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of profile identifiers to retrieve.
Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/reputation-guides/recommendation#retrieve-recommendations.
- [Read type] action
-
Endpoint URL address:
/recommendation
.The action has the following user-defined parameters:
- type: Required. Can be: recipient, recommender, descendant.
- status: Required. Specify endorsement status. Separate multiple statuses with comma (,).
The following request parameters will be automatically processed:
-
q:
{{=parameters.type}}
-
statusFilters:
List({{=parameters.status}})
- [Create] action
-
Endpoint URL address:
/recommendation
.Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/reputation-guides/recommendation#create-recommendation.
- id
A key field. Data type: DT_I8
- message
Template: ShortText.
- recommendationText
Template: ShortText.
- recommendee
Template: ShortText.
- recommendeeEntity
Template: ShortText.
- recommenderEntity
Template: ShortText.
- relationship
Template: ShortText.
- subject
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- lastModified
Template: UnixTime. A read-only field.
- recommender
Template: ShortText. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/recommendationRequest/urn:li:recommendationRequest:(urn:li:person:{{=parameters.ids}})
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of profile identifiers to retrieve.
Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/reputation-guides/recommendation-request#retrieve-recommendation-requests.
- [Read type] action
-
Endpoint URL address:
/recommendationRequest
.The action has the following user-defined parameters:
- type: Required. Can be: recipient, requester.
- status: Required. Specify endorsement status. Separate multiple statuses with comma (,).
The following request parameters will be automatically processed:
-
q:
{{=parameters.type}}
-
statusFilters:
List({{=parameters.status}})
- [Create] action
-
Endpoint URL address:
/recommendationRequest
.Documentation: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/reputation-guides/recommendation-request#create-recommendation-requests.
- id
A key field. Data type: DT_I8
- notification
Field components:
-
Uses template:
ShortText
. - Contains the following components: message, subject.
-
Uses template:
- previousRecommendation
Template: ShortText.
- requestee
Template: ShortText.
- requesteeEntity
Template: ShortText.
- requesterEntity
Template: ShortText.
- relationship
Template: ShortText.
- created
Template: UnixTime. A read-only field.
- lastModified
Template: UnixTime. A read-only field.
- status
Template: ShortText. A read-only field.
- numRequests
Data type: DT_I4 A read-only field.
- requester
Template: ShortText. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/ugcPosts
.
The result is extracted from:{{=_.values(response.results)}}
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of UGC Post Urns to retrieve.
The following request parameters will be automatically processed:
-
ids:
List({{=parameters.ids}})
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#batch-get-ugc-posts.
- [Read author] action
-
Endpoint URL address:
/ugcPosts
.The action has the following user-defined parameters:
- authors: Required. Specify author Urn to retrieve UGC posts.
The following request parameters will be automatically processed:
-
q:
authors
-
authors:
List({{=parameters.authors}})
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#find-ugc-posts-by-authors.
- [Read container] action
-
Endpoint URL address:
/ugcPosts
.The action has the following user-defined parameters:
- entities: Required. Comma separated (,) list of group Urns to retrieve UGC Posts.
The following request parameters will be automatically processed:
-
q:
containerEntities
-
containerEntities:
List({{=parameters.entities}})
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#find-ugc-posts-by-container-entities.
- [Read permalink] action
-
Endpoint URL address:
/ugcPosts
.The action has the following user-defined parameters:
- suffixes: Required. Comma separated (,) list of permalink suffixes to retrieve UGC Posts.
The following request parameters will be automatically processed:
-
q:
permalinkSuffixes
-
permalinkSuffixes:
List({{=parameters.suffixes}})
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#find-ugc-posts-by-permalink-suffixes.
- [Create] action
-
Endpoint URL address:
/ugcPosts
.Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#create-organic-ugc-posts.
- id
A key field. Template: ShortText.
- author
Template: ShortText.
- clientApplication
Template: ShortText.
- lifecycleState
Template: ShortText.
- containerEntity
Template: ShortText.
- contentCertificationRecord
Template: ShortText.
- specificContent
Field components:
- Contains the following components: com.linkedin.ugc.ShareContent.
- targetAudience
Field components:
- Contains the following components: targetedEntities.
- versionTag
Template: ShortText.
- visibility
Field components:
-
Uses template:
ShortText
. - Contains the following components: com.linkedin.ugc.MemberNetworkVisibility, com.linkedin.ugc. SponsoredContentVisibility.
-
Uses template:
- created
Template: AuditStamp. A read-only field.
- deleted
Template: AuditStamp. A read-only field.
- distribution
Field components:
- Contains the following components: distributedViaFollowFeed, externalDistribution.
- firstPublishedAt
Template: UnixTime. A read-only field.
- lastModified
Template: AuditStamp. A read-only field.
- responseContext
Field components:
-
Uses template:
ShortText
. - Contains the following components: parent, root.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/shares
.
The result is extracted from:{{=_.values(response.results)}}
.The action has the following user-defined parameters:
- ids: Required. Comma separated (,) list of Share Post Urns to retrieve.
The following request parameters will be automatically processed:
-
ids:
List({{=parameters.ids}})
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#retrieve-multiple-shares.
- [Read owner] action
-
Endpoint URL address:
/shares
.The action has the following user-defined parameters:
- suffixes: Required. Comma separated (,) list of permalink suffixes to retrieve UGC Posts.
The following request parameters will be automatically processed:
-
q:
owners
-
owners:
List({{=parameters.suffixes}})
-
sharesPerOwner:
1000
Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#find-shares-by-owner.
- [Create] action
-
Endpoint URL address:
/shares
.Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#post-shares.
- [Update] action
-
Endpoint URL address:
/shares/{{=item.id}}
.Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#update-shares.
- [Delete] action
-
Endpoint URL address:
/shares/{{=item.id}}
.Documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#delete-shares.
- id
A key field. Template: ShortText.
- activity
Template: ShortText.
- edited
Data type: DT_BOOL
- content
Field components:
-
Uses template:
ShortText
. - Contains the following components: contentEntities, shareMediaCategory, description, title.
-
Uses template:
- created
Template: AuditStamp.
- distribution
Field components:
- Contains the following components: linkedInDistributionTarget.
- lastModified
Template: AuditStamp.
- owner
Template: ShortText.
- agent
Template: ShortText.
- subject
Template: ShortText.
- text
Field components:
-
Uses template:
ShortText
. - Contains the following components: annotations, text.
-
Uses template:
- resharedShare
Template: ShortText.
- originalShare
Template: ShortText.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- Date
Field components:
- Contains the following components: day, month, year.
- UnixTime
Data type: DT_DBTIMESTAMP The gathered value is processed with
{{=value && new Date(value)}}
expression.- Locale
Field components:
-
Uses template:
ShortText
. - Contains the following components: country, language, variant.
-
Uses template:
- LocaleString
Field components:
-
Uses template:
Locale
. - Contains the following components: locale, value.
-
Uses template:
- MultiLocaleString
Field components:
-
Uses template:
Locale
. - Contains the following components: localized, preferredLocale.
-
Uses template:
- Member
Field components:
-
Uses template:
ShortText
. - Contains the following components: memberId, name.
-
Uses template:
- AuditStamp
Field components:
-
Uses template:
ShortText
. - Contains the following components: actor, impersonator, time.
-
Uses template:
- Attribute
Field components:
-
Uses template:
ShortText
. - Contains the following components: length, start, value.
-
Uses template:
- Text
Field components:
-
Uses template:
ShortText
. - Contains the following components: attributes, inferredLocale, text.
-
Uses template:
- Thumbnail
Field components:
-
Uses template:
ShortText
. - Contains the following components: altText, height, size, url, width.
-
Uses template:
- URNItem
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, $URN, name.
-
Uses template:
- Location
Field components:
-
Uses template:
ShortText
. - Contains the following components: $URN, name, countryGroupCode, countryCode, countryGroup, country, stateCode, states, adminLevel, parent, placeCode.
-
Uses template:
- CropInfo
Field components:
- Contains the following components: height, width, x, y.
- CroppedImage
Field components:
-
Uses template:
CropInfo
. - Contains the following components: cropInfo, cropped, original.
-
Uses template:
- Organization
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, localizedDescription, localizedName, logoV2, name, staffCountRange, vanityName, coverPhotoV2, defaultLocale, deleted, description, foundedOn, groups, industries, localizedSpecialties, locations, parentRelationship, specialties, versionTag, website, schoolAttributes, overviewPhotoV2, organizationStatus, organizationType, primaryOrganizationType.
-
Uses template:
- Views
Field components:
- Contains the following components: allDesktopPageViews, allMobilePageViews, allPageViews, careersPageViews, desktopCareersPageViews, desktopJobsPageViews, desktopLifeAtPageViews, desktopOverviewPageViews, jobsPageViews, lifeAtPageViews, mobileCareersPageViews, mobileJobsPageViews, mobileLifeAtPageViews, mobileOverviewPageViews, overviewPageViews.
What's New
- New: Support for 'Page Statistic' resource.
- New: Client Id and Client Secret are now configurable for the generated access token.
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.