User
List user meetings
Retrieve a collection of meetings.
get/user/meetings
Query parameters
filterstring
Use the filter query parameter to retrieve just a subset of a collection.
searchstring
Use the search query parameter to restrict the results of a request to match a search criterion.
orderbystring
Use the orderby query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
skipinteger
Use the skip query parameter to set the number of items to skip at the start of a collection.
topinteger
Use the top query parameter to specify the page size of the result set.
Response
OK
Example response
{
"count": 100,
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"language": "en-US",
"created_at": "2017-07-21T17:32:28Z",
"scheduled_start_at": "2017-07-21T17:32:28Z",
"scheduled_end_at": "2017-07-21T17:32:28Z",
"internal_invitees": [
"NzAwNTUxOTA5NzczMTQ4MTYw"
],
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}
]
}