cURL
curl --request GET \ --url https://api.mottostreaming.com/cms/standing_phases/v1/{standing_phase_id} \ --header 'Authorization: Bearer <token>'
{ "standing_phase": { "project_id": "<string>", "classifications": [ { "id": "<string>", "localized_name": {}, "localized_short_name": {}, "priority": "<string>" } ], "groups": [ { "entries": [ { "entity_id": "<string>", "entity_type": "<string>", "stats": {} } ], "localized_name": {} } ], "id": "<string>", "localized_name": {} } }
GetStandingPhase
Returns standing phase information by standing phase ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes