API Name:
api_v2/users/get_next_work_day_status
We use this API to get users status for next working day based on work schedule.
Quick info:
Full url
Method: GET
https://app.iflow.ro/api/api_v2/users/get_next_work_day_status
CURL request
Method: GET
curl -X GET -H "Authorization: Bearer {ACCESS TOKEN}" https://app.iflow.ro/api/api_v2/users/get_next_work_day_status
Method: POST
curl -X POST -H "Authorization: Bearer {ACCESS TOKEN}" -d "api_language={ro_RO/en_US}" https://app.iflow.ro/api/api_v2/users/get_next_work_day_status
Parameters:
Access token
The API access token is generated from Iflow, with a label name of your choosing and is assigned to an administrator from the company.
Language
Method: POST With api_language key and ro_RO value you can translate the status to romanian.
Returns:
Ok response:
If everything is ok, you get a list of attendances with no errors.
[ { "status": "Missing, Sick Leave", "at_work": false, "full_name": "Miclea Dorian", "cnp": "2222222222222", "user_id": "3", "events": [ { "event_id": "485247", "user_id": "3", "event_type": "other_leave", "event_type_name": "Sick Leave", "position": 0, "consecutive_days_position": "solo", "event_type_color": "#FA28FF", "approve_status": "", "partial_approved_by_user_id": null, "other_leave_type_name": "01 - Common illness", "event_meta": { "user_id": "3", "days": 1, "start_date": "30/09/2022", "end_date": "30/09/2022", "reason_message": "" } } ] }, { "status": "At work", "at_work": true, "full_name": "Abrudan Alexandru", "cnp": "3333333333333", "user_id": "2" }, { "status": "At work", "at_work": true, "full_name": "Ban Alina", "cnp": "5555555555555", "user_id": "50456" } ]
Error response:
If an error ocurs on an attendance, you will get the text of the error on one of the error_ keys
{ "error": "Key is invalid!" }