Retrieve all queues associated with the current user’s company
curl --request GET \
--url https://api.example.com/v4/queue/company \
--header 'x-meetergo-api-user-id: <api-key>'[
{
"id": "<string>",
"type": "simpleRoundRobin",
"meetingTypeId": "<string>",
"companyId": "<string>",
"userCapacities": [
{
"userId": "<string>",
"capacity": 123
}
],
"userCustomLinks": [
{
"userId": "<string>",
"link": "<string>"
}
],
"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>"
}
]Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
User ID to act as when using API Key authentication (required with API Key)
Company queues retrieved successfully
Round robin queue type
simpleRoundRobin, advancedRoundRobin, equalDistribution Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
curl --request GET \
--url https://api.example.com/v4/queue/company \
--header 'x-meetergo-api-user-id: <api-key>'[
{
"id": "<string>",
"type": "simpleRoundRobin",
"meetingTypeId": "<string>",
"companyId": "<string>",
"userCapacities": [
{
"userId": "<string>",
"capacity": 123
}
],
"userCustomLinks": [
{
"userId": "<string>",
"link": "<string>"
}
],
"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>"
}
]