User Guide
Reports
Returns a list of Reports by Name and ID.
URL
|
GET /api/Report/Reports |
Reports method |
| Parameter | Required | Description | Type |
|---|---|---|---|
| No Parameters |
Responses
| Code | Description | Links |
| 200 | Success | No links |
|
Media Type text/plain application/json text/json Controls Accept header |
||
| Example Value | Schema | ||
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"engineSource": 0,
"description": "string",
"title": "string", "flags": 0, "tuneFlags": 0,
"designNotes": "string", "dateCreated": "2024-12-15T16:47:12.792Z",
"ownerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"owner": "string",
"permission": 0 } ] |
||
| 400 |
Bad Request |
No links |
|
Media Type text/plain application/json text/json |
||
| Example Value | Schema | ||
{"type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" } |
||
| 401 | Unauthorized | No links |
