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>"
}
]
}
]
}
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>"
}
]
}
]
}
The response is of type object
.