Get Single Order Update
You can get the status and results of your order, with the request below, by specifying the order id
field.
POST https://us-central1-globhe-app.cloudfunctions.net/api/v1/getorder/:id
Example Request
POST https://us-central1-globhe-app.cloudfunctions.net/api/v1/getorder/123456789
Example Response
{ "id": "123456789", "areaSize": 49468049.34829436, "clientEmail": "foo@foo.com", "deliveryDeadline": "1955-09-19", "clientName": "Han Solo", "companyName": "Millenium Falcon", "description": "pariatur fugiat", "orderPrice": 90302877.53317097, "orderStatus": "cancelled", "orderRejectionReason": "occ", "locationMap": [ { "lat": 89.59607725985146, "lng": 131.18019461249787 }, { "lat": 73.2426077887128, "lng": 102.17697778830319 } ], "mapTypes": [ "ndvi", "digitalTerrainModel" ], "notifications": { "webhook": "https://kvpmHNa.fuvcdQjX0QTKSyVs65ZxUpSuCyVSy", "email": true }, "otherMapType": "incididunt non eu eiusmod" }