Evaluations

Manage evaluations

List Evaluations

get

List evaluations. Requires the 'evaluations:read' scope.

Authorizations
Query parameters
limitnumber · min: 1 · max: 1000Optional

The number of results to return

Default: 100
offsetnumberOptional

The number of results to skip

Default: 0
Responses
200
Response for status 200
application/json
get
GET /v1/evaluations HTTP/1.1
Host: api.tryopine.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "items": [
    {
      "id": 1,
      "createdAt": "2025-07-05T08:27:41.663Z",
      "updatedAt": "2025-07-05T08:27:41.663Z",
      "title": "text",
      "description": "text",
      "active": true,
      "organizationId": 1,
      "createdByUserId": 1,
      "accessCode": "123e4567-e89b-12d3-a456-426614174000",
      "brandingColorHex": "text",
      "startDate": "2025-07-05T08:27:41.663Z",
      "targetEndDate": "2025-07-05T08:27:41.663Z",
      "buyerNotificationsEnabled": true,
      "currentStageId": 1,
      "derivedFromTemplateId": 1
    }
  ],
  "limit": 1,
  "offset": 1,
  "totalCount": 1
}

Last updated