Creates A generic form
Creates a generic form
Request
URI
POST
https://{api_host}/advanced-designer-service/api/forms
COPY
Request Body
The form to save
GenericForm
of type(s)
application/json
Required
Show optional properties
{
"name": "string",
"tenant": "string"
}
{
"layout": {
"pages": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{
"value": {}
}
]
},
"sections": [
{
"designerHidden": false,
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{
"value": {}
}
]
},
"rows": [
{
"items": [
{
"size": 0
}
]
}
]
}
]
}
]
},
"name": "string",
"description": "string",
"id": "string",
"tenant": "string"
}
object
layout
Optional
layout
string
name
Required
Constraints:
minLength: 1
maxLength: 255
name
string
description
Optional
Constraints:
minLength: 0
maxLength: 2000
description
string As uuid
As uuid
id
Optional
id
string
tenant
Required
Constraints:
minLength: 1
maxLength: 255
tenant
Responses
200
successful operation
Operation doesn't return any data structure
201
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","tenant:"string"}' https://{api_host}/advanced-designer-service/api/forms
Create Operation Operations
POST
Creates An endpoint configuration object
GET
Gets all endpoint configuration objects
POST
Create Resource Type
GET
List Resource Types
POST
Clone Blueprint
POST
Creates A work item
POST
Creates A resource operation
GET
Get Resource Operations
POST
Creates A clone Of A resource operation
POST
Creates A ValueDefinition
GET
Returns A page Of ValueDefinition objects
POST
Creates A workflow subscription
GET
Gets workflow subscriptions matching the filtering criteria
POST
Create Service Blueprint
GET
Get Blueprints
POST
Creates A generic form
GET
Gets all forms matching the filtering criteria