API Docs
Retrieve a list of Integration Profiles
Contents
This Web service returns a list of Integration Profiles.
Resource URL
GET /almaws/v1/conf/integration-profiles
API Description
URL Parameters
None
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
type | xs:string | Optional. | Type for filtering. Optional. Valid values are from the IntegrationTypes code table |
q | xs:string | Optional. | Search query. Optional. Searching for words in created_by or name (see Brief Search) |
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 Sets
object. See doc
Possible Error Codes
Code | Message |
---|---|
40166410 | Parameter value invalid. |
40166404 | Invalid type. |