TagValue OAPI

In Surpass, you can attach metadata (known as “tags”) to items and then use these tags to organise items when authoring content, creating tests, and viewing results. Tags are made up of “tag groups” and “tag values”.

Tags are made up of categorised containers called “tag groups” that contain individual tags called “tag values”. For example, a tag group called “difficulty” might have the following tag values: “Easy”, “Medium”, and “Hard”.

The TagValue OAPI resource is used to list and retrieve tag values. For information on tag groups, read TagGroup OAPI. To learn how to add tag values to items, read ItemMetadata OAPI.

NOTE: Tag values can be updated from a specified tag collection using the TagCollection OAPI. For more information, read 'Updating a tag value' in TagCollection OAPI.

This article explains what calls can be made to the Surpass OAPI using the TagValue resource.

Import this API into your Postman Workspace

In This Article

Listing tag values

get /oapi/TagValue

Send a request to the endpoint to retrieve a list of tag values. Refer to the available parameters to influence the response. No request body is required.

Retrieving tag value information

get /oapi/TagValue/{id}

Send a request to the endpoint to retrieve information for a specific tag value using its ID. No request body is required.

Error Codes

Refer to the following table for information on error codes that may be encountered when using this resource.

Further reading

Read the following articles to learn how to get started with the Surpass OAPI or more about similar APIs:

NOTE: This form is to provide feedback to help improve the Surpass Help documentation only. If you need live support, contact support@surpass.com.