Get Service Records Details
GET/api/servicerecords/getfilteredservicerecords
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of service records for the caller's organisation.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Services.ServiceRecordSummaryDto.
The OData query options failed validation (bare 400, no body); or the underlying query returned no result — the service's error array (guarded explicitly, rather than passing a null into the PageResult constructor).
Caller is not authenticated.
Caller does not have Read permission on the ServiceRecord module.