Request
Basic information
| Field | Value |
|---|---|
| HTTP URL | https://api.dingtalk.io/v1.0/conference/videoConferences/scheduleConferences/{scheduleConferenceId} |
| HTTP Method | GET |
| Supported app types | appType-Internal app appType-Third-party enterprise app |
| Permissions | permission-VideoConference.Conference.Read-Read permission for Video Meeting information |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
| x-acs-dingtalk-access-token | String | Yes | The access credential used to call this API: - For an internal app, call the Get the access token of an internal app API to obtain it. - For a third-party enterprise app, call the Get the access token of an authorized organization for a third-party app API to obtain it. |
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| scheduleConferenceId | String | Yes | The booked meeting ID. You can obtain it from the scheduleConferenceId field returned by the Create a booked meeting API. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| nextToken | String | No | The position from which to start reading. Leave it empty to start from the beginning. |
| maxResults | Integer | No | The maximum number of data records to read in this request. |
Request example
HTTPResponse
Response body
| Name | Type | Description |
|---|---|---|
| totalCount | Integer | The total number of data records that match the request conditions. This parameter is optional and may not be returned by default. |
| nextToken | String | The position read by this call. An empty value indicates that all data has been read. |
| conferenceList | Array | The list of meetings. |
| conferenceId | String | The meeting ID. |
| title | String | The meeting title. |
| roomCode | String | The meeting number. |
| status | Integer | The meeting status: - 0: Not started - 1: Ended - 2: In progress |
| startTime | Long | The meeting start time, as a UTC timestamp in milliseconds. |
| endTime | Long | The meeting end time, as a UTC timestamp in milliseconds. |
Response body example
Error codes
If an error is returned when you call this API, find the solution in the Global error codes documentation based on the error message.| HttpCode | Error code | Error message | Description |
|---|---|---|---|
| 400 | invalidScheduleConferenceId | invalidScheduleConferenceId | The booked meeting ID is invalid. |
| 400 | paramsError | error:%s | Parameter error. Check the input parameters. |
| 500 | systemError | systemError:%s | System error. |