Get permissible values for A Property Definition
Retrieve the permissible values for a Property Definition with display advice of Dropdown. When the dropdown is backed by a vRO Script Action, the body must contain values for any parameters bound to other properties.
Request
URI
POST
https://{api_host}/properties-service/api/propertydefinitions/{id}/values
COPY
Path Parameters
string
id
Required
The id of the Property Definition
Request Body
The values of any bound properties
elementValuesRequest of type(s) application/json
Required
{
"pagingInfo": {
"offset": 0,
"count": 0
},
"headers": {
"entries": [
{
"key": "string"
}
]
},
"tenantId": "string",
"text": "string",
"userId": "string",
"dependencyValues": {
"entries": [
{
"key": "string"
}
]
}
}
string
tenantId
Optional
tenantId
string
text
Optional
text
string
userId
Optional
userId
Responses
200
Operation doesn't return any data structure
Api Operations
POST
Create A Property Definition
POST
Create A Property Group
PUT
Create Or update A Property Definition
PUT
Create Or update A Property Group
DELETE
Delete A Property Definition
DELETE
Delete A Property Group
GET
Get A Property Group
POST
Get Multiple Property Definitions
POST
Get multiple Property Groups
POST
Get permissible values for A Property Definition
GET
Get Property Definition
GET
Get Property Definitions
GET
Get Property Groups