Retrieves the user_planning_slot with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

user_planning_slot
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

user_id

Foreign key to user.

globally unique identifier

Required

user_planning_slot_type_id

Foreign key to user planning slot type id.

globally unique identifier

Required

date_from

Date from,

date
date_to

Date to,

date
description

Description of user planning slot.

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating.

date

Response Formats

application/json, text/json

Sample:
{
  "id": "c125482b-dfbe-4704-bf76-3a3f2c45d06a",
  "user_id": "3e8bf1f5-3c49-4b74-94d2-c55cdfc6f89d",
  "user_planning_slot_type_id": "feb1d3f5-19b9-4fbe-b996-6cf7cd901759",
  "date_from": "2025-06-01T00:33:08.7160637+00:00",
  "date_to": "2025-06-01T00:33:08.7160637+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2025-06-01T00:33:08.7160637+00:00"
}