Manage evaluations
Last updated 1 month ago
List evaluations. Requires the 'evaluations:read' scope.
The number of results to return
100
The number of results to skip
0
GET /v1/evaluations HTTP/1.1 Host: api.tryopine.com X-API-Key: YOUR_API_KEY Accept: */*
Response for status 200
{ "items": [ { "id": 1, "createdAt": "2025-05-31T18:15:55.664Z", "updatedAt": "2025-05-31T18:15:55.664Z", "title": "text", "description": "text", "active": true, "organizationId": 1, "createdByUserId": 1, "accessCode": "123e4567-e89b-12d3-a456-426614174000", "brandingColorHex": "text", "startDate": "2025-05-31T18:15:55.664Z", "targetEndDate": "2025-05-31T18:15:55.664Z", "buyerNotificationsEnabled": true, "currentStageId": 1, "derivedFromTemplateId": 1 } ], "limit": 1, "offset": 1, "totalCount": 1 }