Get the state Of A field In the specified schema
Get the state of a field in the specified schema.
Request
URI
POST
https://{api_host}/event-broker-service/api/data-service/schema/{classId}/default/update
COPY
Path Parameters
string
classId
Required
The class of object.
Request Body
batchElementUpdateRequest of type(s) application/json
Optional
{
"formValues": {
"entries": [
{
"key": "string"
}
]
},
"headers": {
"entries": [
{
"key": "string"
}
]
},
"trigger": "string",
"triggeredDetailsLayout": {
"pages": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"sections": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"rows": [
{
"items": [
{
"size": 0
}
]
}
]
}
]
}
]
},
"affectedElements": [
"string"
]
}
string
trigger
Optional
trigger
array of string
affectedElements
Optional
affectedElements
Responses
200
'Success' with the data
Returns formUpdateResponse of type(s) */*
{
"elementUpdates": [
{
"permissibleValues": [
{
"label": "string"
}
],
"extensionRendererContext": {
"entries": [
{
"key": "string"
}
]
},
"facetValues": {
"facets": [
{
"type": "string"
}
]
},
"id": "string",
"detailLayout": {
"pages": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"sections": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"rows": [
{
"items": [
{
"size": 0
}
]
}
]
}
]
}
]
},
"errors": [
"string"
]
}
]
}
Schema Operations
POST
Get A set Of data for the specified object
POST
Get the permissible values Of A field In the specified schema
POST
Get the permissible values Of A field In the specified schema
POST
Get the permissible values Of A field In the specified schema
GET
Get the schema for the specified object
GET
Get the schema for the specified object class
GET
Get the schema for the specified object type
POST
Get the state Of A field In the specified schema
POST
Get the state Of A field In the specified schema
POST
Get the state Of A field In the specified schema
POST
Retrieves the list Of possible values for A given type Of object
POST
Retrieves the list Of possible values for A given type Of object