Retrieves all unavailabilities
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
user_unavailability| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier |
Required |
| date_start |
Date+Time of the beginning |
date |
Required |
| date_end |
Date+Time of the end |
date |
Required |
| user_unavailability_type_id | globally unique identifier | ||
| user_unavailability_type_name | string | ||
| description |
Description |
string |
Max length: 255 |
| sys_logical_delete |
Logical delete |
boolean | |
| user_id |
Assigned user |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| is_approved |
is_approved |
boolean | |
| user_week_approval_id |
user_week_approval_id |
globally unique identifier | |
| db_address_id |
db_address_id |
globally unique identifier | |
| location |
location |
string |
Max length: 50 |
| holiday_id |
holiday_id |
globally unique identifier | |
| archive_reason |
archive_reason |
string |
Max length: 4000 |
| recurrence_id |
recurrence_id |
globally unique identifier | |
| time_span |
time_span |
string |
Max length: 255 |
| dateutc_create |
dateutc_create |
date | |
| is_confirmed |
comfirmed by the user |
boolean |
Response Formats
application/json, text/json
Sample:
{
"id": "f5e2b59f-3b4e-4811-9a1d-8a24c683892d",
"date_start": "2026-03-07T13:13:13.9137919+00:00",
"date_end": "2026-03-07T13:13:13.9137919+00:00",
"user_unavailability_type_id": "39dd4062-d535-4823-baf3-cf993ee09312",
"user_unavailability_type_name": "sample string 5",
"description": "sample string 6",
"sys_logical_delete": true,
"user_id": "aed2dbcc-c3f8-4fac-b386-0a9aa83c6d81",
"modified_dateutc": "2026-03-07T13:13:13.9137919+00:00",
"is_approved": true,
"user_week_approval_id": "d1e87ed4-e578-41d0-8126-55279df84c1f",
"db_address_id": "ab2e918d-467c-45f9-8918-b8bddbb520b9",
"location": "sample string 13",
"holiday_id": "54da449a-7993-4a3c-8dcb-5e7307123dc6",
"archive_reason": "sample string 15",
"recurrence_id": "e9c60766-0a99-445b-9c42-09f45d4acffd",
"time_span": "sample string 17",
"dateutc_create": "2026-03-07T13:13:13.9137919+00:00",
"is_confirmed": true
}
application/xml, text/xml
Sample:
<user_unavailability xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archive_reason>sample string 15</archive_reason> <date_end>2026-03-07T13:13:13.913Z</date_end> <date_start>2026-03-07T13:13:13.913Z</date_start> <dateutc_create>2026-03-07T13:13:13.913Z</dateutc_create> <db_address_id>ab2e918d-467c-45f9-8918-b8bddbb520b9</db_address_id> <description>sample string 6</description> <holiday_id>54da449a-7993-4a3c-8dcb-5e7307123dc6</holiday_id> <id>f5e2b59f-3b4e-4811-9a1d-8a24c683892d</id> <is_approved>true</is_approved> <is_confirmed>true</is_confirmed> <location>sample string 13</location> <modified_dateutc>2026-03-07T13:13:13.913Z</modified_dateutc> <recurrence_id>e9c60766-0a99-445b-9c42-09f45d4acffd</recurrence_id> <sys_logical_delete>true</sys_logical_delete> <time_span>sample string 17</time_span> <user_id>aed2dbcc-c3f8-4fac-b386-0a9aa83c6d81</user_id> <user_unavailability_type_id>39dd4062-d535-4823-baf3-cf993ee09312</user_unavailability_type_id> <user_unavailability_type_name>sample string 5</user_unavailability_type_name> <user_week_approval_id>d1e87ed4-e578-41d0-8126-55279df84c1f</user_week_approval_id> </user_unavailability>