API Details :
API : [GET]- /api/User/ValidatePreviewToken/{token}
Response :
In case of HTML, we will be returning form details and for PDF, form details will be null as form details is required only in the case of HTML
HTML response :
{
"docType": 1,
"companyid": "1",
"fileName": "HTMLLatestVersion_1557483471049.html",
"formDetails": [
{ "Key": "first_name", "Value": "Sue", "AccessRightsID": 31 }
,
{ "Key": "last_name", "Value": "Vincent", "AccessRightsID": 31 }
,
{ "Key": "email", "Value": "ramya.tantry@careerbuilder.com", "AccessRightsID": 31 }
],
"fileExtension": ".html"
}
PDF response :
{ "docType": 3, "companyid": "1", "fileName": "0435996587348727.pdf", "formDetails": null, "fileExtension": ".pdf" }
NOTE : Multiple document form details not yet considered.
API Details :
API : [GET]- /api/User/ValidatePreviewToken/{token}
Response :
In case of HTML, we will be returning form details and for PDF, form details will be null as form details is required only in the case of HTML
HTML response :
{
{ "Key": "first_name", "Value": "Sue", "AccessRightsID": 31 }"docType": 1,
"companyid": "1",
"fileName": "HTMLLatestVersion_1557483471049.html",
"formDetails": [
,
{ "Key": "last_name", "Value": "Vincent", "AccessRightsID": 31 },
{ "Key": "email", "Value": "ramya.tantry@careerbuilder.com", "AccessRightsID": 31 }],
"fileExtension": ".html"
}
PDF response :
{ "docType": 3, "companyid": "1", "fileName": "0435996587348727.pdf", "formDetails": null, "fileExtension": ".pdf" }NOTE : Multiple document form details not yet considered.