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": "c6a77850-0f8e-48fb-8e7a-2be56e915054", "user_id": "2bee9b98-c92b-4391-a6c4-0ea633b5738a", "user_planning_slot_type_id": "e049d721-8b85-4c85-9a04-4ebd40b20cb8", "date_from": "2025-09-10T02:38:25.8373595+00:00", "date_to": "2025-09-10T02:38:25.8373595+00:00", "description": "sample string 6", "modified_dateutc": "2025-09-10T02:38:25.8373595+00:00" }