POST api/v1/DailyRoster/CareAssignmentRosterByDay

Get CareAssignment roster by day This is an asynchronous service.

Request Information

URI Parameters

None.

Body Parameters

Collection of DailyRosterFilter
NameDescriptionTypeAdditional information
DepartmentId

integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

BusinessDay

date

None.

CurrentTimeStamp

date

None.

RosterViewEnabled

boolean

None.

PlusMetricsViewEnabled

boolean

None.

ClockInViewEnabled

boolean

None.

SortOrder

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DepartmentId": 1,
    "StartDateTime": "2026-01-02T17:37:38.6122814-06:00",
    "EndDateTime": "2026-01-02T17:37:38.6122814-06:00",
    "BusinessDay": "2026-01-02T17:37:38.6122814-06:00",
    "CurrentTimeStamp": "2026-01-02T17:37:38.6122814-06:00",
    "RosterViewEnabled": true,
    "PlusMetricsViewEnabled": true,
    "ClockInViewEnabled": true,
    "SortOrder": 8
  },
  {
    "DepartmentId": 1,
    "StartDateTime": "2026-01-02T17:37:38.6122814-06:00",
    "EndDateTime": "2026-01-02T17:37:38.6122814-06:00",
    "BusinessDay": "2026-01-02T17:37:38.6122814-06:00",
    "CurrentTimeStamp": "2026-01-02T17:37:38.6122814-06:00",
    "RosterViewEnabled": true,
    "PlusMetricsViewEnabled": true,
    "ClockInViewEnabled": true,
    "SortOrder": 8
  }
]

Response Information

Resource Description

ApiResponseModelOfListOfCompressed
NameDescriptionTypeAdditional information
Data

ApiResponseDataModelOfListOfCompressed

None.

Errors

Collection of string

None.

Warnings

Collection of string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.