-
Type: New Feature
-
Status: In QA Testing
-
Priority: High
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: DMS Monthly Release - June 2020
-
Labels:
-
Company:All Clients/Multiple Clients
-
Sprint:April 2020 Release - Sprint 1, April 2020 Release - Sprint 2, May 2020 Release - Sprint 1, May 2020 Release - Sprint 2, June 2020 Release - Sprint 1, June 2020 Release - Sprint 2
Objective: As an HR Manager, I want to be able to pull data that is collected in forms and be able to send it to a 3rd party so that I can integrate with a 3rd party HRIS/Onboarding solution.
Pre-requisites- I have DMS. I have a form set up in DMS that is collecting data.
Entry: A candidate fills out a form.
Exit: the data populates a table that is supported by an API/Webservice so it can be accessed by an integration provider
Acceptance criteria:
- the API data structure is flexible to support the naming of custom fields.
- Can key off of form e.g. Get FormName_FieldName
- creates a unique candidate id(preferably not email address) to tie candidate from form to candidate in CBAT
- Allows an API user to extract any field name captured
- Allows API user to extract the form itself
Existing API : GET Url : /api/candidateProfile/{emailAddress}
- relates to
-
DMS-2233 Required non-mapped fields are stored and accessible via API
- In QA Testing