Assessment Templates
The
AssessmentTemplate object is used to represent a catalog definition published by an assessment partner.Properties
idUUIDremote_idStringThe third-party API ID of the matching object.
created_atDateTime (ISO 8601)The datetime that this object was created by Merge.
modified_atDateTime (ISO 8601)The datetime that this object was modified by Merge.
partner_template_idStringThe assessment partner's unique identifier for this template (e.g. Amazon Connect Talent's package ID).
titleStringHuman-readable name of the assessment (e.g. "Voice Interview - Customer Service").
descriptionStringLonger description of what the assessment measures.
max_scoreNumberMax score of the assessment.
remote_was_deletedBooleanIndicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
field_mappingsObjectremote_dataRemoteData[]The RemoteData object
The
RemoteData object is used to represent the full data pulled from the third-party API for an object.Properties
pathStringThe third-party API path that is being called.
dataAnyThe data returned from the third-party for this object in its original, unnormalized format.