Get Instance Data

Get Instance Data

Retrieve the instance data for service and class

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

The endpoint type id of endpoint object.

string
id
Required

The endpoint unique identifier.


Request Body

The dynamic data request object.

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

The specific instance data is retrieved.

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

values


403

Unauthorized.

Operation doesn't return any data structure

404

The endpoint is not found.

Operation doesn't return any data structure