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