get https://examplebaseURL.com/v1/api/apps//data/recording-file
Response Format
Parameter | Type | Description |
---|---|---|
recorderEID | String | The staff id of the recorder |
startAt | String | Recording start time |
endAt | String | Recording end time |
id | String | Recording file id, generated by CINNOX |
name | String | The Recording file name |
downloadUrl | String | The path for the recording file download |
duration | Number | The duration of the recording |
mimeType | String | The recording file type |
size | Number | The recording file size |
type | Integer | The file type 1: text, 2:file, 5:advanced |
isPrivate | String | The value must be true or false. It is "true" when the recording file is private, while it is "false" when it is not. |