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": 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:
/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": 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 ] }, { "id": 78513, "name": "Contratista Pedro", "address": null, "phoneNumber": null, "email": null, "dateCreated": { "date": "2022-03-03 09:59:38.000000", "timezone_type": 3, "timezone": "America/Argentina/Buenos_Aires" }, "dateModified": { "date": "2022-03-03 10:00:22.000000", "timezone_type": 3, "timezone": "America/Argentina/Buenos_Aires" }, "machines": [ 10489 ] } ], "current_page": 1, "next_page": 1, "total_pages": 1, "total_items": 2 }