Home

/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

app_id

string

App ID

Query parameters

None.

Response body

Name

Type

Description

realUser

string

Username

project

string

Project name

dept

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"