Get Conferences

GET {{baseUrl}}/accounts/:accountId/conferences?name=<string>&minCreatedTime=<string>&maxCreatedTime=<string>&pageSize=1000&pageToken=<string>

Returns a max of 1000 conferences, sorted by createdTime from oldest to newest.

NOTE: If the number of conferences in the account is bigger than pageSize, a Link header (with format <{url}>; rel="next") will be returned in the response. The url can be used to retrieve the next page of conference records.

Request Params

KeyDatatypeRequiredDescription
namestringFilter results by the name field.
minCreatedTimestringFilter results to conferences which have a createdTime after or at minCreatedTime (in ISO8601 format).
maxCreatedTimestringFilter results to conferences which have a createdTime before or at maxCreatedTime (in ISO8601 format).
pageSizenumberSpecifies the max number of conferences that will be returned.
pageTokenstringNot intended for explicit use. To use pagination, follow the links in the Link header of the response, as indicated in the endpoint description.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;completedTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;conferenceEventUrl&quot;:&quot;\u003curi\u003e&quot;,&quot;conferenceEventMethod&quot;:&quot;POST&quot;,&quot;tag&quot;:&quot;\u003cstring\u003e&quot;,&quot;activeMembers&quot;:[{&quot;callId&quot;:&quot;\u003cstring\u003e&quot;,&quot;conferenceId&quot;:&quot;\u003cstring\u003e&quot;,&quot;memberUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;mute&quot;:&quot;\u003cboolean\u003e&quot;,&quot;hold&quot;:&quot;\u003cboolean\u003e&quot;,&quot;callIdsToCoach&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;callId&quot;:&quot;\u003cstring\u003e&quot;,&quot;conferenceId&quot;:&quot;\u003cstring\u003e&quot;,&quot;memberUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;mute&quot;:&quot;\u003cboolean\u003e&quot;,&quot;hold&quot;:&quot;\u003cboolean\u003e&quot;,&quot;callIdsToCoach&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}]},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;completedTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;conferenceEventUrl&quot;:&quot;\u003curi\u003e&quot;,&quot;conferenceEventMethod&quot;:&quot;POST&quot;,&quot;tag&quot;:&quot;\u003cstring\u003e&quot;,&quot;activeMembers&quot;:[{&quot;callId&quot;:&quot;\u003cstring\u003e&quot;,&quot;conferenceId&quot;:&quot;\u003cstring\u003e&quot;,&quot;memberUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;mute&quot;:&quot;\u003cboolean\u003e&quot;,&quot;hold&quot;:&quot;\u003cboolean\u003e&quot;,&quot;callIdsToCoach&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;callId&quot;:&quot;\u003cstring\u003e&quot;,&quot;conferenceId&quot;:&quot;\u003cstring\u003e&quot;,&quot;memberUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;mute&quot;:&quot;\u003cboolean\u003e&quot;,&quot;hold&quot;:&quot;\u003cboolean\u003e&quot;,&quot;callIdsToCoach&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}]}]