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