Skip to main content
GET
/
gb
/
organizations
/
{organization_id}
/
eps
List Eps Submissions
curl --request GET \
  --url https://preview.intermezzo.ai/gb/organizations/{organization_id}/eps \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "orgId": "<string>",
      "smId": "<string>",
      "isNoPayment": true,
      "isFinalSubmission": true,
      "isPeriodOfInactivity": true,
      "isRecoverableAmounts": true,
      "isApprenticeshipLevy": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "content": {},
      "state": "CREATED",
      "stateTimestamp": "2023-11-07T05:31:56Z",
      "stateContent": {}
    }
  ],
  "pagination": {
    "limit": 123,
    "hasNext": false,
    "hasPrev": false,
    "nextCursor": "<string>",
    "prevCursor": "<string>",
    "total": 0
  }
}

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

organization_id
required

Query Parameters

offset
integer
default:0
Required range: x >= 0
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response

items
EPSSubmissionResponse · object[]
required
pagination
PaginationMeta · object
required