Ordinal integration (Social, Marketing). Imported from open-connector.
https://app.tryordinal.com/api/v1/workspace
/profiles/scheduling
/profiles/engagement
/users
/labels
/posts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return, from 1 to 100. |
| cursor | string | optional | The pagination cursor from the previous Ordinal page. |
| ids | string | optional | One or more Ordinal UUIDs. |
| status | string | optional | The Ordinal post status. |
| channel | string | optional | The social channel to filter posts by. |
| linkedInProfileId | string | optional | Filter posts by LinkedIn profile ID. |
| xProfileId | string | optional | Filter posts by X/Twitter profile ID. |
| instagramProfileId | string | optional | Filter posts by Instagram profile ID. |
| tikTokProfileId | string | optional | Filter posts by TikTok profile ID. |
| youTubeProfileId | string | optional | Filter posts by YouTube channel profile ID. |
| labelIds | string | optional | One or more Ordinal UUIDs. |
| publishDateMin | string | optional | Only include posts scheduled on or after this datetime. |
| publishDateMax | string | optional | Only include posts scheduled on or before this datetime. |
| createdAtMin | string | optional | Only include posts created on or after this datetime. |
| createdAtMax | string | optional | Only include posts created on or before this datetime. |
| sortBy | string | optional | The post field to sort by. |
| sortOrder | string | optional | The sort order for Ordinal results. |
/posts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ordinal post ID. |
/ideas
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return, from 1 to 100. |
| cursor | string | optional | The pagination cursor from the previous Ordinal page. |
| ids | string | optional | One or more Ordinal UUIDs. |
| channel | string | optional | The social channel to filter ideas by. |
| linkedInProfileId | string | optional | Filter ideas by LinkedIn profile ID. |
| xProfileId | string | optional | Filter ideas by X/Twitter profile ID. |
| tikTokProfileId | string | optional | Filter ideas by TikTok profile ID. |
| youTubeProfileId | string | optional | Filter ideas by YouTube channel profile ID. |
| labelIds | string | optional | One or more Ordinal UUIDs. |
| createdAtMin | string | optional | Only include ideas created on or after this datetime. |
| createdAtMax | string | optional | Only include ideas created on or before this datetime. |
| sortBy | string | optional | The idea field to sort by. |
| sortOrder | string | optional | The sort order for Ordinal results. |
/ideas/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ordinal idea ID. |