-
Notifications
You must be signed in to change notification settings - Fork 0
Post API Get Posts
Dominik Magdaleński edited this page Jul 3, 2019
·
1 revision
Returns a list of the 10 most recent posts you have view access to by default. The result is ordered by descending "id"
.
URL: https://dive-networks.com/api/rpc/34/get_posts
HTTP Method: GET
Required HTTP Header: Authorization: Token your-api-token-here
Optional query parameter: before_post
before_post
- "id"
of a post. Use this parameter if you
want to get list of 10 posts created before the before_post
.
Note that such list does not include the post of ID equal to before_post
.
Status: 200 OK
Body:
{
"count": (...count of all posts you have view access to...),
"result": [
{
(...Post fields...)
},
(...other 9 posts...)
]
}
HTTPie request:
http --follow https://dive-networks.com/api/rpc/34/get_posts Authorization:"Token your-api-token-here"
HTTPie response:
HTTP/1.1 200 OK
(...headers...)
{
"count": 120,
"result": [
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 126,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": false,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-06T06:41:30.558850-04:00",
"schedule_start": "2019-05-30T06:41:30.558850-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 125,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": false,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-06T06:31:32.969421-04:00",
"schedule_start": "2019-05-30T06:31:32.969421-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 124,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": false,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-05T06:02:47.181600-04:00",
"schedule_start": "2019-05-29T06:02:47.181600-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 123,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": false,
"media_type": null,
"override_end": "2019-05-23T05:20:57.657909-04:00",
"override_start": "2019-05-23T02:20:56.657909-04:00",
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-23T05:20:57.657909-04:00",
"schedule_start": "2019-05-23T05:20:56.657909-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 122,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": false,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-05T04:50:29.486382-04:00",
"schedule_start": "2019-05-23T05:20:57.657909-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 121,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": false,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-05T04:38:08.560024-04:00",
"schedule_start": "2019-05-29T04:38:08.560024-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 120,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-05T03:37:33.491261-04:00",
"schedule_start": "2019-05-29T03:37:33.491261-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 119,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-04T06:53:51.126431-04:00",
"schedule_start": "2019-05-28T06:53:51.126431-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 118,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-04T06:39:22.182035-04:00",
"schedule_start": "2019-05-28T06:39:22.182035-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "null",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 117,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": "youtube-video",
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T05:58:46.664936-04:00",
"schedule_start": "2019-05-23T05:58:46.664936-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "asdgsd",
"template": "content-list",
"text_color": "000000",
"text_layout": "auto",
"title": "Post from API",
"uploaded_file_s3_bucket": "asdgsdg",
"uploaded_file_s3_key": "asdg",
"uploaded_file_size_bytes": 1234,
"video_filename": "akjhdg",
"video_url": "http://skajdg.com",
"youtube_url": "http://youtube.com/asdfg"
}
]
}
HTTPie request:
http --follow https://dive-networks.com/api/rpc/34/get_posts?before_post=121 Authorization:"Token your-api-token-here"
HTTPie response:
HTTP/1.1 200 OK
(...headers...)
{
"count": 120,
"result": [
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 120,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-05T03:37:33.491261-04:00",
"schedule_start": "2019-05-29T03:37:33.491261-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 119,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-04T06:53:51.126431-04:00",
"schedule_start": "2019-05-28T06:53:51.126431-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "Bla bla bla...",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 118,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-06-04T06:39:22.182035-04:00",
"schedule_start": "2019-05-28T06:39:22.182035-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": null,
"template": "text",
"text_color": "000000",
"text_layout": "auto",
"title": "Post API Example",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "null",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 117,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": "youtube-video",
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T05:58:46.664936-04:00",
"schedule_start": "2019-05-23T05:58:46.664936-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "asdgsd",
"template": "content-list",
"text_color": "000000",
"text_layout": "auto",
"title": "Post from API",
"uploaded_file_s3_bucket": "asdgsdg",
"uploaded_file_s3_key": "asdg",
"uploaded_file_size_bytes": 1234,
"video_filename": "akjhdg",
"video_url": "http://skajdg.com",
"youtube_url": "http://youtube.com/asdfg"
},
{
"background_color": "ffffff",
"body": "null",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 116,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": "youtube-video",
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T05:28:31.102477-04:00",
"schedule_start": "2019-05-23T05:28:31.102477-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "asdgsd",
"template": "content-list",
"text_color": "000000",
"text_layout": "auto",
"title": "Post from API",
"uploaded_file_s3_bucket": "asdgsdg",
"uploaded_file_s3_key": "asdg",
"uploaded_file_size_bytes": 1234,
"video_filename": "akjhdg",
"video_url": "http://skajdg.com",
"youtube_url": "http://youtube.com/asdfg"
},
{
"background_color": "ffffff",
"body": "sdgasg kljshagl kjhskgdjh s\nsakdjglh skldgksdgkj hskjd.\nsakdjlh skjldg kksjgh.",
"content_zones": [
369
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 115,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T05:25:15-04:00",
"schedule_start": "2019-05-23T05:25:15-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "",
"template": "content-list",
"text_color": "000000",
"text_layout": "auto",
"title": "asdgasgdsag",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "a",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 114,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": "youtube-video",
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T05:20:57.657909-04:00",
"schedule_start": "2019-05-23T05:20:57.657909-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "asdgsd",
"template": "new-employee",
"text_color": "000000",
"text_layout": "auto",
"title": "Post from API",
"uploaded_file_s3_bucket": "asdgsdg",
"uploaded_file_s3_key": "asdg",
"uploaded_file_size_bytes": 1234,
"video_filename": "akjhdg",
"video_url": "http://skajdg.com",
"youtube_url": "http://youtube.com/asdfg"
},
{
"background_color": "ffffff",
"body": "a",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 113,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T05:20:28.607801-04:00",
"schedule_start": "2019-05-23T05:20:28.607801-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "asdgsd",
"template": "new-employee",
"text_color": "000000",
"text_layout": "auto",
"title": "Post from API",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": null
},
{
"background_color": "ffffff",
"body": "a",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 112,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T05:16:27.507153-04:00",
"schedule_start": "2019-05-23T05:16:27.507153-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "asdgsd",
"template": "video-upload",
"text_color": "000000",
"text_layout": "auto",
"title": "Post from API",
"uploaded_file_s3_bucket": "asdgsdg",
"uploaded_file_s3_key": "asdg",
"uploaded_file_size_bytes": 1234,
"video_filename": "akjhdg",
"video_url": "http://skajdg.com",
"youtube_url": "http://youtube.com/asdfg"
},
{
"background_color": "ffffff",
"body": "a",
"content_zones": [
1,
2,
3
],
"duration": null,
"frequency": 300,
"fullscreen_playback": false,
"id": 111,
"iframe_url": null,
"image_height": null,
"image_layout": "auto",
"image_url": null,
"image_width": null,
"intro_background_color": "6d4fc3",
"intro_text_color": "ffffff",
"is_published": true,
"media_type": null,
"override_end": null,
"override_start": null,
"pdf_height": null,
"pdf_numpages": null,
"pdf_thumbnail_url": null,
"pdf_url": null,
"pdf_width": null,
"priority": "low",
"schedule_end": "2019-05-30T04:59:08.407318-04:00",
"schedule_start": "2019-05-23T04:59:08.407318-04:00",
"show_data_source_in_player": true,
"show_post_in_player_window": true,
"show_publication_time": false,
"show_text_in_ticker": false,
"show_title_in_player": true,
"subtitle": "asdgsd",
"template": "video",
"text_color": "000000",
"text_layout": "auto",
"title": "Post from API",
"uploaded_file_s3_bucket": "",
"uploaded_file_s3_key": "",
"uploaded_file_size_bytes": null,
"video_filename": null,
"video_url": null,
"youtube_url": "http://youtube.com/asdfg"
}
]
}