Request
Basic information
| Field | Value |
|---|---|
| HTTP URL | https://api.dingtalk.io/v1.0/conference/roomCodes/{roomCode}/infos |
| HTTP Method | GET |
| Supported app types | appType-Internal app appType-Third-party enterprise app |
| Required 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. Obtain it as follows: - For an Internal app, call the Obtain the access token of an internal app API. - For a Third-party enterprise app, call the Obtain the access token of an authorized organization for a third-party app API. |
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| roomCode | String | Yes | The meeting code. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| nextToken | String | No | The pagination cursor. |
| maxResults | Integer | No | The page size. |
Request example
HTTPResponse
Response body
| Name | Type | Description |
|---|---|---|
| nextToken | String | The pagination cursor. |
| hasMore | Boolean | Whether more results are available. |
| totalCount | Integer | The total number of results. |
| conferenceList | Array | The list of meeting information. If the meeting code corresponds to a Book Meeting or a recurring meeting, the meeting code may correspond to multiple meeting instances. |
| conferenceId | String | The meeting ID. |
| title | String | The Title of the meeting. |
| roomCode | String | The meeting code. |
| externalLinkUrl | String | The link to join the conference. |
| status | Integer | The meeting status: - 0: Initialized - 1: Meeting ended - 2: Meeting started |
| startTime | Long | The meeting start timestamp, in milliseconds. |
| endTime | Long | The meeting end timestamp, in milliseconds. Returned after the meeting ends. |
| confDuration | Long | The meeting duration, in milliseconds. Returned after the meeting ends. |
| creatorId | String | The unionId of the meeting creator. |
| creatorNick | String | The Name of the meeting creator. |
| scheduleConferenceId | String | The Book Meeting ID. |
| bizType | String | The meeting business type: - 0: Instant Video Meeting - 3: Book Meeting - audio_conf: Audio Meeting |
Response body example
Error codes
If an error occurs when calling this API, look up the solution in the Global error codes document based on the error message.| HttpCode | Error code | Error message | Description |
|---|---|---|---|
| 400 | invalidRoomCode | invalidRoomCode | Invalid meeting code |
| 400 | missingRoomCode | missingRoomCode | Missing meeting code |
| 400 | paramError | paramError | Parameter error |
| 403 | noPermission | noPermission | No permission |
| 500 | systemError | systemError | System error |