POST api/Recorder/Start
Request Information
URI Parameters
None.
Body Parameters
ArchiveControlName | Description | Type | Additional information |
---|---|---|---|
ArchiveId | string |
None. |
|
SessionId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ArchiveId": "sample string 1", "SessionId": "sample string 2" }
application/xml, text/xml
Sample:
<ArchiveControl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AWaiver.Models"> <ArchiveId>sample string 1</ArchiveId> <SessionId>sample string 2</SessionId> </ArchiveControl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ArchiveName | Description | Type | Additional information |
---|---|---|---|
CreatedAt | integer |
None. |
|
Duration | integer |
None. |
|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
PartnerId | integer |
None. |
|
SessionId | string |
None. |
|
Reason | string |
None. |
|
HasVideo | boolean |
None. |
|
HasAudio | boolean |
None. |
|
Resolution | string |
None. |
|
OutputMode | OutputMode |
None. |
|
Size | integer |
None. |
|
Status | ArchiveStatus |
None. |
|
Url | string |
None. |
|
Password | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.