getSequences
Query: getSequences&projectUuid=uuid1
Gets the list of available sequences.
Reply
JSON
{
"accepted": true,
"query": "getSequences",
"success": true,
"message": "I've got the sequence list.",
"content": {
"sequences": [ "unique-uid1", "unique-uid2", "unique-uid3" ]
}
}
Details
- projectUuid: string. The UUID of the project.