Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Query endpoints are the endpoints of the data service API which allow clients to search for content that meets some criteria specified through parameters. The Data Service API currently includes the following query endpoint:

Lookup by id Endpoint

Lookup by id endpoints are the endpoints of the data service API which allow clients to retrieve a representation of a particular record in the Third Iron metadata database by providing the unique id value assigned to the record. Lookup is typically performed by submitting a GET request to an API URL which includes the record’s id number in one of the path segments of the URL. The Data Service API currently includes the following lookup by id endpoints:

...