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": "2ef59d8e-3045-4026-8b04-ea99d6c72e09",
  "user_id": "b0dd1b3b-a8e0-4687-ba0c-24a3d718486f",
  "user_planning_slot_type_id": "74f3302b-8a23-4857-9cf3-6fee1c3284bf",
  "date_from": "2026-04-03T05:46:50.4163315+00:00",
  "date_to": "2026-04-03T05:46:50.4319483+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-04-03T05:46:50.4319483+00:00"
}