Get a list of sellers.
Pass a value for the limit
parameter in your request if you want retrieve a paginated result.
Otherwise API returns a list with all users without pagination.
You can combine parameters for pagination, filtering and ordering. All parameters are independent.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
The maximum number of items.
Offset relative to the beginning of list.
The parameter using for sorting data.
Default sort order is ascending. Put -
before value for descending sort order: -id
.
id
- sort by seller's ID.email
- sort by seller's email.full_name
- sort by seller's full name.date_joined
- sort by seller's registration date.activated
- sort by activated field.deleted
- sort by deleted field.
Use comma separated string for multiple-field sorting."activated,-date_joined"
Filter by id.
1
Filter by id list. Use comma separated string for multiple values.
"1,2,3"
Filter by part of ID.
22
Filter byemail address.
Filter by full name.
Filter by status of activation:
true
- activated;false
- non-activated.Filter by status of deletion:
true
— only deleted;false
— only non-deleted clients;Filter by reseller's name.
OK.
Simple array without pagination