cURL
curl --request GET \ --url https://api.mottostreaming.com/cms/standing_phases/v1/batch \ --header 'Authorization: Bearer <token>'
{ "standing_phases": [ { "id": "<string>", "project_id": "<string>", "localized_name": {}, "classifications": [ { "id": "<string>", "localized_name": {}, "localized_short_name": {}, "priority": "<string>" } ], "groups": [ { "localized_name": {}, "entries": [ { "entity_id": "<string>", "entity_type": "<string>", "stats": {} } ] } ] } ] }
BatchGetStandingPhases
Returns standing phases information by standing phase IDs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object