META

getShots

Query: getShots&projectUuid=uuid1&sequenceUuid=uuid2

Gets the list of available shots for the project or sequence.

Reply

JSON

{
    "accepted": true,
    "query": "getShots",
    "success": true,
    "message": "I've got the shot list.",
    "content": {
        "shots": [ "unique-uid1", "unique-uid2", "unique-uid3" ]
    }
}

Details