GET
/
feeds?filter[feed-types][]=text
curl --request GET \
  --url 'https://api.feedspace.io/v3/feeds?filter%5Bfeed-types%5D%5B%5D=text' \
  --header 'Authorization: Bearer <token>' \
  --header 'fs-workspace-id: <fs-workspace-id>'
{
  "data": {
    "current_page": 1,
    "data": [
      {
        "feed_type": "text_feed",
        "id": 9773,
        "unique_feedback_id": "6cZMP8",
        "comment": "Cool Product !!",
        "favourite": false,
        "is_locked": null,
        "is_video_converted": null,
        "is_audio_converted": null,
        "customer_designation": null,
        "created_at": "2025-04-04T13:48:25.000000Z",
        "feed_fields": {
          "name": "Anonymous",
          "profile_pic_url": null,
          "position": null,
          "organization_name": null,
          "consent": null
        },
        "text_feed": {
          "rating_type": "star",
          "response": "5"
        }
      }
    ],
    "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/F43kUl/video-feed/feed_MJcmzA81710841191347.mp4",
  "show_workspaces_merge_banner": false,
  "unique_form_id": "form_MbgOEoTSlvsjYg8wN7NTZ1fg"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Query Parameters

filter[feed-types][]
enum<string>
required

Feed type filter (text)

Available options:
text

Response

200 - application/json

Text reviews list fetched successfully.

The response is of type object.

GET
/
feeds?filter[feed-types][]=text
curl --request GET \
  --url 'https://api.feedspace.io/v3/feeds?filter%5Bfeed-types%5D%5B%5D=text' \
  --header 'Authorization: Bearer <token>' \
  --header 'fs-workspace-id: <fs-workspace-id>'
{
  "data": {
    "current_page": 1,
    "data": [
      {
        "feed_type": "text_feed",
        "id": 9773,
        "unique_feedback_id": "6cZMP8",
        "comment": "Cool Product !!",
        "favourite": false,
        "is_locked": null,
        "is_video_converted": null,
        "is_audio_converted": null,
        "customer_designation": null,
        "created_at": "2025-04-04T13:48:25.000000Z",
        "feed_fields": {
          "name": "Anonymous",
          "profile_pic_url": null,
          "position": null,
          "organization_name": null,
          "consent": null
        },
        "text_feed": {
          "rating_type": "star",
          "response": "5"
        }
      }
    ],
    "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/F43kUl/video-feed/feed_MJcmzA81710841191347.mp4",
  "show_workspaces_merge_banner": false,
  "unique_form_id": "form_MbgOEoTSlvsjYg8wN7NTZ1fg"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Query Parameters

filter[feed-types][]
enum<string>
required

Feed type filter (text)

Available options:
text

Response

200 - application/json

Text reviews list fetched successfully.

The response is of type object.