Skip to content

Server API + Examples #11

@yelmam

Description

@yelmam

**All the data should be sent using POST method, please insert the JSON data into
using the following key: "key_data" *
*
Example:
request.setAttribute("key_data", JSON);

Command "Create recording request"
Title :: Create recording request
Description :: Creates a new recording on server
Params keys:: (string)key_name - recording name
JSON Tag :: command_create_recording
JSON Key :: key_command

Example:
{
"key_command": "command_create_recording",
"name": "Amazing Recording"
}

Command "Create recording response"
Title :: Create recording response
Description :: Response of creating new recording on server
Return keys:: (int)key_recording_id - Unique recording ID, (string)key_name
JSON Tag :: command_create_recording
JSON Key :: key_command

Example:
{
"key_command": "command_create_recording",
"key_recording_id": "12345",
"key_name": "Amazing Recording"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions