OData metadata endpoint

OData Knowledge Model $metadata

SecurityBearerAuth or ApiKeyAuth
Request
path Parameters
km_id
required
string
Example: open-purchase-requisition.purchase-requisition-km
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
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/$metadata
Request samples
Response samples
{
  • "$Version": 4.01,
  • "property1": {
    },
  • "property2": {
    }
}