Sign in

Get Table Row Using Primary Key

documented

Retrieve a single row from the object by specifying its primary key values.

GET http://<HOST>:<PORT>/<ServiceAlias>/<SchemaAlias>/<ObjectAlias>/{KeyValues}Schemasno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "http://{{$host}}:{{$port}}/mrs/{{$schemaAlias}}/{{$objectAlias}}/{{$keyValues}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"