API Docs
Retrieve Electronic Service
Contents
This Web service returns service details for a given service ID.
Resource URL
GET /almaws/v1/electronic/e-collections/{collection_id}/e-services/{service_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
collection_id | xs:string | Unique ID of the electronic collection. |
service_id | xs:string | Unique ID of the electronic service. |
Querystring Parameters
None
Body Parameters
None
Output
This method returns a Service
object. See doc
Possible Error Codes
Code | Message |
---|---|
60121 | The Collection ID was not found. |
60122 | The Service ID was not found. |