Application Templates Get
GET {{baseUrl}}/application-templates
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"id": "fA2D5dd3-11D8-7b65-e3ca-0Fe78BafC9a2",
"name": "<string>",
"description": "<string>",
"application_type": "<string>",
"template_type": "<string>",
"is_starter": "<boolean>",
"rules": [
{
"description": "<string>",
"priority": "<integer>",
"container": "<string>",
"transform": "<string>",
"conditions": [
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
},
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
}
],
"permissions": [
"<string>",
"<string>"
]
},
{
"description": "<string>",
"priority": "<integer>",
"container": "<string>",
"transform": "<string>",
"conditions": [
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
},
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
}
],
"permissions": [
"<string>",
"<string>"
]
}
],
"permissions": [
"<string>",
"<string>"
]
},
{
"id": "aD4bc8FB-D697-1Bf6-aaf9-c7BDc22A4c67",
"name": "<string>",
"description": "<string>",
"application_type": "<string>",
"template_type": "<string>",
"is_starter": "<boolean>",
"rules": [
{
"description": "<string>",
"priority": "<integer>",
"container": "<string>",
"transform": "<string>",
"conditions": [
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
},
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
}
],
"permissions": [
"<string>",
"<string>"
]
},
{
"description": "<string>",
"priority": "<integer>",
"container": "<string>",
"transform": "<string>",
"conditions": [
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
},
{
"attribute": "<string>",
"operator": "<string>",
"value": "<string>"
}
],
"permissions": [
"<string>",
"<string>"
]
}
],
"permissions": [
"<string>",
"<string>"
]
}
] |
ENDPOINTS