Identity Broker REST API Reference

UnboundID Logo

/tags

Mount Point: /auth/api/v1/tags/

GET

Retrieve a list of tags from the entire set of defined actions.

Parameters

name description type default
startIndex The index number of the first item to be provided in the results. A null value is equivalent to 0. query
count The maximum number of items to be provided in the results. A null value signifies no maximum. query
sortBy Specifies how the results should be sorted. Allowed values are defined by com.unboundid.policy.models.Tag#getSortsByEnumValues(). A null value returns items in an unspecified order. query NAME_ASCENDING
filterBy Specifies how filtering will occur. Allowed values are defined in com.unboundid.policy.models.Tag#getFiltersByEnumValues(). query
filter user-supplied input used for filtering. query
excludesList comma-separated list of ids to exclude from results. query

Response Body

result: tag
media types: application/json

Paged results of all requested tags.

Status Codes

code description
200 Success

POST

Creates a tag.

Request Body

element: tag
media types: application/json

The object to be created.

Response Body

result: tag
media types: application/json

The created tag.

Status Codes

code description
201 Success
400 Bad Request