Retrieves all unavailabilities

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

user_unavailability
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
date_start

Date+Time of the beginning

date

Required

date_end

Date+Time of the end

date

Required

modified_dateutc

Date+Time of the modified

date

Required

description

Description of the unavailability

string

Max length: 255

is_approved

Indicate if this object has been approved using a User Week Approval

boolean
user_id

User owner of this unavailability

globally unique identifier

Optionally required : user_id, user_code or user must be provided

user_code

Embedded entity "user" using ERP PK when adding/updating user_unavailability

string

Optionally required : user_id, user_code or user must be provided

user

Embedded entity "user" using node when adding/updating user_unavailability

user

Optionally required : user_id, user_code or user must be provided

user_unavailability_type_id

Type of the unavailability, cf model user_unavailability_type

globally unique identifier

Required

Optionally required : user_unavailability_type_id, user_unavailability_type_code or user_unavailability_type must be provided

user_unavailability_type_code

Embedded entity "user_unavailability_type" using ERP PK when adding/updating user_unavailability

string

Optionally required : user_unavailability_type_id, user_unavailability_type_code or user_unavailability_type must be provided

user_unavailability_type

Embedded entity "user_unavailability_type" using node when adding/updating user_unavailability

user_unavailability_type

Optionally required : user_unavailability_type_id, user_unavailability_type_code or user_unavailability_type must be provided

Response Formats

application/json, text/json

Sample:
{
  "id": "b7f934b1-9177-4df7-b6e2-b35b65b93d4f",
  "date_start": "2025-03-23T20:30:13.5432486+00:00",
  "date_end": "2025-03-23T20:30:13.5432486+00:00",
  "modified_dateutc": "2025-03-23T20:30:13.5432486+00:00",
  "description": "sample string 5",
  "is_approved": true,
  "user_id": "5cb651ab-272b-48dc-aec6-a20ef41e4d89",
  "user_code": "sample string 8",
  "user": {
    "id": "20f4bbd9-eac8-4a0b-a121-043c46587835",
    "db_language_id": "7849413b-d2d3-428e-a21d-647df3c2ecc1",
    "username": "sample string 3",
    "firstname": "sample string 4",
    "lastname": "sample string 5",
    "code": "sample string 6",
    "archived": true,
    "disabled": true,
    "emergency_contact": "sample string 9",
    "bankaccount": "sample string 10",
    "social_security": "sample string 11",
    "place_of_birth": "sample string 12",
    "nationality": "sample string 13",
    "functions": "sample string 14",
    "birthdate": "2025-03-23T20:30:13.5432486+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "f1840ce4-0504-4a47-aee6-e7c7a7e0217d",
    "sales_organization": {
      "id": "e9618984-f88d-405a-a276-7f06c4373205",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "1c692581-e561-43f7-8828-174b645ee5ed",
      "db_currency_id": "b5ea3595-ab21-43c5-9d05-b96026d1ca60",
      "db_language_id": "1adfdd51-0169-4888-acdc-1314d87ed112",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2025-03-23T20:30:13.5432486+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "dc5e4892-6995-423c-9bd5-044e69baaaf5",
    "email": "sample string 22",
    "phone": "sample string 23",
    "fax": "sample string 24",
    "mobile": "sample string 25",
    "private_email": "sample string 26",
    "private_phone": "sample string 27",
    "private_fax": "sample string 28",
    "private_mobile": "sample string 29",
    "private_street": "sample string 30",
    "private_street_number": "sample string 31",
    "private_city": "sample string 32",
    "private_zip": "sample string 33",
    "private_db_country_id": "1dc5337c-b06c-433e-91eb-653352dcaa80",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-03-23T20:30:13.5432486+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "7ce8cece-0aab-437a-8870-006d25cb01ca"
  },
  "user_unavailability_type_id": "272dca93-6077-4a9f-99c1-11f6e737b7a3",
  "user_unavailability_type_code": "sample string 10",
  "user_unavailability_type": {
    "id": "f3d15e46-867c-4724-bb27-81150f5d4c5e",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "sales_organization_id": "9057b434-7975-4ef0-b0ad-008c3dcc8471",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "e9618984-f88d-405a-a276-7f06c4373205",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "1c692581-e561-43f7-8828-174b645ee5ed",
      "db_currency_id": "b5ea3595-ab21-43c5-9d05-b96026d1ca60",
      "db_language_id": "1adfdd51-0169-4888-acdc-1314d87ed112",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2025-03-23T20:30:13.5432486+00:00"
    },
    "modified_dateutc": "2025-03-23T20:30:13.5432486+00:00"
  }
}