GET Warning/{id}?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WarningModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DatePosted | date |
None. |
|
| Author | string |
None. |
|
| UserID | integer |
None. |
|
| Name | string |
None. |
|
| Reason | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "c60ac354-4bc1-455d-b148-d714fd98af38",
"datePosted": "2026-09-17T22:42:13.2062005Z",
"author": "sample string 3",
"userID": 4,
"name": "sample string 5",
"reason": "sample string 6"
}