Social Posting
Get several Social Posts
Get several Social Posts.
get/social-posts
Query parameters
offsetinteger
The offset of the first social post to return
maxinteger
The maximum number of social posts to return
locationIdsstring[]
Return social posts for this locations
socialPostStatusesstring[]
Return social posts with these statuses
isStoreLocatorboolean
Is the post for store locator
campaignIdsstring[]
Return social posts for these campaigns
Response
Social Posts retrieved.
Example response
{
"response": {
"max": 10,
"count": 5,
"socialPosts": [
{
"publicationDate": "2024-06-25T11:01:00Z",
"timeZone": "Europe/Berlin"
}
]
}
}