POST
/
api
/
v1
/
Schedule
/
rrule
curl --request POST \
  --url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Schedule/rrule \
  --header 'Content-Type: application/json' \
  --data '{
  "Ids": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Result": [
    {
      "Id": "<string>",
      "ScheduleItems": [
        {
          "Id": "<string>",
          "RRule": "<string>"
        }
      ]
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.