PSOHub API - Contract Templates
Learn how to retrieve contract templates to use in project creation
Contract templates can be used to quick start a project with a predefined set or contract groups and lines. With the API, its possible to retrieve contract templates to get the ID and then use it within the project creation to setup the project when created.
Get all contract templates
A request can be made to the following endpoint
GET https://www.psohubapp.com/rest/psohubapi/v1/contracttemplates
If successful , the response will be
[
{
"ContractTemplateName": "4-Step Exit Program",
"ContractTemplateID": 14636698788954114
},
{
"ContractTemplateName": "Accounting Services",
"ContractTemplateID": 14636698788964413
},
{
"ContractTemplateName": "App Development",
"ContractTemplateID": 14636698792858323
}
]