Added a new key system to the API. Integration partners are now required to include their access key/secret key with their requests. Contact support@invisi-tag.com if you need a secret key or access key. see documentation.
Added employees GET to the API. see documentation.
Added the ability to delete Pre-Dispatch Jobs. see documentation.
Added fixed job creation to the API.
Create fixed jobs in Invisi-Tag to make an equipment list to scan! see documentation.
Added Pre-Dispatch Jobs to the API.
Use Pre-Dispatch jobs to deploy equipment to jobs in Invisi-Tag. see documentation.
Fixed an issue with tags patch. Name and RFID are not longer required fields.
Changed the documents to reflect this. see documentation.
Fixed an issue with tags post. There was an issue with it not accepting partial tag objects. It now only requires the minimum of tag description and tag rfid.
Did some spring cleaning with the doc. see documentation.
Important! To maintain consistency across all objects, we changed object.id to object.cloudUUID. This consistancy is also reflected in the documents.
Made a back end fix for our database migration. see documentation.
Added first launch for api. see documentation.