Get Importers of Record

Returns a list of Importers of Record.

SecuritybearerAuth
Request
query Parameters
sort
string

Sort expression in the form <field>,<direction>.
Supported fields: insertTimestamp, updateTimestamp.
Direction: ASC or DESC.
Example: insertTimestamp,DESC

Example: sort=insertTimestamp,DESC
Responses
200

A list of importers of record has beed retrived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/importerofrecord
Request samples
Response samples
application/json
[
  • {
    }
]