-
Notifications
You must be signed in to change notification settings - Fork 13
API Platform Deployments
Matt Campbell edited this page Feb 11, 2015
·
1 revision
#Platform Deployment API
{
"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
{
"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
}