GET
/
workspace
curl --request GET \
  --url https://api.absentify.com/api/v1/workspace \
  --header 'X-API-KEY: <api-key>'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "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": "2023-11-07T05:31:56Z",
  "privacy_show_calendarview": true,
  "privacy_show_otherdepartments": true,
  "privacy_show_absences_in_past": true,
  "fiscal_year_start_month": 5
}

Authorizations

X-API-KEY
string
header
required

Response

200
application/json
Successful response
id
string
required
createdAt
string
required
global_date_format
string
required
global_language
string
required
global_time_format
enum<string>
required
Available options:
H12,
H24
global_timezone
string
required
global_week_start
string
required
global_name_format
enum<string>
required
Available options:
Microsoft_DisplayName,
First,
Last,
FirstLast,
LastFirst
name
string
required
updatedAt
string
required
privacy_show_calendarview
boolean
required
privacy_show_otherdepartments
boolean
required
privacy_show_absences_in_past
boolean
required
fiscal_year_start_month
integer
required
Required range: 0 <= x <= 11