Get the permissible values Of A field In the specified schema

Get the permissible values Of A field In the specified schema

Get the permissible values of a field in the specified schema.

Request
URI
POST
https://{api_host}/approval-service/api/data-service/schema/{classId}/types/{typeFilter}/{fieldId}/values
COPY
Path Parameters
string
classId
Required

The class of object.

string
id
Required

The unique identifier of an instance of the object.

string
fieldId
Required

The id of a field on the schema of the specified object class.


Request Body
elementValuesRequest of type(s) application/json
Optional
{
    "pagingInfo": {
        "offset": 0,
        "count": 0
    },
    "headers": {
        "entries": [
            {
                "key": "string"
            }
        ]
    },
    "tenantId": "string",
    "text": "string",
    "userId": "string",
    "dependencyValues": {
        "entries": [
            {
                "key": "string"
            }
        ]
    }
}
pagingInfo
Optional

pagingInfo

headers
Optional

headers

string
tenantId
Optional

tenantId

string
text
Optional

text

string
userId
Optional

userId

dependencyValues
Optional

dependencyValues

associateValue
Optional

associateValue

Responses
200

'Success' with the data

Returns elementValues of type(s) */*
{
    "values": [
        {
            "label": "string"
        }
    ]
}
array of value
values
Optional

values