Tag Fields
To fetch metadata of Tag object send a GET request to:
https://api.assembla.com/v1/meta/tags.(json|xml)
example. request json with curl utility:
curl -H "Authorization: bearer _token" https://api.assembla.com/v1/meta/tags.json
example. request xml with curl utility:
curl -H "Authorization: bearer _token" https://api.assembla.com/v1/meta/tags.xml
table below is the list of fields contained in the response, this list will be properly formatted to json or xml as requested.
Fields
| Param | Data type | Access | Description |
|---|---|---|---|
| id | integer | read | Tag id |
| name | string | read/write | Name of a tag |
| state | integer | read/write | Tag state, possible values are bolded:
|
| created_at | datetime | read | Date and time when tag was created. |
| updated_at | datetime | read | Date and time when tag was updated. |