QuoteWerks REST API

Data access API for QuoteWerks tenant databases

API Documentation

Interactive API documentation with request/response examples, authentication details, and the ability to test endpoints directly in your browser.

REST API

Standard REST endpoints for querying and managing QuoteWerks data. Supports pagination, filtering, sorting, and field selection.

GET /api/v1/qw/tables GET /api/v1/qw/tables/{table}/schema GET /api/v1/qw/tables/{table} GET /api/v1/qw/tables/{table}/{id}
Pagination with page[number] and page[size]
Filtering with filter[objects] JSON
Sorting with sort parameter
Field selection with fields / exclude

OData v4

OData v4 compliant endpoints for BI tool integration (Power BI, Excel, Tableau). Supports $filter, $select, $orderby, $expand, and $count.

GET /odata/v4 GET /odata/v4/$metadata GET /odata/v4/{EntitySet} GET /odata/v4/{EntitySet}({key})
Service document discovery
EDMX metadata for schema
$expand for related entities
Power BI / Excel compatible

Authentication

All data endpoints require authentication via OAuth 2.0 bearer token. See the Authentication section in the API documentation for details on obtaining tokens.