角色信息
开发中
GET
https://api.flashcat.cloud/oncall/roles
最后修改时间:2024-07-05 03:51:04
请求参数
Authorization
在 query 添加参数
app_key
示例:
app_key: ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/oncall/roles?app_key'
返回响应
🟢200成功
application/json
Body
data
array [object {7}]
必需
id
integer
必需
name
string
必需
account_id
integer
必需
create_at
integer
必需
create_by
integer
必需
update_at
integer
必需
update_by
integer
必需
示例
{
"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
}
]
}

添加官方技术人员微信
在这里,获得使用上的任何帮助,快速上手企业告警一站式响应平台FlashDuty


修改于 2024-07-05 03:51:04