Content
List content
List content
GET
https://example.thoughtindustries.com/incoming/v2/tags/contentReturns content items associated with the specified tags.
Example request
curl "https://example.thoughtindustries.com/incoming/v2/tags/content" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
ids | uuid[] | Yes | query | One or more tag UUIDs whose associated content to retrieve. |
Example response
{
"data": {
"ContentByTagIds": [
{
"id": "00000000-0000-0000-0000-000000000000",
"kind": "courses"
}
]
}
}Response fields
| Field | Type | Description |
|---|---|---|
[].id | uuid | Unique identifier of the content item. |
[].kind | TagContentKind | The content type, such as courses. |