Gets the current status of every video Social has ever attempted to distribute to a social platform. Note that this endpoint has pagination.
account_id required | string ID of the account to query video statuses for |
platform | string Enum: "YOUTUBE" "FACEBOOK" "TWITTER" Limit the list of videos to a single social platform. Valid values for this property are
Note that this may conflict with |
destination_id | string <uuid> Limit the list of videos to a single Social destination, by it's ID. Note that this may conflict with |
status | string Limit the list of videos to those with a specific status. Valid values for this property are
|
before | string <date-time> Limit the list of videos to those whose last status change occurred before the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be exclusive of the date specified. |
since | string <date-time> Limit the list of videos to those whose last status change occurred since the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be inclusive of the date specified. |
page_key | string Fetch the next page of data. If the previous call to this endpoint returned a |
page_size | integer <int32> [ 1 .. 100 ] The number of entries to fetch in the next page of data. Must be a number between 1 and 100, inclusive. Defaults to 20. |
pretty_print | boolean Whether or not to pretty-print the JSON response. Defaults to false. |
{- "total_hits": 117,
- "page_key": "1506960062695:5382545592001_-T6xvfm_ebE",
- "videos": [
- {
- "id": "5667310879001",
- "account_id": "1486906377",
- "destination_id": "c1243033-fbfd-4f1d-80e4-00ed027db9ec",
- "remote_id": "hWESxu2PZFU",
- "status": "PUBLISHED",
- "timestamp": "Jan 26, 2018 6:59:16 PM",
- "published_at": "Jan 26, 2018 6:59:16 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5263118111001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "remote_id": "1434615919981329",
- "status": "SYNCED",
- "timestamp": "Jan 24, 2018 3:35:24 PM",
- "published_at": "Jan 24, 2018 3:35:24 PM",
- "distribution_method": "SYNC",
- "autosync_id": "4d09778b-0043-4be6-8dd7-011863607f0c",
- "action": "FACEBOOK_UPDATE",
- "result": "SUCCESS"
}, - {
- "id": "5363058704001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "status": "ERROR",
- "timestamp": "Dec 8, 2017 6:44:49 PM",
- "published_at": "Dec 8, 2017 6:44:49 PM",
- "distribution_method": "MANUAL",
- "errors": [
- {
- "error_code": "UPLOAD_FAILURE",
- "message": "Upload error: Received Facebook error response of type OAuthException: (#100) sponsor_id requires publishing profile/page to be verified or branding partner. (code 100, subcode null)"
}
], - "action": "FACEBOOK_UPLOAD",
- "result": "ERROR"
}, - {
- "id": "5630023626001",
- "account_id": "1486906377",
- "destination_id": "69cac3e2-4e71-489f-86f4-c00ae7e9e235",
- "remote_id": "GcFEO8hEiw8",
- "status": "PUBLISHED",
- "timestamp": "Oct 31, 2017 3:49:02 PM",
- "published_at": "Oct 31, 2017 3:49:02 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "8z9uAFW24Zs",
- "status": "ABANDONED",
- "timestamp": "Oct 2, 2017 5:07:48 PM",
- "published_at": "Oct 2, 2017 5:07:48 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_UPDATE_UNSYNC",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "-T6xvfm_ebE",
- "status": "DELETED",
- "timestamp": "Oct 2, 2017 4:01:02 PM",
- "published_at": "Oct 2, 2017 4:01:02 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_DELETE",
- "result": "SUCCESS"
}
]
}
Gets the current status of the requested video for every Social Destination is has ever been distributed to. Note that this endpoint has pagination.
account_id required | string ID of the account to query video statuses for |
video_id required | string ID of the video to query video statuses for |
platform | string Enum: "YOUTUBE" "FACEBOOK" "TWITTER" Limit the list of videos to a single social platform. Valid values for this property are
Note that this may conflict with |
destination_id | string <uuid> Limit the list of videos to a single Social destination, by it's ID. Note that this may conflict with |
status | string Limit the list of videos to those with a specific status. Valid values for this property are
|
before | string <date-time> Limit the list of videos to those whose last status change occurred before the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be exclusive of the date specified. |
since | string <date-time> Limit the list of videos to those whose last status change occurred since the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be inclusive of the date specified. |
page_key | string Fetch the next page of data. If the previous call to this endpoint returned a |
page_size | integer <int32> [ 1 .. 100 ] The number of entries to fetch in the next page of data. Must be a number between 1 and 100, inclusive. Defaults to 20. |
pretty_print | boolean Whether or not to pretty-print the JSON response. Defaults to false. |
{- "total_hits": 117,
- "page_key": "1506960062695:5382545592001_-T6xvfm_ebE",
- "videos": [
- {
- "id": "5667310879001",
- "account_id": "1486906377",
- "destination_id": "c1243033-fbfd-4f1d-80e4-00ed027db9ec",
- "remote_id": "hWESxu2PZFU",
- "status": "PUBLISHED",
- "timestamp": "Jan 26, 2018 6:59:16 PM",
- "published_at": "Jan 26, 2018 6:59:16 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5263118111001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "remote_id": "1434615919981329",
- "status": "SYNCED",
- "timestamp": "Jan 24, 2018 3:35:24 PM",
- "published_at": "Jan 24, 2018 3:35:24 PM",
- "distribution_method": "SYNC",
- "autosync_id": "4d09778b-0043-4be6-8dd7-011863607f0c",
- "action": "FACEBOOK_UPDATE",
- "result": "SUCCESS"
}, - {
- "id": "5363058704001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "status": "ERROR",
- "timestamp": "Dec 8, 2017 6:44:49 PM",
- "published_at": "Dec 8, 2017 6:44:49 PM",
- "distribution_method": "MANUAL",
- "errors": [
- {
- "error_code": "UPLOAD_FAILURE",
- "message": "Upload error: Received Facebook error response of type OAuthException: (#100) sponsor_id requires publishing profile/page to be verified or branding partner. (code 100, subcode null)"
}
], - "action": "FACEBOOK_UPLOAD",
- "result": "ERROR"
}, - {
- "id": "5630023626001",
- "account_id": "1486906377",
- "destination_id": "69cac3e2-4e71-489f-86f4-c00ae7e9e235",
- "remote_id": "GcFEO8hEiw8",
- "status": "PUBLISHED",
- "timestamp": "Oct 31, 2017 3:49:02 PM",
- "published_at": "Oct 31, 2017 3:49:02 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "8z9uAFW24Zs",
- "status": "ABANDONED",
- "timestamp": "Oct 2, 2017 5:07:48 PM",
- "published_at": "Oct 2, 2017 5:07:48 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_UPDATE_UNSYNC",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "-T6xvfm_ebE",
- "status": "DELETED",
- "timestamp": "Oct 2, 2017 4:01:02 PM",
- "published_at": "Oct 2, 2017 4:01:02 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_DELETE",
- "result": "SUCCESS"
}
]
}
Gets the lifetime history of every video Social has ever attempted to distribute to a social platform. Note that this endpoint has pagination.
account_id required | string ID of the account to query video statuses for |
platform | string Enum: "YOUTUBE" "FACEBOOK" "TWITTER" Limit the list of videos to a single social platform. Valid values for this property are
Note that this may conflict with |
destination_id | string <uuid> Limit the list of videos to a single Social destination, by it's ID. Note that this may conflict with |
status | string Limit the list of videos to those with a specific status. Valid values for this property are
|
before | string <date-time> Limit the list of videos to those whose last status change occurred before the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be exclusive of the date specified. |
since | string <date-time> Limit the list of videos to those whose last status change occurred since the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be inclusive of the date specified. |
page_key | string Fetch the next page of data. If the previous call to this endpoint returned a |
page_size | integer <int32> [ 1 .. 100 ] The number of entries to fetch in the next page of data. Must be a number between 1 and 100, inclusive. Defaults to 20. |
pretty_print | boolean Whether or not to pretty-print the JSON response. Defaults to false. |
{- "total_hits": 117,
- "page_key": "1506960062695:5382545592001_-T6xvfm_ebE",
- "videos": [
- {
- "id": "5667310879001",
- "account_id": "1486906377",
- "destination_id": "c1243033-fbfd-4f1d-80e4-00ed027db9ec",
- "remote_id": "hWESxu2PZFU",
- "status": "PUBLISHED",
- "timestamp": "Jan 26, 2018 6:59:16 PM",
- "published_at": "Jan 26, 2018 6:59:16 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5263118111001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "remote_id": "1434615919981329",
- "status": "SYNCED",
- "timestamp": "Jan 24, 2018 3:35:24 PM",
- "published_at": "Jan 24, 2018 3:35:24 PM",
- "distribution_method": "SYNC",
- "autosync_id": "4d09778b-0043-4be6-8dd7-011863607f0c",
- "action": "FACEBOOK_UPDATE",
- "result": "SUCCESS"
}, - {
- "id": "5363058704001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "status": "ERROR",
- "timestamp": "Dec 8, 2017 6:44:49 PM",
- "published_at": "Dec 8, 2017 6:44:49 PM",
- "distribution_method": "MANUAL",
- "errors": [
- {
- "error_code": "UPLOAD_FAILURE",
- "message": "Upload error: Received Facebook error response of type OAuthException: (#100) sponsor_id requires publishing profile/page to be verified or branding partner. (code 100, subcode null)"
}
], - "action": "FACEBOOK_UPLOAD",
- "result": "ERROR"
}, - {
- "id": "5630023626001",
- "account_id": "1486906377",
- "destination_id": "69cac3e2-4e71-489f-86f4-c00ae7e9e235",
- "remote_id": "GcFEO8hEiw8",
- "status": "PUBLISHED",
- "timestamp": "Oct 31, 2017 3:49:02 PM",
- "published_at": "Oct 31, 2017 3:49:02 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "8z9uAFW24Zs",
- "status": "ABANDONED",
- "timestamp": "Oct 2, 2017 5:07:48 PM",
- "published_at": "Oct 2, 2017 5:07:48 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_UPDATE_UNSYNC",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "-T6xvfm_ebE",
- "status": "DELETED",
- "timestamp": "Oct 2, 2017 4:01:02 PM",
- "published_at": "Oct 2, 2017 4:01:02 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_DELETE",
- "result": "SUCCESS"
}
]
}
Gets the lifetime history of the requested video for every Social Destination is has ever been distributed to. Note that this endpoint has pagination.
account_id required | string ID of the account to query video statuses for |
video_id required | string ID of the video to query video statuses for |
platform | string Enum: "YOUTUBE" "FACEBOOK" "TWITTER" Limit the list of videos to a single social platform. Valid values for this property are
Note that this may conflict with |
destination_id | string <uuid> Limit the list of videos to a single Social destination, by it's ID. Note that this may conflict with |
status | string Limit the list of videos to those with a specific status. Valid values for this property are
|
before | string <date-time> Limit the list of videos to those whose last status change occurred before the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be exclusive of the date specified. |
since | string <date-time> Limit the list of videos to those whose last status change occurred since the specified date time. Can accept either a full timestamp, or just a datestamp. If passed just a datestamp, assumes 00:00:00 for the time, and the filter will be inclusive of the date specified. |
page_key | string Fetch the next page of data. If the previous call to this endpoint returned a |
page_size | integer <int32> [ 1 .. 100 ] The number of entries to fetch in the next page of data. Must be a number between 1 and 100, inclusive. Defaults to 20. |
pretty_print | boolean Whether or not to pretty-print the JSON response. Defaults to false. |
{- "total_hits": 117,
- "page_key": "1506960062695:5382545592001_-T6xvfm_ebE",
- "videos": [
- {
- "id": "5667310879001",
- "account_id": "1486906377",
- "destination_id": "c1243033-fbfd-4f1d-80e4-00ed027db9ec",
- "remote_id": "hWESxu2PZFU",
- "status": "PUBLISHED",
- "timestamp": "Jan 26, 2018 6:59:16 PM",
- "published_at": "Jan 26, 2018 6:59:16 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5263118111001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "remote_id": "1434615919981329",
- "status": "SYNCED",
- "timestamp": "Jan 24, 2018 3:35:24 PM",
- "published_at": "Jan 24, 2018 3:35:24 PM",
- "distribution_method": "SYNC",
- "autosync_id": "4d09778b-0043-4be6-8dd7-011863607f0c",
- "action": "FACEBOOK_UPDATE",
- "result": "SUCCESS"
}, - {
- "id": "5363058704001",
- "account_id": "1486906377",
- "destination_id": "9b67c5f2-5fed-4b61-8383-7bb6e4456b8e",
- "status": "ERROR",
- "timestamp": "Dec 8, 2017 6:44:49 PM",
- "published_at": "Dec 8, 2017 6:44:49 PM",
- "distribution_method": "MANUAL",
- "errors": [
- {
- "error_code": "UPLOAD_FAILURE",
- "message": "Upload error: Received Facebook error response of type OAuthException: (#100) sponsor_id requires publishing profile/page to be verified or branding partner. (code 100, subcode null)"
}
], - "action": "FACEBOOK_UPLOAD",
- "result": "ERROR"
}, - {
- "id": "5630023626001",
- "account_id": "1486906377",
- "destination_id": "69cac3e2-4e71-489f-86f4-c00ae7e9e235",
- "remote_id": "GcFEO8hEiw8",
- "status": "PUBLISHED",
- "timestamp": "Oct 31, 2017 3:49:02 PM",
- "published_at": "Oct 31, 2017 3:49:02 PM",
- "distribution_method": "MANUAL",
- "action": "YOUTUBE_UPLOAD",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "8z9uAFW24Zs",
- "status": "ABANDONED",
- "timestamp": "Oct 2, 2017 5:07:48 PM",
- "published_at": "Oct 2, 2017 5:07:48 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_UPDATE_UNSYNC",
- "result": "SUCCESS"
}, - {
- "id": "5382545592001",
- "account_id": "1486906377",
- "destination_id": "7d6a1691-317e-4142-a59c-a2bbc28bf08d",
- "remote_id": "-T6xvfm_ebE",
- "status": "DELETED",
- "timestamp": "Oct 2, 2017 4:01:02 PM",
- "published_at": "Oct 2, 2017 4:01:02 PM",
- "distribution_method": "SYNC",
- "autosync_id": "83440ca9-ca3b-43d4-b75f-a606efe03433",
- "action": "YOUTUBE_DELETE",
- "result": "SUCCESS"
}
]
}