Get Service Items
POST/api/servicerecords/getservicerecords
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a batch of service records by id. Despite its declared
name (GetServiceItems), this is a bulk Services.ServiceRecord fetch, not a
fetch of Services.ServiceRecordItems (that is ServiceItemsController's
getserviceitems).
Request
Responses
- 200
- 400
- 401
- 403
The matching records. See Services.ServiceRecordDetailDto.
GetServiceRecordsDto.ServiceRecordIds was null (MissingRequiredField,
field "ServiceRecordIds"); or the service returned no result — the service's
error array.
Caller is not authenticated.
Caller does not have Read permission on the ServiceRecord module.