Read Shift

get

/shift

Reads Shift objects from the database.

Request

Query Parameters
  • Fields to load
    Example:
    Name,ObjectId
  • Supported Filter Operators - :gt:, :lt:, :eq:, :gte:, :lte:, :and:, :or:
    Example:
    ObjectId IN(1,2) :and: CreateDate:gte:'2021-04-20' :and: LastUpdateDate:lt:'2022-04-20' :and: Name :like: 'abc%'
  • OrderBy condition
    Example:
    ObjectId desc
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : List<Shift>
Type: array
Title: List<Shift>
Show Source
Nested Schema : Shift
Type: object
Title: Shift
Shift Entity
Show Source
Nested Schema : ShiftPeriod
Type: array
Show Source
Nested Schema : ShiftPeriod
Type: object
Show Source

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top