post
https://{hostname}/api/assessment/v3/assessments
Use this API to launch a new assessment. The new assessment will be created with the details provided in the request body and assigned to the indicated respondents. If the selected template includes an Approver-only section, a user with the Project Owner role can be assigned to that section.
Things to Know
- The
inventoryDetailsinformation can be added in order to set a primary record and pre-populate inventory information on the assessment.- Within the
inventoryDetailsobject of the request, certain parameters are interchangeably required. This means that only one identifier parameter and one type parameter is required to make a successful API call:
- Inventory identifier (choose one):
inventoryId,inventoryNumber, orinventoryName- Inventory type (choose one):
inventoryTypeIdorinventoryTypeName- The
templateRootVersionIdparameter can be used instead of thetemplateIdparameter to create the new assessment using the latest published version of a template.
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error