Get Multiple Property Definitions

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"
    }
]