Skip to main content
GET
Get maintenance record
The GET Maintenance by ID API endpoint allows you to retrieve detailed information about a specific maintenance record using its unique ID. This endpoint provides comprehensive data about the maintenance record, facilitating effective asset management and tracking within the Alvys system.

Request Parameters

The following parameters are required in the URL path:

Example CURL request

Replace {version} with the API version number, {id} with the actual maintenance ID, and YOUR_ACCESS_TOKEN with your actual Bearer token:

Response Parameters

The following table lists the parameters included in the response for maintenance-related requests:

Example Response

On the right side, you can see examples of different error codes by clicking “Example” and selecting the response code.

Rate Limits

All endpoints are subject to rate limits to protect the API from traffic spikes. For detailed information on rate limits, please refer to the Rate Limits section. This page is interactive, allowing you to try a request by providing the driver ID in the URL path. As you fill out the parameters, the Curl command on the right side of the page will be automatically updated. Alternatively, you can directly edit the Curl command. Make sure to authorize yourself before trying a request.

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.

Path Parameters

id
string
required
version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Response

OK

Id
string
required
Category
object
required
Amount
object
required
CreatedAt
string<date-time>
required
CreatedBy
string
required
PO
string | null
Reference
string | null
Description
string | null
Comments
string | null
RepairShop
object | null
Reminders
object[] | null
ModifiedAt
string<date-time> | null
ModifiedBy
string | null