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?tagIds[]=00000000-0000-0000-0000-000000000000" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
tagIds[] | uuid[] | Yes | query | One or more tag UUIDs whose associated content to retrieve (e.g. ?tagIds[]=<uuid>&tagIds[]=<uuid>). |
Example response
[
{
"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. |