Show Application Tag Assignment
GET /services/api/v1/application_tag_assignments/{id}
Returns the requested application tag assignments.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the application tag assignment. |
Response
Results list.
- Example
- Schema
{
"id": "x4Ykp6my",
"application_id": "nyBnyvzM",
"application_tag_id": "mk6WpyzX"
}
Attribute | Type | Description |
---|---|---|
id | string | Application tag assignment ID. |
application_id | string | ID of the application. |
application_tag_id | string | ID of the application tag. |