META

getStatus

Query: getStatus&itemUuid=uuid1&stepUuid=uuid2

Gets the list of available assets for the project or asset group.

Reply

JSON

{
    "accepted": true,
    "query": "getStatus",
    "success": true,
    "message": "I've found a status.",
    "content": {
        "uuid": "unique-uid",
        "data": {"Some JSON Data"}
    }
}

Details