The response will contain a streams collection:
Body Parameters | Type | Description |
---|---|---|
data | Array | The collection of streams |
meta | Object | See: Pagination |
Each item in the collection will have properties:
Body Parameters | Properties | Type | Description |
---|---|---|---|
id | Integer | The stream identifier | |
hub_id | Integer | The hub identifier | |
title | String | The stream title | |
description | String | The stream description | |
url | String | The stream URL | |
thumbnail_url | String | The stream thumbnail URL | |
type | String | The type of stream (“blogs”, “docs”, “videos”, etc) | |
service | String | The service that the stream imports items from (“blogpost”, “uberflip”, “youtube”, “vimeo”, etc) | |
item_count | Integer | The number of items in the stream | |
no_robots | Boolean | Whether the stream allows robots | |
template_data | Object | ||
-> | list_view | Boolean | Whether the stream is in list view |
-> | read_more | Boolean | Whether the stream has the read more button |
-> | prevent_small_images | Boolean | Whether the stream allows small images |
-> | canonical_meta | Boolean | Whether the stream has canonical meta |
-> | canonical_redirect | Boolean | Whether the stream has canonical redirect |
-> | comments_disabled | Boolean | Whether the stream allows comments |
owner | |||
-> | id | Integer | Id of the user that created this stream |
-> | first_name | String | First name of the user that created this stream |
-> | last_name | String | Last Name of the user that created this stream |
-> | avatar_url | String | Url of this user’s avatar image |
hidden | Boolean | Whether the stream is hidden | |
paused | Boolean | Whether the stream is paused | |
exclude_from_search | Boolean | Whether the stream is excluded from search | |
created_at | Date | The stream created date | |
modified_at | Date | The stream last modified date |