Get a list of user-defined tags

get/userDefinedTags
Internal-Use Only

Returns a list of user-defined tags.

Request Samples

1

Response Samples

1{
2 "name": "string",
3 "start": 0,
4 "limit": 0,
5 "count": 0,
6 "accept": "string",
7 "links": [
8 {
9 "method": "string",
10 "rel": "string",
11 "uri": "string",
12 "href": "string",
13 "title": "string",
14 "type": "string",
15 "itemType": "string",
16 "responseType": "string",
17 "responseItemType": "string"
18 }
19 ],
20 "version": 0,
21 "items": [
22 {
23 "version": 0,
24 "id": "string",
25 "name": "string",
26 "creationTimeStamp": "0001-01-01T00:00:00Z",
27 "modifiedTimeStamp": "0001-01-01T00:00:00Z"
28 }
29 ]
30}

Query Parameters

NameTypeRequiredDescription
ObjectType
string
false

A query string that allows a search for tags by object type (project or model).

filter
string<filter-criteria>
false

The criteria for filtering the tags. For more information, see Filtering in REST APIs.

limit
integer<int32>
false

The maximum number of items to return in the request.

Default:
20
name
string
false

A query string that allows a search for tags by name.

start
integer<int32>
false

The starting index for the first item in a page. The index is 0-based. For more information about how pagination is applied to collections, see Pagination in REST APIs.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded. The tags were returned.HeadersSchema
400Bad RequestThe request was invalid.Schema