Skip to content

type_report

BenjaminFourmaux edited this page Aug 10, 2022 · 1 revision

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"
}

Clone this wiki locally