supplements
Get Supplements
Use this endpoint to get a list of supplements for the current location. StartIndex starts at 0. Default PageSize is 25. Pagination parameters are optional. Supported includes: items, notations. Example: api/v2/supplements?pageSize=25&pageStartIndex=0&includes=items,notations&jobId=e591bf22-9828-4144-bca8-42cbb8c6e2c0
get/supplements
Query parameters
pageSizeinteger
Controls how many items are returned per page in paginated responses.
- Default: 25 items per page if not specified
- Minimum: 1 item per page
- Use with pageStartIndex for navigating through large result sets
recordStartIndexinteger
The index of the first element to return
includesstring
Optional fields to include in full with the response.
jobIdstring uuid
The job's unique identifier
Response
OK
Example response
{
"items": [
{
"id": "b195ca49-aeff-4e19-8ddd-193e01f5e649",
"_link": "https://api.acculynx.com/api/v2/supplements/b195ca49-aeff-4e19-8ddd-193e01f5e649",
"status": {
"id": "528806c3-c914-498a-80c7-59a98eb9bd44",
"_link": "https://api.acculynx.com/api/v2/company-settings/supplements/statuses/528806c3-c914-498a-80c7-59a98eb9bd44"
},
"name": "Supplement #1",
"state": {
"supplementState": "InProgress"
},
"job": {
"id": "e591bf22-9828-4144-bca8-42cbb8c6e2c0",
"_link": "https://api.acculynx.com/api/v2/jobs/e591bf22-9828-4144-bca8-42cbb8c6e2c0"
},
"assignedSupplementer": {
"supplementerAssigned": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
},
"assignedDate": "2024-01-20T21:18:25Z",
"assignedBy": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
}
},
"itemsToSupplement": {
"totalOriginalClaimAmount": 1200.6,
"totalRequestedAmount": 1600.05,
"totalApprovedAmount": 1700.4,
"totalAppliedAmount": 1400.48,
"items": [
{
"id": "a646a794-4265-4b2b-bf01-1aa4afe127de",
"_link": "https://api.acculynx.com/api/v2/supplements/b195ca49-aeff-4e19-8ddd-193e01f5e649/items/a646a794-4265-4b2b-bf01-1aa4afe127de",
"name": "supplement item",
"originalClaimAmount": 650.6,
"requestedAmount": 1100.05,
"approvedAmount": 1100.4,
"appliedAmount": 900.48
}
]
},
"notations": [
{
"id": "a646a794-4265-4b2b-bf01-1aa4afe127de",
"_link": "https://api.acculynx.com/api/v2/supplements/b195ca49-aeff-4e19-8ddd-193e01f5e649/notations/a646a794-4265-4b2b-bf01-1aa4afe127de",
"status": {
"id": "528806c3-c914-498a-80c7-59a98eb9bd44",
"_link": "https://api.acculynx.com/api/v2/company-settings/supplements/statuses/528806c3-c914-498a-80c7-59a98eb9bd44"
},
"spokeWith": "salesGuy",
"notes": "notation note",
"phone": "(123) 456-7891",
"extension": "111",
"fax": "(132) 456-7890",
"email": "salesGuy@acculynx.com",
"createdBy": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
},
"createdDate": "2024-01-20T21:18:25Z",
"emailRecipients": [
{
"id": 2,
"companyUser": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
}
}
]
}
],
"createdDate": "2024-01-20T21:18:25Z",
"createdBy": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
},
"editedDate": "2024-01-20T21:18:25Z",
"editedBy": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
},
"closedDate": "2024-01-20T21:18:25Z",
"closedBy": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
},
"appliedDate": "2024-01-20T21:18:25Z",
"appliedBy": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
}
}
]
}