Request parameters
| Parameter Name | Description | Required |
| resourceid | ID of the resource for which schedules are to be listed. | true |
| resourcetype | Type of the resource. | true |
| action | Action to take on the resource. | false |
| enabled | Filter by enabled status. | false |
| id | ID of the schedule | false |
| ids | comma separated list of schedule ids | false |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false |
Response Tags
| Response Name | Description |
| id | The ID of resource schedule |
| action | Action |
| created | Date when the schedule was created |
| description | Description of resource schedule |
| details | Schedule details |
| enabled | Resource schedule is enabled |
| enddate | Date after which the schedule becomes inactive |
| resourceid | ID of the resource |
| resourcetype | Type of the resource |
| schedule | Cron formatted resource schedule |
| startdate | Date from which the schedule is active |
| timezone | Timezone of the schedule |