Subscriptions
Get subscribers of an entity
GET
Authorizations
Enter JWT bearer token
Enter organization ID
Query Parameters
The ID of the entity
Example:
"123"
The type of entity to subscribe to
Available options:
ticket
Example:
"TICKET"
Response
200
application/json
Operation successful
The ID of the user
Example:
"123"
The name of the user
Example:
"John Doe"
The email of the user
Example:
"john@example.com"
The avatar of the user
Example:
"https://example.com/avatar.png"
The type of subscription
Available options:
manual
, auto
Example:
"manual"
The date when the user subscribed
Example:
"2024-02-13T12:00:00Z"