Get A set Of data for the specified object

Get A set Of data for the specified object

Get a set of data for the specified object.

Request
URI
POST
https://{api_host}/approval-service/api/data-service/data/{classId}/{id}
COPY
Path Parameters
string
classId
Required

The identifier of the type of object to get data for.

string
id
Required

The unique id of the object to get data for. This should be sufficient to identify the object given classId.


Request Body
DynamicDataRequest of type(s) application/json
Required
{
    "ignoreUnknownFields": false,
    "tenantId": "string",
    "ids": [
        "string"
    ]
}
boolean
ignoreUnknownFields
Optional

ignoreUnknownFields

string
tenantId
Optional

tenantId

array of string
ids
Optional

ids

Responses
200

'Success' with the data

Returns DynamicDataResponse of type(s) */*
{
    "values": {
        "entries": [
            {
                "key": "string"
            }
        ]
    }
}
values
Optional

values