Change List
POST
/change/listRequest
Body Params application/json
p
integer
Page number, starts from 1
limit
integer
Items per page
asc
boolean
Ascending order
start_time
integer
Start timestamp
end_time
integer
End time
filters
array[array (AndFilters) {1}]
Matching conditions
Value type
object (Filter)
optional
Inner conditions
include_events
boolean
Whether to return events simultaneously
Example
{
"p": 0,
"limit": 0,
"asc": true,
"start_time": 0,
"end_time": 0,
"filters": [
[
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
]
],
"include_events": true
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
data
object
optional
items
array[object (Change) {12}]
Change entry
has_next_page
boolean
Has next page
total
integer
Total entries
Example
Not configured
Last modified: 2 个月前