v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Maintenance|Maintenance

Fetch maintenance list.

This endpoint enables you to retrieve a list of maintenances.

get/maintenance/fetch

Query parameters

filter[byTrackerIds][]integer[]

Filters the maintenances based on the tracker ids.

filter[byToolIds][]integer[]

Filters the maintenances based on the tool ids.

filter[byMaintenanceTypeIds][]integer[]

Filters the maintenances based on the maintenance type ids.

offsetinteger

Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.

limitinteger

The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records.

Response

Success Response:

offsetinteger

Number of skipped records.

totalCountinteger

Total number of available maintenances.

Example response

{
  "data": [
    {
      "tracker": {
        "manufacturingDate": "2015-02-20T12:59:21+01:00"
      },
      "tool": {
        "currentProjectChangedAt": "2015-02-20T12:59:21+01:00",
        "createdAt": "2015-02-20T12:59:21+01:00"
      },
      "previousDate": "2015-02-20",
      "nextDate": "2015-02-20"
    }
  ]
}