{"info":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","description":"<html><head></head><body><p>Welcome to the GreaseCloud Gen1 API. This page documents and explains how to use the GreaseCloud API to interact with the GreaseBoss system.</p>\n<p>When using the system for the first time, a specific process must be followed to simplify setup. The typical user flow will be:</p>\n<ol>\n<li>Login to obtain bearer token</li>\n<li>Create timetables</li>\n<li>Create areas</li>\n<li>Create machines</li>\n<li>Create grease types</li>\n<li>Create grease tags</li>\n</ol>\n<p>Before using the API, you must have registered a GreaseBoss account and purchased a GreaseBoss Head Unit and some GreaseBoss Tags. If you do not have an account, contact <a href=\"mailto:support@greaseboss.com.au\">support@greaseboss.com.au</a> for more information.</p>\n<p>Using your GreaseBoss account login credentials, a bearer token may be obtained for authenticating API requests. To better understand the process that follows login, the core components of the GreaseBoss data structure are explained below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Component</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Area</td>\n<td>Areas are the physical locations where equipment is operated.</td>\n</tr>\n<tr>\n<td>Machine</td>\n<td>Machines are the assets whose greasing is to be tracked and traced by the system.</td>\n</tr>\n<tr>\n<td>GreaseTag</td>\n<td>GreaseTags are the points on a machine that are specifically monitored for application of grease.</td>\n</tr>\n<tr>\n<td>Grease Types</td>\n<td>Grease Types are the lubricating substances that are used for greasing.</td>\n</tr>\n<tr>\n<td>Timetable</td>\n<td>Timetables are the hours in a week for which an area or machine is scheduled to be operating.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Because areas and machines operate against a timetable, one or more timetables must be present in the system initially. Areas may then be created, followed by machines which can be allocated to an area. The grease types used for greasing machines must be created before creating tags so that a type may be allocated to a tag. Finally, a machine will exist in the system for a tag to be allocated to.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14892008","collectionId":"c603ec14-858e-4144-85b9-76e07271cfda","publishedId":"Tz5qZc3J","public":true,"customColor":{"top-bar":"ffffff","right-sidebar":"2c2f3a","highlight":"fd2d2f"},"publishDate":"2021-03-13T06:59:20.000Z"},"item":[{"name":"Login","item":[{"name":"Login","id":"a0f51657-ac89-414a-aeb9-16320d85b9c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"https://api.greasecloud.com.au/login/","description":"<p>Through the login API, you may obtain the following:</p>\n<ul>\n<li>A bearer token <code>key</code></li>\n<li>User ID <code>userID</code></li>\n<li>Account ID <code>accountID</code></li>\n<li>Account Name <code>accountName</code></li>\n<li>Device ID <code>deviceID</code></li>\n</ul>\n<p><em>The bearer token and account ID are the main two pieces of information that are required for performing API requests.</em></p>\n","urlObject":{"protocol":"https","path":["login",""],"host":["api","greasecloud","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0f51657-ac89-414a-aeb9-16320d85b9c3"}],"id":"2345bc8b-fa32-470e-9d74-3be23ce372ff","description":"<p>To utilise the APIs, you must first obtain your API token which is used to authenticate requests.</p>\n","_postman_id":"2345bc8b-fa32-470e-9d74-3be23ce372ff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}},{"name":"Timetables","item":[{"name":"List Timetables","id":"99e6a238-c91f-4192-8f67-08cdb1ef001c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 0,\n    \"next\": \"http://example.com\",\n    \"previous\": \"http://example.com\",\n    \"results\": [\n        {\n            \"id\": 0,\n            \"timetableName\": \"string\",\n            \"createdAt\": \"2021-03-13T05:16:27Z\",\n            \"modifiedBy\": -2147483648,\n            \"modifiedAt\": \"2021-03-13T05:16:27Z\",\n            \"sundayStart\": \"string\",\n            \"sundayClose\": \"string\",\n            \"mondayStart\": \"string\",\n            \"mondayClose\": \"string\",\n            \"tuesdayStart\": \"string\",\n            \"tuesdayClose\": \"string\",\n            \"wednesdayStart\": \"string\",\n            \"wednesdayClose\": \"string\",\n            \"thursdayStart\": \"string\",\n            \"thursdayClose\": \"string\",\n            \"fridayStart\": \"string\",\n            \"fridayClose\": \"string\",\n            \"saturdayStart\": \"string\",\n            \"saturdayClose\": \"string\",\n            \"accountID\": 0,\n            \"createdBy\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/timetables?accountID={your-accountID}","description":"<p>Get all timetables.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["timetables"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"99e6a238-c91f-4192-8f67-08cdb1ef001c"},{"name":"Create Timetables","id":"434dbc50-2071-4c15-977d-67989fc1522f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"timetableName","value":"Timetable Name","type":"text","description":"<p>string (TimetableName) [ 1 .. 30 ] characters</p>\n","contentType":""},{"key":"createdAt","value":"Created At","type":"text","description":"<p>string  (CreatedAt) Nullable</p>\n","contentType":""},{"key":"modifiedBy","value":"Modified By","type":"text","description":"<p>integer (ModifiedBy) [ -2147483648 .. 2147483647 ] Nullable</p>\n","contentType":""},{"key":"modifiedAt","value":"Modified At","type":"text","description":"<p>string  (ModifiedAt) Nullable</p>\n","contentType":""},{"key":"sundayStart","value":"Sunday Start","type":"text","description":"<p>string (SundayStart) Nullable</p>\n","contentType":""},{"key":"sundayClose","value":"Sunday Close","type":"text","description":"<p>string (SundayClose) Nullable</p>\n","contentType":""},{"key":"mondayStart","value":"Monday Start","type":"text","description":"<p>string (MondayStart) Nullable</p>\n","contentType":""},{"key":"mondayClose","value":"Monday Close","type":"text","description":"<p>string (MondayClose) Nullable</p>\n","contentType":""},{"key":"tuesdayStart","value":"Tuesday Start","type":"text","description":"<p>string (TuesdayStart) Nullable</p>\n","contentType":""},{"key":"tuesdayClose","value":"Tuesday Close","type":"text","description":"<p>string (TuesdayClose) Nullable</p>\n","contentType":""},{"key":"wednesdayStart","value":"Wednesday Start","type":"text","description":"<p>string (WednesdayStart) Nullable</p>\n","contentType":""},{"key":"wednesdayClose","value":"Wednesday Close","type":"text","description":"<p>string (WednesdayClose) Nullable</p>\n","contentType":""},{"key":"thursdayStart","value":"Thursday Start","type":"text","description":"<p>string (ThursdayStart) Nullable</p>\n","contentType":""},{"key":"thursdayClose","value":"Thursday Close","type":"text","description":"<p>string (ThursdayClose) Nullable</p>\n","contentType":""},{"key":"fridayStart","value":"Fridday Start","type":"text","description":"<p>string (FridayStart) Nullable</p>\n","contentType":""},{"key":"fridayClose","value":"Friday Close","type":"text","description":"<p>string (FridayClose) Nullable</p>\n","contentType":""},{"key":"saturdayStart","value":"Saturday Start","type":"text","description":"<p>string (SaturdayStart) Nullable</p>\n","contentType":""},{"key":"saturdayClose","value":"Saturday Close","type":"text","description":"<p>string (SaturdayClose) Nullable</p>\n","contentType":""},{"key":"accountID","value":"Account ID","type":"text","description":"<p>integer (AccountID) Nullable</p>\n","contentType":""},{"key":"createdBy","value":"Created By","type":"text","description":"<p>integer (CreatedBy) Nullable</p>\n","contentType":""}]},"url":"https://api.greasecloud.com.au/timetables?accountID={your-accountID}","description":"<p>Create one or more timetables.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["timetables"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"434dbc50-2071-4c15-977d-67989fc1522f"},{"name":"Read Timetable","id":"97efd99a-07b0-40aa-b928-bee110e83a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 0,\n    \"timetableName\": \"string\",\n    \"createdAt\": \"2021-03-13T05:16:27Z\",\n    \"modifiedBy\": -2147483648,\n    \"modifiedAt\": \"2021-03-13T05:16:27Z\",\n    \"sundayStart\": \"string\",\n    \"sundayClose\": \"string\",\n    \"mondayStart\": \"string\",\n    \"mondayClose\": \"string\",\n    \"tuesdayStart\": \"string\",\n    \"tuesdayClose\": \"string\",\n    \"wednesdayStart\": \"string\",\n    \"wednesdayClose\": \"string\",\n    \"thursdayStart\": \"string\",\n    \"thursdayClose\": \"string\",\n    \"fridayStart\": \"string\",\n    \"fridayClose\": \"string\",\n    \"saturdayStart\": \"string\",\n    \"saturdayClose\": \"string\",\n    \"accountID\": 0,\n    \"createdBy\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/timetable/{id}?accountID={your-accountID}","description":"<p>Get a timetable given an ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["timetable","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"97efd99a-07b0-40aa-b928-bee110e83a68"},{"name":"Update Timetable","id":"2f76fbe1-6ee8-4362-8801-01a254c53ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"timetableName","value":"Timetable Name","type":"text","description":"<p>string (TimetableName) [ 1 .. 30 ] characters</p>\n","contentType":""},{"key":"createdAt","value":"Created At","type":"text","description":"<p>string  (CreatedAt) Nullable</p>\n","contentType":""},{"key":"modifiedBy","value":"Modified By","type":"text","description":"<p>integer (ModifiedBy) [ -2147483648 .. 2147483647 ] Nullable</p>\n","contentType":""},{"key":"modifiedAt","value":"Modified At","type":"text","description":"<p>string  (ModifiedAt) Nullable</p>\n","contentType":""},{"key":"sundayStart","value":"Sunday Start","type":"text","description":"<p>string (SundayStart) Nullable</p>\n","contentType":""},{"key":"sundayClose","value":"Sunday Close","type":"text","description":"<p>string (SundayClose) Nullable</p>\n","contentType":""},{"key":"mondayStart","value":"Monday Start","type":"text","description":"<p>string (MondayStart) Nullable</p>\n","contentType":""},{"key":"mondayClose","value":"Monday Close","type":"text","description":"<p>string (MondayClose) Nullable</p>\n","contentType":""},{"key":"tuesdayStart","value":"Tuesday Start","type":"text","description":"<p>string (TuesdayStart) Nullable</p>\n","contentType":""},{"key":"tuesdayClose","value":"Tuesday Close","type":"text","description":"<p>string (TuesdayClose) Nullable</p>\n","contentType":""},{"key":"wednesdayStart","value":"Wednesday Start","type":"text","description":"<p>string (WednesdayStart) Nullable</p>\n","contentType":""},{"key":"wednesdayClose","value":"Wednesday Close","type":"text","description":"<p>string (WednesdayClose) Nullable</p>\n","contentType":""},{"key":"thursdayStart","value":"Thursday Start","type":"text","description":"<p>string (ThursdayStart) Nullable</p>\n","contentType":""},{"key":"thursdayClose","value":"Thursday Close","type":"text","description":"<p>string (ThursdayClose) Nullable</p>\n","contentType":""},{"key":"fridayStart","value":"Fridday Start","type":"text","description":"<p>string (FridayStart) Nullable</p>\n","contentType":""},{"key":"fridayClose","value":"Friday Close","type":"text","description":"<p>string (FridayClose) Nullable</p>\n","contentType":""},{"key":"saturdayStart","value":"Saturday Start","type":"text","description":"<p>string (SaturdayStart) Nullable</p>\n","contentType":""},{"key":"saturdayClose","value":"Saturday Close","type":"text","description":"<p>string (SaturdayClose) Nullable</p>\n","contentType":""},{"key":"accountID","value":"Account ID","type":"text","description":"<p>integer (AccountID) Nullable</p>\n","contentType":""},{"key":"createdBy","value":"Created By","type":"text","description":"<p>integer (CreatedBy) Nullable</p>\n","contentType":""}]},"url":"https://api.greasecloud.com.au/timetable/{id}?accountID={your-accountID}","description":"<p>Create one or more timetables.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["timetable","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"2f76fbe1-6ee8-4362-8801-01a254c53ae3"},{"name":"Partial Update Timetable","id":"77eed26f-22f8-4b21-9973-e17c1656b7a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"timetableName","value":"Timetable Name","type":"text","description":"<p>string (TimetableName) [ 1 .. 30 ] characters</p>\n","contentType":""},{"key":"createdAt","value":"Created At","type":"text","description":"<p>string  (CreatedAt) Nullable</p>\n","contentType":""},{"key":"modifiedBy","value":"Modified By","type":"text","description":"<p>integer (ModifiedBy) [ -2147483648 .. 2147483647 ] Nullable</p>\n","contentType":""},{"key":"modifiedAt","value":"Modified At","type":"text","description":"<p>string  (ModifiedAt) Nullable</p>\n","contentType":""},{"key":"sundayStart","value":"Sunday Start","type":"text","description":"<p>string (SundayStart) Nullable</p>\n","contentType":""},{"key":"sundayClose","value":"Sunday Close","type":"text","description":"<p>string (SundayClose) Nullable</p>\n","contentType":""},{"key":"mondayStart","value":"Monday Start","type":"text","description":"<p>string (MondayStart) Nullable</p>\n","contentType":""},{"key":"mondayClose","value":"Monday Close","type":"text","description":"<p>string (MondayClose) Nullable</p>\n","contentType":""},{"key":"tuesdayStart","value":"Tuesday Start","type":"text","description":"<p>string (TuesdayStart) Nullable</p>\n","contentType":""},{"key":"tuesdayClose","value":"Tuesday Close","type":"text","description":"<p>string (TuesdayClose) Nullable</p>\n","contentType":""},{"key":"wednesdayStart","value":"Wednesday Start","type":"text","description":"<p>string (WednesdayStart) Nullable</p>\n","contentType":""},{"key":"wednesdayClose","value":"Wednesday Close","type":"text","description":"<p>string (WednesdayClose) Nullable</p>\n","contentType":""},{"key":"thursdayStart","value":"Thursday Start","type":"text","description":"<p>string (ThursdayStart) Nullable</p>\n","contentType":""},{"key":"thursdayClose","value":"Thursday Close","type":"text","description":"<p>string (ThursdayClose) Nullable</p>\n","contentType":""},{"key":"fridayStart","value":"Fridday Start","type":"text","description":"<p>string (FridayStart) Nullable</p>\n","contentType":""},{"key":"fridayClose","value":"Friday Close","type":"text","description":"<p>string (FridayClose) Nullable</p>\n","contentType":""},{"key":"saturdayStart","value":"Saturday Start","type":"text","description":"<p>string (SaturdayStart) Nullable</p>\n","contentType":""},{"key":"saturdayClose","value":"Saturday Close","type":"text","description":"<p>string (SaturdayClose) Nullable</p>\n","contentType":""},{"key":"accountID","value":"Account ID","type":"text","description":"<p>integer (AccountID) Nullable</p>\n","contentType":""},{"key":"createdBy","value":"Created By","type":"text","description":"<p>integer (CreatedBy) Nullable</p>\n","contentType":""}]},"url":"https://api.greasecloud.com.au/timetable/{id}?accountID={your-accountID}","description":"<p>Create one or more timetables.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["timetable","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"77eed26f-22f8-4b21-9973-e17c1656b7a6"},{"name":"Delete Timetable","id":"505a6769-5428-4bcd-97f3-476c0da78fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.greasecloud.com.au/timetable/{id}?accountID={your-accountID}","description":"<p>Delete a timetable given an ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["timetable","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"505a6769-5428-4bcd-97f3-476c0da78fac"}],"id":"53e22765-7da9-4f54-9328-26f06be0dd53","description":"<p>Machines and areas operate on a timetable which is why a timetable must be created first. Operating hours in a timetable can be specified on a daily basis and recur weekly. A correct timetable is critical to the operation of the GreaseBoss system in that scheduling of greasing tasks is computed based on the timetable for a given machine.</p>\n","_postman_id":"53e22765-7da9-4f54-9328-26f06be0dd53","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}},{"name":"Areas","item":[{"name":"List Areas","id":"9da6c823-1653-4b12-8ba1-187223bf7486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 0,\n    \"next\": \"http://example.com\",\n    \"previous\": \"http://example.com\",\n    \"results\": [\n        {\n            \"id\": 0,\n            \"account_name\": \"string\",\n            \"parentArea_name\": \"string\",\n            \"timetable_name\": \"string\",\n            \"contact_name\": \"string\",\n            \"areaName\": \"string\",\n            \"areaDescription\": \"string\",\n            \"areaTimeZone\": \"1\",\n            \"areaStatus\": \"1\",\n            \"areaReportTime\": \"string\",\n            \"areaTimetable\": 0,\n            \"areaContact\": 0,\n            \"parentArea\": 0,\n            \"accountID\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/areas?accountID={your-accountID}","description":"<p>Get all areas.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["areas"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"9da6c823-1653-4b12-8ba1-187223bf7486"},{"name":"Create Areas","id":"01ef71e3-5f80-4267-8383-b1bf2b1bc45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"areaName","value":"Area Name","description":"<p>string (AreaName) [ 1 .. 30 ] characters</p>\n","type":"text","contentType":""},{"key":"areaDescription","value":"Area Description","description":"<p>string (AreaDescription) [ 1 .. 200 ] characters</p>\n","type":"text","contentType":""},{"key":"areaTimeZone","value":"Area Timezone","description":"<p>string (AreaTimeZone)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text","contentType":""},{"key":"areaStatus","value":"Area Status","description":"<p>string (AreaStatus)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text"},{"key":"areaReportTime","value":"Area Report Time","description":"<p>string (AreaReportTime) Nullable</p>\n","type":"text","contentType":""},{"key":"areaTimetable","value":"Area Timetable","description":"<p>integer (AreaTimetable) Nullable</p>\n","type":"text","contentType":""},{"key":"areaContact","value":"Area Contact","description":"<p>integer (AreaContact) Nullable</p>\n","type":"text","contentType":""},{"key":"parentArea","value":"Parent Area","description":"<p>integer (ParentArea) Nullable</p>\n","type":"text","contentType":""},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID) Nullable</p>\n","type":"text","contentType":""}]},"url":"https://api.greasecloud.com.au/areas?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["areas"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"01ef71e3-5f80-4267-8383-b1bf2b1bc45a"},{"name":"Read Area","id":"b04f963b-d295-4bc8-a7e2-6464deefe064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 0,\n    \"account_name\": \"string\",\n    \"parentArea_name\": \"string\",\n    \"timetable_name\": \"string\",\n    \"contact_name\": \"string\",\n    \"areaName\": \"string\",\n    \"areaDescription\": \"string\",\n    \"areaTimeZone\": \"1\",\n    \"areaStatus\": \"1\",\n    \"areaReportTime\": \"string\",\n    \"areaTimetable\": 0,\n    \"areaContact\": 0,\n    \"parentArea\": 0,\n    \"accountID\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/area/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["area","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"b04f963b-d295-4bc8-a7e2-6464deefe064"},{"name":"Update Area","id":"40e3b06f-6f17-44f3-b2b9-06461441627b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"areaName","value":"Area Name","description":"<p>string (AreaName) [ 1 .. 30 ] characters</p>\n","type":"text","contentType":""},{"key":"areaDescription","value":"Area Description","description":"<p>string (AreaDescription) [ 1 .. 200 ] characters</p>\n","type":"text","contentType":""},{"key":"areaTimeZone","value":"Area Timezone","description":"<p>string (AreaTimeZone)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text","contentType":""},{"key":"areaStatus","value":"Area Status","description":"<p>string (AreaStatus)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text"},{"key":"areaReportTime","value":"Area Report Time","description":"<p>string (AreaReportTime) Nullable</p>\n","type":"text","contentType":""},{"key":"areaTimetable","value":"Area Timetable","description":"<p>integer (AreaTimetable) Nullable</p>\n","type":"text","contentType":""},{"key":"areaContact","value":"Area Contact","description":"<p>integer (AreaContact) Nullable</p>\n","type":"text","contentType":""},{"key":"parentArea","value":"Parent Area","description":"<p>integer (ParentArea) Nullable</p>\n","type":"text","contentType":""},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID) Nullable</p>\n","type":"text","contentType":""}]},"url":"https://api.greasecloud.com.au/area/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["area","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"40e3b06f-6f17-44f3-b2b9-06461441627b"},{"name":"Partial Update Area","id":"5dd0ec1d-77db-46d0-a382-c131d31ce69b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"areaName","value":"Area Name","description":"<p>string (AreaName) [ 1 .. 30 ] characters</p>\n","type":"text","contentType":""},{"key":"areaDescription","value":"Area Description","description":"<p>string (AreaDescription) [ 1 .. 200 ] characters</p>\n","type":"text","contentType":""},{"key":"areaTimeZone","value":"Area Timezone","description":"<p>string (AreaTimeZone)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text","contentType":""},{"key":"areaStatus","value":"Area Status","description":"<p>string (AreaStatus)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text"},{"key":"areaReportTime","value":"Area Report Time","description":"<p>string (AreaReportTime) Nullable</p>\n","type":"text","contentType":""},{"key":"areaTimetable","value":"Area Timetable","description":"<p>integer (AreaTimetable) Nullable</p>\n","type":"text","contentType":""},{"key":"areaContact","value":"Area Contact","description":"<p>integer (AreaContact) Nullable</p>\n","type":"text","contentType":""},{"key":"parentArea","value":"Parent Area","description":"<p>integer (ParentArea) Nullable</p>\n","type":"text","contentType":""},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID) Nullable</p>\n","type":"text","contentType":""}]},"url":"https://api.greasecloud.com.au/area/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["area","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"5dd0ec1d-77db-46d0-a382-c131d31ce69b"},{"name":"Delete Area","id":"08d87edc-cadf-4581-a8f9-1f1a4f41938e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"url":"https://api.greasecloud.com.au/area/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["area","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"08d87edc-cadf-4581-a8f9-1f1a4f41938e"}],"id":"dcd27211-76a0-4025-8a38-656547de9128","description":"<p>Areas are used to organise machines and are particularly useful for grouping machines by geographic location. An area can be given an operation timetable, which can be used as the default timetable for machines added to that area.</p>\n","_postman_id":"dcd27211-76a0-4025-8a38-656547de9128","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}},{"name":"Machines","item":[{"name":"List Machines","id":"a37ac579-4058-44a3-b29f-6cc7ddf38865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 0,\n    \"next\": \"http://example.com\",\n    \"previous\": \"http://example.com\",\n    \"results\": [\n        {\n            \"id\": 0,\n            \"timetable_name\": \"string\",\n            \"account_name\": \"string\",\n            \"area_name\": \"string\",\n            \"machineNamePlate\": \"string\",\n            \"machineDescription\": \"string\",\n            \"machineModel\": \"string\",\n            \"machineManufacturer\": \"string\",\n            \"machinePhoto\": \"http://example.com\",\n            \"machineStatus\": \"1\",\n            \"machineTimetable\": 0,\n            \"accountID\": 0,\n            \"areaID\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/machines?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["machines"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"a37ac579-4058-44a3-b29f-6cc7ddf38865"},{"name":"Create Machines","id":"081b93a7-ca0c-4e7d-a1dc-f7d7a586d557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"machineNamePlate","value":"Machine Name Plate","description":"<p>string (MachineNamePlate) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineDescription","value":"Machine Description","description":"<p>string (MachineDescription) [ 1 .. 200 ] characters</p>\n","type":"text"},{"key":"machineModel","value":"Machine Model","description":"<p>string (MachineModel) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineManufacturer","value":"Machine Manufacturer","description":"<p>string (MachineManufacturer) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineStatus","value":"Machine Status","description":"<p>string (MachineStatus)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text"},{"key":"machineTimetable","value":"Machine Timetable","description":"<p>integer (MachineTimetable) Nullable</p>\n","type":"text"},{"key":"accountID","value":"accountID","description":"<p>integer (AccountID)</p>\n","type":"text"},{"key":"areaID","value":"areaID","description":"<p>integer (AreaID) Nullable</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/machines?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["machines"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"081b93a7-ca0c-4e7d-a1dc-f7d7a586d557"},{"name":"Read Machine","id":"650cc5e5-5812-4a2a-aa93-04a6ed99f5ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 0,\n    \"timetable_name\": \"string\",\n    \"account_name\": \"string\",\n    \"area_name\": \"string\",\n    \"machineNamePlate\": \"string\",\n    \"machineDescription\": \"string\",\n    \"machineModel\": \"string\",\n    \"machineManufacturer\": \"string\",\n    \"machinePhoto\": \"http://example.com\",\n    \"machineStatus\": \"1\",\n    \"machineTimetable\": 0,\n    \"accountID\": 0,\n    \"areaID\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/machine/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["machine","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"650cc5e5-5812-4a2a-aa93-04a6ed99f5ef"},{"name":"Update Machine","id":"c41fbc11-276c-40b6-a8c9-9d93d696507d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"machineNamePlate","value":"Machine Name Plate","description":"<p>string (MachineNamePlate) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineDescription","value":"Machine Description","description":"<p>string (MachineDescription) [ 1 .. 200 ] characters</p>\n","type":"text"},{"key":"machineModel","value":"Machine Model","description":"<p>string (MachineModel) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineManufacturer","value":"Machine Manufacturer","description":"<p>string (MachineManufacturer) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineStatus","value":"Machine Status","description":"<p>string (MachineStatus)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text"},{"key":"machineTimetable","value":"Machine Timetable","description":"<p>integer (MachineTimetable) Nullable</p>\n","type":"text"},{"key":"accountID","value":"accountID","description":"<p>integer (AccountID)</p>\n","type":"text"},{"key":"areaID","value":"areaID","description":"<p>integer (AreaID) Nullable</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/machine/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["machine","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"c41fbc11-276c-40b6-a8c9-9d93d696507d"},{"name":"Partial Update Machine","id":"4ef8370f-d86e-4e84-8bf2-b2effad8f145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"machineNamePlate","value":"Machine Name Plate","description":"<p>string (MachineNamePlate) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineDescription","value":"Machine Description","description":"<p>string (MachineDescription) [ 1 .. 200 ] characters</p>\n","type":"text"},{"key":"machineModel","value":"Machine Model","description":"<p>string (MachineModel) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineManufacturer","value":"Machine Manufacturer","description":"<p>string (MachineManufacturer) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"machineStatus","value":"Machine Status","description":"<p>string (MachineStatus)\nEnum: \"1\" \"2\" \"3\"</p>\n","type":"text"},{"key":"machineTimetable","value":"Machine Timetable","description":"<p>integer (MachineTimetable) Nullable</p>\n","type":"text"},{"key":"accountID","value":"accountID","description":"<p>integer (AccountID)</p>\n","type":"text"},{"key":"areaID","value":"areaID","description":"<p>integer (AreaID) Nullable</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/machine/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["machine","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"4ef8370f-d86e-4e84-8bf2-b2effad8f145"},{"name":"Delete Machine","id":"35daa4ae-2a05-440c-8248-9b9fbcf8df39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"url":"https://api.greasecloud.com.au/machine/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["machine","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"35daa4ae-2a05-440c-8248-9b9fbcf8df39"}],"id":"03692e9e-cf93-41df-96dc-155fa5ab464f","description":"<p>Machines are used to group grease tags and are assumed to operate according to a given timetable.</p>\n","_postman_id":"03692e9e-cf93-41df-96dc-155fa5ab464f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}},{"name":"Grease Types","item":[{"name":"List Grease Types","id":"39c1d61c-b8ec-45b1-b9cd-d51f8a4fbb61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 0,\n    \"next\": \"http://example.com\",\n    \"previous\": \"http://example.com\",\n    \"results\": [\n        {\n            \"id\": 0,\n            \"greaseName\": \"string\",\n            \"greaseDescription\": \"string\",\n            \"greaseManufacturer\": \"string\",\n            \"greasePartNumber\": \"string\",\n            \"accountID\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/greasetypes?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetypes"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"39c1d61c-b8ec-45b1-b9cd-d51f8a4fbb61"},{"name":"Create Grease Types","id":"4a66a1a2-0fe8-4ae1-8060-07e943e34fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"greaseName","value":"Grease Name","description":"<p>string (GreaseName) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"greaseDescription","value":"Grease Description","description":"<p>string (GreaseDescription) [ 1 .. 200 ] characters</p>\n","type":"text"},{"key":"greaseManufacturer","value":"Grease Manufacturer","description":"<p>string (GreaseManufacturer) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"greasePartNumber","value":"Grease Part Number","description":"<p>string (GreasePartNumber) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID)</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/greasetypes?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetypes"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"4a66a1a2-0fe8-4ae1-8060-07e943e34fc7"},{"name":"Read Grease Type","id":"9b785e55-b21a-4aca-a96f-eb684a9c0f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 0,\n    \"greaseName\": \"string\",\n    \"greaseDescription\": \"string\",\n    \"greaseManufacturer\": \"string\",\n    \"greasePartNumber\": \"string\",\n    \"accountID\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/greasetype/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetype","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"9b785e55-b21a-4aca-a96f-eb684a9c0f51"},{"name":"Update Grease Type","id":"894ec55a-3ced-400c-9f52-124b89de7244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"greaseName","value":"Grease Name","description":"<p>string (GreaseName) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"greaseDescription","value":"Grease Description","description":"<p>string (GreaseDescription) [ 1 .. 200 ] characters</p>\n","type":"text"},{"key":"greaseManufacturer","value":"Grease Manufacturer","description":"<p>string (GreaseManufacturer) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"greasePartNumber","value":"Grease Part Number","description":"<p>string (GreasePartNumber) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID)</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/greasetype/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetype","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"894ec55a-3ced-400c-9f52-124b89de7244"},{"name":"Partial Update Grease Type","id":"cbd529d4-159d-44db-8b58-b2b56964e14f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"greaseName","value":"Grease Name","description":"<p>string (GreaseName) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"greaseDescription","value":"Grease Description","description":"<p>string (GreaseDescription) [ 1 .. 200 ] characters</p>\n","type":"text"},{"key":"greaseManufacturer","value":"Grease Manufacturer","description":"<p>string (GreaseManufacturer) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"greasePartNumber","value":"Grease Part Number","description":"<p>string (GreasePartNumber) [ 1 .. 40 ] characters</p>\n","type":"text"},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID)</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/greasetype/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetype","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"cbd529d4-159d-44db-8b58-b2b56964e14f"},{"name":"Delete Grease Type","id":"8e65f565-97e0-454e-9fa7-eeaa271e9df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"url":"https://api.greasecloud.com.au/greasetype/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetype","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"8e65f565-97e0-454e-9fa7-eeaa271e9df1"}],"id":"9d9a1498-a236-441a-b5a8-8e7f73d5a90f","description":"<p>Because machine grease points have different greasing requirements, a grease type is required for each grease point. Grease type data is shared globally, so an account ID does not need to be provided for obtaining or creating a grease type.</p>\n","_postman_id":"9d9a1498-a236-441a-b5a8-8e7f73d5a90f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}},{"name":"Tags","item":[{"name":"List Grease Tags","id":"720aa687-56e8-409d-91cb-68e7c3a5e0ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 0,\n    \"next\": \"http://example.com\",\n    \"previous\": \"http://example.com\",\n    \"results\": [\n        {\n            \"id\": 0,\n            \"machine_name\": \"string\",\n            \"account_name\": \"string\",\n            \"area_name\": \"string\",\n            \"areaID\": \"string\",\n            \"grease_type_manufacturer\": \"string\",\n            \"grease_type_description\": \"string\",\n            \"greasepartnumber\": \"string\",\n            \"grease_name\": \"string\",\n            \"greaseTagName\": \"string\",\n            \"greaseTagDescription\": \"string\",\n            \"greaseTagType\": \"1\",\n            \"greaseTagRFID\": \"string\",\n            \"greaseTagState\": \"1\",\n            \"lastGrease\": \"2021-03-13T05:16:27Z\",\n            \"nextGrease\": \"2021-03-13T05:16:27Z\",\n            \"greaseTagOrder\": -2147483648,\n            \"completionStatus\": true,\n            \"pausedHours\": 0,\n            \"pausedTime\": \"2021-03-13T05:16:27Z\",\n            \"greaseVolume\": -2147483648,\n            \"greaseFrequency\": -2147483648,\n            \"accountID\": 0,\n            \"machineID\": 0,\n            \"greaseID\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/greasetags?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetags"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"720aa687-56e8-409d-91cb-68e7c3a5e0ce"},{"name":"Create Grease Tags","id":"f6e47a53-806b-409e-8669-0655e5b452ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"greaseTagName","value":"Grease Tag Name","description":"<p>string (GreaseTagName) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"greaseTagDescription","value":"Grease Tag Description","description":"<p>string (GreaseTagDescription) &lt;= 200 characters</p>\n","type":"text"},{"key":"greaseTagType","value":"Grease Tag Type","description":"<p>string (GreaseTagType)\nEnum: \"1\" \"2\"</p>\n","type":"text"},{"key":"greaseTagRFID","value":"Grease Tag RFID","description":"<p>string (GreaseTagRFID) &lt;= 30 characters</p>\n","type":"text"},{"key":"greaseTagState","value":"Grease Tag State","description":"<p>string (GreaseTagState)\nEnum: \"1\" \"2\" \"3\" \"4\" \"5\"</p>\n","type":"text"},{"key":"lastGrease","value":"Last Grease","description":"<p>string  (LastGrease) Nullable</p>\n","type":"text"},{"key":"nextGrease","value":"Next Grease","description":"<p>string  (NextGrease)</p>\n","type":"text"},{"key":"greaseTagOrder","value":"Grease Tag Order","description":"<p>integer (GreaseTagOrder) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"completionStatus","value":"Completion Status","description":"<p>boolean (CompletionStatus)</p>\n","type":"text"},{"key":"pausedHours","value":"Paused Hours","description":"<p>number (PausedHours)</p>\n","type":"text"},{"key":"pausedTime","value":"Paused Time","description":"<p>string  (PausedTime) Nullable</p>\n","type":"text"},{"key":"greaseVolume","value":"Grease Volume","description":"<p>integer (GreaseVolume) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"greaseFrequency","value":"Grease Frequency","description":"<p>integer (GreaseFrequency) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID)</p>\n","type":"text"},{"key":"machineID","value":"Machine ID","description":"<p>integer (MachineID) Nullable</p>\n","type":"text"},{"key":"greaseID","value":"Grease ID","description":"<p>integer (GreaseID) Nullable</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/greasetags?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetags"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"f6e47a53-806b-409e-8669-0655e5b452ae"},{"name":"Read Grease Tag","id":"0d5708a7-990f-4e01-941b-9edd7f6e2f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 0,\n    \"machine_name\": \"string\",\n    \"account_name\": \"string\",\n    \"area_name\": \"string\",\n    \"areaID\": \"string\",\n    \"grease_type_manufacturer\": \"string\",\n    \"grease_type_description\": \"string\",\n    \"greasepartnumber\": \"string\",\n    \"grease_name\": \"string\",\n    \"greaseTagName\": \"string\",\n    \"greaseTagDescription\": \"string\",\n    \"greaseTagType\": \"1\",\n    \"greaseTagRFID\": \"string\",\n    \"greaseTagState\": \"1\",\n    \"lastGrease\": \"2021-03-13T05:16:27Z\",\n    \"nextGrease\": \"2021-03-13T05:16:27Z\",\n    \"greaseTagOrder\": -2147483648,\n    \"completionStatus\": true,\n    \"pausedHours\": 0,\n    \"pausedTime\": \"2021-03-13T05:16:27Z\",\n    \"greaseVolume\": -2147483648,\n    \"greaseFrequency\": -2147483648,\n    \"accountID\": 0,\n    \"machineID\": 0,\n    \"greaseID\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/greasetag/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetag","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"0d5708a7-990f-4e01-941b-9edd7f6e2f26"},{"name":"Update Grease Tag","id":"213a48a2-45a9-42b7-885f-e2d1c124de2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"greaseTagName","value":"Grease Tag Name","description":"<p>string (GreaseTagName) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"greaseTagDescription","value":"Grease Tag Description","description":"<p>string (GreaseTagDescription) &lt;= 200 characters</p>\n","type":"text"},{"key":"greaseTagType","value":"Grease Tag Type","description":"<p>string (GreaseTagType)\nEnum: \"1\" \"2\"</p>\n","type":"text"},{"key":"greaseTagRFID","value":"Grease Tag RFID","description":"<p>string (GreaseTagRFID) &lt;= 30 characters</p>\n","type":"text"},{"key":"greaseTagState","value":"Grease Tag State","description":"<p>string (GreaseTagState)\nEnum: \"1\" \"2\" \"3\" \"4\" \"5\"</p>\n","type":"text"},{"key":"lastGrease","value":"Last Grease","description":"<p>string  (LastGrease) Nullable</p>\n","type":"text"},{"key":"nextGrease","value":"Next Grease","description":"<p>string  (NextGrease)</p>\n","type":"text"},{"key":"greaseTagOrder","value":"Grease Tag Order","description":"<p>integer (GreaseTagOrder) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"completionStatus","value":"Completion Status","description":"<p>boolean (CompletionStatus)</p>\n","type":"text"},{"key":"pausedHours","value":"Paused Hours","description":"<p>number (PausedHours)</p>\n","type":"text"},{"key":"pausedTime","value":"Paused Time","description":"<p>string  (PausedTime) Nullable</p>\n","type":"text"},{"key":"greaseVolume","value":"Grease Volume","description":"<p>integer (GreaseVolume) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"greaseFrequency","value":"Grease Frequency","description":"<p>integer (GreaseFrequency) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID)</p>\n","type":"text"},{"key":"machineID","value":"Machine ID","description":"<p>integer (MachineID) Nullable</p>\n","type":"text"},{"key":"greaseID","value":"Grease ID","description":"<p>integer (GreaseID) Nullable</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/greasetag/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetag","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"213a48a2-45a9-42b7-885f-e2d1c124de2a"},{"name":"Update Grease Tag","id":"4b897eeb-c3bb-4efa-8cae-ba2a3db34ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"greaseTagName","value":"Grease Tag Name","description":"<p>string (GreaseTagName) [ 1 .. 30 ] characters</p>\n","type":"text"},{"key":"greaseTagDescription","value":"Grease Tag Description","description":"<p>string (GreaseTagDescription) &lt;= 200 characters</p>\n","type":"text"},{"key":"greaseTagType","value":"Grease Tag Type","description":"<p>string (GreaseTagType)\nEnum: \"1\" \"2\"</p>\n","type":"text"},{"key":"greaseTagRFID","value":"Grease Tag RFID","description":"<p>string (GreaseTagRFID) &lt;= 30 characters</p>\n","type":"text"},{"key":"greaseTagState","value":"Grease Tag State","description":"<p>string (GreaseTagState)\nEnum: \"1\" \"2\" \"3\" \"4\" \"5\"</p>\n","type":"text"},{"key":"lastGrease","value":"Last Grease","description":"<p>string  (LastGrease) Nullable</p>\n","type":"text"},{"key":"nextGrease","value":"Next Grease","description":"<p>string  (NextGrease)</p>\n","type":"text"},{"key":"greaseTagOrder","value":"Grease Tag Order","description":"<p>integer (GreaseTagOrder) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"completionStatus","value":"Completion Status","description":"<p>boolean (CompletionStatus)</p>\n","type":"text"},{"key":"pausedHours","value":"Paused Hours","description":"<p>number (PausedHours)</p>\n","type":"text"},{"key":"pausedTime","value":"Paused Time","description":"<p>string  (PausedTime) Nullable</p>\n","type":"text"},{"key":"greaseVolume","value":"Grease Volume","description":"<p>integer (GreaseVolume) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"greaseFrequency","value":"Grease Frequency","description":"<p>integer (GreaseFrequency) [ -2147483648 .. 2147483647 ]</p>\n","type":"text"},{"key":"accountID","value":"Account ID","description":"<p>integer (AccountID)</p>\n","type":"text"},{"key":"machineID","value":"Machine ID","description":"<p>integer (MachineID) Nullable</p>\n","type":"text"},{"key":"greaseID","value":"Grease ID","description":"<p>integer (GreaseID) Nullable</p>\n","type":"text"}]},"url":"https://api.greasecloud.com.au/greasetag/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetag","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"4b897eeb-c3bb-4efa-8cae-ba2a3db34ecd"},{"name":"Delete Grease Tag","id":"522279a8-3977-4a81-a007-e46f55e06543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"url":"https://api.greasecloud.com.au/greasetag/{id}?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greasetag","{id}"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"522279a8-3977-4a81-a007-e46f55e06543"}],"id":"9a8ab93c-fc6e-4313-999f-087f962362c8","description":"<p>Grease tags belong to machines are store information related to how their respective grease point must be greased.</p>\n","_postman_id":"9a8ab93c-fc6e-4313-999f-087f962362c8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}},{"name":"Schedules","item":[{"name":"List Schedule","id":"e37fc500-eb5a-4530-a1e9-651cb6d44749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 0,\n    \"next\": \"http://example.com\",\n    \"previous\": \"http://example.com\",\n    \"results\": [\n        {\n            \"id\": 0,\n            \"greaseTagName\": \"string\",\n            \"greaseTagRFID\": \"string\",\n            \"areaName\": \"string\",\n            \"greaseName\": \"string\",\n            \"nextGrease\": \"2021-03-13T05:16:27Z\",\n            \"greaseVolumeRequirement\": -2147483648,\n            \"greaseTagOrder\": -2147483648,\n            \"greaseTagDescription\": \"string\",\n            \"greaseTagState\": \"1\",\n            \"machineNamePlate\": \"string\",\n            \"areaID\": 0,\n            \"accountID\": 0,\n            \"greaseTagID\": 0,\n            \"machineID\": 0,\n            \"greaseID\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/schedule?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["schedule"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"e37fc500-eb5a-4530-a1e9-651cb6d44749"}],"id":"89ac65b6-3743-458f-814a-707d80d73827","description":"<p>All grease tags intended to be tracked by the GreaseBoss system must also be added to the schedule. This is what the GreaseBoss devices refer to for providing current greasing tasks.</p>\n","_postman_id":"89ac65b6-3743-458f-814a-707d80d73827","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}},{"name":"Grease Events","item":[{"name":"List Grease Events","id":"a6b71fff-5483-437e-9ae3-8a5b77d09b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{your-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 0,\n    \"next\": \"http://example.com\",\n    \"previous\": \"http://example.com\",\n    \"results\": [\n        {\n            \"id\": 0,\n            \"deviceDescription\": \"string\",\n            \"greaseTagRFID\": \"string\",\n            \"greaseTagName\": \"string\",\n            \"machineNamePlate\": \"string\",\n            \"areaName\": \"string\",\n            \"scheduledTime\": \"2021-03-13T05:16:27Z\",\n            \"eventTime\": \"2021-03-13T05:16:27Z\",\n            \"eventUploadTime\": \"2021-03-13T05:16:27Z\",\n            \"greaseVolume\": 0,\n            \"userName\": \"string\",\n            \"accountID\": 0,\n            \"deviceID\": 0,\n            \"userID\": 0,\n            \"areaID\": 0,\n            \"machineID\": 0,\n            \"greaseTagID\": 0,\n            \"greaseID\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greasecloud.com.au/greaseevents?accountID={your-accountID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}},"urlObject":{"protocol":"https","path":["greaseevents"],"host":["api","greasecloud","com","au"],"query":[{"key":"accountID","value":"{your-accountID}"}],"variable":[]}},"response":[],"_postman_id":"a6b71fff-5483-437e-9ae3-8a5b77d09b59"}],"id":"ca308b2b-edc4-48a7-b394-8e64f4510c56","description":"<p>Grease events are created by GreaseBoss devices and monitor greasing history.</p>\n","_postman_id":"ca308b2b-edc4-48a7-b394-8e64f4510c56","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c603ec14-858e-4144-85b9-76e07271cfda","id":"c603ec14-858e-4144-85b9-76e07271cfda","name":"GreaseCloud Gen1 API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"79a7ab2b-6ed3-4866-8551-48126d1c2d91","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"541e5a67-6dbb-4c9c-b8ff-df9f0257b26f","type":"text/javascript","exec":[""]}}]}