Show Social Post Grid
const url = 'https://api.wink.travel/api/managing-entity/company-1/studio/managed-social/post/grid';const options = { method: 'POST', headers: {'Wink-Version': '2.0', 'Content-Type': 'application/json'}, body: '{"skip":0,"take":30,"sort":"","status":"","platform":"","term":"","scheduledDate":""}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.wink.travel/api/managing-entity/company-1/studio/managed-social/post/grid \ --header 'Content-Type: application/json' \ --header 'Wink-Version: 2.0' \ --data '{ "skip": 0, "take": 30, "sort": "", "status": "", "platform": "", "term": "", "scheduledDate": "" }'Show posts for state.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Load grid for this ID
Example
company-1Header Parameters
Section titled “Header Parameters ”Request Body required
Section titled “Request Body required ”State body
object
Number of records to be skipped by the pager.
Example
0Number of records to take.
Example
10Descriptors used for sorting result set.
object
Descriptors used for sorting result set
Example
ascData set field to sort on
Example
hotel.nameStatus of post.
Example
APPROVEDPlatform to publish to
Example
WINK_LINKSKeyword search.
Example
testSearch by scheduled date
object
Retrieve data range starting with and including this start date
Example
2020-12-24Retrieve data range ending with and including this end date
Example
2020-12-31Responses
Section titled “ Responses ”OK
object
object
Document UUID
Datetime this record was first created
Datetime this record was last updated
Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.
The user ID that owns the account
The owner entity this entry associates with
The template identifier that was used to create this post
Status of post.
The structural intent of this post.
The language style used for this post.
Type of post.
A link to go with the text
object
A url url
Description of url
Top 5
Optional geo-location
object
A single entry array under most circumstances in the language the post was created for.
object
Use as title or short text description
Longer text description
Indicate which language this description is written in.
Whether it was user or system generated.
The md5 hash of the name, description and language.
CDN image assets. Most social networks support more than one image [but no more than 10]
object
Document identifier
Use this identifier to communicate with Cloudinary.
Whether Cloudinary media is a VIDEO or IMAGE.
Currently ONLY using Cloudinary to store all image / video assets.
Sort allows you to control how you want to sort this record in a list of media records.
Media angle
Media width in pixels.
Media height in pixels.
Instead of deleting the media, choose to un-publish it instead for later re-use. Could be you keep seasonal images of the property.
Supported OTA specification PIC code. See OTA geoname data
Localized media captions to give user some context about where this media was taken.
object
Use as title or short text description
Longer text description
Indicate which language this description is written in.
Whether it was user or system generated.
The md5 hash of the name, description and language.
Associate this media with a specific lifestyle type. A user searching and filtering inventory based on lifestyles can be shown relevant media first.
Whether image has attribution properties
object
URL to contributor
Name of contributor
True if media width is greater or equal to height
ZoneId-aware date for exactly when the post goes out.
Timezone code.
Which platform to post to.
Extended metadata
object
Platform response to go along with the status. Mostly for use with errors.
object
object
object
Example
{ "content": [ { "id": "", "createdDate": "", "lastUpdate": "", "version": "", "userIdentifier": "", "ownerIdentifier": "", "customizationIdentifier": "", "status": "DRAFT", "postType": "TRANSACTIONAL", "toneOfVoice": "NEUTRAL", "type": "MANUAL", "link": "", "location": "", "descriptions": [ "" ], "multimedias": [ null ], "userTags": [ "" ], "hashTags": [ "" ], "scheduledDate": "", "timezone": "", "platform": "WINK_LINKS", "metadata": "", "statusText": "" } ]}Bad Request
object
object
Example generated
{ "type": "https://example.com", "title": "example", "status": 1, "detail": "example", "instance": "https://example.com", "properties": { "additionalProperty": "example" }}object
object
object
object
object
object
object
object
Unauthorized
object
object
Forbidden
object
object
Internal Server Error
object
Example generated
{}