获取日历
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| ClusterId | string | 是 | 集群 ID。 | xxljob-b6ec1xxxx |
| CalendarName | string | 是 | 日历名称 | workday |
| Year | integer | 是 | 年。 | 2024 |
返回参数
示例
正常返回示例
JSON格式
{
"RequestId": "2C3E52FF-CBE9-5C0E-8252-37ACFF1F5EFF",
"Code": 200,
"Message": "Parameter error: content is null.",
"Success": true,
"Data": {
"CalendarName": "workday",
"Year": 2030,
"Months": [
{
"month": 1,
"days": [
1,
2,
3,
6,
7,
8,
9,
10,
13,
14,
15,
16,
17,
20,
21,
22,
23,
24,
27,
28,
29,
30,
31
]
},
{
"month": 2,
"days": [
3,
4,
5,
6,
7,
10,
11,
12,
13,
14,
17,
18,
19,
20,
21,
24,
25,
26,
27,
28
]
},
{
"month": 3,
"days": [
3,
4,
5,
6,
7,
10,
11,
12,
13,
14,
17,
18,
19,
20,
21,
24,
25,
26,
27,
28,
31
]
},
{
"month": 4,
"days": [
1,
2,
3,
4,
7,
8,
9,
10,
11,
14,
15,
16,
17,
18,
21,
22,
23,
24,
25,
28,
29,
30
]
},
{
"month": 5,
"days": [
1,
2,
5,
6,
7,
8,
9,
12,
13,
14,
15,
16,
19,
20,
21,
22,
23,
26,
27,
28,
29,
30
]
},
{
"month": 6,
"days": [
2,
3,
4,
5,
6,
9,
10,
11,
12,
13,
16,
17,
18,
19,
20,
23,
24,
25,
26,
27,
30
]
},
{
"month": 7,
"days": [
1,
2,
3,
4,
7,
8,
9,
10,
11,
14,
15,
16,
17,
18,
21,
22,
23,
24,
25,
28,
29,
30,
31
]
},
{
"month": 8,
"days": [
1,
4,
5,
6,
7,
8,
11,
12,
13,
14,
15,
18,
19,
20,
21,
22,
25,
26,
27,
28,
29
]
},
{
"month": 9,
"days": [
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
15,
16,
17,
18,
19,
22,
23,
24,
25,
26,
29,
30
]
},
{
"month": 10,
"days": [
1,
2,
3,
6,
7,
8,
9,
10,
13,
14,
15,
16,
17,
20,
21,
22,
23,
24,
27,
28,
29,
30,
31
]
},
{
"month": 11,
"days": [
3,
4,
5,
6,
7,
10,
11,
12,
13,
14,
17,
18,
19,
20,
21,
24,
25,
26,
27,
28
]
},
{
"month": 12,
"days": [
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
15,
16,
17,
18,
19,
22,
23,
24,
25,
26,
29,
30,
31
]
}
]
}
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | InvalidParameter | Parameter error: %s. | 参数错误: %s |
| 401 | IllegalRequest | IllegalRequest: %s. | 非法请求:%s |
| 403 | NoPermission | No permission to perform this operation: %s. | 没有权限去执行该操作:%s |
| 404 | NotFound | Not found: %s. | 资源不存在:%s |
| 500 | InternalError | InternalError: %s. | 系统内部错误:%s |
访问错误中心查看更多错误码。
变更历史
| 变更时间 | 变更内容概要 | 操作 |
|---|---|---|
| 2025-12-25 | 新增 OpenAPI | 查看变更详情 |
