Get applications
GET {{url}}/applications?offset=0&limit=10&query=&configurableApps=false&eventTypes=Action
Gets the list of applications.
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 | |
configurableApps | boolean | ||
eventTypes | string | Query to filter applications by event types it has. (Action, Trigger) |
RESPONSES
status: OK
{"totalRecords":12,"pageSize":20,"data":[{"id":"00000000-0000-0000-0000-000000000000","name":"Google Drive","description":"Google drive integrations","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.GoogleDrive.png","version":"1.0.2","authors":"SMA Technologies","tags":["email","google"],"events":[{"id":"9aeee243-bb18-495a-b903-08dba004f132","typeName":"iPaaS.Apps.WebCrawler.Triggers.ContentChanged","description":"Triggers when selected content on a webpage changes.","name":"Content Change","outputFile":"","eventType":"PollingTrigger"},{"id":"86c10e64-c71c-42f3-b904-08dba004f132","typeName":"iPaaS.Apps.WebCrawler.Triggers.WebsiteDown","description":"Triggers when specified website is down.","name":"Website Down","outputFile":"","eventType":"PollingTrigger"}],"isConfigurable":true},{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail","description":"Gmail integrations","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.Gmail.png","version":"1.0.0","authors":"SMA Technologies","tags":[],"events":[{"id":"9aeee243-bb18-495a-b903-08dba004f132","typeName":"iPaaS.Apps.WebCrawler.Triggers.ContentChanged","description":"Triggers when selected content on a webpage changes.","name":"Content Change","outputFile":"","eventType":"PollingTrigger"}],"isConfigurable":true}]}