List Out Of Office Records

get

/process/api/v1/user-configurations/out-of-office

Lists all the Out Of Office records for the current user sorted by start date and descending.

Request

Query Parameters
  • Maximum Value: 25
    The number of items to return. If parameter is omitted default value 25 is set. If limit <=0 or limit> 25 then upto 25 records are returned
    Default Value: 25
  • 0 based index. The number of items to skip before starting to collect the result set.
    Default Value: 0
  • If true return total count of records for given query with filters
    Default Value: false
  • The id of the user for whom Out Of Office configurations needs to be fetched. An optional paramater, can be used by admin user to get the Out Of Office configuration of other users.
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : OutOfOfficeConfigurations
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : PaginationResponse
Type: object
Pagination details
Show Source
Nested Schema : OutOfOfficeConfigurations-allOf[2]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : User
Match All
Show Source
Nested Schema : OutOfOfficeConfiguration
Type: object
Show Source
Match All
Show Source
Nested Schema : taskAction
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Current one action is supported.
Show Source
Nested Schema : OutOfOfficeTaskAction
Type: object
Show Source
Nested Schema : identities
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Show Source
Nested Schema : Identity
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : Identity-allOf[1]
Type: object
Show Source

400 Response

Returned if some of the query parameters are invalid

401 Response

Unauthorized

429 Response

Too Many Requests

500 Response

Internal Server Error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top