Show information about a single taskTag in JSON format
This method returns a single taskTag JSON object with information about the element that has the specified id. You can change the format of the JSON response by specifying the format parameter.
Request
GET http://{hostname}:{port}
/taskTags/{id}?{parameters}
Accept: application/json
Parameter | Type | Required | Description |
---|---|---|---|
format | string | false | One of the format options; this parameter determines what information is included in the JSON response. If not specified, or if an unrecognized value is specified, the default format of "detail" will be used. |
Parameter | Type | Required | Description |
---|---|---|---|
id | string | true | The ID of the taskTag element. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept | application/json |
true |
For the format parameter, use one of the following format options:
list
- Primary properties, name, description, and color of the tag.
detail
- Identical to 'list' format.