List request
Request of list shell
Endpoint
GET /api/shell/
Auth
Authorization: Bearer ${token}
Query Parameters
Key | Default |
---|---|
offset | 0 |
limit | -1 |
Response
Json
[
{
"kind": "status",
"payload": {
"code": 0,
"message": ""
}
},
{
"kind": "total",
"payload": {
"value": 0
}
},
{
"kind": "entity",
"payload": {
"args": null,
"columns": 0,
"created_at": 0,
"identity": "",
"path": "",
"rows": 0,
"sessions": 0,
"state": ""
}
}
]
Notes
- Shell Permission Required