/
Components EndPoint
Components EndPoint
Versión | Fecha | Comentarios |
---|---|---|
Versión actual (v. 2) | 14/09/2023 | Juan Sosa |
Component detail uri:
/api/v2/third_party/components/{id}
Method:
GET
Header:
'X-SIMA-APIKEY: {{API-KEY}}',
'X-SIMA-SYSTEM-ID: 8',
'Accept: application/json',
'Content-Type: application/json'
Parameters:
id: (int)
Response example:
{
"id": 2,
"name": "Fósforo",
"deleted_at": null
}
Component list uri:
/api/v2/third_party/components
Method:
GET
Header:
'X-SIMA-APIKEY: {{API-KEY}}',
'X-SIMA-SYSTEM-ID: 8',
'Accept: application/json',
'Content-Type: application/json'
Parameters:
page: (int) {1..} default 1
size: (int) {1..} default 10
id: (int)
name: (string)
deleted_at_from:(date-ATOM) {YYYY-MM-DDTHH:MM:SSZ}
deleted_at_to:(date-ATOM) {YYYY-MM-DDTHH:MM:SSZ}
Response example:
{
"items": [
{
"id": 1,
"name": "Nitrógeno",
"deleted_at": null
},
{
"id": 2,
"name": "Fósforo",
"deleted_at": null
},
{
"id": 3,
"name": "Potasio",
"deleted_at": null
}
],
"current_page": 1,
"next_page": 1,
"total_pages": 1,
"total_items": 3
}
, multiple selections available,
Related content
Integration Protocol Documentation - Third Party -
Integration Protocol Documentation - Third Party -
Read with this
Establishments endpoint V2
Establishments endpoint V2
Read with this
Cultivation endpoints (v3)
Cultivation endpoints (v3)
More like this
FormulatedUse endpoint
FormulatedUse endpoint
More like this
Applicators endpoints (v3)
Applicators endpoints (v3)
More like this
Adversity categories EndPoint
Adversity categories EndPoint
More like this