Get the permissible values Of A field In the schema associated with the given policy type.

Get the permissible values Of A field In the schema associated with the given policy type.

Get the permissible values of a field in the schema associated with the given policy type.

Request
URI
POST
https://{api_host}/approval-service/api/policytypes/{policyTypeId}/schema/{fieldId}/values
COPY
Path Parameters
string
policyTypeId
Required

The approval policy type id

string
fieldId
Required

The field id


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

successful operation

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

values