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