curl --request POST \
--url 'https://api.flashcat.cloud/rum/application/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"p": 123,
"limit": 123,
"asc": true,
"orderby": "created_at",
"query": "<string>",
"team_id": 123,
"is_my_team": true
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"application_id": "<string>",
"application_name": "<string>",
"type": "browser",
"client_token": "<string>",
"team_id": 123,
"no_ip": true,
"no_geo": true,
"status": "enabled",
"created_by": 123,
"updated_by": 123,
"created_at": 123,
"updated_at": 123,
"is_private": true,
"alerting": {
"enabled": true,
"channel_ids": [
123
]
},
"tracing": {
"enabled": true,
"endpoint": "<string>",
"open_type": "popup"
}
}
],
"has_next_page": true,
"total": 123
}
}curl --request POST \
--url 'https://api.flashcat.cloud/rum/application/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"p": 123,
"limit": 123,
"asc": true,
"orderby": "created_at",
"query": "<string>",
"team_id": 123,
"is_my_team": true
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"application_id": "<string>",
"application_name": "<string>",
"type": "browser",
"client_token": "<string>",
"team_id": 123,
"no_ip": true,
"no_geo": true,
"status": "enabled",
"created_by": 123,
"updated_by": 123,
"created_at": 123,
"updated_at": 123,
"is_private": true,
"alerting": {
"enabled": true,
"channel_ids": [
123
]
},
"tracing": {
"enabled": true,
"endpoint": "<string>",
"open_type": "popup"
}
}
],
"has_next_page": true,
"total": 123
}
}此页面对您有帮助吗?