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
{
"layout": {
"pages": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"sections": [
{
"designerHidden": false,
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"rows": [
{
"items": [
{
"size": 0
}
]
}
]
}
]
}
]
},
"name": "string",
"description": "string",
"id": "string",
"tenant": "string"
}
string
name
Required
name
string
description
Optional
description
string As uuid As uuid
id
Optional
id
string
tenant
Required
tenant
Responses
200
successful operation
Operation doesn't return any data structure
201
Operation doesn't return any data structure
Create Operation Operations
POST
Clone Blueprint
POST
Create Resource Type
POST
Creates A clone Of A resource operation
POST
Creates A generic form
POST
Creates A resource operation
POST
Creates A ValueDefinition
POST
Creates A work item
POST
Creates A workflow subscription
POST
Creates An endpoint configuration object
PUT
Creates Or updates configuration
POST
Create Service Blueprint