English
cURL
curl --request GET \ --url https://api.absentify.com/api/v1/workspace \ --header 'X-API-KEY: <api-key>'
{ "id": "<string>", "createdAt": "<string>", "global_date_format": "<string>", "global_language": "<string>", "global_time_format": "H12", "global_timezone": "<string>", "global_week_start": "<string>", "global_name_format": "Microsoft_DisplayName", "name": "<string>", "updatedAt": "<string>", "privacy_show_calendarview": true, "privacy_show_otherdepartments": true, "privacy_show_absences_in_past": true, "fiscal_year_start_month": 5 }
Get current workspace settings
Successful response
H12
H24
Microsoft_DisplayName
First
Last
FirstLast
LastFirst
0 <= x <= 11
Was this page helpful?