Get all reviews for pages, with filters for feed types, favourite, forms, imported sources, sentiments, ratings, labels, and search.
HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).
Page number (default: 1)
Sort order for feeds. Use 'asc' for ascending or 'desc' for descending (default: latest first)
asc, desc Filter by feed types. Can specify multiple values. Accepted values: 'text', 'video', 'audio', 'social'
text, video, audio, social Filter for favourite reviews. Use '1' for favourite, '0' or omit for all
0, 1 Filter by feed form IDs. Can specify multiple form IDs
Filter for reviews with comments. Use '1' to show only reviews with comments
0, 1 Filter by sentiment IDs. Can specify multiple sentiment IDs
positive, neutral, negative Filter by star ratings. Can specify multiple ratings (0-5)
1, 2, 3, 4, 5 Filter by review label IDs. Can specify multiple label IDs
Search filter for reviews. Searches across review content
Return only selected feeds. Use '1' to return only selected feeds
0, 1 Number of items per page (default: 15, max: 1000)
1 <= x <= 1000