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": "abae1c1f-65b5-46b9-9bbd-de2bdb097fd1",
  "user_id": "c1c0d055-2592-4974-9786-c9c4392863dd",
  "user_planning_slot_type_id": "f2f36f62-bf9f-45f8-a921-7ac2d3b5a10a",
  "date_from": "2024-03-27T08:07:33.8101574+00:00",
  "date_to": "2024-03-27T08:07:33.8101574+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2024-03-27T08:07:33.8101574+00:00"
}