curl -X GET "https://seggwat.com/api/v1/projects/507f1f77bcf86cd799439011/ratings?page=1&limit=10&value=true" \ -H "X-API-Key: oat_xxxxxxxxxxxxxxxxxxxxx"
{ "ratings": [ { "id": "507f1f77bcf86cd799439011", "project_id": "507f1f77bcf86cd799439022", "value": true, "path": "/docs/getting-started", "version": "1.2.3", "submitted_by": "user_12345", "archived": false, "created_at": "2024-01-15T10:30:00Z" }, { "id": "507f1f77bcf86cd799439012", "project_id": "507f1f77bcf86cd799439022", "value": true, "path": "/docs/api-reference", "version": null, "submitted_by": null, "archived": false, "created_at": "2024-01-14T15:45:00Z" } ], "pagination": { "page": 1, "limit": 10, "total": 42, "total_pages": 5 } }
Retrieve a paginated list of ratings (thumbs up/down) for a specific project.
true
false
Show Rating object
Show Pagination object