-
Type:
New Feature
-
Status: To Do
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Company:All Clients/Multiple Clients
The current Candidate API returns the Candidate data, Documents sent to the candidate and the Document templates.
The payload size is substantial and we need to add a parameter to the API - "includeTemplates" and if the user passes in a Yes value for it then we send the template data. By default, we shouldn't send the template data.
Description |
Following are the list of attributes we need to encrypt -
"firstName": "", "lastName": "", "middleName": "", "addressLine1": "", "addressLine2": "", "phone": "", "email": "", "legalId": "", "birthDate": "", "militaryStatus": "", "ethinicity": "", "preferredName": "", "formerFamilyName": "", "addressCountryCode": "", "addressState": "", "addressCity": "", "addressPostalCode": "" |
The current Candidate API returns the Candidate data, Documents sent to the candidate and the Document templates.
The payload size is substantial and we need to add a parameter to the API - "includeTemplates" and if the user passes in a Yes value for it then we send the template data. By default, we shouldn't send the template data. |