List of APIs log.
Paginates over the list of APIs
Path Parameters
- id string required
Behavior report GUID
Responses
- 200
- 400
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
- items
- page integer
- page_count integer
- per_page integer
- total_count integer
{
"items": {},
"page": 0,
"page_count": 0,
"per_page": 0,
"total_count": 0
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...