/
Campaigns endpoint (v3)
Campaigns endpoint (v3)
Versión | Fecha | Comentarios |
---|---|---|
Versión actual (v. 1) | sep 9, 2024 18:08 |
Applicators list uri:
/api/v3/third_party/campaigns
Method:
GET
Header:
'X-SIMA-APIKEY: {API-KEY}',
'X-SIMA-SYSTEM-ID: {API-SYSTEM-ID}',
'Accept: application/json',
'Content-Type: application/json'
Parameters:
page: (int) default value 1
size: (int) default value 10
id: (int) optional
plot_id: (int) optional
master_campaign_id: (int) optional
active: (int) optional
updated_at_from: (datetime) optional
updated_at_to: (datetime) optional
created_at_from: (datetime) optional
created_at_to: (datetime) optional
deleted_at_from: (datetime) optional
deleted_at_to: (datetime) optional
Response example:
{
"items": [
{
"id": 50,
"schedule_planting_date": "2014-01-06T00:00:00-03:00",
"planting_date": "2014-01-06T00:00:00-03:00",
"planting_distance": "52.00",
"planting_objective_area_ha": null,
"harvest_finished": false,
"planting_finished": false,
"replanting": null,
"seed": null,
"date": "2014-01-08T09:23:31-03:00",
"ref_number": null,
"year": 2014,
"plot_id": 93,
"planting_system_id": 1,
"maturity_group_id": 7,
"days_from_planting": 365,
"formulated_id": null,
"master_campaign_id": 3,
"objective_yield_kg_ha": null,
"harvest_final_yield": null,
"created_at": "2014-01-08T09:23:31-03:00",
"modified_at": "2014-01-08T09:23:31-03:00",
"deleted_at": null,
"active": true
},
{
"id": 51,
"schedule_planting_date": "2014-01-06T00:00:00-03:00",
"planting_date": "2014-01-06T00:00:00-03:00",
"planting_distance": "52.00",
"planting_objective_area_ha": null,
"harvest_finished": false,
"planting_finished": false,
"replanting": null,
"seed": null,
"date": "2014-11-29T09:24:22-03:00",
"ref_number": null,
"year": 2013,
"plot_id": 94,
"planting_system_id": 1,
"maturity_group_id": 7,
"days_from_planting": 365,
"formulated_id": null,
"master_campaign_id": 4,
"objective_yield_kg_ha": null,
"harvest_final_yield": null,
"created_at": "2014-11-29T09:24:22-03:00",
"modified_at": "2014-11-29T09:24:22-03:00",
"deleted_at": null,
"active": true
},
{
"id": 52,
"schedule_planting_date": "2014-01-06T00:00:00-03:00",
"planting_date": "2014-01-06T00:00:00-03:00",
"planting_distance": "52.00",
"planting_objective_area_ha": null,
"harvest_finished": false,
"planting_finished": false,
"replanting": null,
"seed": null,
"date": "2014-11-29T09:25:48-03:00",
"ref_number": null,
"year": 2013,
"plot_id": 95,
"planting_system_id": 1,
"maturity_group_id": 7,
"days_from_planting": 365,
"formulated_id": null,
"master_campaign_id": 4,
"objective_yield_kg_ha": null,
"harvest_final_yield": null,
"created_at": "2014-11-29T09:25:48-03:00",
"modified_at": "2014-11-29T09:25:48-03:00",
"deleted_at": null,
"active": true
},
{
"id": 54,
"schedule_planting_date": "2014-01-06T00:00:00-03:00",
"planting_date": "2014-01-06T00:00:00-03:00",
"planting_distance": "52.00",
"planting_objective_area_ha": null,
"harvest_finished": false,
"planting_finished": false,
"replanting": null,
"seed": null,
"date": "2014-01-08T09:23:31-03:00",
"ref_number": null,
"year": 2014,
"plot_id": 97,
"planting_system_id": 1,
"maturity_group_id": 7,
"days_from_planting": 365,
"formulated_id": null,
"master_campaign_id": 3,
"objective_yield_kg_ha": null,
"harvest_final_yield": null,
"created_at": "2014-01-08T09:23:31-03:00",
"modified_at": "2014-01-08T09:23:31-03:00",
"deleted_at": null,
"active": true
},
{
"id": 55,
"schedule_planting_date": "2014-01-06T00:00:00-03:00",
"planting_date": "2014-01-06T00:00:00-03:00",
"planting_distance": "52.00",
"planting_objective_area_ha": null,
"harvest_finished": false,
"planting_finished": false,
"replanting": null,
"seed": null,
"date": "2014-12-23T10:45:17-03:00",
"ref_number": null,
"year": 2013,
"plot_id": 98,
"planting_system_id": 1,
"maturity_group_id": 7,
"days_from_planting": 365,
"formulated_id": null,
"master_campaign_id": 4,
"objective_yield_kg_ha": null,
"harvest_final_yield": null,
"created_at": "2014-12-23T10:45:17-03:00",
"modified_at": "2014-12-23T10:45:17-03:00",
"deleted_at": null,
"active": true
}
],
"current_page": 1,
"next_page": 2,
"total_pages": 57830,
"total_items": 289150
}
, multiple selections available,
Related content
Campaigns endpoint
Campaigns endpoint
More like this
Master Campaign endpoints (v3)
Master Campaign endpoints (v3)
More like this
Scouting endpoints (v3)
Scouting endpoints (v3)
More like this
Establishment endpoints (v3)
Establishment endpoints (v3)
More like this
Applicators endpoints (v3)
Applicators endpoints (v3)
More like this
Scouting Measure endpoints (v3)
Scouting Measure endpoints (v3)
More like this