type_report - BenjaminFourmaux/ServiceDown-api GitHub Wiki

Type : Report

Represents a submitted report

Fields

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

Exemple

An example with the service Orange

{
	"id": 1,
	"service": 146,
	"country": 74,
	"submittedAt": "2022-08-10 18:41:39"
}