# Get a list of available suppliers Endpoint: GET /suppliers Version: 1.44 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `name` (string) Filter by name Example: "xyz | in:x,y | like:xyz" - `accountNumber` (string) Filter by supplier account number Example: "xyz | in:x,y | like:xyz" - `supplierAccountId` (string) Filter by supplier account identifier Example: "0" ## Response 200 fields (application/json): - `id` (integer) Supplier identifier Example: 1 - `name` (string, required) Supplier name - `ftpDownloadEnabled` (boolean) is the supplier enabled for ftp downloads - `supplierAccounts` (array) A list of supplier accounts for this supplier - `supplierAccounts.id` (integer) Supplier account identifier Example: 1 - `supplierAccounts.accountNumber` (string, required) Supplier account number - `supplierAccounts.lastSuccessfulConnection` (string) Date and time of last successful connection to server - `supplierAccounts.lastSuccessfulDownload` (string) Date and time of last successful download from server - `supplierAccounts.lastSuccessfulCDRDownload` (string) Date and time of last successful CDR file download from server - `supplierAccounts.lastSuccessfulSDRDownload` (string) Date and time of last successful SDR file download from server - `supplierAccounts.ftpDownloadEnabled` (boolean) is the supplier account enabled for ftp downloads ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields