Skip to main content
GET
/
api
/
v1
/
Exception
cURL
curl --request GET \
  --url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Exception
[
  {
    "Id": "<string>",
    "RecurrenceId": "<string>",
    "OriginalTime": "2023-11-07T05:31:56Z",
    "IsDeleted": true,
    "NewStart": "<string>",
    "NewEnd": "<string>",
    "NewStartTime": "2023-11-07T05:31:56Z",
    "NewEndTime": "2023-11-07T05:31:56Z"
  }
]

Query Parameters

ids
string<guid>[]

Response

200 - application/json
Id
string<guid> | null
RecurrenceId
string<guid>
OriginalTime
string<date-time>
IsDeleted
boolean
NewStart
string<duration> | null
deprecated
NewEnd
string<duration> | null
deprecated
NewStartTime
string<date-time> | null
NewEndTime
string<date-time> | null