Skip Navigation

Opencollection API

GET /tag/

Get tags of an item

Tags are keywords that are related to an item. An item being an 'object', 'exhibition', 'artist', or 'archives_image'

Arguments

limit
An integer indicating how many results to return Integer
offset
An integer indicating at which index of the full result set to begin at Integer
item_id (required)
ID of the item whose tags you want to fetch Integer
item_type (required)
The type of the items whose tags you want to fetch. Valid values are 'object', 'exhibition', 'artist', or 'archives_image' String

Responses

200: An array of tags Returns Tag
default: Unexpected error Returns Error