Skip to main content

Tag

Tag List

Use this API to list all tags.

 GET /tag/list Try now

Query string parameters

FieldTypeDescription
firstRecord
required
integerFirst record to return. Default: 1
count
required
integerNumber of records to be returned from the first record Default: 20, Max count limit: 100
inUsebooleanIndicates if the tag is in use. 1-yes, 0-no
qstringfilter data by tag name

For general error details, click here.

Tag Details - Courses

Use this API to get a list of Courses that use a specific tag.

 GET /tag/{tagId}/detail Try now

Path parameters

FieldTypeDescription
tagId
required
integerA single tag ID

For general error details, click here.