curl --request GET \
--url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Occurrence
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Result": [
{
"Id": "<string>",
"Occurrences": [
{
"Start": "2023-11-07T05:31:56Z",
"End": "2023-11-07T05:31:56Z",
"RecurrenceId": "<string>",
"Deleted": true,
"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"
}
}
]
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Occurrence
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Result": [
{
"Id": "<string>",
"Occurrences": [
{
"Start": "2023-11-07T05:31:56Z",
"End": "2023-11-07T05:31:56Z",
"RecurrenceId": "<string>",
"Deleted": true,
"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"
}
}
]
}
]
}
The response is of type object
.