API Docs
Retrieve Representations
Contents
This web service returns a list of Digital Representations for a given Bib MMS-ID.
Resource URL
GET /almaws/v1/bibs/{mms_id}/representations
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
mms_id | xs:string | The Bib Record ID. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
originating_record_id | xs:string | Optional. | Filter by the unique ID of the object in the remote repository. |
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 Representations
object. See doc
Possible Error Codes
Code | Message |
---|---|
401652 | General Error - An error has occurred while processing the request. |