var info={
"category": "FeatureCollection",
"totalItems ": 3,
"items": [{
"category": "Feature",
"idNum": "Site_view.5b59c3a5-bc04-4707-93e7",
"geometryInfo": {
"shapeType": "MultiPolygon",
"pointList": [
[
[174877.4813, 130159.3695],
[174991.5857, 130162.2884],
[175085.7881, 130172.9028],
[175204.6689, 130195.7236],
[175205.9957, 130192.274],
[175084.4613, 130170.7799],
[174989.7282, 130158.8387],
[174877.4813, 130159.3695]
]
],
[
[175130.0918, 130397.2857],
[175152.5814, 130316.5877],
[174960.7581, 130303.3585],
[175130.0918, 130397.2857]
]
},
"geometryName": "geometry",
"dataDetails": {
"ID": 24636,
"title": "test CA 24 05-10-2017",
"organization": "xxxx-xxxx-xxx",
"parentID": null,
"ref": null,
"startDate": null,
"endDate": null,
"Expr1": "xxxx-xxxx-xxxx-xxxx",
"createdOn": "2018-06-05T11:26:41.673Z",
"modifiedOn": "2018-09-20T12:37:30.257Z",
"siteIdentifier": "f3f0fe94-eec7-4ff0-8a12-5c6dfc67b38f",
"type": "https://xxxxxx/cl/xxxxx/constructionZone",
"validUntil": null,
"Expr3": "2018-06-05T11:26:41.673Z",
"baseName": "ZZZ_Powalco_Test",
"parentName": null,
"status": "Inscription",
"powalcoID": "18007495",
"boundingBox": [174877.4813, 130158.8387, 175205.9957, 130397.2857]
}
}, {
"category": "Feature",
"idNum": "Site_view.9e7bf413-ae67-4a40-9825-3c69ad4bdbfc",
"geometryInfo": null,
"geometryName": "geometry",
"dataDetails": {
"ID": 24638,
"title": "test CA 24 05-10-2017",
"organization": "xxxxxxxxx",
"parentID": null,
"ref": null,
"startDate": null,
"endDate": null,
"Expr1": "f3f0fe94-eec7-4ff0-8a12-5c6dfc67b38f",
"createdOn": "2018-06-05T11:26:45.116Z",
"modifiedOn": "2018-06-05T11:26:45.116Z",
"siteIdentifier": "f3f0fe94-eec7-4ff0-8a12-5c6dfc67b38f",
"type": "https://xxx/xx/SiteType/ZCCC",
"validUntil": null,
"Expr3": null,
"baseName": "ZZZ_Powalco_Test",
"parentName": null,
"status": "Inscription",
"powalcoID": "xxx"
}
}, {
"category": "Feature",
"idNum": "Site_view.xxxxxx",
"geometryInfo": {
"shapeType": "MultiPolygon",
"pointList":
[
[174865.8055, 130168.1263],
[175247.3917, 130213.768],
[175250.8413, 130192.5393],
[175109.405, 130153.7969],
[174866.867, 130142.9172],
[174865.8055, 130168.1263]
]
],
[
[174960.7581, 130303.3585],
[175130.0918, 130397.2857],
[175152.5814, 130316.5877],
[174960.7581, 130303.3585]
]
},
"geometryName": "geometry",
"dataDetails": {
"ID": 24637,
"title": "test CA 24 05-10-2017",
"organization": "3dd8aedd-cb82-4fa4-b932-2046ea7b7251",
"parentID": null,
"ref": null,
"startDate": null,
"endDate": null,
"Expr1": "f3f0fe94-eec7-4ff0-8a12-5c6dfc67b38f",
"createdOn": "2018-06-05T11:26:41.674Z",
"modifiedOn": "2018-09-20T12:37:30.257Z",
"site Identifier": "f3f0fe94-eec7-4ff0-8a12-5c6dfc67b38f",
"type": "https://xxxxxx/cl/SiteType/perimeterZone",
"validUntil": null,
"Expr3": "2018-06-05T11:26:41.674Z",
"base Name": "ZZZ_Powalco_Test",
"parent Name": null,
"status": "Inscription",
"powalcoID": "18007495",
"bounding Box": [174865.8055, 130142.9172, 175250.8413, 130397.2857]
}
}],
"crsRefSystem": {
"descrption": "name",
"details": {
"nameData": "urn:ogc:def:crs:EPSG::31370"
}
},
"bboxBounds": [174865.8055, 130142.9172, 175250.8413, 130397.2857]
};
info.items.map(item => {
console.log("Category : "+item.dataDetails.type);
});