Queries a list of shift schedules in Operation Center.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ShiftScheduleName | string | No | The keyword used to perform a fuzzy search on shift schedules. | |
Owner | string | No | The ID of your Alibaba Cloud account. You can log on to the DataWorks console and move the pointer over the profile picture in the upper-right corner to view the ID. | 1933790683**** |
PageSize | integer | No | The number of entries per page. Default value: 10. Maximum value: 100. | 10 |
PageNumber | integer | No | The page number. Minimum value:1. Maximum value: 100. Default value: 1. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "E6F0DBDD-5AD****",
"Paging": {
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 100,
"ShiftSchedules": [
{
"ShiftScheduleIdentifier": "2ab6456ada634b2f938ee******9b45b",
"ShiftScheduleName": ""
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2022-06-07 | Add Operation | View Change Details |