Get the 'Map System Tests' report.
GET/tests/map/report
This endpoint allows clients to get the last report of the "Map System Tests".
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id int32required
message stringnullable
name stringrequired
success booleannullable
[
{
"id": 0,
"message": "string",
"name": "string",
"success": true
}
]
Loading...