Update an assessment
patch
/crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/Assessment/{AssessmentId}
Request
Path Parameters
-
AssessmentId(required): integer(int64)
The unique identifier of an assessment.
-
CompanyNumber(required): string
The alternate key identifier of the partner's company.
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AssessAnswerGroups: array
Assessment Answer Groups
Title:
Assessment Answer GroupsThe assessment answer groups resource is used to view and update the question groups in an assessment. -
AssessedLanguage: string
Title:
Assessment LanguageMaximum Length:4Default Value:USThe language of the assessment. -
AssessedObjectId: integer
(int64)
Title:
Assessed Object IDThe unique identifier of the assessed business object. -
AssessmentId: integer
(int64)
Title:
Assessment IDThe unique identifier of an assessment. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
Name: string
Title:
NameMaximum Length:255The name of the assessment. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:INCOMPLETEThe code indicating the valid status of the assessment. The valid values are IN_PROGRESS and COMPLETE. -
TotalAnswered: number
Title:
Total Questions AnsweredThe number of questions answered in the assessment. -
TotalQuestions: number
Title:
Total QuestionsThe total number of questions to be answered in the assessment.
Nested Schema : Assessment Answer Groups
Type:
arrayTitle:
Assessment Answer GroupsThe assessment answer groups resource is used to view and update the question groups in an assessment.
Show Source
Nested Schema : partners-Assessment-AssessAnswerGroups-item-patch-request
Type:
Show Source
object-
AssessAnswerGroupId: integer
(int64)
The unique identifier of the answer group.
-
AssessmentAnswer: array
AssessmentAnswer
-
AssessmentId: integer
(int64)
The unique identifier of the assessment associated with answer group.
Nested Schema : schema
Type:
Show Source
object-
Answered: string
Indicates if the question is answered or not.
-
AnswerId: integer
(int64)
The unique identifier of the assessments associated with answer.
-
AttributeValueId: integer
(int64)
Title:
ResponseThe unique identifier of the response. -
Comments: string
Title:
CommentsMaximum Length:1500The assessment runtime comments entered by end user. -
HasComments: string
Indicates if the comments are present or not.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : partners-Assessment-item-response
Type:
Show Source
object-
AssessAnswerGroups: array
Assessment Answer Groups
Title:
Assessment Answer GroupsThe assessment answer groups resource is used to view and update the question groups in an assessment. -
AssessedLanguage: string
Title:
Assessment LanguageMaximum Length:4Default Value:USThe language of the assessment. -
AssessedObjectId: integer
(int64)
Title:
Assessed Object IDThe unique identifier of the assessed business object. -
AssessedObjTypeCode: string
Title:
Object Type CodeMaximum Length:30The code indicating the type of the assessed business object. -
AssessmentId: integer
(int64)
Title:
Assessment IDThe unique identifier of an assessment. -
AssessmentScore: integer
(int64)
Title:
ScoreDefault Value:0The calculated score of assessment. -
AssessTemplateId: integer
(int64)
Title:
Template NameThe unique identifier of the assessment template that served as the source of this assessment. -
BusinessUnit: integer
(int64)
Title:
Business UnitThe name of the business unit passed when creating an assessment, and corresponds to the business unit of the business object. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the assessment record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the assessment record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the assessment record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameMaximum Length:255The name of the assessment. -
RatingFeedback: string
Title:
FeedbackRead Only:trueThe feedback mapped to the rating. -
RatingTerm: string
Title:
RatingRead Only:trueThe overall rating of the assessment as configured in the associated assessment template. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:INCOMPLETEThe code indicating the valid status of the assessment. The valid values are IN_PROGRESS and COMPLETE. -
StatusFuse: string
Title:
StatusRead Only:trueThe status of the assessment. -
TemplateName: string
Title:
TemplateThe name of the assessment template. -
TemplateType: string
Title:
Template TypeThe type of the assessment template associated with the assessment. -
TotalAnswered: number
Title:
Total Questions AnsweredThe number of questions answered in the assessment. -
TotalQuestions: number
Title:
Total QuestionsThe total number of questions to be answered in the assessment.
Nested Schema : Assessment Answer Groups
Type:
arrayTitle:
Assessment Answer GroupsThe assessment answer groups resource is used to view and update the question groups in an assessment.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-Assessment-AssessAnswerGroups-item-response
Type:
Show Source
object-
AssessAnswerGroupId: integer
(int64)
The unique identifier of the answer group.
-
AssessmentAnswer: array
Assessment Answers
Title:
Assessment AnswersThe assessment answers resource is used to view and update a response to a question in the question group. -
AssessmentId: integer
(int64)
The unique identifier of the assessment associated with answer group.
-
AttributeGroupId: integer
(int64)
The unique identifier of the question group of the associated template.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Read Only:
trueThe name of the answer group.
Nested Schema : Assessment Answers
Type:
arrayTitle:
Assessment AnswersThe assessment answers resource is used to view and update a response to a question in the question group.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-Assessment-AssessAnswerGroups-AssessmentAnswer-item-response
Type:
Show Source
object-
Answered: string
Indicates if the question is answered or not.
-
AnswerId: integer
(int64)
The unique identifier of the assessments associated with answer.
-
AssessmentId: integer
(int64)
The unique identifier of the assessment answer.
-
AttributeGroupId: integer
(int64)
Title:
Question GroupThe unique identifier of the question group associated with assessment answer. -
AttributeId: integer
(int64)
Title:
QuestionThe unique identifier of the question associated with assessment answer. -
AttributeName: string
Read Only:
trueMaximum Length:500The name of the question. -
AttributeValueId: integer
(int64)
Title:
ResponseThe unique identifier of the response. -
Comments: string
Title:
CommentsMaximum Length:1500The assessment runtime comments entered by end user. -
HasComments: string
Indicates if the comments are present or not.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ResponseValue: string
Title:
ResponseRead Only:trueThe response to the question.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- AssessAnswerGroups
-
Parameters:
- AssessmentId:
$request.path.AssessmentId - CompanyNumber:
$request.path.CompanyNumber
- AssessmentId:
- AssessmentTemplateVA
-
Parameters:
- finder:
AssessmentTemplateByBUIdFinder%3BAssessObjType%3D{AssessedObjTypeCode}%2CRelatedObjType%3D{RelatedObjTypeCode}%2CBindBUId%3D{BusinessUnit}
- finder:
- LookupPVO1
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DMOW_ASSESSMENT_STATUS_CODE%2CBindLookupCode%3D{StatusCode}
- finder: