Retrieves filtered list of supplier information with pagination and sorting

Fetches supplier list with optional filters. Returns all matching records by default. Use 'page' and 'size' parameters for paginated results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
fields
array of strings

Specific response fields to include. Reduces response size. Provide comma-separated field names from the response model.

fields
int32
Defaults to 10

Number of records per page. Controls pagination size. Use with 'page' parameter.

int32
Defaults to 1

Page number to retrieve (starts from 1). Use with 'size' parameter for pagination.

sort
array of strings
Defaults to supplier_Name:ASC

Field(s) to sort by. Format: fieldName:ASC or fieldName:DESC. Supports multiple fields using comma-separated values: sort=field1:ASC,field2:DESC

sort
int64

Unique identifier for the supplier

string

Name of the supplier

string

Unique alphanumeric identifier assigned to the supplier for filtering and search

Headers
string
required
Responses

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