{
"data": {
"current_page": 1,
"data": [
{
"feed_type": "video_feed",
"id": 123,
"unique_feedback_id": "abc123",
"comment": null,
"favourite": 1,
"is_locked": 0,
"is_video_converted": 1,
"is_audio_converted": null,
"customer_designation": null,
"created_at": "2025-04-07T08:50:44.000000Z",
"feed_fields": {
"name": "John Doe",
"profile_pic_url": null,
"position": "Designer",
"organization_name": "Techuplabs",
"consent": null
},
"video_feed": {
"is_video_converted": 1,
"transcript": null,
"file_url": "https://dm219012nbq21.cloudfront.net/uploads/abc123/video-feed/feed_abc1231744015722679.mp4"
},
"is_download_enabled": true
}
],
"first_page_url": "https://api.feedspace.io/v3/feeds?page=1",
"from": 1,
"next_page_url": null,
"path": "https://api.feedspace.io/v3/feeds",
"per_page": 15,
"prev_page_url": null,
"to": 1
},
"show_updated_banner": false,
"updated_banner_video": "https://feedspace-test.s3.ap-south-1.amazonaws.com/uploads/abc123/video-feed/feed_abc1231744015722679.mp4",
"show_workspaces_merge_banner": false,
"unique_form_id": "form_abc123"
}
Get paginated list of all Video Feeds received.
{
"data": {
"current_page": 1,
"data": [
{
"feed_type": "video_feed",
"id": 123,
"unique_feedback_id": "abc123",
"comment": null,
"favourite": 1,
"is_locked": 0,
"is_video_converted": 1,
"is_audio_converted": null,
"customer_designation": null,
"created_at": "2025-04-07T08:50:44.000000Z",
"feed_fields": {
"name": "John Doe",
"profile_pic_url": null,
"position": "Designer",
"organization_name": "Techuplabs",
"consent": null
},
"video_feed": {
"is_video_converted": 1,
"transcript": null,
"file_url": "https://dm219012nbq21.cloudfront.net/uploads/abc123/video-feed/feed_abc1231744015722679.mp4"
},
"is_download_enabled": true
}
],
"first_page_url": "https://api.feedspace.io/v3/feeds?page=1",
"from": 1,
"next_page_url": null,
"path": "https://api.feedspace.io/v3/feeds",
"per_page": 15,
"prev_page_url": null,
"to": 1
},
"show_updated_banner": false,
"updated_banner_video": "https://feedspace-test.s3.ap-south-1.amazonaws.com/uploads/abc123/video-feed/feed_abc1231744015722679.mp4",
"show_workspaces_merge_banner": false,
"unique_form_id": "form_abc123"
}
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Feed type filter (video)
video
Video reviews list fetched successfully.
The response is of type object
.