Skip to main content
https://.thoughtindustries.com

Content

List content

List content

GEThttps://example.thoughtindustries.com/incoming/v2/tags/content

Returns 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

NameTypeRequiredLocationDescription
idsuuid[]YesqueryOne or more tag UUIDs whose associated content to retrieve.

Example response

{
  "data": {
    "ContentByTagIds": [
      {
        "id": "00000000-0000-0000-0000-000000000000",
        "kind": "courses"
      }
    ]
  }
}

Response fields

FieldTypeDescription
[].iduuidUnique identifier of the content item.
[].kindTagContentKindThe content type, such as courses.