API Docs
Retrieve Deposit Profiles
Contents
This web service returns a list of Deposit Profiles.
Resource URL
GET /almaws/v1/conf/deposit-profiles
API Description
URL Parameters
None
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. |
user_group | xs:string | Optional. | An option to filter by user group. Optional. Default value: Empty String which means that all the results will be returned. |
Body Parameters
None
Output
This method returns a Deposit Profiles
object. See doc
Possible Error Codes
Code | Message |
---|