company
Get Insurance Companies
Use this endpoint to get a list of insurance companies for the current location. The response is paginated based on the pageSize and StartIndex query parameters and sorted by based on tag name in the order given by the sortOrder query parameter. All the query parameters are optional. pageSize defaults to 50 and StartIndex defaults to 0.
get/company-settings/job-file-settings/insurance-companies
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
Response
OK
Example response
{
"items": [
{
"isActive": true
}
]
}