# Get supplier's files The endpoint will retrieve all the files of a specific supplier Endpoint: GET /v2/suppliers/{supplierId}/files Version: 2 Security: ## Query parameters: - `limit` (number) Number of records to return in the response - `sortBy` (string) Name of the field to sort by - `sortDirection` (string) The direction of the field sort specified by sort_by Enum: "ASC", "asc", "1", "DESC", "desc", "-1" - `next_token` (string) Token received from a previous request to obtain the next chunk of data - `origin` (string) A list of possible file origins Enum: "businessInformation", "connection", "inquiry" - `fields` (array) Suppliers will only contain specified fields (all if none) Enum: "added_by", "filename", "insert_ts", "origin", "type" ## Path parameters: - `supplierId` (string, required) Id of the supplier ## Response 200 fields (application/json): - `origin` (string, required) Enum: "businessInformation", "connection", "inquiry" - `type` (string, required) Enum: "jpg", "jpeg", "png", "gif", "bmp", "accdb", "accde", "accdr", "accdt", "aclscript", "csv", "dap", "dat", "dbf", "dbp", "del", "dfe", "doc", "docb", "docm", "docx", "dot", "dotm", "dotx", "dsn", "eap", "inx", "json", "mdb", "pdf", "pot", "potm", "potx", "ppam", "pps", "ppsx", "ppt", "pptm", "pptx", "prf", "ps1", "rec", "rpt", "sldm", "sldx", "txt", "vbs", "xbrl", "xla", "xlam", "xll", "xlm", "xls", "xlsb", "xlsm", "xlsx", "xlt", "xltm", "xltx", "xlw", "xml", "zip", "acl", "aclapp", "aclx", "fmt", "layout", "wsp" - `filename` (string, required) - `id` (string, required) - `added_by` (string, required) ## Response 204 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields