Get a list of KM Record data with advanced filtering

Query Data for a Record in the Knowledge Model. This endpoint allows clients to easily include more complicated queries.

SecurityBearerAuth or ApiKeyAuth
Request
path Parameters
km_id
required
string
Example: open-purchase-requisition.purchase-requisition-km
record_id
required
string
Example: MATERIALS
Request Body schema: application/json
required
object (KmRecordDataRequestProjection)

Defines the parameters related to the query to be executed against the Knowledge Model Record.

Responses
200

List of Record data.

400

Bad Request.

401

Unauthorized access.

403

Forbidden.

404

The specified resource was not found.

429

Too Many Requests.

500

Internal Server Error.

503

Service Unavailable.

post/intelligence/api/knowledge-models/{km_id}/records/{record_id}/data
Request samples
application/json
{
  • "projection": {
    }
}
Response samples
application/json
{
  • "content": {
    },
  • "page": 0,
  • "pageSize": 50,
  • "total": 1,
  • "sort": [
    ]
}