Post Results
Get post results
Get a paginated result for post results based on the applied filters
get/v1/post-results
Query parameters
offsetnumber
Number of items to skip
limitnumber
Number of items to return
post_idstring[]
Filter by post IDs. Multiple values imply OR logic (e.g., ?post_id=123&post_id=456).
platformstring[]
Filter by platform(s). Multiple values imply OR logic (e.g., ?platform=twitter&platform=facebook).
Response
Paginated data set for post results.
Example response
{
"meta": {
"next": "https://api.post-bridge.com/v1/items?offset=10&limit=10"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.