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

Version 1 Next »

Login uri:

/api/v1/applicators

Method:

GET

Header:

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

Response example:

[
    {
        "id": 71639,
        "name": "Contratista",
        "dateCreated": "2021-10-18T11:12:00-0300",
        "createdById": 38117,
        "externalCode": null,
        "machines": [
            {
                "id": 9372,
                "brand": "Maquina 1",
                "createdById": 38117,
                "externalCode": null,
                "machineType": {
                    "id": 5,
                    "name": "Otro"
                },
                "machineTypeDesc": "Otro"
            }
        ],
        "own": 1
    },
    {
        "id": 71636,
        "name": "Contratista FN",
        "dateCreated": "2021-10-18T11:12:00-0300",
        "createdById": 38117,
        "externalCode": null,
        "machines": [],
        "own": 0
    },
    {
        "id": 72578,
        "name": "Contratista test",
        "dateCreated": "2021-10-29T17:13:06-0300",
        "createdById": 38117,
        "externalCode": null,
        "machines": [],
        "own": 0
    }
]

  • No labels