Get the schema for the specified object class

Get the schema for the specified object class

Get the schema for the specified object class.

Request
URI
GET
https://{api_host}/software-service/api/data-service/schema/{classId}/default
COPY
Path Parameters
string
classId
Required

The class of object to retrieve the schema for.


Responses
200

'Success' with the data

Returns Schema of type(s) */*
{
    "fields": [
        {
            "permissibleValues": {
                "customAllowed": false
            },
            "displayAdvice": "string",
            "columns": [
                "Field Object"
            ],
            "dataType": {
                "typeId": "string"
            },
            "isMultiValued": false,
            "description": "string",
            "orderIndex": 0,
            "id": "string",
            "label": "string",
            "state": {
                "dependencies": [
                    "string"
                ],
                "facets": [
                    {
                        "value": {}
                    }
                ]
            }
        }
    ]
}
array of object
fields
Optional

fields


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