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.
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": {}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Entity represents some object, such as competition, conference, team or person.
Show child attributes
System generated unique identifier for the entity.
The type id of the entity. For example competition. May be set to default when no custom fields are present.
VISIBILITY_UNSPECIFIED, VISIBILITY_PUBLISHED, VISIBILITY_UNLISTED, VISIBILITY_HIDDEN A map of localized names for this entity, for end users to see. The key is the language code (ISO 639 - set 1) (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2) e.g. "en-US", "en-GB", etc.
Leaving this field empty will default to the name field.
Show child attributes
A map of localized descriptions for this entity. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
Leaving this field empty will default to the description field.
Show child attributes
A map of localized thumbnail asset IDs for this entity. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
Leaving this field empty will default to the thumbnail_asset_id field.
Show child attributes
A map of localized logo asset IDs for this entity. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
Leaving this field empty will default to the logo_asset_id field.
Show child attributes
Show child attributes
A map of banner asset IDs for this entity. The key is the breakpoint min-width (in pixels) at which this banner should be shown. If you want a default banner for all screen sizes, you can use 0 as the key.
Show child attributes
A map of localized banner asset IDs for this entity. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
Leaving this field empty will default to the banner_asset_id field.
Show child attributes
Show child attributes
A map of banner asset IDs for this entity. The key is the breakpoint min-width (in pixels) at which this banner should be shown. If you want a default banner for all screen sizes, you can use 0 as the key.
Show child attributes