Queue Members

A Queue Member is a subresource of a Queue resource and represents a Call currently in a particular Queue.

Resource properties

PropertyTypeDescription
uristringURI for this Queue Member resource, relative to the API base URL.
callIdstringID of the Call associated with this Queue Member.
dateEnqueuedstring date-timeDate that the Member was enqueued (GMT), given in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT).
dateEnqueuedISOstring date-timeDate that the Member was enqueued (UTC) in RFC3339 format (e.g., 2024-10-09T15:05:03.358Z).
waitTimeintegerNumber of seconds the Member has been in the queue.
positionintegerMember's current position in the Queue, 1 indexed.