Back to QMetry All Products Help Page
API for Integration
List All Integrations
POSTÂ /rest/admin/integration/list/{type}
Request
Content-Type: application/json
Parameters
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
type | path | yest | Send 'all' to see all Jira Integrations | - | string |
start | body | yes | provide start | - | integer |
limit | body | yes | provide limit | - | integer |
page | body | yes | provide page | - | integer |
Response
Content-Type: application/json
Status Code | Reason | Response Model |
---|---|---|
200 | List of integrations shown successfully | |
400 | Invalid json object or mandatory fields missing | - |
401 | Unauthorised or session expired | - |
500 | Returned when server connection times out | - |
Â
Definitions
ResponseEntity
name | type | required | description | example |
---|---|---|---|---|
headers | object | optional | - | |
body | object | optional | - | |
statusCode | string | optional | - |
Back to QMetry All Products Help Page