Get Single Service
GET/api/servicerecords/getservicerecord/:id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a single service record. Despite its declared name
(GetSingleService), this returns a Services.ServiceRecord, not a
ServiceMaster (that entity is managed by ServicesController).
Request
Responses
- 200
- 400
- 401
- 403
The service record. See Services.ServiceRecordDetailDto.
Unknown id — InvalidOperation "Id" "Service record not found" (the service internally raises a NotFound response code, but the ErrorCode collapses to InvalidOperation on the wire — the Message carries the real signal).
Caller is not authenticated.
Caller does not have Read permission on the ServiceRecord module.