角色信息
开发中
GET
https://api.flashcat.cloud/oncall/roles
最后修改时间:2024-07-05 03:51:04
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/oncall/roles?app_key'
响应示例响应示例
{
"data": [
{
"id": 0,
"name": "主值班人",
"account_id": 182138731581973,
"create_at": 0,
"create_by": 0,
"update_at": 0,
"update_by": 0
},
{
"id": 1,
"name": "备值班人",
"account_id": 182138731581973,
"create_at": 0,
"create_by": 0,
"update_at": 0,
"update_by": 0
}
]
}