OData service data endpoint

OData Knowledge Model service data endpoint

SecurityBearerAuth or ApiKeyAuth
Request
path Parameters
km_id
required
string
Example: open-purchase-requisition.purchase-requisition-km
record_id
required
string
Example: MATERIALS
query Parameters
$format
string

The $format system query option allows clients to request a response in a particular format and is useful for clients without access to request headers for standard content-type negotiation.

Example: $format=json
$select
Array of strings
Example: $select=active,approval
$top
integer

The $top system query option requests the number of items in the queried collection to be included in the result.

Example: $top=10
$skip
integer

The $skip query option requests the number of items in the queried collection that are to be skipped and not included in the result.

Example: $skip=100
$filter
string

The $filter system query option allows clients to filter a collection of resources that are addressed by a request URL.

Example: $filter=field1 eq 'value1'
filterid
string

The filterid is a custom query option allows clients to filter a collection of resources using pre-defined knowledge model filter.

Example: filterid=filterid
$orderby
string

The $orderby system query option allows clients to request resources in a particular order.

Example: $orderby=field1
$count
boolean

The $count system query option allows clients to request a count of the matching resources included with the resources in the response. The $count query option has a Boolean value of true or false.

Example: $count=true
Responses
200

List of Record data

400

Bad Request.

401

Unauthorized access.

403

Forbidden.

404

The specified resource was not found

415

Unsupported media type requested.

429

Too Many Requests.

500

Internal Server Error.

503

Service Unavailable.

get/api/odata/{km_id}.svc/{record_id}_entries
Request samples
Response samples
{}