Skip to main content
GET
/
cabinet
/
admin
/
ban-system
/
agents
/
{node_name}
/
history
Get Agent History
curl --request GET \
  --url https://api.example.com/cabinet/admin/ban-system/agents/{node_name}/history \
  --header 'Authorization: Bearer <token>'
{
  "node": "<string>",
  "hours": 24,
  "records": 0,
  "delta": {},
  "first": {},
  "last": {},
  "history": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

node_name
string
required

Query Parameters

hours
integer
default:24
Required range: 1 <= x <= 168

Response

Successful Response

Agent history response.

node
string
required
hours
integer
default:24
records
integer
default:0
delta
Delta · object
first
First · object
last
Last · object
history
BanAgentHistoryItem · object[]