post/v1/recordings
https://managedservices-prod.rteappbuilder.com/
SAMPLE REQUEST
{
"passphrase": "host_passphrase",
"limit": 20,
"page": 1
}
success
recordings
TYPE: ARRAY
pagination
TYPE: OBJECT
total
TYPE: INTEGER
limit
TYPE: INTEGER
page
TYPE: INTEGER
invalid input or request body
error
TYPE: OBJECT
code
TYPE: INTEGER
message
TYPE: STRING
forbidden if whiteboard isnt setup for your project
error
TYPE: OBJECT
code
TYPE: INTEGER
message
TYPE: STRING
not found if passphrase is invalid
error
TYPE: OBJECT
code
TYPE: INTEGER
message
TYPE: STRING
internal server error
error
TYPE: OBJECT
code
TYPE: INTEGER
message
TYPE: STRING
SAMPLE RESPONSE
{
"recordings": "array",
"pagination": {
"total": 100,
"limit": 100,
"page": 100
}
}
SAMPLE RESPONSE
{
"error": {
"code": 611,
"message": "The API request is invalid, improperly formed, or missing a required field. Please refer to the API documentation to identify which parameters are valid for your request."
}
}
SAMPLE RESPONSE
{
"error": {
"code": 611,
"message": "The API request is invalid, improperly formed, or missing a required field. Please refer to the API documentation to identify which parameters are valid for your request."
}
}
SAMPLE RESPONSE
{
"error": {
"code": 611,
"message": "The API request is invalid, improperly formed, or missing a required field. Please refer to the API documentation to identify which parameters are valid for your request."
}
}
SAMPLE RESPONSE
{
"error": {
"code": 611,
"message": "The API request is invalid, improperly formed, or missing a required field. Please refer to the API documentation to identify which parameters are valid for your request."
}
}
Loading...