/projects
Projects API is for reporting on pricing project states and to aid in building custom quote flows
Retrieve all projects
Project reference. It is a UUID.
56c575d2-b6b9-44ed-9c75-5d705b987ec1Pricing project published status. It can be in draft, approved, published or subsequently unpublished
draft/sw/projects response
/sw/projects response
This will retrieve all projects within your account. It will show the latest published version along with other useful project details.
Retrieve a specific project
Project reference. It is a UUID.
56c575d2-b6b9-44ed-9c75-5d705b987ec1Pricing project published status. It can be in draft, approved, published or subsequently unpublished
draftProject version reference. It is a UUID.
46c575d2-b6b9-44ed-9c75-5d705b987ec1/sw/projects/{project_reference} response
/sw/projects/{project_reference} response
This will show a specific project with the latest published version, all versions to date and their status.
Each project has a unique project_reference and each version has a unique version_reference.
Retrieve all project versions
Project reference. It is a UUID.
56c575d2-b6b9-44ed-9c75-5d705b987ec1Project version reference. It is a UUID.
46c575d2-b6b9-44ed-9c75-5d705b987ec1A html formatted change log of a project version.
<p>Example change log of version</p>/sw/projects/versions response
/sw/projects/versions response
Project versions can be returned in bulk or filtered via the summary change log (using ?summary)
or via project_reference
Help building your own quote flows
Project reference. It is a UUID.
56c575d2-b6b9-44ed-9c75-5d705b987ec1/sw/public/projects/{project_reference} response
/sw/public/projects/{project_reference} response
The public project endpoint will return all the input parameters needed for a Swallow pricing project and all the lists of data options (generated by factor table data). This allows you to build custom and validated custom quote flows.
The quote flows can be programmatic (aggregator integrations) or via custom build user interfaces (within an app or website).
Last updated