Get the state Of A field In the specified schema

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}/software-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
Responses
200

'Success' with the data

Returns formUpdateResponse of type(s) */*
{
    "elementUpdates": [
        {
            "permissibleValues": [
                {
                    "label": "string",
                    "underlyingValue": {}
                }
            ],
            "extensionRendererContext": {
                "entries": [
                    {
                        "value": {},
                        "key": "string"
                    }
                ]
            },
            "facetValues": {
                "facets": [
                    {
                        "type": "string",
                        "value": {}
                    }
                ]
            },
            "id": "string",
            "detailLayout": {
                "pages": [
                    {
                        "id": "string",
                        "label": "string",
                        "state": {
                            "dependencies": [
                                "string"
                            ],
                            "facets": [
                                {
                                    "value": {}
                                }
                            ]
                        },
                        "sections": [
                            {
                                "id": "string",
                                "label": "string",
                                "state": {
                                    "dependencies": [
                                        "string"
                                    ],
                                    "facets": [
                                        {
                                            "value": {}
                                        }
                                    ]
                                },
                                "rows": [
                                    {
                                        "items": [
                                            {
                                                "size": 0
                                            }
                                        ]
                                    }
                                ]
                            }
                        ]
                    }
                ]
            },
            "errors": [
                "string"
            ]
        }
    ]
}
array of object
elementUpdates
Optional

elementUpdates


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/software-service/api/data-service/schema/{classId}/default/update