Assessment Templates REST Endpoints
List of Values/CRM Business Units/Assessment Templates
The assesment templates resource is used to view the assesment templates. It stores the templates associated with assessments.
- Create a deep copy template
- Method: postPath:
/crmRestApi/resources/11.13.18.05/crmBusinessUnits/{crmBusinessUnitsUniqID}/child/assessmentTemplates/action/deepCopyTemplate - Deploy template
- Method: postPath:
/crmRestApi/resources/11.13.18.05/crmBusinessUnits/{crmBusinessUnitsUniqID}/child/assessmentTemplates/action/deployTemplate - Get all assessment templates
- Method: getPath:
/crmRestApi/resources/11.13.18.05/crmBusinessUnits/{crmBusinessUnitsUniqID}/child/assessmentTemplates - Get an assessment template
- Method: getPath:
/crmRestApi/resources/11.13.18.05/crmBusinessUnits/{crmBusinessUnitsUniqID}/child/assessmentTemplates/{AssessTemplateId} - Get total question weightage
- Method: postPath:
/crmRestApi/resources/11.13.18.05/crmBusinessUnits/{crmBusinessUnitsUniqID}/child/assessmentTemplates/action/getTotalQtnWeight - Setup score ranges
- Method: postPath:
/crmRestApi/resources/11.13.18.05/crmBusinessUnits/{crmBusinessUnitsUniqID}/child/assessmentTemplates/action/setupScoreRanges