Get applicationConfigs

GET {{url}}/applicationConfigs?offset=0&limit=10&query=&isHealthy=true&isInUse=true

Gets the list of application connections.

Request Params

KeyDatatypeRequiredDescription
offsetnumberNumber of records to skip
limitnumberNumber of total records to fetch
querynullQuery to filter the results
isHealthybooleanReturn records that are validated
isInUseboolean

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"}}]}