-
Notifications
You must be signed in to change notification settings - Fork 0
type_report
BenjaminFourmaux edited this page Aug 10, 2022
·
1 revision
Represents a submitted report
| Name | Description | Type |
|---|---|---|
| id | Id of report | number |
| service | Id of the service | object<Service> |
| country | Id of the country where the service has the report | object<Country> |
| submittedAt | Sumitted date time | DateTime |
An example with the service Orange
{
"id": 1,
"service": 146,
"country": 74,
"submittedAt": "2022-08-10 18:41:39"
}