Retrieve a Schedule

get

/ic/api/integration/v1/integrations/{id}/schedule

Retrieves schedule for a scheduled integration.

Request

Path Parameters
  • Integration composite identifier. The ID consists of the code and the version separated by the | (vertical line) character. Format: code%7Cversion. Example: SC2RN%7C01.00.0000. When using cURL, substitute the %7C code for the vertical line.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ScheduleClassicRs
Match All
Show Source
Nested Schema : IdRs
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : IdRs-allOf[1]
Type: object
Show Source
Nested Schema : ScheduleClassicRs-allOf[2]
Type: object
Show Source
Nested Schema : ScheduleDefinitionRs
Type: object
Show Source
Nested Schema : days-of-month
Type: array
Show Source
Nested Schema : days-of-week
Type: array
Show Source
  • Allowed Values: [ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ]
Nested Schema : months-of-year
Type: array
Show Source
  • Allowed Values: [ "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER" ]
Nested Schema : weeks-of-month
Type: array
Show Source

404 Response

Schedule not found

500 Response

Server error
Back to Top