GET
/
supply-chains
/
farmers
/

Authorizations

Authorization
string
headerrequired

Query Parameters

first_name
string

Filter by first name.

last_name
string

Filter by last name.

number
string

Filter by number.

updated_after
number

Filter by updated timestamp after a specified time.

created_after
number

Filter by created timestamp after a specified time.

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
count
integer
required

The total count of farmers in the response.

next
string | null

The URI for the next page of results, if available.

previous
string | null

The URI for the previous page of results, if available.

results
object[]
required

An array containing details of farmers returned in the response.