improved
Profile Parsing API: parsing v4.0.2 Update
over 2 years ago by Wafaa Kahoui
Introducing new data format to our Profile Parsing Object.
😍 Why it’s a big deal for HrFlow.ai users?
To ensure consistency for our users, we have standardized the datetime format for experiences
and educations
arrays of objects in the Profile Object to datetime ISO 8601
.
Here is an example:
{
"date_start": "2002-04-01T00:00:00+0000",
"date_end": "2002-07-01T00:00:00+0000"
]
Full Experience object
Full Education object
🔧 How does it work?
Use our Profile Parsing API endpoint to try our parsing v.4.0.2.
These updates are backward compatible
Hence, there is no API migration that needs to be done.