Skip to main content
POST
/
api
/
v1
/
Occurrence
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Occurrence \
  --header 'Content-Type: application/json' \
  --data '{
  "Ids": [
    "<string>"
  ],
  "Start": "2023-11-07T05:31:56Z",
  "End": "2023-11-07T05:31:56Z",
  "IncludeDeleted": true
}'
{
  "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"
          }
        }
      ]
    }
  ]
}

Body

application/json
Ids
string<guid>[]
required
Required array length: 1 - 100 elements
Start
string<date-time>
required
Minimum length: 1
End
string<date-time>
required
Minimum length: 1
IncludeDeleted
boolean

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Result
object[]