cURL
curl --request GET \ --url https://api.mottostreaming.com/cms/entities/v1/{entity_id} \ --header 'Authorization: Bearer <token>'
{ "entity": { "project_id": "<string>", "id": "<string>", "type_id": "<string>", "name": "<string>", "description": "<string>", "thumbnail_asset_id": "<string>", "disabled": true, "fields": {}, "visibility": "VISIBILITY_UNSPECIFIED", "create_time": "2023-11-07T05:31:56Z", "localized_name": {}, "localized_description": {}, "localized_thumbnail_asset_id": {}, "logo_asset_id": "<string>", "localized_logo_asset_id": {}, "banner_asset_id": { "banner_asset_id": {} }, "localized_banner_asset_id": {} } }
GetEntity
Returns entity information by entity ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Entity represents some object, such as competition, conference, team or person.
Show child attributes