# Get web documents Returns a list web documents Endpoint: GET /slapi/setup/webdocs Version: 0.0.1 Security: BasicAuthCredentials ## Response 200 fields (applicaiton/json): - `webdocs` (array) - `webdocs.id` (integer) Example: 1 - `webdocs.name` (string) Example: "Customer Waiver" - `webdocs.type` (string) Example: "Customer" - `webdocs.isNewCustomerDocument` (boolean) Example: true ## Response 500 fields (applicatoin/json): - `error` (string) - `message` (string)