Get applicationConfigs
GET {{url}}/applicationConfigs?offset=0&limit=10&query=&isHealthy=true&isInUse=true
Gets the list of application connections.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Number of records to skip | |
limit | number | Number of total records to fetch | |
query | null | Query to filter the results | |
isHealthy | boolean | Return records that are validated | |
isInUse | boolean |
RESPONSES
status: OK
{"totalRecords":12,"pageSize":20,"data":[{"id":"00000000-0000-0000-0000-000000000000","name":"My Google Drive Connection","description":"Google drive integrations","isHealthy":true,"isInUse":true,"validatedOn":"Datetime","application":{"id":"00000000-0000-0000-0000-000000000000","name":"Google Drive","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.GoogleDrive.png"}},{"id":"00000000-0000-0000-0000-000000000000","name":"My Gmail Connection","description":"Gmail integrations","application":{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.Gmail.png"}}]}