session_labels
Get Label By Id
get/api/v1/session_labels/{session_label_id}
Path parameters
session_label_idinteger required
Response
Successful Response
Example response
{
"session_id": 1,
"type": "auto-rating",
"code": "GOOD",
"user_email": "user@email.com",
"issue_categories": [
"Silent treatment"
],
"id": 1,
"timestamp": "2024-01-01T12:00:00Z"
}