API Docs
Retrieve Portfolios
Contents
This Web service returns a list of portfolios for a given electronic collection ID and electronic service ID.
Resource URL
GET /almaws/v1/electronic/e-collections/{collection_id}/e-services/{service_id}/portfolios
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
Parameter | Type | Required | Description |
---|---|---|---|
limit | xs:int | Optional. Default: 10 | Limits the number of results. Optional. Valid values are 0-100. Default value: 10. |
offset | xs:int | Optional. Default: 0 | Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned. |
Body Parameters
None
Output
This method returns a Retrieve Portfolios
object. See doc
Possible Error Codes
Code | Message |
---|---|
60121 | Failed to find the Collection ID. |
60122 | Failed to find the Service ID. |