/apps/{app_id}/tags
Gets tags for a given app.
Request
GET http://unravel-host
:3000/api/v1/apps/{app_id}/tags
Path parameters
Name | Type | Description |
---|---|---|
| string | App ID |
Query parameters
None.
Response body
Name | Type | Description |
---|---|---|
| string | Username |
| string | Project name |
| string | Department name |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/apps/hive_20190531170145_12ccd59c-cecf-457b-b440-86b5f187097c/tags" -H "accept: application/json" -H "Authorization: JWT token
"