Get Multiple Property Definitions
Retrieve mulitple Property Definitions by a set of IDs. Searches within the specified tenant and the global scope.
Request
URI
POST
https://{api_host}/properties-service/api/propertydefinitions/ids
COPY
Query Parameters
string
tenantId
Optional
The tenant to search
Request Body
The ids of the property definitions to retrieve
Array of
string
of type(s)
application/json
Optional
[
{}
]
Responses
200
successful operation
[
{
"dataType": {
"typeId": "string"
},
"isMultiValued": false,
"description": "string",
"label": "string",
"version": 0,
"facets": {
"facets": {}
},
"lastUpdated": "string",
"createdDate": "string",
"permissibleValues": {
"customAllowed": false
},
"displayAdvice": "string",
"tenantId": "string",
"orderIndex": 0,
"id": "string"
}
]
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/properties-service/api/propertydefinitions/ids
Api Operations
POST
Create A Property Group
GET
Get Property Groups
POST
Get multiple Property Groups
GET
Get A Property Group
DELETE
Delete A Property Group
PUT
Create Or update A Property Group
POST
Create A Property Definition
GET
Get Property Definitions
POST
Get Multiple Property Definitions
POST
Get permissible values for A Property Definition
GET
Get Property Definition
DELETE
Delete A Property Definition
PUT
Create Or update A Property Definition