Retrieve a specific queue with all its relations
curl --request GET \
--url https://api.example.com/v4/queue/{queueId} \
--header 'x-meetergo-api-user-id: <api-key>'{
"id": "<string>",
"type": "simpleRoundRobin",
"meetingTypeId": "<string>",
"companyId": "<string>",
"userCapacities": [
{
"userId": "<string>",
"capacity": 123
}
],
"roundRobinEntries": [
{
"id": 123,
"createdAt": "<string>",
"userId": "<string>",
"groupId": "<string>",
"appointmentId": "<string>",
"queueId": "<string>",
"selectionReason": "<string>"
}
],
"userGroups": [
{
"id": "<string>",
"users": [
{
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
}
],
"userIds": [
"<string>"
]
}
],
"userGroupIds": [
"<string>"
],
"users": [
{
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
}
],
"userIds": [
"<string>"
],
"createdAt": "<string>",
"updatedAt": "<string>",
"workspaceId": "<string>"
}User ID to act as when using API Key authentication (required with API Key)
ID of the queue
Queue retrieved successfully
simpleRoundRobin, advancedRoundRobin Show child attributes
Show child attributes
Show child attributes
Show child attributes
curl --request GET \
--url https://api.example.com/v4/queue/{queueId} \
--header 'x-meetergo-api-user-id: <api-key>'{
"id": "<string>",
"type": "simpleRoundRobin",
"meetingTypeId": "<string>",
"companyId": "<string>",
"userCapacities": [
{
"userId": "<string>",
"capacity": 123
}
],
"roundRobinEntries": [
{
"id": 123,
"createdAt": "<string>",
"userId": "<string>",
"groupId": "<string>",
"appointmentId": "<string>",
"queueId": "<string>",
"selectionReason": "<string>"
}
],
"userGroups": [
{
"id": "<string>",
"users": [
{
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
}
],
"userIds": [
"<string>"
]
}
],
"userGroupIds": [
"<string>"
],
"users": [
{
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
}
],
"userIds": [
"<string>"
],
"createdAt": "<string>",
"updatedAt": "<string>",
"workspaceId": "<string>"
}