/max/partner/managed-customers/{customer_id}/documentsAsk AIget https://api.securityscorecard.io/max/partner/managed-customers/{customer_id}/documentsGet list of documents related to a customer.Path Paramscustomer_iduuidrequiredCustomer identifierQuery ParamsfilterstringFilters to apply to the documentssearchstringWord or phrase to search records forsortstringSort indicators by providing a JSON string representing an array of objects; each object should include "id" for the field to sort by and "desc" as a boolean indicating descending (true) or ascending (false) order.pageintegeroptionally specify which page of results to returnlimitinteger≤ 1500optionally specify how many results to return, maximum is 1500HeadersversionstringAPI version headerResponses 200A list of documents for the specified customer. 400Bad Request 401Unauthorized 403Forbidden 404Not Found 429Too Many RequestsUpdated 9 months ago