A valid request URL is required to generate request examples{
"entities": {
"period": [
"'2021/01/25 10:00', '2021/02/01 11:30'"
],
"dateFormat": "DD/MM/YYYY",
"projects": [
{
"id": 123,
"name": "<string>"
}
],
"sites": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"siteType": "<string>",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
19.914835,
50.027088
],
[
19.805101,
50.053082
],
[
20.047026,
49.968597
],
[
19.914835,
50.027088
]
]
]
},
"projects": [
{
"id": 123,
"name": "<string>"
}
]
}
],
"incursions": [
{
"id": 123,
"timestamp": "2021-12-15T12:06:49.399Z",
"ackTimestamp": "2021-12-15T12:06:49.399Z",
"leavingTimestamp": "2021-12-15T12:06:49.399Z",
"location": {
"lat": "50.09684",
"lng": "19.880789"
},
"tagId": 123,
"baseStationId": 123,
"brandId": 123,
"worksiteId": 123,
"testing": true,
"driver": true
}
]
}
}Incursions List
A valid request URL is required to generate request examples{
"entities": {
"period": [
"'2021/01/25 10:00', '2021/02/01 11:30'"
],
"dateFormat": "DD/MM/YYYY",
"projects": [
{
"id": 123,
"name": "<string>"
}
],
"sites": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"siteType": "<string>",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
19.914835,
50.027088
],
[
19.805101,
50.053082
],
[
20.047026,
49.968597
],
[
19.914835,
50.027088
]
]
]
},
"projects": [
{
"id": 123,
"name": "<string>"
}
]
}
],
"incursions": [
{
"id": 123,
"timestamp": "2021-12-15T12:06:49.399Z",
"ackTimestamp": "2021-12-15T12:06:49.399Z",
"leavingTimestamp": "2021-12-15T12:06:49.399Z",
"location": {
"lat": "50.09684",
"lng": "19.880789"
},
"tagId": 123,
"baseStationId": 123,
"brandId": 123,
"worksiteId": 123,
"testing": true,
"driver": true
}
]
}
}