Creates A ValueDefinition
Creates a ValueDefinition
Request
URI
POST
https://{api_host}/advanced-designer-service/api/valueDefinitions
COPY
Request Body
The ValueDefinition to be created
ValueDefinition
of type(s)
application/json
Required
"ValueDefinition Object"
object
dataType
Optional
dataType
object
scope
Optional
scope
string
name
Required
name
string
description
Optional
description
string As uuid
As uuid
id
Optional
id
string
key
Optional
key
boolean
multi
Optional
multi
Responses
200
successful operation
Returns
ValueDefinition
of type(s)
*/*
{
"dataType": {
"typeId": "string"
},
"scope": {
"level": "string"
},
"name": "string",
"description": "string",
"id": "string",
"key": "string",
"multi": false
}
object
dataType
Optional
dataType
object
scope
Optional
scope
string
name
Required
name
string
description
Optional
description
string As uuid
As uuid
id
Optional
id
string
key
Optional
key
boolean
multi
Optional
multi
201
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/advanced-designer-service/api/valueDefinitions
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