Applicators detail uri:
Code Block |
---|
/api/v2/applicators/third_party/applicators/{id} |
Method:
Code Block |
---|
GET |
...
Code Block |
---|
'X-SIMA-APIKEY: {API-KEY}', 'X-SIMA-SYSTEM-ID: 8', 'Accept: application/json', 'Content-Type: application/json' |
Parameters:
Code Block |
---|
id: (int) |
Response example:
Code Block |
---|
{
"id": 78512,
"name": "Empleado Juan",
"address": null,
"phoneNumber": null,
"email": null,
"dateCreated": {
"date": "2022-03-03 09:59:28.000000",
"timezone_type": 3,
"timezone": "America/Argentina/Buenos_Aires"
},
"dateModified": {
"date": "2022-03-03 09:59:48.000000",
"timezone_type": 3,
"timezone": "America/Argentina/Buenos_Aires"
},
"machines": [
10487,
10488,
10490
]
} |
Applicators list uri:
Code Block |
---|
/api/v1v2/third_party/applicators |
Method:
Code Block |
---|
GET |
...
Code Block |
---|
'X-SIMA-APIKEY: {{API-KEY}}', 'X-SIMA-SYSTEM-ID: 8', 'Accept: application/json', 'Content-Type: application/json' |
Parameters:
Code Block |
---|
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:
Code Block |
---|
{ "items": [ { "id": 7163978512, "name": "ContratistaEmpleado Juan", "dateCreatedaddress": "2021-10-18T11:12:00-0300",null, "createdByIdphoneNumber": 38117null, "externalCodeemail": null, "machinesdateCreated": { [ {"date": "2022-03-03 09:59:28.000000", "idtimezone_type": 93723, "brandtimezone": "Maquina 1",America/Argentina/Buenos_Aires" }, "createdByIddateModified": 38117,{ "externalCodedate": null"2022-03-03 09:59:48.000000", "machineTypetimezone_type": 3, { "timezone": "America/Argentina/Buenos_Aires" "id": 5, }, "namemachines": "Otro"[ }10487, "machineTypeDesc": "Otro"10488, } 10490 ], ] "own": 1 }, { "id": 7163678513, "name": "Contratista FNPedro", "dateCreatedaddress": "2021-10-18T11:12:00-0300",null, "createdByIdphoneNumber": 38117null, "externalCodeemail": null, "machinesdateCreated": [],{ "date"own": 0: "2022-03-03 09:59:38.000000", },"timezone_type": 3, { "idtimezone": 72578,"America/Argentina/Buenos_Aires" }, "namedateModified": "Contratista test", { "dateCreateddate": "20212022-03-03 10-29T17:13:06-0300",00:22.000000", "createdByIdtimezone_type": 38117,3, "externalCodetimezone": null, "America/Argentina/Buenos_Aires" }, "machines": [ 10489 ] } ], "current_page": 1, "ownnext_page": 1, "total_pages": 1, 0 "total_items": 2 } ] |