GetCreativeWork
Returns creative work information by creative work ID.
curl --request GET \ --url https://api.mottostreaming.com/cms/creative_works/v1/{creative_work_id} \ --header 'Authorization: Bearer <token>'
{ "creative_work": { "id": "<string>", "project_id": "<string>", "type_id": "<string>", "title": "<string>", "description": "<string>", "status": "CREATIVE_WORK_STATUS_UNSPECIFIED", "release_time": "2023-11-07T05:31:56Z", "thumbnail_asset_id": "<string>", "poster_asset_id": "<string>", "video_ids": [ "<string>" ], "fields": {}, "visibility": "VISIBILITY_UNSPECIFIED", "create_time": "2023-11-07T05:31:56Z", "localized_title": {}, "localized_description": {}, "localized_thumbnail_asset_id": {}, "localized_poster_asset_id": {} } }
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