Retrieve a company vendor data

Retrieves a company vendor data with the given the company ID.


See also

Learn more about Filtering, Sorting and Pagination

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Id of the company

Query Params
string
enum

Filter items by the name.{operator} field.
You can use the eq and not_eq operators, the eq operator being the default.

string

Filter items by the fetched_at.{operator} field.
You can use the eq, not_eq, gt, gte, lt and lte operators, the eq operator being the default.

string
Defaults to fetched_at

Use this parameter to sort query results.
If not specified, sorted in ascending order with values of field fetched_at.
Available fields are fetched_at and name.

number
≥ 1
Defaults to 1

Query response is paginated.
Use this parameter to choose which page you want to display.
Page index starts at 1 (the default).

number
1 to 100
Defaults to 20

Query response is paginated.
Use this parameter to choose the number of items per page.
Limit defaults to 20, maximum value is 100.

Responses

400

The request is either malformed or contain invalid parameters.

  • Make sure the identifier specified in the URL is a valid UUID
404

No company can be found.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json