{"info":{"_postman_id":"27f6ce83-2d44-4a4a-a936-13a42bf47c65","name":"Frontline Asset Management API","description":"<html><head></head><body><p>Getting Started</p>\n<p>REST API</p>\n<p>for Frontline Asset Management</p>\n<p>REST API provides you with programmatic access to your data in Frontline Asset Management (formerly TIPWeb-IT). The flexibility and scalability of REST API make it an excellent choice for integrating with your other applications and for performing complex operations on a large scale. However, understanding and using REST API requires basic familiarity with software development, web services, and the Frontline Asset Management user interface.</p>\n<p>You can use any tool or development environment that can make REST requests. If you have many records to process, consider using this API which is based on REST principles and optimized for large sets of data.</p>\n<p>Access API documentation here: <a href=\"https://apidocs.tipwebhss.com/\">https://apidocs.tipwebhss.com/</a></p>\n<p>Read, write, update or delete operations performed using the API on the customers instance are executed on the live, production database and in real-time. Any changes made to the instance and its database will take effect immediately and are irreversible.</p>\n<p>Common Uses of the API</p>\n<p>You can set up and use REST API in many ways including the following most used capabilities:</p>\n<p>View Assets Issued to Students/Staff</p>\n<p>Fields accessible from the API response:</p>\n<ul>\n<li>Tag Number</li>\n<li>Serial Number</li>\n<li>Site Name</li>\n<li>Student/Staff Name</li>\n<li>Asset Status</li>\n<li>Product Name</li>\n<li>Product Type</li>\n<li>Manufacturer</li>\n<li>Model</li>\n<li>Suggested Price</li>\n<li>Due Date</li>\n<li>Date Issued</li>\n<li>Accessories (Name, Description, Price)</li>\n</ul>\n<p>Update the Status of an Existing Tag Issued to a Room (not Student/Staff)</p>\n<p>Room Status updates available from the API:</p>\n<ul>\n<li>Auctioned</li>\n<li>Available</li>\n<li>Disposed</li>\n<li>In Repair</li>\n<li>In Use</li>\n<li>Lost</li>\n<li>Recycled</li>\n<li>Returned To Vendor</li>\n<li>Sold</li>\n<li>Stolen</li>\n<li>Surplus</li>\n<li>Used For Parts</li>\n</ul>\n<p>Set Up Authentication</p>\n<p>Your API URL, Secret Key and Passphrase needed for API authentication can be found by accessing Frontline Asset Management.</p>\n<p>Login in with Admin Admin credentials to the district view of Frontline Asset Management (formerly TIPWeb-IT)</p>\n<p>From the Left Navigation menu under the Management sub header, click District Settings.</p>\n<p>When the Manage District Settings modal window appears, navigate to the API and SSO Information section</p>\n<p>Please note your API URL, Secret Key and Passphrase needed for API authentication.</p>\n<p>To successfully send requests, REST API requires an access token obtained by authentication.</p>\n<p>Users of the REST API can authenticate by providing a key and phrase (secret) to the REST API login resource with the HTTP POST method. A JWT bearer token is generated that enables the user to authenticate future requests.</p>\n<p>The bearer token remains active for a period of 8 hours from the time that it is issued (the time that the AuthorizeAPI call is made successfully). After it expires, APIs that rely on the token will not work until after the AuthorizeAPI call is made successfully once again, thereby getting a new bearer token.</p>\n<p>Walk Through the Sample Code: Get the Version</p>\n<p>To retrieve information about the Frontline Asset Management version, submit a Home Request. You can copy and paste this example to send them with cURL. But first replace TIPWebAPI_URL in the base URI with your application domain.</p>\n<p>A public \"test\" API allows users to test whether the API is active or not. In this case, the request doesn’t require authentication.</p>\n<p>curl --location -g '{{TIPWebAPI_Url}}/api/Home' \\</p>\n<p>--header 'Content-Type: application/json'</p>\n<p>The output from this request returns a JSON that includes the version number of the API.</p>\n<p>If the API has not been activated for the application URL, please contact Frontline customer support.</p>\n<p>EndFragment</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15084744","collectionId":"27f6ce83-2d44-4a4a-a936-13a42bf47c65","publishedId":"U16dQoQF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-31T21:05:01.000Z"},"item":[{"name":"Login","item":[{"name":"POST ValidateLogin","event":[{"listen":"test","script":{"id":"099c7b37-e3dd-4d18-a567-0cab5a113817","exec":["pm.test(\"Response Not Empty\", function () {\r","    pm.response.to.not.be.error;\r","    pm.expect(responseBody !== undefined && responseBody !== null && responseBody !== '');\r","});\r","\r","if (responseBody !== undefined && responseBody !== null && responseBody !== '') {\r","    var jsonData = JSON.parse(responseBody);\r","    var bearerToken = \"Bearer \" + jsonData.token;\r","    postman.setEnvironmentVariable(\"TIPWebAPI_Bearer\", bearerToken);\r","    \r","    pm.test(\"TIPWebAPI_Bearer is set\", function () {\r","        pm.expect(bearerToken.len > 7);\r","    });\r","}"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"2034c80a-cb9a-4679-a59e-5e1b5cdfcb5d","exec":[""],"type":"text/javascript"}}],"id":"347d0f71-c6c1-4285-82b8-372eebee1e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Key\": \"{{TIPWebAPI_Key}}\",\r\n    \"Phrase\": \"{{TIPWebAPI_Phrase}}\"\r\n}"},"url":"{{TIPWebAPI_Url}}/api/Login/ValidateLogin","description":"<p>Users of the REST API can authenticate by providing a key and phrase (secret) to the REST API login resource with the HTTP POST method. A JWT bearer token is generated that enables the user to authenticate future requests.</p>\n","urlObject":{"path":["api","Login","ValidateLogin"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"347d0f71-c6c1-4285-82b8-372eebee1e46"}],"id":"7c1bc684-7811-45c5-9f56-5a6f0fc90c0f","_postman_id":"7c1bc684-7811-45c5-9f56-5a6f0fc90c0f","description":""},{"name":"Home","item":[{"name":"GET Home","id":"c24ef033-3390-435b-a856-7bf2d61da299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/Home","description":"<p>A public \"test\" API that allows users to test whether the API is active or not. It needs no authentication. When called, and if the API has been activated for the district, it returns a JSON that includes the version number of the API.</p>\n","urlObject":{"path":["api","Home"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c24ef033-3390-435b-a856-7bf2d61da299"}],"id":"453efd87-63cc-4086-af0d-5ebbeb8a29ec","_postman_id":"453efd87-63cc-4086-af0d-5ebbeb8a29ec","description":""},{"name":"Tag","item":[{"name":"POST SetTagStatus","id":"c7e533da-3cab-4036-bcfe-8c9104a1c744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tag\": \"1225166\",\r\n    \"newStatus\": \"InUse\",\r\n    \"newEntityUID\": \"692099\",\r\n    \"newEntityTypeUID\": \"4\",\r\n    //\"siteUID\": \"3250\",\r\n    //\"salesPrice\" : 10,\r\n    //\"policeReportNumber\" : \"12345\",\r\n    \"notes\": \"testing using API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{TIPWebAPI_Url}}/api/tag/SetTagStatus","description":"<p>Update the Status (<em><strong>NOT the location</strong></em>) Of An Existing Inventory Item.</p>\n<p>The simplest method to use this call is to supply the tag and the new status. All other parameters are optional (with the exception of an InRepair-&gt;InUse transition).</p>\n<p>• tag - string - the tag id of the item to update</p>\n<p>• newStatus - string - the new tag status. Chosen from the list below</p>\n<p>• siteUID - number - the site identifier where this tag is located. This is an optional parameter to ensure that you are using the correct tag.</p>\n<p>If the new status is “sold” or \"auctioned\", then one additional parameter is permitted: * salesPrice - number - this is the sale price</p>\n<p>If the item is -either-: * is currently 'inRepair' and the new status is 'inUse' * is associated with a staff/student: 'stolen', 'sold' or 'disposed' and the new status is 'available' then two additional parameters are needed. These are used to associate the asset with a new entity- room, staff or student:</p>\n<p>• newEntityUID - number - this is new entity UID</p>\n<p>• newEntityTypeUID - number - this is the new entity type UID</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>NOTE: A status change from \"InUse\" to \"Available\" will not work and will not update the location of the tag when it is assigned to a staff or student</strong></em></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><p>If the new status is either 'lost' or 'stolen', then an additional parameter -may- be required: * policeReportNumber - string - The report number associated with this change. This parameter is only required if the district settings require it.</p>\n<p>Available New Status Values<br />Auctioned, Available, Disposed, InRepair, InUse, Lost, Recycled, ReturnedToVendor, Sold, Stolen, Surplus, UsedForParts.</p>\n<p>Response</p>\n<p>• success - Boolean - true if the request succeeded</p>\n<p>• errorCode - string - a code indicating the error. Is not free text and can be used to look up a message dictionary for more detailed information.</p>\n<p>• errorMessage - string - a “developer” message indicating more about the error. Not intended to be shown to a user</p>\n<p>• changed - Boolean - true if the inventory item was changed by this request</p>\n<p>Data Updated By This Request</p>\n<p>The following fields are updated by this request: * Status * Scan date</p>\n<p>In addition, a new history entry is created. It contains: * Status Notes (passed in this API request) * Scan date * Scan by (person)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>NOTE: A status change from \"InUse\" to \"Available\" will not work and will not update the location of the tag when it is assigned to a staff or student</strong></em></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","tag","SetTagStatus"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7e533da-3cab-4036-bcfe-8c9104a1c744"},{"name":"POST SetTagStatusWithAttachment","id":"9c11070b-c6b4-47f1-bff4-a4b9a1363af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"Files","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/Users/sarithayadav/Downloads/MicrosoftTeams-image (9).png"},{"key":"request","value":"{\n    \"tag\": \"1910T3\",\n    \"newStatus\": \"\",\n    \"policeReportNumber\": \"1235\",\n    //\"siteUID\": ,\n    \"notes\": \"testing\"\n}","type":"text","disabled":true},{"key":"TicketNumber","value":"354435435","description":"<p>`</p>\n","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"{{TIPWebAPI_Url}}/api/tag/SetTagStatusWithAttachment","description":"<p>Update the Status (<em><strong>NOT the location</strong></em>) Of An Existing Inventory Item with an attachment.</p>\n<p>The simplest method to use this call is to supply the tag, the new status and the attachment. All other parameters are optional (with the exception of an InRepair-&gt;InUse transition).</p>\n<p>The parameters to this api funtion are conveyed as HTTP form-data. A single file attachment is used to pass the uploaded file attachment. A single form-data item, called \"request\" is used to convey the JSON-encoded parameters. These parameters are the same as found in SetTagStatus, and are:</p>\n<p>• tag - string - the tag id of the item to update</p>\n<p>• newStatus - string - the new tag status. Chosen from the list below</p>\n<p>• siteUID - number - the site identifier where this tag is located</p>\n<p>If the new status is “sold” or \"auctioned\", then one additional parameter is permitted: * salesPrice - number - this is the sale price</p>\n<p>If the item is -either-: * is currently 'inRepair' and the new status is 'inUse' * is associated with a staff/student: 'stolen', 'sold' or 'disposed' and the new status is 'available' then two additional parameters are needed. These are used to associate the asset with a new entity- room, staff or student:</p>\n<p>• newEntityUID - number - this is new entity UID (a room, staff or student)</p>\n<p>• newEntityTypeUID - number - this is the new entity type UID (the type of new entity: )</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>NOTE: A status change from \"InUse\" to \"Available\" will not work and will not update the location of the tag when it is assigned to a staff or student</strong></em></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><p>If the new status is either 'lost' or 'stolen', then an additional parameter -may- be required according to district settings: * policeReportNumber - string - The report number associated with this change. This parameter is only required if the district settings require it.</p>\n<p>Available New Status Values</p>\n<p>Auctioned, Available, Disposed, InRepair, InUse, Lost, Recycled, ReturnedToVendor, Sold, Stolen, Surplus, UsedForParts.</p>\n<p>Response</p>\n<p>• success - Boolean - true if the request succeeded</p>\n<p>• errorCode - string - a code indicating the error. Is not free text and can be used to look up a message dictionary for more detailed information.</p>\n<p>• errorMessage - string - a “developer” message indicating more about the error. Not intended to be shown to a user</p>\n<p>• changed - Boolean - true if the inventory item was changed by this request</p>\n<p>Data Updated By This Request</p>\n<p>The following fields are updated by this request: * Status * Scan date</p>\n<p>In addition, a new history entry is created. It contains: * Status Notes (passed in this API request) * Scan date * Scan by (person)</p>\n<p>If the new status is Lost or Stolen -and- an attachment was uploaded, it will be shown in the \"Attachments\" tab in the Tag Information modal.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>NOTE: A status change from \"InUse\" to \"Available\" will not work and will not update the location of the tag when it is assigned to a staff or student</strong></em></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","tag","SetTagStatusWithAttachment"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c11070b-c6b4-47f1-bff4-a4b9a1363af8"},{"name":"POST SetDebugFlags","id":"b1bc2338-e473-43e0-9bf8-7d4a059c3d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"enableMeasure\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{TIPWebAPI_Url}}/api/debug/setDebugFlags","description":"<p>For internal use only. If the \"enableMeasure\" flag is set to \"true\", TIPWeb-IT measures and logs the performance of the API.</p>\n","urlObject":{"path":["api","debug","setDebugFlags"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1bc2338-e473-43e0-9bf8-7d4a059c3d28"},{"name":"POST GetTags","id":"0400dd00-458e-41ef-8c8a-34d1e28f0d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sites\": [],\n\t\"locations\": [],\n\t\"productTypes\": [],\n\t\"statuses\": [26],\n\t\"assetTypes\": [],\n\t\"manufacturers\": [],\n\t\"fundingSources\": [],\n\t\"vendors\": [],\n\t\"pageNumber\": 0,\n\t\"pageCount\": 10\n}"},"url":"{{TIPWebAPI_Url}}/api/Tag/GetTags","description":"<p>Search for all assets that match the specified filters and return the tags' details in a Tag View Model JSON or empty (if no matching tag). The API is paginated.</p>\n","urlObject":{"path":["api","Tag","GetTags"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0400dd00-458e-41ef-8c8a-34d1e28f0d28"},{"name":"GET GetTagsByEntity","id":"fb42552b-f955-4a71-aa4f-a3419b0f0969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/Tag/GetTagsByEntity/{{EntityID}}/{{EntityType}}","description":"<p>Search for all assets that are assigned to or associated with the specified \"entity\" and return the tags' details in a Tag View Model JSON or empty (if no matching tag). An entity can be a student, a staff member or a room.</p>\n","urlObject":{"path":["api","Tag","GetTagsByEntity","{{EntityID}}","{{EntityType}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb42552b-f955-4a71-aa4f-a3419b0f0969"},{"name":"PUT SetTicketAction","id":"d201e595-7cc4-4803-802b-0f6484da9ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/Tag/SetTicketAction/{{inventoryID}}/{{ticketActionID}}","description":"<p>This API is typically used by Frontline-Hayes GetHelp. It sets the status of an asset to a specific value or type. It is used when a ticket in GetHelp is created/opened, resolved/closed, etc.\nYour district should have purchased a license to GetHelp to use this.</p>\n","urlObject":{"path":["api","Tag","SetTicketAction","{{inventoryID}}","{{ticketActionID}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d201e595-7cc4-4803-802b-0f6484da9ba5"},{"name":"Get Tag","id":"1279975e-20a7-4b43-9188-be45aecbc854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"jwt","jwt":{"basicConfig":[{"key":"algorithm","value":"<algorithm>"},{"key":"isSecretBase64Encoded","value":"<is-secret-base64encoded>"},{"key":"payload","value":"<payload>"},{"key":"addTokenTo","value":"<add-token-to>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"queryParamKey","value":"<query-param-key>"},{"key":"header","value":"<header>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}","type":"text"}],"url":"{{TIPWebAPI_Url}}/api/Tag/GetTag/{{TagNumber}}","urlObject":{"path":["api","Tag","GetTag","{{TagNumber}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1279975e-20a7-4b43-9188-be45aecbc854"},{"name":"Get Tag By Serial","id":"3d5e4e52-ed51-49de-bbd5-ddf949bc021d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}","type":"text"}],"url":"{{TIPWebAPI_Url}}/api/Tag/GetTagBySerial/{{SerialNumber}}","urlObject":{"path":["api","Tag","GetTagBySerial","{{SerialNumber}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d5e4e52-ed51-49de-bbd5-ddf949bc021d"},{"name":"Get Tag Info","id":"00d6a839-84c5-41be-ad77-4385857ba20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TagName\": {{TagNumber}}\r\n}"},"url":"{{TIPWebAPI_Url}}/api/Tag/GetTagInfo","urlObject":{"path":["api","Tag","GetTagInfo"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00d6a839-84c5-41be-ad77-4385857ba20c"}],"id":"9f77ac80-7f08-45ce-8d06-dd41863e2b5e","_postman_id":"9f77ac80-7f08-45ce-8d06-dd41863e2b5e","description":""},{"name":"Products","item":[{"name":"GET Products/GetAllProducts","id":"7b6d2345-1f1f-4536-a763-6a50aa25bdd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"url":"{{TIPWebAPI_Url}}/api/Integrations/Products/GetAllProducts","description":"<p>Get the list of all product catalogs in the district. Returns a JSON object of the type \"Products\".</p>\n","urlObject":{"path":["api","Integrations","Products","GetAllProducts"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b6d2345-1f1f-4536-a763-6a50aa25bdd7"},{"name":"POST Products/GetProductsByName","id":"03f7086e-bf5e-4d1b-920b-bc8637645938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"body":{"mode":"raw","raw":"[\n\t\"\\\"COW\\\" CURRICULUM ON WHEE\",\n\t\"#66A TROMBONE-EASTMAN - ETB432\",\n\t\"20 UNIT NOTEBOOK STORAGE CART\"\n]"},"url":"{{TIPWebAPI_Url}}/api/Integrations/Products/GetProductsByName","description":"<p>Get the list of all product catalogs in the district that match a list of stringified names. Returns a JSON object of the type \"Products\".\nThe product names are matched with fuzzy logic (approximate or closest match - \"contains\" logic), but case insensitive.</p>\n","urlObject":{"path":["api","Integrations","Products","GetProductsByName"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"03f7086e-bf5e-4d1b-920b-bc8637645938"}],"id":"a86edabf-60f4-4ba4-9b40-d20d9f5d3610","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"21ec5d1f-9080-44b6-a2c3-307f3b576b3f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"84466ab0-0234-4f39-8fbe-650bbc44d8ea"}}],"_postman_id":"a86edabf-60f4-4ba4-9b40-d20d9f5d3610","description":""},{"name":"Vendors","item":[{"name":"GET Vendors/GetAllVendors","id":"62ce4d69-e636-42a2-bbd8-66733b2c50d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"body":{"mode":"raw","raw":""},"url":"{{TIPWebAPI_Url}}/api/Integrations/Vendors/GetAllVendors","description":"<p>Get the list of all vendors in the district. Returns a JSON object of the type \"Vendors\".</p>\n","urlObject":{"path":["api","Integrations","Vendors","GetAllVendors"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"62ce4d69-e636-42a2-bbd8-66733b2c50d9"},{"name":"POST Vendors/GetVendorsByAccount","id":"01bb45a3-8088-4d05-8b25-7e2968667ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"body":{"mode":"raw","raw":"[\n\t\"555432\"\n]"},"url":"{{TIPWebAPI_Url}}/api/Integrations/Vendors/GetVendorsByAccount","urlObject":{"path":["api","Integrations","Vendors","GetVendorsByAccount"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01bb45a3-8088-4d05-8b25-7e2968667ef4"},{"name":"POST Vendors/GetVendorsByName","id":"feb51715-3bb7-432e-8c60-4e8f4166c01e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"body":{"mode":"raw","raw":"[\n\t\"Cambridge Physics\",\n\t\"PRECISION PLUMBERS CO\"\n]"},"url":"{{TIPWebAPI_Url}}/api/Integrations/Vendors/GetVendorsByName","urlObject":{"path":["api","Integrations","Vendors","GetVendorsByName"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"feb51715-3bb7-432e-8c60-4e8f4166c01e"}],"id":"cacd1462-75b0-4c31-af1b-6b210e682d37","_postman_id":"cacd1462-75b0-4c31-af1b-6b210e682d37","description":""},{"name":"Purchase Orders","item":[{"name":"POST GetPurchaseOrdersByOrderNumber","id":"0c297b70-bf18-4937-9150-2ab615e90e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"body":{"mode":"raw","raw":"[\n\t\"009731\",\n\t\"P118432\"\n]"},"url":"{{TIPWebAPI_Url}}/api/Integrations/PurchaseOrders/GetPurchaseOrdersByOrderNumber","urlObject":{"path":["api","Integrations","PurchaseOrders","GetPurchaseOrdersByOrderNumber"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c297b70-bf18-4937-9150-2ab615e90e4d"},{"name":"GET FundingSources GetFundingSources","id":"fe991cfc-0ad3-424e-8a2b-4aaa6a295e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"body":{"mode":"raw","raw":"[\n\t\"100000\",\n\t\"1148531\"\n]"},"url":"{{TIPWebAPI_Url}}/api/Integrations/Funding/GetFundingSources","urlObject":{"path":["api","Integrations","Funding","GetFundingSources"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe991cfc-0ad3-424e-8a2b-4aaa6a295e8f"}],"id":"c0cc83ff-ef82-40cf-bd6f-38fd446a6565","_postman_id":"c0cc83ff-ef82-40cf-bd6f-38fd446a6565","description":""},{"name":"Shipments","item":[{"name":"POST Shipments GetShipmentsByPurchaseOrderAndLineNumber","id":"2c122fba-5a80-4917-967a-0bde3f527b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"url":"{{TIPWebAPI_Url}}/api/Integrations/Shipments/GetShipmentsByPurchaseOrderAndLineNumber?po=JMA_TEST1&line=6","urlObject":{"path":["api","Integrations","Shipments","GetShipmentsByPurchaseOrderAndLineNumber"],"host":["{{TIPWebAPI_Url}}"],"query":[{"key":"po","value":"JMA_TEST1"},{"key":"line","value":"6"}],"variable":[]}},"response":[],"_postman_id":"2c122fba-5a80-4917-967a-0bde3f527b60"},{"name":"POST Shipments GetShipmentsByPurchaseOrder","id":"4e57296e-ea6e-4062-9f1a-9e53b083b79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"}],"body":{"mode":"raw","raw":"[\n\t\"009731\",\n\t\"P118432\",\n\t\"007341\"\n]"},"url":"{{TIPWebAPI_Url}}/api/Integrations/Shipments/GetShipmentsByPurchaseOrder","urlObject":{"path":["api","Integrations","Shipments","GetShipmentsByPurchaseOrder"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e57296e-ea6e-4062-9f1a-9e53b083b79f"}],"id":"be6a7d23-a709-4d71-b858-a99119fb2172","_postman_id":"be6a7d23-a709-4d71-b858-a99119fb2172","description":""},{"name":"HelpDesk","item":[{"name":"GET GetTicketHistory","id":"737690e6-d8a4-4ad8-a1e2-3a3e14b897b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/HelpDesk/GetTicketHistory/{{Tag}}","urlObject":{"path":["api","HelpDesk","GetTicketHistory","{{Tag}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"737690e6-d8a4-4ad8-a1e2-3a3e14b897b0"}],"id":"86235d9e-d2b1-43ef-a139-0aaac9363aca","_postman_id":"86235d9e-d2b1-43ef-a139-0aaac9363aca","description":""},{"name":"StaffStudent","item":[{"name":"GET VerifyStaffStudent","id":"2ebc85e1-2397-4bc5-bd58-c82577de6c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/StaffStudent/VerifyStaffStudent/SY_012_Std","urlObject":{"path":["api","StaffStudent","VerifyStaffStudent","SY_012_Std"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ebc85e1-2397-4bc5-bd58-c82577de6c39"},{"name":"GET GetEntityAssets","id":"4b91c671-8917-4585-9073-d63a25d2e15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/StaffStudent/GetEntityAssets/{{EntityID}}/{{EntityType}}","urlObject":{"path":["api","StaffStudent","GetEntityAssets","{{EntityID}}","{{EntityType}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b91c671-8917-4585-9073-d63a25d2e15e"},{"name":"GET GetEntityInformation","id":"13e758d2-ae84-44ec-8ef3-7d9de071c1b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/StaffStudent/GetEntityInformation/{{EntityId}}/{{EntityType}}","urlObject":{"path":["api","StaffStudent","GetEntityInformation","{{EntityId}}","{{EntityType}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13e758d2-ae84-44ec-8ef3-7d9de071c1b4"},{"name":"GET GetSites","id":"c62f2ff8-d1eb-4934-87b0-ce0b5eb33faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/StaffStudent/GetSites/{{EntityID}}/{{EntityType}}","urlObject":{"path":["api","StaffStudent","GetSites","{{EntityID}}","{{EntityType}}"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c62f2ff8-d1eb-4934-87b0-ce0b5eb33faa"}],"id":"d2218445-0d3a-4105-bd7c-844a0cdeeacc","_postman_id":"d2218445-0d3a-4105-bd7c-844a0cdeeacc","description":""},{"name":"Sites","item":[{"name":"GET GetActiveSitesList","id":"424b9a32-81c8-4ec8-9a00-f5b237837b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/Sites/GetActiveSitesList","urlObject":{"path":["api","Sites","GetActiveSitesList"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"424b9a32-81c8-4ec8-9a00-f5b237837b92"},{"name":"POST GetSiteByName","id":"7144ff6c-ca07-465e-9fb1-cfe50c7fee3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"SiteName\": \"Data Import Site\"\n}"},"url":"{{TIPWebAPI_Url}}/api/Sites/GetSiteByName","urlObject":{"path":["api","Sites","GetSiteByName"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7144ff6c-ca07-465e-9fb1-cfe50c7fee3c"}],"id":"f2599d5f-f086-43a5-8a90-1637e2ec4ce5","_postman_id":"f2599d5f-f086-43a5-8a90-1637e2ec4ce5","description":""},{"name":"SiteTypes","item":[{"name":"GET GetActiveSiteTypesList","id":"066a1e93-6384-4853-9d83-59e1942222db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/SiteTypes/GetActiveSiteTypesList","urlObject":{"path":["api","SiteTypes","GetActiveSiteTypesList"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"066a1e93-6384-4853-9d83-59e1942222db"}],"id":"1712af8f-3311-43fd-a168-1a3a443e3cf0","_postman_id":"1712af8f-3311-43fd-a168-1a3a443e3cf0","description":""},{"name":"ProductTypes","item":[{"name":"GET GetActiveProductTypesList","id":"a4ca8680-aa95-4c12-b6e4-504ed8453b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TIPWebAPI_Bearer}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{TIPWebAPI_Url}}/api/ProductTypes/GetActiveProductTypesList","urlObject":{"path":["api","ProductTypes","GetActiveProductTypesList"],"host":["{{TIPWebAPI_Url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4ca8680-aa95-4c12-b6e4-504ed8453b41"}],"id":"8f25b2fa-d09f-46f2-a096-ca035d626b4a","_postman_id":"8f25b2fa-d09f-46f2-a096-ca035d626b4a","description":""},{"name":"Notifications","item":[{"name":"GetNotifications","id":"6e28f490-7929-4f9c-b3bc-dc2fc5808a34","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n  <soap:Body>\r\n    <GetNotifications xmlns=\"http://hayessoft.com/webservices\">\r\n      <application>3</application>\r\n      <userView>1</userView>\r\n      <userRole>1</userRole>\r\n      <hosted>1</hosted>\r\n    </GetNotifications>\r\n  </soap:Body>\r\n</soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://www.tipwebhelp.com/TIPWebNotifications/WebService.asmx","urlObject":{"protocol":"http","path":["TIPWebNotifications","WebService.asmx"],"host":["www","tipwebhelp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e28f490-7929-4f9c-b3bc-dc2fc5808a34"}],"id":"6df74168-2f49-4c7a-ac78-2d818c961738","_postman_id":"6df74168-2f49-4c7a-ac78-2d818c961738","description":""},{"name":"MDM-ETL","item":[{"name":"JAMF","item":[{"name":"Authorize (UAPI)","event":[{"listen":"test","script":{"id":"3f92427e-5098-4cce-b3a3-4eec40865d0f","exec":["pm.test(\"Response Not Empty\", function () {\r","    pm.response.to.not.be.error;\r","    pm.expect(responseBody !== undefined && responseBody !== null && responseBody !== '');\r","});\r","\r","if (responseBody !== undefined && responseBody !== null && responseBody !== '') {\r","    var jsonData = JSON.parse(responseBody);\r","    var bearerToken = \"Bearer \" + jsonData.token;\r","    postman.setEnvironmentVariable(\"JAMF_API_Bearer\", bearerToken);\r","    \r","    pm.test(\"JAMF_API_Bearer is set\", function () {\r","        pm.expect(bearerToken.len > 7);\r","    });\r","}"],"type":"text/javascript"}}],"id":"36cce2f0-2772-4cf2-9d9c-4f39e17bc028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{JAMF_Username}}"},{"key":"password","value":"{{JAMF_Password}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{JAMF_URL}}/uapi/auth/tokens","urlObject":{"path":["uapi","auth","tokens"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36cce2f0-2772-4cf2-9d9c-4f39e17bc028"},{"name":"Authorize (v1)","event":[{"listen":"test","script":{"id":"ad1f3389-4c3a-4246-a16e-6a78dcbfa08c","exec":["pm.test(\"Response Not Empty\", function () {\r","    pm.response.to.not.be.error;\r","    pm.expect(responseBody !== undefined && responseBody !== null && responseBody !== '');\r","});\r","\r","if (responseBody !== undefined && responseBody !== null && responseBody !== '') {\r","    var jsonData = JSON.parse(responseBody);\r","    var bearerToken = \"Bearer \" + jsonData.token;\r","    postman.setEnvironmentVariable(\"JAMF_API_Bearer\", bearerToken);\r","    \r","    pm.test(\"JAMF_API_Bearer is set\", function () {\r","        pm.expect(bearerToken.len > 7);\r","    });\r","}"],"type":"text/javascript","packages":{}}}],"id":"eb95ac7c-a2e9-4cfe-aa62-34951344884b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true},"disableCookies":false},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{JAMF_Username}}"},{"key":"password","value":"{{JAMF_Password}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"{{JAMF_URL}}/api/v1/auth/token","description":"<p>Create a token based on other authentication details (basic, etc.).</p>\n","urlObject":{"path":["api","v1","auth","token"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[{"id":"43904ca8-91fe-4a6e-af80-0f874882ca29","name":"New auth token generated.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":"{{baseUrl}}/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"<string>\",\n  \"expires\": \"<string>\"\n}"},{"id":"9750eb13-7b8f-48fb-9761-34ee5a6c1381","name":"Authentication failed. If the admin has forced the user to change their password before next user login, or the non-SSO account's password has expired, an ApiError with USER_EXPIRED_PASSWORD will be returned.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":"{{baseUrl}}/v1/auth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"httpStatus\": \"<integer>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"code\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"code\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"eb95ac7c-a2e9-4cfe-aa62-34951344884b"},{"name":"Mobile Device Detail","id":"d82145dc-d5a9-4ea6-8b47-c48cd059a272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/uapi/v2/mobile-devices/{{JAMF_Mobile_Device_ID}}/detail","urlObject":{"path":["uapi","v2","mobile-devices","{{JAMF_Mobile_Device_ID}}","detail"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d82145dc-d5a9-4ea6-8b47-c48cd059a272"},{"name":"Computer Device Detail by ID","id":"a73b705e-ed0f-4b90-b0ba-9a2513706a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/api/v1/computers-inventory-detail/{{JAMF_Computer_Device_ID}}","urlObject":{"path":["api","v1","computers-inventory-detail","{{JAMF_Computer_Device_ID}}"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a73b705e-ed0f-4b90-b0ba-9a2513706a3f"},{"name":"Buildings","id":"593c011a-0569-4ccc-bc74-b6c67c5b3bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/uapi/v1/buildings","urlObject":{"path":["uapi","v1","buildings"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"593c011a-0569-4ccc-bc74-b6c67c5b3bf2"},{"name":"Computers Preview","id":"7b8782bd-e116-4c33-b4c0-746bccc678fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/uapi/preview/computers","urlObject":{"path":["uapi","preview","computers"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b8782bd-e116-4c33-b4c0-746bccc678fc"},{"name":"Computers Inventory","id":"f8532b76-180a-4957-b378-d51d328a85d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/uapi/v1/computers-inventory","urlObject":{"path":["uapi","v1","computers-inventory"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8532b76-180a-4957-b378-d51d328a85d6"},{"name":"Departments","id":"29a8cb5d-3a57-4fef-a200-7943e5e8b741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/uapi/v1/departments","urlObject":{"path":["uapi","v1","departments"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29a8cb5d-3a57-4fef-a200-7943e5e8b741"},{"name":"Sites","id":"de4bfdcb-7abd-45f3-8bef-36a04d8f10be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/uapi/settings/sites","urlObject":{"path":["uapi","settings","sites"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de4bfdcb-7abd-45f3-8bef-36a04d8f10be"},{"name":"Mobile Devices","id":"c117b8dd-972c-469c-a9d4-9d5d7dab1323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{JAMF_API_Bearer}}","type":"text"}],"url":"{{JAMF_URL}}/api/v2/mobile-devices","urlObject":{"path":["api","v2","mobile-devices"],"host":["{{JAMF_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c117b8dd-972c-469c-a9d4-9d5d7dab1323"}],"id":"2b30b399-ff56-48ea-b626-2d13b4512862","_postman_id":"2b30b399-ff56-48ea-b626-2d13b4512862","description":""},{"name":"GSuite","item":[{"name":"List Chrome Devices","id":"f33c43a2-c574-45e4-8b77-4ba37bc85572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/chromeos","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","chromeos"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f33c43a2-c574-45e4-8b77-4ba37bc85572"},{"name":"Chrome Device","id":"76ee1832-f94d-4aeb-a7a4-1504cdf42786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/chromeos/{{GSuiteChromeDeviceID}}","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","chromeos","{{GSuiteChromeDeviceID}}"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76ee1832-f94d-4aeb-a7a4-1504cdf42786"},{"name":"List Mobile Devices","id":"25258662-ef98-456f-9438-1cada2016566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/mobile","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","mobile"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"25258662-ef98-456f-9438-1cada2016566"},{"name":"Mobile Device","id":"e0cbbf34-0a34-4034-a3fe-5b600fed3379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/mobile/{{GSuiteMobileDeviceID}}","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","mobile","{{GSuiteMobileDeviceID}}"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0cbbf34-0a34-4034-a3fe-5b600fed3379"},{"name":"List Org Units","id":"3ce579c6-6672-4e27-b556-ca971818a336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/orgunits?orgUnitPath=/Test&type=all","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","orgunits"],"host":["admin","googleapis","com"],"query":[{"key":"orgUnitPath","value":"/Test"},{"key":"type","value":"all"}],"variable":[]}},"response":[],"_postman_id":"3ce579c6-6672-4e27-b556-ca971818a336"},{"name":"Get User","id":"ebf0016a-a3e9-427c-8e70-65590e88d186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://admin.googleapis.com/admin/directory/v1/users/{{GSuite_Username}}","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","users","{{GSuite_Username}}"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebf0016a-a3e9-427c-8e70-65590e88d186"},{"name":"Disable ChromeOS Device","id":"770f21b7-0d77-4e16-8d86-7467d2262cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"action\": \"disable\",\r\n  \"deprovisionReason\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/chromeos/{{GSuiteChromeDeviceID}}/action","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","chromeos","{{GSuiteChromeDeviceID}}","action"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"770f21b7-0d77-4e16-8d86-7467d2262cfe"},{"name":"Enable ChromeOS Device","id":"679be724-db90-48ff-8cdd-4cc14f0962f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"action\": \"reenable\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/chromeos/{{GSuiteChromeDeviceID}}/action","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","chromeos","{{GSuiteChromeDeviceID}}","action"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"679be724-db90-48ff-8cdd-4cc14f0962f7"},{"name":"Enable Mobile Device","id":"37d19907-b9b5-432a-89d0-d7fb67842460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"action\": \"reenable\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/mobile/{{GSuiteMobileDeviceID}}/action","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","mobile","{{GSuiteMobileDeviceID}}","action"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"37d19907-b9b5-432a-89d0-d7fb67842460"},{"name":"Disable Mobile Device","id":"1d042c59-fb75-469d-9e30-cc3ad5edc04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"action\": \"disable\",\r\n  \"deprovisionReason\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/mobile/{{GSuiteMobileDeviceID}}/action","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","mobile","{{GSuiteMobileDeviceID}}","action"],"host":["admin","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d042c59-fb75-469d-9e30-cc3ad5edc04d"},{"name":"Move Device OU","id":"94a46612-64fd-4835-90d3-fd6664dd775a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"deviceIds\": [\r\n    \"deviceID1\",\r\n    \"deviceID2\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://admin.googleapis.com/admin/directory/v1/customer/my_customer/devices/chromeos/moveDevicesToOu?orgUnitPath={{GSuite_orgUnit}}","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","name":"GSuite","type":"folder"}},"urlObject":{"protocol":"https","path":["admin","directory","v1","customer","my_customer","devices","chromeos","moveDevicesToOu"],"host":["admin","googleapis","com"],"query":[{"key":"orgUnitPath","value":"{{GSuite_orgUnit}}"}],"variable":[]}},"response":[],"_postman_id":"94a46612-64fd-4835-90d3-fd6664dd775a"}],"id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{GSuite_ClientSecret}}"},{"key":"clientId","value":"{{GSuite_ClientID}}"},{"key":"scope","value":"<scope>"},{"key":"authUrl","value":"<auth-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"683aa67e-199e-4497-b98c-1992d464f95d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92ff45fd-df42-4216-ac12-7a4df4c66a31","type":"text/javascript","exec":[""]}}],"_postman_id":"ff1f65c7-5059-419b-be12-b7c7ebaf7c11","description":""}],"id":"620c8ab1-2421-4d51-8bae-bf095e580d74","_postman_id":"620c8ab1-2421-4d51-8bae-bf095e580d74","description":""}]}