Retrieves all the user_planning_slot
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
user_planning_slotName | Description | Type | Additional 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": "03ea12cb-ad68-4ca2-82b0-35f657c6c3b4", "user_id": "47988362-9363-4d8b-8b4a-1a7f1621e9fe", "user_planning_slot_type_id": "36bbe763-49e3-47a8-be5d-8e350bf73512", "date_from": "2025-02-05T06:49:54.7672564+00:00", "date_to": "2025-02-05T06:49:54.7672564+00:00", "description": "sample string 6", "modified_dateutc": "2025-02-05T06:49:54.7672564+00:00" }