Get a list of user-defined tags
get/userDefinedTags
Returns a list of user-defined tags.
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}
Name | Type | Required | Description |
---|---|---|---|
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 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The tags were returned. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema |