"Returns an array of updates that are currently in the buffer for an individual social media profile.
get/profiles/{id}/updates/pending{mediaTypeExtension}
Path parameters
idstring required
mediaTypeExtension'.json' required
Query parameters
pageinteger
Specifies the page of status updates to receive. If not specified the first page of results will be returned.
countinteger
Specifies the number of status updates to receive. If provided, must be between 1 and 100.
sincestring date
Specifies a unix timestamp which only status updates created after this time will be retrieved.
utcboolean
If utc is set times will be returned relative to UTC rather than the users associated timezone.
Response
OK