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": "minim nisi anim mollit pariatur", "export": "commodo sunt", "title": "non", "type": "id in elit non", "summary": "laborum dolor", "pdb": true, "roles": [ "in eiusmod amet", "tempor voluptate veniam in reprehenderit", "esse in laboris", "anim et do" ], "methods": [ { "name": "in dolore dolor do esse", "description": "officia nostrud laborum labore occaecat", "summary": "laboris id", "deprecated": true, "roles": [ "enim", "voluptate" ], "route": { "path": "laboris Duis ipsum ad", "verb": "cupidatat" }, "input": [] }, { "name": "magna proident", "description": "Ut adipisicing", "summary": "Lorem veniam ut sint", "deprecated": false, "roles": [ "reprehenderit officia enim", "magna qui anim aute ut" ], "route": { "path": "est proident", "verb": "mollit" }, "input": [] }, { "name": "aliquip pariatur sit eu", "description": "proident nostrud voluptate dolore deserunt", "summary": "tempor dolore ex", "deprecated": false, "roles": [ "Excepteur nostrud quis officia anim", "enim esse officia", "id culpa mollit amet", "enim dolore" ], "route": { "path": "sit", "verb": "culpa id" }, "input": [] }, { "name": "officia sint et", "description": "Ut", "summary": "occaecat", "deprecated": false, "roles": [ "elit tempor deserunt", "elit minim irure in" ], "route": { "path": "eu consectetur ipsum minim", "verb": "et Excepteur" }, "input": [] }, { "name": "irure culpa Lorem", "description": "eu culpa consectetur do nostrud", "summary": "anim et", "deprecated": true, "roles": [ "dolore occaecat ullamco culpa consectetur", "tempor", "est cillum anim ipsum proident", "occaecat et consequat", "ut cupidatat laboris" ], "route": { "path": "dolor fugiat anim in dolore", "verb": "ipsum irure sed eu non" }, "input": [] } ], "views": [], "src": "aliqua qui minim occaecat", "encrypted": false, "version": "reprehenderit" }, { "id": "fugiat consectetur", "export": "ad magna", "title": "enim", "type": "dolor cillum ea", "summary": "deserunt", "pdb": true, "roles": [ "fugiat sunt", "laborum" ], "methods": [ { "name": "id consectetur aliqua ut ut", "description": "in laborum exercitation", "summary": "et sunt", "deprecated": true, "roles": [ "Ut incididunt", "adipisicing sunt cillum", "cillum dolore", "quis non" ], "route": { "path": "aliquip do", "verb": "deserunt ut aliqua" }, "input": [] }, { "name": "eu fugiat", "description": "dolore anim", "summary": "id ea nulla elit cupidatat", "deprecated": false, "roles": [ "veniam", "in ullamco", "anim sed" ], "route": { "path": "mollit ut Ut veniam", "verb": "quis in est id" }, "input": [] }, { "name": "ut dolor ullamco ex", "description": "culpa laborum exercitation ea do", "summary": "laborum", "deprecated": false, "roles": [ "adipisicing ea elit dolor", "aute reprehenderit", "tempor cillum pariatur" ], "route": { "path": "cillum do dolor Lorem tempor", "verb": "veniam non" }, "input": [] }, { "name": "consectetur dolor occaecat velit", "description": "laboris anim fugiat pariatur", "summary": "aliquip non sit in", "deprecated": true, "roles": [ "cupidatat elit quis id dolore" ], "route": { "path": "sint Lorem sunt mollit eiusmod", "verb": "veniam aliqua ut" }, "input": [] } ], "views": [], "src": "fugiat qui voluptate ut", "encrypted": false, "version": "nulla" } ]
{ "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" } } } }