# List Records **GET /DB/Maint/{table}** Retrieve all records from the table ## Servers - https://api.wrtm.io/v1.0: https://api.wrtm.io/v1.0 () - https://api.whyreadthemanual.com/v1.0: https://api.whyreadthemanual.com/v1.0 () - https://api.wereadthemanual.com/v1.0: https://api.wereadthemanual.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Path parameters - **table** (string) Name of the case insensitive database table. Available table names for the Maintenance database are shown below ### Query parameters - **PageLimit** (integer) Maximum number of records to return - **apiConsolidate** (integer) Consolidate to remove empty values. To see all fields that can be returned, set this to 0 - **ApiPage** (integer) Page number to display - **Search** (string) Search term to filter results (supports partial matching anywhere in the field) - **SearchField** (string) Field to search in (defaults to name or primary display field) - **SortField** (string) An optional field to sort by. If brief is enabled, it will add () to the end of the searchfield. - **SortOrder** (string) An optional Sort order. Defaults to ASC ## Responses ### 200 Successful response #### Body: application/json (object) - **Data** (array[object]) - **Total** (integer) ### 404 Nothing Found ### 405 Invalid Table Specified [Powered by Bump.sh](https://bump.sh)