Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Current »

Applicators detail uri:

/api/v2/third_party/applicators/{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": 3,
    "name": "Riba Nestor",
    "address": "Marcos Juárez,",
    "phone_number": "",
    "email": "",
    "date_created": "2015-01-01T00:00:00-03:00",
    "date_modified": "2015-01-01T00:00:00-03:00",
    "machines": [
        234
    ]
}

Applicators list uri:

/api/v2/third_party/applicators

Method:

GET

Header:

    'X-SIMA-APIKEY: {{API-KEY}}',
    'X-SIMA-SYSTEM-ID: 8',
    'Accept: application/json',
    'Content-Type: application/json'

Parameters:

page:  (int) default value 1
size:  (int) default value 10
find: (string) optional
id: (int) optional
updated_from: (datetime) optional
created_from: (datetime) optional

Response example:

{
    "items": [
        {
            "id": 3,
            "name": "Riba Nestor",
            "address": "Marcos Juárez,",
            "phone_number": "",
            "email": "",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                234
            ]
        },
        {
            "id": 4,
            "name": "Pulverizadores CAYTIBA",
            "address": null,
            "phone_number": "",
            "email": "",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                88
            ]
        },
        {
            "id": 5,
            "name": "Propio",
            "address": "",
            "phone_number": null,
            "email": null,
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                2400
            ]
        },
        {
            "id": 22,
            "name": "Oscar Pazelli",
            "address": null,
            "phone_number": "",
            "email": "",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                23
            ]
        },
        {
            "id": 23,
            "name": "Oscar  Pazelli Surgentes",
            "address": null,
            "phone_number": "",
            "email": "agrosur@coopsur.com.ar",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": []
        },
        {
            "id": 30,
            "name": "Contratado",
            "address": null,
            "phone_number": "",
            "email": "",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                9720
            ]
        },
        {
            "id": 90,
            "name": "Santoni",
            "address": "Tortugas, Santa Fe",
            "phone_number": "3471510335",
            "email": "",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                86,
                87
            ]
        },
        {
            "id": 105,
            "name": "Rafael Gonzales",
            "address": "Saira, Cordoba",
            "phone_number": "",
            "email": "",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                103
            ]
        },
        {
            "id": 109,
            "name": "Richezze",
            "address": "Tortugas, Santa Fe",
            "phone_number": "",
            "email": "",
            "date_created": "2015-01-01T00:00:00-03:00",
            "date_modified": "2015-01-01T00:00:00-03:00",
            "machines": [
                107
            ]
        },
        {
            "id": 278,
            "name": "Meyer",
            "address": null,
            "phone_number": null,
            "email": null,
            "date_created": "2017-03-14T12:10:20-03:00",
            "date_modified": "2017-03-14T12:10:20-03:00",
            "machines": [
                275,
                276
            ]
        }
    ],
    "current_page": 1,
    "next_page": 2,
    "total_pages": 3,
    "total_items": 23
}

  • No labels