GET /api/v1/vacations

GET /api/v1/vacations

Query parameters

  • BatchId integer(int32)
  • q string
  • From string(date-time)
  • To string(date-time)
  • PageNumber integer(int32)
  • PageSize integer(int32)
  • SearchTerm string
  • SortBy string
  • SortOrder string

Responses

  • 200

    OK

GET /api/v1/vacations
curl \
 --request GET 'http://api.example.com/api/v1/vacations'