Fetch all Service Entries

This endpoint retrieves a list of all service entries recorded in the system. It supports optional filtering based on various criteria (e.g., date range, entityId, service type etc.) and pagination for efficient handling of large datasets

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid

The unique Azuga ID of the Service Entry.This is automatically generated when the Service Entry object is created and cannot be altered.

uuid

The unique Azuga ID of the entity(vehicle/asset) to be associated with service entry.

string

Name of the entity(vehicle/asset) to be associated with the service entry

string

Provide the 17-character Vehicle Identification Number (VIN) to link the vehicle to this service entry. This VIN is a unique identifier for the vehicle.

string

The manufacturer of the entity(vehicle/asset)

string

The particular model of the entity(vehicle/asset)

string

Specify the year the entity(vehicle/asset) was manufactured

string

License number of the entity(vehicle/asset).

string
enum

Type Id of the entity(vehicle/asset). 1 - Vehicle, 2 - Asset

Allowed:
string
enum

Type of the entity(vehicle/asset).

Allowed:
string
enum
Allowed:
string
enum

Associated category name(s). For multiple categories, separate each name with a comma.

Allowed:
uuid

Group id associated with service entry.

string

Group name associated with service entry.

date-time

Date and time the service was performed. Use YYYY-MM-DD HH:mm:ss format.

string

Duration of the service entry, specified in minutes.

string

Specify, true - Indicates summarized total cost. false: Indicates individual part costs.

string

Total service cost in USD.

string

Indicates the entity(vehicle/asset)'s current odometer value. This should reflect the most recent distance reading, expressed in KM

string

Engine hours of the entity(vehicle/asset).

string

Indicates the Name of the service center.

string

The invoice number associated with this service entry.

string

The initial request or reason for the entity(vehicle/asset) service

string

Flag to reset the service alert timer. true = reset, false= do not reset timer.

date-time

Start time to get the list of service entries from/after the entered time. Use YYYY-MM-DD HH:mm:ss format.

date-time

End time to get the list of service entries on/before the entered time. Use YYYY-MM-DD HH:mm:ss format.

string
enum

Status of the record. Acceptable values are "Active", "Deleted", "Archived", "Draft" and are case sensitive.

Allowed:
uuid

The unique Azuga ID of the User who created the record.

string

Name of the user who created the service entry.

uuid

The unique Azuga ID of the User who updated the record.

string

Name of the user who updated the service entry.

string
length ≥ 1

General search. where, Minimum length = 1.

string
enum

Specific column can be searched. Ideal way would be to pass searchValue.

Allowed:
string
enum

Specify sorting direction.

Allowed:
string
enum

Specific column to apply sorting on.

Allowed:
string

Associated service type(s). For multiple types, separate each with a comma.

string
Defaults to 50

The maximum number of items to be returned in a single response. Use it in conjunction with the offset parameter to paginate results.

string
Defaults to 0

Specifies the starting position of the data set.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json