Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Campaigns detail uri:

Code Block
/api/v1v2/third_party/campaigns/{id}

Method:

Code Block
GET

...

Response example:

Code Block
{
    "id": 9051677842,
    "schedulePlantingDateschedule_planting_date": "2020-1004-25T0015T11:0023:0001-03:00",
    "plantingDateplanting_date": "2020-10-25T00:00:00-03:00"null,
    "plantingDistanceplanting_distance": "3552.00",
    "plantingObjectiveAreaHaplanting_objective_area_ha": "2122.000",
    "harvestFinishedharvest_finished": falsetrue,
    "plantingFinishedplanting_finished": false,
    "rePlantingreplanting": false,
    "seed": false,
    "dateCreateddate_created": "20202019-0512-05T1011T06:0003:2606-03:00",
    "dateModifieddate_modified": "20202021-0502-05T1004T14:0003:2629-03:00",
    "date": "20202019-0412-30T1510T17:3209:5039-03:00",
    "refNumberref_number": "2004301533552019121017094731",
    "year": 20202019,
    "cycleNameplot_id": "2020/2021"39901,
    "farmerDescplanting_system_id": "NESTOR VAGLIENTE"1,
    "establishmentDescmaturity_group_id": "Vagliente Marcos Juárez, Córdoba, Argentina"1,
    "plotDescdays_from_planting": "Canal"0,
    "plotLatDescformulated_id": "-32.87202518"9396,
    "plotLonDescmaster_campaign_id": "-62.13348764"8747,
    "cultivationDescobjective_yield_kg_ha": "Soja"null,
    "plantingSystemDescharvest_final_yield": "Siembra Directa",
    "maturityGroupDesc": "IV"1000
}

Campaigns list uri:

Code Block
/api/v2/third_party/campaigns

Method:

Code Block
GET

Header:

Code Block
    'X-SIMA-APIKEY: {{API-KEY}}',
    "plotArea": "21.00"'X-SIMA-SYSTEM-ID: 8',
    "daysFromPlanting"'Accept: 365application/json',
    "maturityGroup"'Content-Type: application/json'

Parameters:

Code Block
page: { (int) default value 1
size:  (int) default "id": 2,
        "name": "IV"
    },
    "formulated": [],value 10
id: (int) optional
updated_from: (datetime) optional
created_from: (datetime) optional
plot_id: (int) optional
master_campaign_id: (int) optional

Response example:

Code Block
{
    "items": [
    "masterCampaign": {      {
  "id": 12487,         "nameid": "Soja106357,
| De primera | 2020/2021",         "cultivationschedule_planting_date": {
"2020-08-09T00:00:00-03:00",
            "idplanting_date": 1"2020-08-12T14:52:25-03:00",
            "nameplanting_distance": "Soja"
    17.50",
   },         "plantingTime": {planting_objective_area_ha": "17.000",
            "idharvest_finished": 1false,
            "nameplanting_finished": "De primera"
 true,
      },         "cyclereplanting": {false,
            "idseed": 8false,
            "namedate_created": "2020/2021",
            "active": 8-08-13T10:28:50-03:00",
            "dateFromdate_modified": "2020-0511-01T0027T19:0005:0025-03:00",
            "dateTodate": "20212020-0308-31T0013T10:0028:0050-03:00",
        }     },"ref_number": "20081310285058",
            "plantingSystemyear": 2020,
  {          "plot_id": 139507,
         "name   "planting_system_id": 1,
 "Siembra Directa"     },     "pmaturity_group_geometryid": "{\"type\":\"Polygon\",\"coordinates\":[[[-62.133487644656,-32.872025183534], [-62.131305858493,-32.863403341699], [-62.133558914065,-32.862970771156], [-62.135626133047,-32.871643146657], [-62.133487644656,-32.872025183534]]]}",
    "plot": {1,
            "days_from_planting": 365,
            "formulated_id": 9760,
            "master_campaign_id": 12974,
            "objective_yield_kg_ha": 3500,
            "harvest_final_yield": null
        },
        {
            "id": 114471,
            "schedule_planting_date": "2020-10-05T00:00:00-03:00",
            "planting_date": "2020-10-19T00:00:41-03:00",
            "planting_distance": "52.00",
            "planting_objective_area_ha": "17.560",
            "harvest_finished": false,
            "planting_finished": true,
            "replanting": false,
            "seed": false,
            "date_created": "2020-10-05T10:35:00-03:00",
            "date_modified": "2021-04-03T10:27:41-03:00",
            "date": "2020-10-05T10:35:01-03:00",
            "ref_number": "20100510350112",
            "year": 2020,
            "plot_id": 39507,
            "planting_system_id": 1,
            "maturity_group_id": 1,
            "days_from_planting": 365,
            "formulated_id": null,
            "master_campaign_id": 14255,
            "objective_yield_kg_ha": null,
            "harvest_final_yield": 2823.52
        },
        {
            "id": 141249,
            "schedule_planting_date": "2021-04-30T00:00:00-03:00",
            "planting_date": null,
            "planting_distance": "52.00",
            "planting_objective_area_ha": "16.000",
            "harvest_finished": false,
            "idplanting_finished": 22864false,
            "areareplanting": "21.00",false,
            "establishmentseed": false,
{             "id": 11879"date_created": "2021-04-12T15:56:26-03:00",
            "namedate_modified": "Vagliente2021-12-23T10:41:25-03:00",
            "locationTextdate": "Marcos Juárez, Córdoba, Argentina2021-04-12T15:56:26-03:00",
            "farmerref_number": {
  "21041215562647",
             "idyear": 88852021,
 
              "nameplot_id": "NESTOR",
   39507,
            "simaUserNameplanting_system_id": "-"2,
            }
 "maturity_group_id": 1,
      }     }
}

Campaigns list uri:

Code Block
/api/v2/campaigns

Method:

Code Block
GET

Header:

Code Block
    'X-SIMA-APIKEY: {{API-KEY}}',
    'X-SIMA-SYSTEM-ID: 8', "days_from_planting": 0,
            "formulated_id": 9396,
     'Accept: application/json',     'Content-Type: application/json'

Parameters:

Code Block
cycleId: (int)
page: (int) {1..} default 1
size: (int) {1..} default 10
only_deleted: (int) {1-0} default 0
deleted_from: (date) {YYYY-mm-dd}

Response example:

Code Block
{
    "items": [ "master_campaign_id": 19878,
            "objective_yield_kg_ha": 4000,
            "harvest_final_yield": null
        },
        {
            "id": 90802303299,
            "farmerschedule_planting_iddate": 1036"2023-05-15T03:00:00-03:00",
            "farmerplanting_namedate": "MOINE2023-05-25T03:00:00-03:00",
            "establishmentplanting_iddistance": 824"21.00",
            "establishment_nameplanting_objective_area_ha": "Moine"18.000",
            "plotharvest_idfinished": 22312false,
            "plotplanting_namefinished": "Lardone"false,
            "plantingDatereplanting": ""false,
            "schedulePlantingDateseed": "2020-11-05 00:00:00"false,
            "cultivation_id": 2date_created": "2023-05-15T09:11:01-03:00",
            "cultivationdate_namemodified": "Trigo2023-05-15T09:11:01-03:00",
            "maturityGroup_iddate": 2"2023-05-15T09:11:01-03:00",
            "maturityGroupref_namenumber": "IV23051509110199",
            "varietyyear": null2023,
            "plantingTimeplot_id": 139507,
            "plantingTimeplanting_system_nameid": "De primera"1,
            "plantingSystemmaturity_group_id": 1,
            "plantingSystemdays_from_nameplanting": "Siembra Directa"365,
            "formulatedIdformulated_id": 245419758,
            "commercialmaster_campaign_brandid": "BUCK DESTELLO"29738,
            "plantingDistanceobjective_yield_kg_ha": "17.50"4000,
            "plantingDepthharvest_final_yield": null,
        },
      "plantingObjectiveAreaHa": "37.190",  {
            "plantingObjectiveDensityKgHaid": "125.000"329730,
            "plantingObjectiveDensitySeedsMeterschedule_planting_date": "3703703.7002023-08-01T03:00:00-03:00",
            "plantingObjetiveGerminativePowerplanting_date": "90.000"null,
            "plantingObjectiveAchievementCoefficientplanting_distance": "9052.00000",
            "objectiveYieldKgHaplanting_objective_area_ha": null"18.000",
            "plantedAreaharvest_finished": "37.190"false,
            "harvestFinishedplanting_finished": false,
            "plantingFinishedreplanting": truefalse,
            "emergenceDateseed": nullfalse,
            "inputL2date_created": null"2023-08-01T12:01:06-03:00",
            "observationsdate_modified": null"2023-08-01T12:01:06-03:00",
            "syncCheckdate": "CAMPANAgero@sociedad.com20202023-0508-06T19:42:57.074Z9999194257TID42701T12:01:06-03:00",
            "tags": "[{\"tag_id\": null, \"tag_name\": null}]ref_number": "23080112010673",
            "mc_idyear": 171992023,
            "mc_name": "Trigo | De primera | 2021/2022"plot_id": 39507,
            "mcplanting_cyclesystem_id": 9null,
            "mcmaturity_cyclegroup_nameid": "2021/2022"1,
            "mcdays_cyclefrom_date_fromplanting": "2021-04-01 00:00:00" 0,
            "formulated_id": 36501,
            "mcmaster_cyclecampaign_date_toid": "2022-03-31 00:00:00"31922,
            "daysFromPlantingobjective_yield_kg_ha": ""null,
            "externalCodeharvest_final_yield": null
        }
    ],
    "current_page": 1,
    "next_page": 12,
    "total_pages": 19,
    "total_items": 142
}