improved

Profile Parsing API: parsing v4.0.2 Update

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

Untitled

Full Education object

Untitled

🔧 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.


💡Useful Links