Skip to content

API Platform Deployments

Matt Campbell edited this page Feb 11, 2015 · 1 revision

#Platform Deployment API

GET /platform_deployments

	{
 	 "platform_deployments": [
 	   {
 	     "array_id": 1, 
  	    "display_name": "Coastal Endurance OR Inshore Surface Mooring", 
    	  "end_date": null, 
     	 "geo_location": {
    	    "coordinates": [
        	  -124.95, 
          	44.37
        	], 
        	"type": "Point"
      	}, 
      	"id": 1, 
      	"reference_designator": "CE01ISSM", 
      	"start_date": null
    }

arguments:

  • ?search=<text_search_display_name>
  • ?array_id=int:id

GET /platform_deployments/string:ref_id

	{
 	    "array_id": 1, 
  	    "display_name": "Coastal Endurance OR Inshore Surface Mooring", 
    	  "end_date": null, 
     	 "geo_location": {
    	    "coordinates": [
        	  -124.95, 
          	44.37
        	], 
        	"type": "Point"
      	}, 
      	"id": 1, 
      	"reference_designator": "CE01ISSM", 
      	"start_date": null
    }