Skip to main content
POST
/
api
/
v1
/
Occurrence
/
hasOccurrences
/
byGroup
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Occurrence/hasOccurrences/byGroup \
  --header 'Content-Type: application/json' \
  --data '
{
  "Groups": [
    {
      "Key": "<string>",
      "ScheduleIds": [
        "<string>"
      ]
    }
  ],
  "Start": "2023-11-07T05:31:56Z",
  "End": "2023-11-07T05:31:56Z"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Groups": {}
}

Body

application/json
Groups
object[]
required
Minimum array length: 1
Start
string<date-time>
required
Minimum string length: 1
End
string<date-time>
required
Minimum string length: 1

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Groups
object