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,
"lastUpdated": "string",
"createdDate": "string",
"permissibleValues": {
"customAllowed": false
},
"displayAdvice": "string",
"tenantId": "string",
"orderIndex": 0,
"id": "string"
}
]
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