Summary
Get all application configs in IAP.
Description
Get all application configs in IAP.
Route
GET /config/apps
Roles
Parameters
Name | Type | Required | Description |
---|---|---|---|
This method has no parameters |
null
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Return
Name | Type | Description |
---|---|---|
result | object | Contains the configuration of all applications. |
[ { "id": "enim in consectetur exercitation", "export": "ea ullamco reprehenderit", "title": "non aliquip Duis", "type": "fugiat nostrud in Ut Duis", "summary": "dolor", "pdb": true, "roles": [ "ex in Ut nostrud dolore" ], "methods": [ { "name": "Lorem cupidatat ex nisi", "description": "esse Excepteur", "summary": "voluptate labore proident et", "deprecated": false, "roles": [ "deserunt Ut eu laboris" ], "route": { "path": "eu qui ut elit", "verb": "exercitation labore magna proident laborum" }, "input": [] }, { "name": "amet dolor magna", "description": "dolore Excepteur ex pariatur consectetur", "summary": "nisi dolor", "deprecated": true, "roles": [ "sit mollit cillum Excepteur", "velit", "incididunt Excepteur deserunt anim" ], "route": { "path": "aute in officia", "verb": "reprehenderit occaecat proident cupidatat ea" }, "input": [] }, { "name": "velit id enim", "description": "Excepteur", "summary": "do eiusmod Duis cillum", "deprecated": false, "roles": [ "cillum", "occaecat proident voluptate", "Excepteur do dolor", "in elit aliqua esse", "minim" ], "route": { "path": "et ea exercitation consequat", "verb": "in" }, "input": [] } ], "views": [], "src": "consequat ad in amet sed", "encrypted": true, "version": "do pariatur incididunt proident" }, { "id": "laboris occaecat", "export": "qui eiusmod labore dolor", "title": "labore officia exercitation cupidatat aliquip", "type": "officia Lorem cillum reprehenderit", "summary": "consectetur exercitation sit irure", "pdb": false, "roles": [ "deserunt veniam" ], "methods": [ { "name": "dolor sunt ut", "description": "ut laborum enim", "summary": "nisi sint", "deprecated": true, "roles": [ "veniam deserunt", "dolore officia id in" ], "route": { "path": "irure in", "verb": "in" }, "input": [] }, { "name": "fugiat cupidatat", "description": "reprehenderit", "summary": "reprehenderit ipsum", "deprecated": false, "roles": [ "aute deserunt magna", "laboris et", "incididunt fugiat Excepteur adipisicing amet", "non in fugiat in officia", "quis sint reprehenderit occaecat" ], "route": { "path": "Lorem sint dolore nisi et", "verb": "quis nostrud" }, "input": [] }, { "name": "ut sit", "description": "aliqua ut Duis", "summary": "deserunt in", "deprecated": false, "roles": [ "aliquip dolore enim consequat", "fugiat", "veniam voluptate", "veniam anim Ut non mollit" ], "route": { "path": "consequat ut", "verb": "pariatur" }, "input": [] } ], "views": [], "src": "culpa", "encrypted": false, "version": "officia exercitation" }, { "id": "dolor nisi eiusmod minim labore", "export": "est Excepteur magna veniam sit", "title": "consequat enim", "type": "ullamco est Excepteur", "summary": "commodo magna nisi labore incididunt", "pdb": false, "roles": [ "amet ex commodo", "cillum ullamco dolore", "occaecat amet", "cillum ex ut", "anim ea" ], "methods": [ { "name": "fugiat sint eiusmod non", "description": "Lorem mollit", "summary": "sit ea magna sed labore", "deprecated": false, "roles": [ "Duis ullamco qui dolor", "pariatur velit id occaecat", "voluptate officia tempor proident" ], "route": { "path": "magna culpa", "verb": "Excepteur" }, "input": [] } ], "views": [], "src": "Duis", "encrypted": true, "version": "labore ex" } ]
{ "title": "result", "type": "array", "items": { "type": "object", "properties": { "id": { "title": "id", "type": "string" }, "export": { "title": "export", "type": "string" }, "title": { "title": "title", "type": "string" }, "type": { "title": "type", "type": "string" }, "summary": { "title": "summary", "type": "string" }, "pdb": { "title": "pdb", "type": "boolean" }, "roles": { "title": "roles", "type": "array", "items": { "type": "string" } }, "methods": { "title": "methods", "type": "array", "items": { "type": "object", "properties": { "name": { "title": "name", "type": "string" }, "description": { "title": "description", "type": "string" }, "summary": { "title": "summary", "type": "string" }, "deprecated": { "title": "deprecated", "type": "boolean" }, "roles": { "title": "roles", "type": "array", "items": { "type": "string" } }, "route": { "title": "route", "type": "object", "properties": { "path": { "title": "path", "type": "string" }, "verb": { "title": "verb", "type": "string" } } }, "input": { "title": "input", "type": "array", "items": { "type": "object" } }, "output": { "title": "output", "type": "object" } } } }, "views": { "title": "views", "type": "array", "items": { "type": "object" } }, "src": { "title": "src", "type": "string" }, "encrypted": { "title": "encrypted", "type": "boolean" }, "version": { "title": "version", "type": "string" } } } }