{"info":{"_postman_id":"fe30a25f-22b3-4c4b-a387-2ca2029397e8","name":"ATS MHM - API Documentation (Beta)","description":"<html><head></head><body><h1 id=\"get-started-here\">📄 Get started here</h1>\n<p>Use this documentation to navigate the authentication, functions and entities available to develop against the MhM API.</p>\n<hr>\n<p>This API exposes core services of ATS' platform to enable automation, integration and extension of our <a href=\"https://mhm.app.advancedtech.com/\">Machine Health Monitoring (MhM)</a> software product.</p>\n<h2 id=\"getting-started-guide\"><strong>Getting started guide</strong></h2>\n<p>Before beginning to use our API, consider the following:</p>\n<ul>\n<li><p>You must use a valid access token to send requests to the API endpoints.</p>\n</li>\n<li><p>The API is subject to rate and usage limits.</p>\n</li>\n<li><p>The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.</p>\n</li>\n<li><p>The API conforms to standard HTTP response status codes and transacts data in JSON format. When an API request returns an error, it is sent in the JSON response body as an error object.</p>\n</li>\n</ul>\n<p>Typical HTTP response status codes include:</p>\n<ul>\n<li><p><strong>201 Created</strong> - Considered a successful response and typically contains the created entity in the response body.</p>\n</li>\n<li><p><strong>200 OK</strong> - Considered a successful response and typically contains the result in the response body.</p>\n</li>\n<li><p><strong>204 No Content</strong> - Considered a successful response and is typically used in conjunction with a delete. No response body is to be expected with this status code.</p>\n</li>\n<li><p><strong>401 Unauthorized</strong> - Considered a failure response and is indicative of a malformed, expired or otherwise invalid, access token.</p>\n</li>\n<li><p><strong>403 Access Denied</strong> - Considered a failure response and is indicative of the client not having the required permissions to perform the requested action.</p>\n</li>\n<li><p><strong>404 Not Found</strong> - Considered a failure response and is indicative of the target resource not being found. Please confirm the URL and target object id (if applicable) are correct.</p>\n</li>\n<li><p><strong>422 Unprocessable Entity</strong> - Considered a failure response and is indicative of a validation failure. Failure details should be included within the response body.</p>\n</li>\n<li><p><strong>429 Request Rate Too Large</strong> - Considered a transient failure response and is indicative of too high a request rate. Integrations should expect this error response from time to time and retry accordingly.</p>\n</li>\n<li><p><strong>409 Conflict</strong> - Considered a failure response and is indicative of a cardinality conflict. Ensure that an overlapping entity does not already exist.</p>\n</li>\n<li><p><strong>500 Server Error</strong> - Considered a failure response and is indicative of an unknown server error. Review documentation for the endpoint and reach out to customer support for further assistance.</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>ATS application authentication is based on OAUTH2/OIDC standards and utilizes the client credential authentication flow. You can exchange a client id and client secret with our client service to retrieve an access token. The response from this exchange is an RS256 JSON web token (JWT) that contains the access token along with the associated client permissions and expiration. Subsequent requests to this endpoint will return the same token until its expiration.</p>\n<p>Access tokens can be appended to an HTTP request via the \"Authorization\" HTTP header with a value of <code>Bearer {access_token_here}</code>. It is best practice to retain and reuse the current access token until its expiration which is provided along with the access token response.</p>\n<p>If the access token expires, becomes malformed due to manipulation, or otherwise becomes invalid, you will receive an HTTP 401 Unauthorized response code as noted above.</p>\n<h2 id=\"rate-and-usage-limits-tbd\">Rate and usage limits (TBD)</h2>\n<p>API access rate limits apply at a per-API credential basis in unit time. The limit is 300 requests per minute. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code.</p>\n<p>Each API response returns the following set of headers to help you identify your use status:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-RateLimit-Limit</code></td>\n<td>The maximum number of requests that the consumer is permitted to make per minute.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Remaining</code></td>\n<td>The number of requests remaining in the current rate limit window.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Reset</code></td>\n<td>The time at which the current rate limit window resets in UTC epoch seconds.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"webhooks\">Webhooks</h3>\n<p>For outbound eventing, system administrators can configure webhook definitions in the dashboard application to receive notification of events within the R360 application. Eventing within the application should be expected to be near real-time dependent on volume.</p>\n<p><a href=\"https://mhm.app.advancedtech.com/en-us/company/webhooks\">Webhook Configuration</a></p>\n<p>Outbound events are sent via HTTP as POST requests to the configured URL. Additional HTTP headers can be configured as necessary to be sent along with the request. Request body consists of event details such as current document state, change type (create, update, delete), updated properties and date/time of event.</p>\n<h4 id=\"example-event-payload\">Example Event Payload</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"data\": {\n        \"changetype\": \"update\",\n        \"containerid\": \"recommendations\",\n        \"document\": {\n            \"_etag\": \"\\\"070086bd-0000-0400-0000-671012cb0000\\\"\",\n            \"_ts\": 1729106635,\n            \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n            \"meta\": {\n                \"isDeleted\": false,\n                \"origin\": \"recommendations\",\n                \"source_change_type\": \"UPDATE\",\n                \"version\": \"1.0.28-beta\"\n            },\n            \"obj\": {\n                \"alerts\": [\n                    {\n                        \"id\": \"6246876ff76908c0c2d2705d\",\n                        \"primary\": false\n                    }\n                ],\n                \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\n                \"comments\": [\n                    {\n                        \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                        \"createddt\": \"2024-10-14T18:44:27.0358811Z\",\n                        \"displayid\": null,\n                        \"id\": \"a943541c-44e2-4d56-ac51-12c55d2e1f37\",\n                        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                        \"modifieddt\": \"2024-10-14T18:44:27.0358818Z\",\n                        \"parentcommentid\": null,\n                        \"text\": \"Some note text added from the API\"\n                    },\n                    {\n                        \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                        \"createddt\": \"2024-10-16T19:23:55.3815126Z\",\n                        \"displayid\": null,\n                        \"id\": \"e7a3a9bf-76c6-4cee-ae6c-3234291bb994\",\n                        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                        \"modifieddt\": \"2024-10-16T19:23:55.3815127Z\",\n                        \"parentcommentid\": null,\n                        \"text\": \"Adding a note.\"\n                    }\n                ],\n                \"costavoidance\": {\n                    \"active\": true,\n                    \"maintenance\": {\n                        \"costperhour\": 98.0,\n                        \"hours\": 6.0\n                    },\n                    \"partsmaterials\": {\n                        \"additional\": 100.0,\n                        \"direct\": 177.0\n                    },\n                    \"production\": {\n                        \"costperhour\": 76.0,\n                        \"hours\": 2.0\n                    }\n                },\n                \"createdby\": \"24c-sync-losant\",\n                \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\n                \"description\": \"B - PIA Air Handler Motor - Direct\",\n                \"displayid\": \"85804855\",\n                \"files\": [],\n                \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n                \"ix\": {\n                    \"extid\": \"WO123456755\",\n                    \"exturi\": null\n                },\n                \"losantid\": \"1\",\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                \"modifieddt\": \"2024-10-16T19:23:55.3815157Z\",\n                \"priority\": \"normal\",\n                \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\n                \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\n                \"status\": \"hold\",\n                \"substatus\": \"waiting on materials\",\n                \"type\": \"reference\"\n            },\n            \"partition_key\": \"C - ATS Inc.\",\n            \"ttl\": -1,\n            \"type\": \"recommendation\"\n        },\n        \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\n        \"tenant\": \"C - ATS Inc.\",\n        \"updatedproperties\": [\n            \"comments\",\n            \"modifieddt\"\n        ]\n    },\n    \"datacontenttype\": \"application/json; charset=utf-8\",\n    \"id\": \"26fd2af5-282e-41df-87c7-d8fc0840985c\",\n    \"time\": \"2024-10-16T19:23:55Z\",\n}\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Get started here","slug":"get-started-here"}],"owner":"22838211","collectionId":"fe30a25f-22b3-4c4b-a387-2ca2029397e8","publishedId":"2sA3e5cT46","public":true,"customColor":{"top-bar":"F4F4F4","right-sidebar":"0A1E36","highlight":"DB1D3A"},"publishDate":"2024-12-05T20:58:00.000Z"},"item":[{"name":"Machine Health Monitoring API","item":[{"name":"Authentication","item":[{"name":"Return Access Token","id":"08e67a29-5d8c-4490-8086-08cc5eca2ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\":\"\",\r\n    \"client_secret\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/clients/api/token","description":"<h3 id=\"token-request\">Token Request</h3>\n<p>This endpoint allows clients to obtain an access token by providing their client ID and client secret.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>client_id</code> (string): The client ID of the requesting client.</p>\n</li>\n<li><p><code>client_secret</code> (string): The client secret of the requesting client.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will conform to the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"access_token\": {\n      \"type\": \"string\"\n    },\n    \"token_type\": {\n      \"type\": \"string\"\n    },\n    \"expires_in\": {\n      \"type\": \"integer\"\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["clients","api","token"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"f7aab81e-ea56-4439-9ae5-5ee41a45a40f","name":"Return Access Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\":\"\",\r\n    \"client_secret\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/clients/api/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Aug 2024 17:34:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"88a-T0yv2QkrW/+L4Kdb0JtBu4mAo1c\""},{"key":"expect-ct","value":"max-age=0"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-envoy-upstream-service-time","value":"21"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b014170dcd66302-ORD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InlWUHlPSUtrUGtYMEx4Q1Y4QlRuQSJ9....VNwyNLVKRQHEr0_rQ\",\n    \"scope\": \"create:asset create:file create:recommendation create:site_contact create:webhook delete:asset delete:recommendation delete:site_contact delete:webhook read:asset read:hierarchy read:person read:recommendation read:webhook update:asset update:company update:hierarchy update:recommendation update:site_contact update:webhook\",\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"08e67a29-5d8c-4490-8086-08cc5eca2ae2"}],"id":"1ec9f94b-7f80-4144-8724-23332c7baef8","_postman_id":"1ec9f94b-7f80-4144-8724-23332c7baef8","description":""},{"name":"Hierarchy","item":[{"name":"Sites","item":[{"name":"Site","id":"bef56ff3-2987-4cad-8689-847541b9a126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"regionid\": \"d6c4cfa7-1947-4234-a285-eae8c9241424\",\r\n    \"name\": \"Site name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/hierarchies/api/site","description":"<p>Create an asset.</p>\n<p>Fields:</p>\n<ul>\n<li><p>name</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 256</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>regionid</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Valid Region Id</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>description</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 500</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>pausealerts</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"startdt\": \"2021-01-01T00:00:00Z\",\n    \"enddt\": \"2021-01-02T00:00:00Z\",\n    \"reason\": \"Reason for pausing alerts\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["hierarchies","api","site"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"4a5d960d-a33f-4c15-82f9-47f132d2bcbe","name":"Site","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"regionid\": \"d6c4cfa7-1947-4234-a285-eae8c9241424\",\r\n    \"name\": \"Test Site\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/hierarchies/api/site"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"obj\": {\r\n        \"name\": \"Test Site\",\r\n        \"regionid\": \"d6c4cfa7-1947-4234-a285-eae8c9241424\",\r\n        \"id\": \"ec553892-85f2-49b8-a61c-5a90a69a8b93\",\r\n        \"displayid\": \"777224833\",\r\n        \"createddt\": \"2024-11-22T18:02:21.9169532Z\",\r\n        \"modifieddt\": \"2024-11-22T18:02:21.9169532Z\",\r\n        \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\r\n    },\r\n    \"id\": \"ec553892-85f2-49b8-a61c-5a90a69a8b93\",\r\n    \"partition_key\": \"catsinc\",\r\n    \"type\": \"site\",\r\n    \"ttl\": -1,\r\n    \"meta\": {\r\n        \"source_change_type\": \"INSERT\",\r\n        \"version\": \"1.0.90-beta\",\r\n        \"origin\": \"hierarchy\"\r\n    },\r\n    \"_ts\": 1732298541,\r\n    \"_etag\": \"\\\"d3006b30-0000-0400-0000-6740c72d0000\\\"\"\r\n}"}],"_postman_id":"bef56ff3-2987-4cad-8689-847541b9a126"}],"id":"abd09635-5403-44d4-b194-90035c7a7d48","_postman_id":"abd09635-5403-44d4-b194-90035c7a7d48","description":""},{"name":"Hierarchy","id":"43c7d1d1-90e3-416e-99f7-82a5b55f3349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/hierarchies/api/hierarchy","description":"<p>Return tenant hierarchy structure.</p>\n","urlObject":{"protocol":"https","path":["hierarchies","api","hierarchy"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"2de5094c-6c7b-43c2-84cb-0b287d7447ed","name":"Hierarchy","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api-mhm.app.advancedtech.com/hierarchies/api/hierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"regions\": [\r\n        {\r\n            \"sites\": [\r\n                {\r\n                    \"sublocations\": [\r\n                        {\r\n                            \"assets\": [\r\n                                {\r\n                                    \"id\": \"55fa95c5-ba0e-40d1-91bf-67ab755001c4\",\r\n                                    \"name\": \"A - AC Unit\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"47ec7d5b-5fd2-4fa6-8206-f96d841736c8\",\r\n                                            \"name\": \"A - AC Unit\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"36e540ce-dbd1-45fd-92e0-50fc2b606a1d\",\r\n                                    \"name\": \"A - Break Room\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"f2633f3e-0626-4e4d-8813-99180768e18d\",\r\n                                            \"name\": \"A - Break Room\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"51435223-c1fb-4f68-8484-aa8b0b50410b\",\r\n                                    \"name\": \"A - Printer01\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"0272d19e-62d7-42f3-a44c-01f9ff904755\",\r\n                                            \"name\": \"A - Printer01\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"61dc993c-4c85-4b6f-a593-f4b41fc40568\",\r\n                                    \"name\": \"A - Printer02\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"271b869c-fc5a-43a3-93e9-818f81e42cd0\",\r\n                                            \"name\": \"A - Printer02\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"c2620fe4-297b-48f2-b6ca-2e26e992011a\",\r\n                                    \"name\": \"New Asset 1\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"328de948-09d5-4514-bc7c-cf57c79bcf8f\",\r\n                                            \"name\": \"New Asset 1\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"15e58992-aadb-4804-ad97-f730ea3258cc\",\r\n                                    \"name\": \"New Asset 2\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"68ed7b14-7826-4354-8baf-223988ebd0fa\",\r\n                                            \"name\": \"New Asset 2\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"ce402547-a7e9-4d79-8a03-f300aa240458\",\r\n                                    \"name\": \"New Asset 3\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"f7064cbf-fae7-4e60-b940-bea30809e778\",\r\n                                            \"name\": \"New Asset 3\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"8e3c323c-5551-4b40-902e-5149bd43f2c7\",\r\n                                    \"name\": \"A - AC Unit\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"38153926-3461-45db-9267-5b846b89e1df\",\r\n                                            \"name\": \"A - AC Unit\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"f223e6c7-4938-4f61-aa36-2bbdff18de7d\",\r\n                                    \"name\": \"A - AC Unit\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"0cf14b62-5fd6-4fd2-995a-7175cad5a4d2\",\r\n                                            \"name\": \"A - AC Unit\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"id\": \"8ecc1991-d4e3-41dd-8041-b1d08141406e\",\r\n                                    \"name\": \"A - AC Unit\",\r\n                                    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"3d5cd88a-47f5-4235-be49-816a0917deff\",\r\n                                            \"name\": \"A - AC Unit\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            ],\r\n                            \"losantid\": \"60230576193eab0007d5cc2d\",\r\n                            \"name\": \"S - 19th Floor\",\r\n                            \"description\": \"Test sub-location\",\r\n                            \"siteid\": \"bbd7bb5a-b4b8-4ce6-9c02-191a4d964374\",\r\n                            \"pausealerts\": {\r\n                                \"startdt\": \"2024-05-23T15:15:00Z\",\r\n                                \"enddt\": \"2024-05-24T15:15:00Z\",\r\n                                \"reason\": \"test\",\r\n                                \"requestor\": \"39f6a4ef-42eb-41f1-814f-16d4924e38df\"\r\n                            },\r\n                            \"id\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                            \"displayid\": \"52644052\",\r\n                            \"createddt\": \"2023-08-28T05:27:06.0107897Z\",\r\n                            \"modifieddt\": \"2024-05-23T15:26:44.3446878Z\",\r\n                            \"createdby\": \"24c-sync-losant\",\r\n                            \"modifiedby\": \"39f6a4ef-42eb-41f1-814f-16d4924e38df\"\r\n                        },\r\n                        {\r\n                            \"assets\": [\r\n                                {\r\n                                    \"id\": \"e5a5a295-2536-40e9-be2a-2de4a7b6aa01\",\r\n                                    \"name\": \"A - Fountain Pump\",\r\n                                    \"sublocationid\": \"68e267dc-d9b9-42de-9625-d7c3c96f70a2\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"b4022aca-53ed-433e-88da-7c7fad57b4a3\",\r\n                                            \"name\": \"A - Fountain Pump\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            ],\r\n                            \"losantid\": \"6023f744a42d4a0006fd6f51\",\r\n                            \"name\": \"S - Fountain\",\r\n                            \"description\": \"Test sub-location\",\r\n                            \"siteid\": \"bbd7bb5a-b4b8-4ce6-9c02-191a4d964374\",\r\n                            \"id\": \"68e267dc-d9b9-42de-9625-d7c3c96f70a2\",\r\n                            \"displayid\": \"90691277\",\r\n                            \"createddt\": \"2023-08-28T05:28:05.5729142Z\",\r\n                            \"modifieddt\": \"2023-08-28T05:28:05.5729142Z\",\r\n                            \"createdby\": \"24c-sync-losant\",\r\n                            \"modifiedby\": \"24c-sync-losant\"\r\n                        },\r\n                        {\r\n                            \"assets\": [\r\n                                {\r\n                                    \"id\": \"2dfecb56-f1b4-4686-98de-4ba380b5d84e\",\r\n                                    \"name\": \"A - Street Sweeper\",\r\n                                    \"sublocationid\": \"b21cecc9-af0c-43d1-aab1-69b0e71d3d09\",\r\n                                    \"components\": [\r\n                                        {\r\n                                            \"id\": \"491a0cc3-8cc0-41bb-a012-8c669df5cd7c\",\r\n                                            \"name\": \"A - Street Sweeper\"\r\n                                        }\r\n                                    ]\r\n                                }\r\n                            ],\r\n                            \"losantid\": \"6023f5f6e3a5cd0006c85ef1\",\r\n                            \"name\": \"S - Parking Garage\",\r\n                            \"description\": \"Test sub-location\",\r\n                            \"siteid\": \"bbd7bb5a-b4b8-4ce6-9c02-191a4d964374\",\r\n                            \"id\": \"b21cecc9-af0c-43d1-aab1-69b0e71d3d09\",\r\n                            \"displayid\": \"28451779\",\r\n                            \"createddt\": \"2023-08-28T05:28:56.9524963Z\",\r\n                            \"modifieddt\": \"2023-08-28T05:28:56.9524963Z\",\r\n                            \"createdby\": \"24c-sync-losant\",\r\n                            \"modifiedby\": \"24c-sync-losant\"\r\n                        }\r\n                    ],\r\n                    \"losantid\": \"6023046be64277000798b9ad\",\r\n                    \"name\": \"L - ATS Schaumburg Office\",\r\n                    \"description\": \"Location Virtual Device\",\r\n                    \"regionid\": \"d6c4cfa7-1947-4234-a285-eae8c9241424\",\r\n                    \"sitecontacts\": [\r\n                        {\r\n                            \"id\": \"c313bcb9-1195-4152-b8fb-a03e2a277d97\",\r\n                            \"name\": \"TestTech Contact\",\r\n                            \"email\": \"testtech@contact.com\",\r\n                            \"phone\": \"\",\r\n                            \"type\": \"technical\",\r\n                            \"primary\": true\r\n                        },\r\n                        {\r\n                            \"id\": \"fc5b10b3-cde1-4c65-807a-b170fb31f7bd\",\r\n                            \"name\": \"brad stevenson\",\r\n                            \"email\": \"bstevenson@nvisia.com\",\r\n                            \"phone\": \"+12142058428\",\r\n                            \"type\": \"technical\"\r\n                        },\r\n                        {\r\n                            \"id\": \"733cb7cd-5444-4d92-919f-8e2fa49fc75b\",\r\n                            \"name\": \"david wagner\",\r\n                            \"email\": \"dawagner@advancedtech.com\",\r\n                            \"phone\": \"+18477679976\",\r\n                            \"type\": \"account manager\",\r\n                            \"primary\": true\r\n                        },\r\n                        {\r\n                            \"id\": \"8d189ee6-9a9c-4332-b1b7-e396164ff940\",\r\n                            \"name\": \"david wagner\",\r\n                            \"email\": \"dawagner@advancedtech.com\",\r\n                            \"phone\": \"+18477679976\",\r\n                            \"type\": \"account manager\"\r\n                        },\r\n                        {\r\n                            \"id\": \"40003dd0-f4fc-4c35-815d-0650528383e8\",\r\n                            \"name\": \"test\",\r\n                            \"email\": \"test@yahoo.com\",\r\n                            \"phone\": \"8477679976\",\r\n                            \"type\": \"customer success manager\"\r\n                        },\r\n                        {\r\n                            \"id\": \"8407a8ff-9c83-4693-af41-af6b4eb20a82\",\r\n                            \"name\": \"brad stevenson\",\r\n                            \"email\": \"bstevenson@nvisia.com\",\r\n                            \"phone\": \"+12142058429\",\r\n                            \"type\": \"remote technical\"\r\n                        }\r\n                    ],\r\n                    \"pausealerts\": {\r\n                        \"startdt\": \"2024-06-07T11:00:00Z\",\r\n                        \"enddt\": \"2024-06-07T11:09:06.594Z\",\r\n                        \"reason\": \"r\",\r\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\"\r\n                    },\r\n                    \"id\": \"bbd7bb5a-b4b8-4ce6-9c02-191a4d964374\",\r\n                    \"displayid\": \"42434124\",\r\n                    \"createddt\": \"2023-08-24T16:53:54.5934873Z\",\r\n                    \"modifieddt\": \"2024-06-07T20:47:08.5350055Z\",\r\n                    \"createdby\": \"24c-sync-losant\",\r\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\"\r\n                }\r\n            ],\r\n            \"name\": \"Unassigned\",\r\n            \"description\": \"\",\r\n            \"companyid\": \"7b1eaec3-2c7d-4c17-a2b9-273b800fdcb0\",\r\n            \"id\": \"d6c4cfa7-1947-4234-a285-eae8c9241424\",\r\n            \"displayid\": \"74575245\",\r\n            \"createddt\": \"2023-08-22T21:37:27.9090159Z\",\r\n            \"modifieddt\": \"2023-08-22T21:37:27.9090159Z\",\r\n            \"createdby\": \"24c-sync-losant\",\r\n            \"modifiedby\": \"24c-sync-losant\"\r\n        }\r\n    ],\r\n    \"losantid\": \"601c6447a42d4a0006fd66bc\",\r\n    \"name\": \"C - ATS Inc.\",\r\n    \"description\": \"Some description 2\",\r\n    \"address\": {\r\n        \"street\": \"8201 N University \",\r\n        \"city\": \"Milkwaukee\",\r\n        \"state\": \"IL\",\r\n        \"zip\": \"zip\",\r\n        \"country\": \"USA\"\r\n    },\r\n    \"contact\": {\r\n        \"email\": \"kstokes@advancedtech.com\",\r\n        \"phone\": \"phone\"\r\n    },\r\n    \"image\": \"images/Asset_Image_02.png\",\r\n    \"organizationid\": \"org_YQ7aMsBxrZLGgsSx\",\r\n    \"unitpreferences\": {\r\n        \"rmsaccel\": \"mG\",\r\n        \"velocity\": \"in/sec\",\r\n        \"accelmax\": \"m/s^2\",\r\n        \"freqpeaks\": \"Hz\",\r\n        \"displacement\": \"in\",\r\n        \"current\": \"120watts\",\r\n        \"humidity\": \"% Relative Humidity\",\r\n        \"resistance\": \"ohms\",\r\n        \"pressure\": \"hPa\",\r\n        \"temperature\": \"fahrenheit\",\r\n        \"freqdomainaccel\": \"G\",\r\n        \"freqdomainvelocity\": \"mm/sec\",\r\n        \"timedomainaccel\": \"m/s^2\"\r\n    },\r\n    \"billablefeatures\": [\r\n        {\r\n            \"name\": \"systemwebhooks\"\r\n        },\r\n        {\r\n            \"name\": \"apiclientcredential\"\r\n        }\r\n    ],\r\n    \"id\": \"7b1eaec3-2c7d-4c17-a2b9-273b800fdcb0\",\r\n    \"displayid\": \"62032859\",\r\n    \"createddt\": \"2023-08-22T21:27:22.3155491Z\",\r\n    \"modifieddt\": \"2024-11-15T16:53:25.9395804Z\",\r\n    \"createdby\": \"24c-sync-losant\",\r\n    \"modifiedby\": \"a480a751-eb4b-43df-9dcc-eb3e21b9b127\"\r\n}"}],"_postman_id":"43c7d1d1-90e3-416e-99f7-82a5b55f3349"}],"id":"6f8adfc7-e5d8-4c6e-920e-a76daea1574c","description":"<p>Requests and example responses related to logical organization of assets and monitoring points. Responses include configuration data for region, site, sublocation and assets in a nested fashion. The entire tenant's hierarchy is returned in a single response for convenience.</p>\n","_postman_id":"6f8adfc7-e5d8-4c6e-920e-a76daea1574c"},{"name":"Recommendations","item":[{"name":"API","item":[{"name":"Comments","item":[{"name":"Comment","id":"97063744-59e4-4115-ac2c-bb0de2ed9741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some note text added from the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationid}/comments","description":"<p>Create a comment.</p>\n<p>Fields:</p>\n<ul>\n<li><p>text</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 1,000</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["recommendations","api","recommendations","{recommendationid}","comments"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"1cebc5ef-b67c-4b80-99b6-1b15a693e201","name":"Comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some note text added from the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationid}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"obj\": {\n        \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\n        \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\n        \"losantid\": \"1\",\n        \"status\": \"closed\",\n        \"type\": \"reference\",\n        \"costavoidance\": {\n            \"maintenance\": {\n                \"hours\": 6,\n                \"costperhour\": 98\n            },\n            \"partsmaterials\": {\n                \"direct\": 177,\n                \"additional\": 100\n            },\n            \"production\": {\n                \"hours\": 2,\n                \"costperhour\": 76\n            },\n            \"active\": true\n        },\n        \"alerts\": [\n            {\n                \"id\": \"6246876ff76908c0c2d2705d\"\n            }\n        ],\n        \"files\": [],\n        \"comments\": [\n            {\n                \"text\": \"Some note text added from the API\",\n                \"id\": \"a943541c-44e2-4d56-ac51-12c55d2e1f37\",\n                \"createddt\": \"2024-10-14T18:44:27.0358811Z\",\n                \"modifieddt\": \"2024-10-14T18:44:27.0358818Z\",\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n            }\n        ],\n        \"priority\": \"normal\",\n        \"description\": \"B - PIA Air Handler Motor - Direct\",\n        \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\n        \"ix\": {\n            \"extid\": \"WO123456755\"\n        },\n        \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n        \"displayid\": \"85804855\",\n        \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\n        \"modifieddt\": \"2024-10-14T18:44:27.0358912Z\",\n        \"createdby\": \"24c-sync-losant\",\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n    },\n    \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n    \"partition_key\": \"C - ATS Inc.\",\n    \"type\": \"recommendation\",\n    \"ttl\": -1,\n    \"meta\": {\n        \"source_change_type\": \"UPDATE\",\n        \"version\": \"1.0.28-beta\",\n        \"origin\": \"recommendations\"\n    },\n    \"_ts\": 1728931467,\n    \"_etag\": \"\\\"4c002520-0000-0400-0000-670d668b0000\\\"\"\n}"}],"_postman_id":"97063744-59e4-4115-ac2c-bb0de2ed9741"},{"name":"Comment","id":"5eb1b99f-58b7-4a5a-a4e4-bdf31a5f219b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some note text added from the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationid}/comments/{commentid}","description":"<p>Update a comment.</p>\n<p>Fields:</p>\n<ul>\n<li><p>text</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 1,000</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["recommendations","api","recommendations","{recommendationid}","comments","{commentid}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"e4c18c36-0109-430c-b702-ae79154ccd07","name":"Comment","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some updated note text added from the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationid}/comments/{commentid}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"obj\": {\n        \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\n        \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\n        \"losantid\": \"1\",\n        \"status\": \"closed\",\n        \"type\": \"reference\",\n        \"costavoidance\": {\n            \"maintenance\": {\n                \"hours\": 6,\n                \"costperhour\": 98\n            },\n            \"partsmaterials\": {\n                \"direct\": 177,\n                \"additional\": 100\n            },\n            \"production\": {\n                \"hours\": 2,\n                \"costperhour\": 76\n            },\n            \"active\": true\n        },\n        \"alerts\": [\n            {\n                \"id\": \"6246876ff76908c0c2d2705d\"\n            }\n        ],\n        \"files\": [],\n        \"comments\": [\n            {\n                \"text\": \"Some updated note text added from the API\",\n                \"id\": \"a943541c-44e2-4d56-ac51-12c55d2e1f37\",\n                \"createddt\": \"2024-10-14T18:44:27.0358811Z\",\n                \"modifieddt\": \"2024-10-14T18:44:27.0358818Z\",\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n            }\n        ],\n        \"priority\": \"normal\",\n        \"description\": \"B - PIA Air Handler Motor - Direct\",\n        \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\n        \"ix\": {\n            \"extid\": \"WO123456755\"\n        },\n        \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n        \"displayid\": \"85804855\",\n        \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\n        \"modifieddt\": \"2024-10-14T18:44:27.0358912Z\",\n        \"createdby\": \"24c-sync-losant\",\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n    },\n    \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n    \"partition_key\": \"C - ATS Inc.\",\n    \"type\": \"recommendation\",\n    \"ttl\": -1,\n    \"meta\": {\n        \"source_change_type\": \"UPDATE\",\n        \"version\": \"1.0.28-beta\",\n        \"origin\": \"recommendations\"\n    },\n    \"_ts\": 1728931467,\n    \"_etag\": \"\\\"4c002520-0000-0400-0000-670d668b0000\\\"\"\n}"}],"_postman_id":"5eb1b99f-58b7-4a5a-a4e4-bdf31a5f219b"},{"name":"Comment","id":"33c1ab07-cf6e-42d1-96f6-8b56240c87c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationid}/comments/{commentid}","description":"<p>Delete a comment.</p>\n","urlObject":{"protocol":"https","path":["recommendations","api","recommendations","{recommendationid}","comments","{commentid}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"bff49d51-e0ad-4461-acd2-80cf71847654","name":"Comment","originalRequest":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationid}/comments/{commentid}"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33c1ab07-cf6e-42d1-96f6-8b56240c87c4"}],"id":"4d4e5753-b717-4766-b60b-b357361563e4","description":"<p>Requests for adding, updating and removing comments on a recommendation.</p>\n","_postman_id":"4d4e5753-b717-4766-b60b-b357361563e4"},{"name":"Recommendation","id":"e130bbb2-c5a3-4136-8983-6f1940f68969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations","description":"<p>Create a recommendation.</p>\n<p>Fields:</p>\n<ul>\n<li><p>siteid</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Must be valid for tenant</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>assetid</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Must be valid for provided siteid</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>type</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>repair</p>\n</li>\n<li><p>inspection</p>\n</li>\n<li><p>device service</p>\n</li>\n<li><p>reference</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>description</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n<li><p>shortdescription</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: First 75 characters of description</p>\n</li>\n</ul>\n</li>\n<li><p>status</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: draft</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>draft</p>\n</li>\n<li><p>new</p>\n</li>\n<li><p>in progress</p>\n</li>\n<li><p>hold</p>\n</li>\n<li><p>complete</p>\n</li>\n<li><p>ca review</p>\n</li>\n<li><p>closed</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>substatus</p>\n<ul>\n<li><p>Optional (required based on status value)</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>Status = new</p>\n<ul>\n<li><p>rework needed</p>\n</li>\n<li><p>information needed</p>\n</li>\n</ul>\n</li>\n<li><p>Status = hold</p>\n<ul>\n<li><p>waiting on materials</p>\n</li>\n<li><p>waiting on scheduling</p>\n</li>\n<li><p>waiting on production</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>priority</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: normal</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>critical</p>\n</li>\n<li><p>normal</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>costavoidance</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"maintenance\": {\n        \"hours\": 3.00,//decimal type\n        \"costperhour\": 50.00//decimal type\n    },\n    \"partsmaterials\": {\n        \"direct\": 100.00,//decimal type\n        \"additional\": 50.00//decimal type\n    },\n    \"production\": {\n        \"hours\": 1.00,//decimal type\n        \"costperhour\": 500.00//decimal type\n    },\n    \"active\": true //bool type, true or false\n}\n\n</code></pre>\n<ul>\n<li><p>alerts</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object Array (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": \"1232323-234234-234234-234234234\",\n        \"primary\": false\n    },\n    {\n        \"id\": \"1232323-234234-234234-5675675676\",\n        \"primary\": true\n    }    \n]\n\n</code></pre>\n<ul>\n<li><p>files</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object Array (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"description\": \"Some supporting attachment\",\n        \"url\": \"/23423423-234234-234234-253453453.jpg\",\n        \"primary\": false       \n    }\n]\n\n</code></pre>\n<ul>\n<li><p>ix</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"extid\": \"234234234\",\n    \"exturi\": \"https://someurl.com\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["recommendations","api","recommendations"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"1a172e41-4b43-4886-8af6-0e19ca8dd8f9","name":"Recommendation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"assetid\": \"{assetid}\", \r\n    \"status\": \"new\",\r\n    \"substatus\": \"information needed\", \r\n    \"type\": \"repair\",\r\n    \"description\":\"Some description\",\r\n    \"priority\":\"critical\",\r\n    \"costavoidance\": {\r\n        \"maintenance\": {\r\n            \"hours\": 10,\r\n            \"costperhour\": 40.00\r\n        },\r\n        \"partsmaterials\": {\r\n            \"direct\": 3000.00,\r\n            \"additional\": 1000.00\r\n        },\r\n        \"production\": {\r\n            \"hours\": 10,\r\n            \"costperhour\": 100.00 \r\n        }\r\n    },\r\n    \"alerts\": [\r\n        {\r\n            \"id\":\"56456456456-456456-456456-456456456\",\r\n            \"primary\":false\r\n        }\r\n    ],\r\n    \"files\": [\r\n        {\r\n            \"description\": \"Picture of the thing\",\r\n            \"url\": \"https://mypics.com/pic1\",\r\n            \"primary\":true\r\n        }\r\n    ],\r\n    \"ix\":{\r\n        \"extid\":\"someId\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"obj\": {\r\n        \"siteid\": \"fa2ed23b-abc3-43e2-b390-1d119b885725\",\r\n        \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\r\n        \"status\": \"new\",\r\n        \"type\": \"reference\",\r\n        \"costavoidance\": {\r\n            \"maintenance\": {\r\n                \"hours\": 6.0,\r\n                \"costperhour\": 98.0\r\n            },\r\n            \"partsmaterials\": {\r\n                \"direct\": 177.0,\r\n                \"additional\": 100.0\r\n            },\r\n            \"production\": {\r\n                \"hours\": 2.0,\r\n                \"costperhour\": 76.0\r\n            },\r\n            \"active\": true\r\n        },\r\n        \"alerts\": [\r\n            {\r\n                \"id\": \"6246876ff76908c0c2d2705d\"\r\n            }\r\n        ],\r\n        \"files\": [],\r\n        \"priority\": \"normal\",\r\n        \"description\": \"API Test Create\",\r\n        \"shortdescription\": \"API Test Create\",\r\n        \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n        \"displayid\": \"85804855\",\r\n        \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n        \"modifieddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n        \"createdby\": \"24c-sync-losant\",\r\n        \"modifiedby\": \"24c-sync-losant\"\r\n    },\r\n    \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n    \"partition_key\": \"C - ATS Inc.\",\r\n    \"type\": \"recommendation\",\r\n    \"ttl\": -1,\r\n    \"meta\": {\r\n        \"source_change_type\": \"INSERT\",\r\n        \"version\": \"1.0.22-beta\",\r\n        \"origin\": \"recommendations\"\r\n    },\r\n    \"_ts\": 1725459004,\r\n    \"_etag\": \"\\\"0000901b-0000-0400-0000-66d86a3c0000\\\"\"\r\n}"}],"_postman_id":"e130bbb2-c5a3-4136-8983-6f1940f68969"},{"name":"Recommendation","id":"fe69b15e-f201-4561-87d5-99cf34f2edb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ix\": {\r\n        \"extid\": \"WO123456755\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationId}","description":"<p>Update a recommendation.</p>\n<p>Fields:</p>\n<ul>\n<li><p>siteid</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Must be valid for tenant</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>assetid</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Must be valid for provided siteid</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>type</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>repair</p>\n</li>\n<li><p>inspection</p>\n</li>\n<li><p>device service</p>\n</li>\n<li><p>reference</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>description</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n<li><p>shortdescription</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: First 75 characters of description</p>\n</li>\n</ul>\n</li>\n<li><p>status</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: draft</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>draft</p>\n</li>\n<li><p>new</p>\n</li>\n<li><p>in progress</p>\n</li>\n<li><p>hold</p>\n</li>\n<li><p>complete</p>\n</li>\n<li><p>ca review</p>\n</li>\n<li><p>closed</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>substatus</p>\n<ul>\n<li><p>Optional (required based on status value)</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>Status = new</p>\n<ul>\n<li><p>rework needed</p>\n</li>\n<li><p>information needed</p>\n</li>\n</ul>\n</li>\n<li><p>Status = hold</p>\n<ul>\n<li><p>waiting on materials</p>\n</li>\n<li><p>waiting on scheduling</p>\n</li>\n<li><p>waiting on production</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>priority</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: normal</p>\n</li>\n<li><p>Valid Options</p>\n<ul>\n<li><p>critical</p>\n</li>\n<li><p>normal</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>costavoidance</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"maintenance\": {\n        \"hours\": 3.00,//decimal type\n        \"costperhour\": 50.00//decimal type\n    },\n    \"partsmaterials\": {\n        \"direct\": 100.00,//decimal type\n        \"additional\": 50.00//decimal type\n    },\n    \"production\": {\n        \"hours\": 1.00,//decimal type\n        \"costperhour\": 500.00//decimal type\n    },\n    \"active\": true //bool type, true or false\n}\n\n</code></pre>\n<ul>\n<li><p>alerts</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object Array (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": \"1232323-234234-234234-234234234\",\n        \"primary\": false\n    },\n    {\n        \"id\": \"1232323-234234-234234-5675675676\",\n        \"primary\": true\n    }    \n]\n\n</code></pre>\n<ul>\n<li><p>files</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object Array (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"description\": \"Some supporting attachment\",\n        \"url\": \"/23423423-234234-234234-253453453.jpg\",\n        \"primary\": false       \n    }\n]\n\n</code></pre>\n<ul>\n<li><p>ix</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"extid\": \"234234234\",\n    \"exturi\": \"https://someurl.com\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["recommendations","api","recommendations","{recommendationId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"b7e0d602-40f5-495e-8dd7-a470bb9757ca","name":"Recommendation","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ix\": {\r\n        \"extid\": \"WO123456755\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"obj\": {\n        \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\n        \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\n        \"losantid\": \"1\",\n        \"status\": \"closed\",\n        \"type\": \"reference\",\n        \"costavoidance\": {\n            \"maintenance\": {\n                \"hours\": 6,\n                \"costperhour\": 98\n            },\n            \"partsmaterials\": {\n                \"direct\": 177,\n                \"additional\": 100\n            },\n            \"production\": {\n                \"hours\": 2,\n                \"costperhour\": 76\n            },\n            \"active\": true\n        },\n        \"alerts\": [\n            {\n                \"id\": \"6246876ff76908c0c2d2705d\"\n            }\n        ],\n        \"files\": [],\n        \"priority\": \"normal\",\n        \"description\": \"B - PIA Air Handler Motor - Direct\",\n        \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\n        \"ix\": {\n            \"extid\": \"WO123456755\"\n        },\n        \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n        \"displayid\": \"85804855\",\n        \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\n        \"modifieddt\": \"2024-10-14T13:58:09.8700872Z\",\n        \"createdby\": \"24c-sync-losant\",\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n    },\n    \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\n    \"partition_key\": \"C - ATS Inc.\",\n    \"type\": \"recommendation\",\n    \"ttl\": -1,\n    \"meta\": {\n        \"source_change_type\": \"UPDATE\",\n        \"version\": \"1.0.28-beta\",\n        \"origin\": \"recommendations\"\n    },\n    \"_ts\": 1728914289,\n    \"_etag\": \"\\\"4a00504d-0000-0400-0000-670d23710000\\\"\"\n}"}],"_postman_id":"fe69b15e-f201-4561-87d5-99cf34f2edb9"},{"name":"Recommendation","id":"3c813cab-89f7-4efb-8d9e-2c1b398979c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationId}","description":"<p>Delete a recommendation.</p>\n","urlObject":{"protocol":"https","path":["recommendations","api","recommendations","{recommendationId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"68f633c6-2cdc-4486-94b2-ce4efa1ab9b3","name":"Recommendation","originalRequest":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationId}"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c813cab-89f7-4efb-8d9e-2c1b398979c2"},{"name":"Recommendation","id":"50fac6cc-5126-48f1-9e5f-2aaa52b013c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationId}","description":"<p>Return a single recommendation.</p>\n","urlObject":{"protocol":"https","path":["recommendations","api","recommendations","{recommendationId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"2061a570-99db-44e7-97f0-1425ccb529fb","name":"Recommendation","originalRequest":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/recommendations/{recommendationId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"obj\": {\r\n        \"siteid\": \"fa2ed23b-abc3-43e2-b390-1d119b885725\",\r\n        \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\r\n        \"losantid\": \"1\",\r\n        \"status\": \"closed\",\r\n        \"type\": \"reference\",\r\n        \"costavoidance\": {\r\n            \"maintenance\": {\r\n                \"hours\": 6.0,\r\n                \"costperhour\": 98.0\r\n            },\r\n            \"partsmaterials\": {\r\n                \"direct\": 177.0,\r\n                \"additional\": 100.0\r\n            },\r\n            \"production\": {\r\n                \"hours\": 2.0,\r\n                \"costperhour\": 76.0\r\n            },\r\n            \"active\": true\r\n        },\r\n        \"alerts\": [\r\n            {\r\n                \"id\": \"6246876ff76908c0c2d2705d\"\r\n            }\r\n        ],\r\n        \"files\": [],\r\n        \"priority\": \"normal\",\r\n        \"description\": \"B - PIA Air Handler Motor - Direct\",\r\n        \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\r\n        \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n        \"displayid\": \"85804855\",\r\n        \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n        \"modifieddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n        \"createdby\": \"24c-sync-losant\",\r\n        \"modifiedby\": \"24c-sync-losant\"\r\n    },\r\n    \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n    \"partition_key\": \"C - ATS Inc.\",\r\n    \"type\": \"recommendation\",\r\n    \"ttl\": -1,\r\n    \"meta\": {\r\n        \"source_change_type\": \"INSERT\",\r\n        \"version\": \"1.0.22-beta\",\r\n        \"origin\": \"recommendations\"\r\n    },\r\n    \"_ts\": 1725459004,\r\n    \"_etag\": \"\\\"0000901b-0000-0400-0000-66d86a3c0000\\\"\"\r\n}"}],"_postman_id":"50fac6cc-5126-48f1-9e5f-2aaa52b013c5"},{"name":"Recommendation History","id":"1e158a80-7be1-4159-9690-4249e4216af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/api/history/{recommendationid}?top=100&skip=0&count=true","description":"<p>Returns history of changes for a recommendation object. Endpoint uses custom pagination parameters:</p>\n<ul>\n<li><p>top (sets number of requested items)</p>\n</li>\n<li><p>skip (requested item start index)</p>\n</li>\n<li><p>count (true/false, return total count)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["recommendations","api","history","{recommendationid}"],"host":["api-mhm","app","advancedtech","com"],"query":[{"key":"top","value":"100"},{"key":"skip","value":"0"},{"key":"count","value":"true"}],"variable":[]}},"response":[{"id":"0c421459-d37d-4d48-a298-c54594f88081","name":"Recommendation History","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-mhm.app.advancedtech.com/recommendations/api/history/{recommendationId}?top=100&skip=0&count=true","protocol":"https","host":["api-mhm","app","advancedtech","com"],"path":["recommendations","api","history","{recommendationId}"],"query":[{"key":"top","value":"100"},{"key":"skip","value":"0"},{"key":"count","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082_1728914289\",\r\n            \"documentid\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n            \"document\": {\r\n                \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n                \"partition_key\": \"C - ATS Inc.\",\r\n                \"obj\": {\r\n                    \"alerts\": [\r\n                        {\r\n                            \"id\": \"6246876ff76908c0c2d2705d\",\r\n                            \"primary\": false\r\n                        }\r\n                    ],\r\n                    \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\r\n                    \"comments\": null,\r\n                    \"costavoidance\": {\r\n                        \"active\": true,\r\n                        \"maintenance\": {\r\n                            \"costperhour\": 98,\r\n                            \"hours\": 6\r\n                        },\r\n                        \"partsmaterials\": {\r\n                            \"additional\": 100,\r\n                            \"direct\": 177\r\n                        },\r\n                        \"production\": {\r\n                            \"costperhour\": 76,\r\n                            \"hours\": 2\r\n                        }\r\n                    },\r\n                    \"createdby\": \"24c-sync-losant\",\r\n                    \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n                    \"description\": \"B - PIA Air Handler Motor - Direct\",\r\n                    \"displayid\": \"85804855\",\r\n                    \"files\": [],\r\n                    \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n                    \"ix\": {\r\n                        \"extid\": \"WO123456755\",\r\n                        \"exturi\": null\r\n                    },\r\n                    \"losantid\": \"1\",\r\n                    \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n                    \"modifieddt\": \"2024-10-14T13:58:09.8700872Z\",\r\n                    \"priority\": \"normal\",\r\n                    \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\r\n                    \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\r\n                    \"status\": \"closed\",\r\n                    \"substatus\": null,\r\n                    \"type\": \"reference\"\r\n                },\r\n                \"type\": \"recommendation\",\r\n                \"meta\": {\r\n                    \"source_change_type\": \"UPDATE\",\r\n                    \"version\": \"1.0.28-beta\",\r\n                    \"origin\": \"recommendations\"\r\n                },\r\n                \"_ts\": 1728914289,\r\n                \"ttl\": -1\r\n            },\r\n            \"updatedproperties\": [\r\n                \"siteid\",\r\n                \"ix\",\r\n                \"modifieddt\",\r\n                \"modifiedby\"\r\n            ]\r\n        },\r\n        {\r\n            \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082_1725459004\",\r\n            \"documentid\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n            \"document\": {\r\n                \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n                \"partition_key\": \"C - ATS Inc.\",\r\n                \"obj\": {\r\n                    \"alerts\": [\r\n                        {\r\n                            \"id\": \"6246876ff76908c0c2d2705d\",\r\n                            \"primary\": false\r\n                        }\r\n                    ],\r\n                    \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\r\n                    \"comments\": null,\r\n                    \"costavoidance\": {\r\n                        \"active\": true,\r\n                        \"maintenance\": {\r\n                            \"costperhour\": 98,\r\n                            \"hours\": 6\r\n                        },\r\n                        \"partsmaterials\": {\r\n                            \"additional\": 100,\r\n                            \"direct\": 177\r\n                        },\r\n                        \"production\": {\r\n                            \"costperhour\": 76,\r\n                            \"hours\": 2\r\n                        }\r\n                    },\r\n                    \"createdby\": \"24c-sync-losant\",\r\n                    \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n                    \"description\": \"B - PIA Air Handler Motor - Direct\",\r\n                    \"displayid\": \"85804855\",\r\n                    \"files\": [],\r\n                    \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n                    \"ix\": null,\r\n                    \"losantid\": \"1\",\r\n                    \"modifiedby\": \"24c-sync-losant\",\r\n                    \"modifieddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n                    \"priority\": \"normal\",\r\n                    \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\r\n                    \"siteid\": \"fa2ed23b-abc3-43e2-b390-1d119b885725\",\r\n                    \"status\": \"closed\",\r\n                    \"substatus\": null,\r\n                    \"type\": \"reference\"\r\n                },\r\n                \"type\": \"recommendation\",\r\n                \"meta\": {\r\n                    \"source_change_type\": \"INSERT\",\r\n                    \"version\": \"1.0.22-beta\",\r\n                    \"origin\": \"recommendations\"\r\n                },\r\n                \"_ts\": 1725459004,\r\n                \"ttl\": -1\r\n            },\r\n            \"updatedproperties\": []\r\n        }\r\n    ],\r\n    \"totalcount\": 2,\r\n    \"top\": 100\r\n}"}],"_postman_id":"1e158a80-7be1-4159-9690-4249e4216af5"}],"id":"0157d1dc-e79a-43a8-89ec-c4f5ac88d23a","description":"<p>REST API endpoints for recommendations.</p>\n","_postman_id":"0157d1dc-e79a-43a8-89ec-c4f5ac88d23a"},{"name":"OData","item":[{"name":"Recommendations","id":"24190ec4-f5b1-43f9-9f9d-0a2a374ce571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/recommendations/odata/recommendations?$expand=obj($expand=alerts)&$count=true","description":"<p>Return subset of tenant recommendations.</p>\n","urlObject":{"protocol":"https","path":["recommendations","odata","recommendations"],"host":["api-mhm","app","advancedtech","com"],"query":[{"key":"$expand","value":"obj($expand=alerts)"},{"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"8d2b22ef-7f98-40b2-a9b0-376e81956dcd","name":"Recommendations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-mhm.app.advancedtech.com/recommendations/odata/recommendations?$expand=obj&$count=true&$filter= id eq '6645d540-7084-4f26-bede-c04d3ae31082'","protocol":"https","host":["api-mhm","app","advancedtech","com"],"path":["recommendations","odata","recommendations"],"query":[{"key":"$expand","value":"obj"},{"key":"$count","value":"true"},{"key":"$filter","value":" id eq '6645d540-7084-4f26-bede-c04d3ae31082'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"http://api-24c-d-usncz.24c.azure.atsinc.work/odata/$metadata#recommendations(obj(alerts()))\",\r\n    \"@odata.count\": 1,\r\n    \"value\": [\r\n        {\r\n            \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n            \"partition_key\": \"C - ATS Inc.\",\r\n            \"type\": \"recommendation\",\r\n            \"ttl\": -1,\r\n            \"_ts\": 1728931467,\r\n            \"_etag\": \"\\\"4c002520-0000-0400-0000-670d668b0000\\\"\",\r\n            \"meta\": {\r\n                \"source_change_type\": \"UPDATE\",\r\n                \"version\": \"1.0.28-beta\",\r\n                \"origin\": \"recommendations\",\r\n                \"isDeleted\": false\r\n            },\r\n            \"obj\": {\r\n                \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\r\n                \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\r\n                \"losantid\": \"1\",\r\n                \"status\": \"closed\",\r\n                \"substatus\": null,\r\n                \"type\": \"reference\",\r\n                \"priority\": \"normal\",\r\n                \"description\": \"B - PIA Air Handler Motor - Direct\",\r\n                \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\r\n                \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n                \"displayid\": \"85804855\",\r\n                \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n                \"modifieddt\": \"2024-10-14T18:44:27.0358912Z\",\r\n                \"createdby\": \"24c-sync-losant\",\r\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n                \"costavoidance\": {\r\n                    \"active\": true,\r\n                    \"maintenance\": {\r\n                        \"hours\": 6,\r\n                        \"costperhour\": 98\r\n                    },\r\n                    \"partsmaterials\": {\r\n                        \"direct\": 177,\r\n                        \"additional\": 100\r\n                    },\r\n                    \"production\": {\r\n                        \"hours\": 2,\r\n                        \"costperhour\": 76\r\n                    }\r\n                },\r\n                \"files\": [],\r\n                \"ix\": {\r\n                    \"extid\": \"WO123456755\",\r\n                    \"exturi\": null\r\n                },\r\n                \"alerts\": [\r\n                    {\r\n                        \"id\": \"6246876ff76908c0c2d2705d\",\r\n                        \"primary\": false\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"24190ec4-f5b1-43f9-9f9d-0a2a374ce571"},{"name":"Recommendations","id":"afcb7e3f-0e5a-4d1b-9c62-44413f31a849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"$count=true&$expand=obj","options":{"raw":{"language":"text"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/odata/recommendations/$query","description":"<p>Return subset of tenant recommendations.</p>\n","urlObject":{"protocol":"https","path":["recommendations","odata","recommendations","$query"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"eda68b76-23d6-462d-8dbf-93d292525591","name":"Recommendations","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"$expand=obj&$count=true&$filter= id eq '6645d540-7084-4f26-bede-c04d3ae31082'","options":{"raw":{"language":"text"}}},"url":"https://api-mhm.app.advancedtech.com/recommendations/odata/recommendations/$query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"http://api-24c-d-usncz.24c.azure.atsinc.work/odata/$metadata#recommendations(obj(alerts()))\",\r\n    \"@odata.count\": 1,\r\n    \"value\": [\r\n        {\r\n            \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n            \"partition_key\": \"C - ATS Inc.\",\r\n            \"type\": \"recommendation\",\r\n            \"ttl\": -1,\r\n            \"_ts\": 1728931467,\r\n            \"_etag\": \"\\\"4c002520-0000-0400-0000-670d668b0000\\\"\",\r\n            \"meta\": {\r\n                \"source_change_type\": \"UPDATE\",\r\n                \"version\": \"1.0.28-beta\",\r\n                \"origin\": \"recommendations\",\r\n                \"isDeleted\": false\r\n            },\r\n            \"obj\": {\r\n                \"siteid\": \"f9d5c0e8-6738-4357-a3eb-bbc76940d512\",\r\n                \"assetid\": \"fba2ce1a-0055-4bdc-b7c0-7db4ece33cb2\",\r\n                \"losantid\": \"1\",\r\n                \"status\": \"closed\",\r\n                \"substatus\": null,\r\n                \"type\": \"reference\",\r\n                \"priority\": \"normal\",\r\n                \"description\": \"B - PIA Air Handler Motor - Direct\",\r\n                \"shortdescription\": \"B - PIA Air Handler Motor - Direct\",\r\n                \"id\": \"6645d540-7084-4f26-bede-c04d3ae31082\",\r\n                \"displayid\": \"85804855\",\r\n                \"createddt\": \"2024-09-04T14:10:04.7106232Z\",\r\n                \"modifieddt\": \"2024-10-14T18:44:27.0358912Z\",\r\n                \"createdby\": \"24c-sync-losant\",\r\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n                \"costavoidance\": {\r\n                    \"active\": true,\r\n                    \"maintenance\": {\r\n                        \"hours\": 6,\r\n                        \"costperhour\": 98\r\n                    },\r\n                    \"partsmaterials\": {\r\n                        \"direct\": 177,\r\n                        \"additional\": 100\r\n                    },\r\n                    \"production\": {\r\n                        \"hours\": 2,\r\n                        \"costperhour\": 76\r\n                    }\r\n                },\r\n                \"files\": [],\r\n                \"ix\": {\r\n                    \"extid\": \"WO123456755\",\r\n                    \"exturi\": null\r\n                },\r\n                \"alerts\": [\r\n                    {\r\n                        \"id\": \"6246876ff76908c0c2d2705d\",\r\n                        \"primary\": false\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"afcb7e3f-0e5a-4d1b-9c62-44413f31a849"}],"id":"79affc43-7ddb-45f5-af09-8c6b372d37f6","description":"<p>OData endpoints for recommendations. These endpoints provide a limited subset of OData capabilities. For examples, please refer to generic <a href=\"https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview\">Microsoft OData documentation</a>.</p>\n<p>Supported:</p>\n<ul>\n<li><p>$metadata</p>\n</li>\n<li><p>$select</p>\n</li>\n<li><p>$filter (including contains() function)</p>\n</li>\n<li><p>$count</p>\n</li>\n<li><p>$orderby</p>\n</li>\n<li><p>$skip</p>\n</li>\n<li><p>$top</p>\n</li>\n<li><p>$expand (very limited use)</p>\n</li>\n</ul>\n<p>Not Supported:</p>\n<ul>\n<li><p>$search</p>\n</li>\n<li><p><a href=\"https://learn.microsoft.com/en-us/odata/concepts/queryoptions-usage#lambda-operators\">Lamba expressions on collections</a></p>\n</li>\n</ul>\n<p>In addition to the GET HTTP verb, you may also use a POST HTTP verb if the OData request size exceeds the acceptable URL length. Please note, when using the POST verb, you will need to append \"/$query\" to the end of the OData endpoint URL and send body as plain text.</p>\n","_postman_id":"79affc43-7ddb-45f5-af09-8c6b372d37f6"}],"id":"8b1f5674-73d6-49aa-b683-cfcbdf4da099","description":"<p>Requests and example responses related to recommendation entities.</p>\n","_postman_id":"8b1f5674-73d6-49aa-b683-cfcbdf4da099"},{"name":"Assets","item":[{"name":"API","item":[{"name":"Notes","item":[{"name":"Note","id":"30424980-2ca4-49d0-9d37-e164bb600098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some note text added from the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/notes","description":"<p>Create a note on an asset.</p>\n<p>Fields:</p>\n<ul>\n<li><p>text</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 1,000</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","notes"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"33ed7727-7a90-4069-a00a-98bc207d3e82","name":"Note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some note text added from the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/4a3431c7-c145-4732-8c6c-685a72897155/notes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"obj\": {\n        \"name\": \"A - Basement 2\",\n        \"description\": \"A - Basement 2\",\n        \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\",\n        \"losantid\": \"630a692649cb345a6d8e30d7\",\n        \"files\": [\n            {\n                \"description\": \"\",\n                \"url\": \"09f590c3-9831-471d-bc0e-ce76a99e6b55.png\"\n            }\n        ],\n        \"defaultcavalues\": {\n            \"maintenance\": {\n                \"hours\": 5,\n                \"costperhour\": 52\n            },\n            \"partsmaterials\": {\n                \"direct\": 500,\n                \"additional\": 300\n            },\n            \"production\": {\n                \"hours\": 3,\n                \"costperhour\": 2500\n            }\n        },\n        \"components\": [\n            {\n                \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                \"name\": \"A - Basement 2\"\n            }\n        ],\n        \"notes\": [\n            {\n                \"text\": \"ADDING A NOTE\",\n                \"id\": \"9f8a3f59-86ed-4136-99ca-8ce9909302ea\",\n                \"createddt\": \"2024-07-25T15:52:52.3964071Z\",\n                \"modifieddt\": \"2024-07-25T15:52:52.3964071Z\",\n                \"createdby\": \"27753ff9-c225-4913-a872-d13b9aa8b4f9\",\n                \"modifiedby\": \"27753ff9-c225-4913-a872-d13b9aa8b4f9\"\n            },\n            {\n                \"text\": \"Some note text added from the API\",\n                \"id\": \"3f8c9a4a-04b4-440d-8bdf-b38b5c15f762\",\n                \"createddt\": \"2024-11-22T16:23:27.7227436Z\",\n                \"modifieddt\": \"2024-11-22T16:23:27.7227436Z\",\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n            }\n        ],\n        \"pausealerts\": {\n            \"startdt\": \"2024-05-24T18:12:11.306Z\",\n            \"enddt\": \"2024-05-24T18:12:11.307Z\",\n            \"reason\": \"resume\",\n            \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\"\n        },\n        \"ix\": {\n            \"extid\": \"27586176\"\n        },\n        \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n        \"displayid\": \"50188271\",\n        \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n        \"modifieddt\": \"2024-11-22T16:23:27.722758Z\",\n        \"createdby\": \"24c-sync-losant\",\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n    },\n    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n    \"partition_key\": \"C - ATS Inc.\",\n    \"type\": \"asset\",\n    \"ttl\": -1,\n    \"meta\": {\n        \"source_change_type\": \"UPDATE\",\n        \"version\": \"1.0.80-beta\",\n        \"origin\": \"assets\"\n    },\n    \"_ts\": 1724768218,\n    \"_etag\": \"\\\"5900a17b-0000-0400-0000-66cddfda0000\\\"\"\n}"}],"_postman_id":"30424980-2ca4-49d0-9d37-e164bb600098"},{"name":"Note","id":"f2e2d057-9f21-49a0-ba5f-a0f947a62de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some note text added from the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/notes/{noteId}","description":"<p>Update a note on an asset.</p>\n<p>Fields:</p>\n<ul>\n<li><p>text</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 1,000</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","notes","{noteId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"f9723999-3759-41c5-b3a1-52d180bf2fc1","name":"Note","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Some updated note text modified using the API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/4a3431c7-c145-4732-8c6c-685a72897155/notes/3f8c9a4a-04b4-440d-8bdf-b38b5c15f762"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"obj\": {\r\n        \"name\": \"A - Basement 2\",\r\n        \"description\": \"A - Basement 2\",\r\n        \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\",\r\n        \"losantid\": \"630a692649cb345a6d8e30d7\",\r\n        \"files\": [\r\n            {\r\n                \"description\": \"\",\r\n                \"url\": \"09f590c3-9831-471d-bc0e-ce76a99e6b55.png\"\r\n            }\r\n        ],\r\n        \"defaultcavalues\": {\r\n            \"maintenance\": {\r\n                \"hours\": 5,\r\n                \"costperhour\": 52.0\r\n            },\r\n            \"partsmaterials\": {\r\n                \"direct\": 500.0,\r\n                \"additional\": 300.0\r\n            },\r\n            \"production\": {\r\n                \"hours\": 3,\r\n                \"costperhour\": 2500.0\r\n            }\r\n        },\r\n        \"components\": [\r\n            {\r\n                \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\r\n                \"name\": \"A - Basement 2\"\r\n            }\r\n        ],\r\n        \"notes\": [\r\n            {\r\n                \"text\": \"ADDING A NOTE\",\r\n                \"id\": \"9f8a3f59-86ed-4136-99ca-8ce9909302ea\",\r\n                \"createddt\": \"2024-07-25T15:52:52.3964071Z\",\r\n                \"modifieddt\": \"2024-07-25T15:52:52.3964071Z\",\r\n                \"createdby\": \"27753ff9-c225-4913-a872-d13b9aa8b4f9\",\r\n                \"modifiedby\": \"27753ff9-c225-4913-a872-d13b9aa8b4f9\"\r\n            },\r\n            {\r\n                \"text\": \"Some updated note text modified using the API\",\r\n                \"id\": \"3f8c9a4a-04b4-440d-8bdf-b38b5c15f762\",\r\n                \"createddt\": \"2024-11-22T16:23:27.7227436Z\",\r\n                \"modifieddt\": \"2024-11-22T17:08:37.32023Z\",\r\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\r\n            }\r\n        ],\r\n        \"pausealerts\": {\r\n            \"startdt\": \"2024-05-24T18:12:11.306Z\",\r\n            \"enddt\": \"2024-05-24T18:12:11.307Z\",\r\n            \"reason\": \"resume\",\r\n            \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\"\r\n        },\r\n        \"ix\": {\r\n            \"extid\": \"27586176\"\r\n        },\r\n        \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\r\n        \"displayid\": \"50188271\",\r\n        \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\r\n        \"modifieddt\": \"2024-11-22T17:08:37.3202385Z\",\r\n        \"createdby\": \"24c-sync-losant\",\r\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\r\n    },\r\n    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\r\n    \"partition_key\": \"C - ATS Inc.\",\r\n    \"type\": \"asset\",\r\n    \"ttl\": -1,\r\n    \"meta\": {\r\n        \"source_change_type\": \"UPDATE\",\r\n        \"version\": \"1.0.80-beta\",\r\n        \"origin\": \"assets\"\r\n    },\r\n    \"_ts\": 1732295317,\r\n    \"_etag\": \"\\\"d200c321-0000-0400-0000-6740ba950000\\\"\"\r\n}"}],"_postman_id":"f2e2d057-9f21-49a0-ba5f-a0f947a62de9"},{"name":"Note","id":"3de9fe55-19da-4404-8565-d73f49477f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/notes/{noteId}","description":"<p>Delete a note on an asset.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","notes","{noteId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"d541d840-6dc9-417c-a49f-3a1dcebc6230","name":"Note","originalRequest":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/4a3431c7-c145-4732-8c6c-685a72897155/notes/3f8c9a4a-04b4-440d-8bdf-b38b5c15f762"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3de9fe55-19da-4404-8565-d73f49477f64"}],"id":"9852a568-dcca-40a6-a52f-ae85fa114b07","description":"<p>Requests for adding, updating and removing notes on an asset.</p>\n","_postman_id":"9852a568-dcca-40a6-a52f-ae85fa114b07"},{"name":"Components","item":[{"name":"Component","id":"69729db4-83d2-43f3-9495-a4b814f87804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Component\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components","description":"<p>Add a component to an asset.</p>\n<p>Fields:</p>\n<ul>\n<li><p>name</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 256</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>description</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 500</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>characteristics</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"odr\": 1200\n}\n\n</code></pre>\n<ul>\n<li><p>monitoringpoints</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: String Array</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n<li><p>files</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object Array (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"description\": \"Front\",\n        \"url\": \"1fe3feb5-9af2-45f2-9a78-99eae7bbd2a5.png\"\n    },\n    {\n        \"description\": \"Back\",\n        \"url\": \"72b347f9-8db6-4304-9c6b-97ebca9bda67.png\"\n    }\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","components"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"ad5b5144-e330-4c87-b089-7fbeee8984d1","name":"Component","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Component\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\r\n    \"name\": \"Test Component\"\r\n}"}],"_postman_id":"69729db4-83d2-43f3-9495-a4b814f87804"},{"name":"Component","id":"0a4e2d7e-0297-46f2-b80d-d2fcdadcb5a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Updated Test Component\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components/{componentId}","description":"<p>Update a component on an asset.</p>\n<p>Fields:</p>\n<ul>\n<li><p>name</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 256</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>description</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 500</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>characteristics</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"odr\": 1200\n}\n\n</code></pre>\n<ul>\n<li><p>monitoringpoints</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: String Array</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n<li><p>files</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object Array (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"description\": \"Front\",\n        \"url\": \"1fe3feb5-9af2-45f2-9a78-99eae7bbd2a5.png\"\n    },\n    {\n        \"description\": \"Back\",\n        \"url\": \"72b347f9-8db6-4304-9c6b-97ebca9bda67.png\"\n    }\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","components","{componentId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"db7304d5-48cb-4313-83da-be016f0e888c","name":"Component","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Updated Test Component\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components/{componentId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\r\n    \"name\": \"Updated Test Component\"\r\n}"}],"_postman_id":"0a4e2d7e-0297-46f2-b80d-d2fcdadcb5a3"},{"name":"Component","id":"38c4094b-60a6-4636-ab2d-107107f47a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components/{componentId}","description":"<p>Delete a component on an asset.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","components","{componentId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"0b6b9efb-1759-44fd-96cb-98b436748fc3","name":"Component","originalRequest":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components/{componentId}"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38c4094b-60a6-4636-ab2d-107107f47a29"},{"name":"Component","id":"b8993036-73a8-4a59-8155-a606e27d44b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components/{componentId}","description":"<p>Return a single component on an asset.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","components","{componentId}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"e0d3e2fb-c16f-454f-bded-63c0177b380d","name":"Component","originalRequest":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/4a3431c7-c145-4732-8c6c-685a72897155/components/5980437e-5539-4999-8084-13e94f76769a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\r\n    \"name\": \"Test Component\"\r\n}"}],"_postman_id":"b8993036-73a8-4a59-8155-a606e27d44b0"},{"name":"All Components","id":"4317c9e0-b090-403c-9b31-50bd0732d8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components","description":"<p>Return all components on an asset.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{assetId}","components"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"35a370b4-c43a-4392-ba2f-1605ac1e957b","name":"All Components","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{assetId}/components"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\r\n        \"name\": \"Test Component\"\r\n    }\r\n]"}],"_postman_id":"4317c9e0-b090-403c-9b31-50bd0732d8d7"}],"id":"73f3fb2e-7e63-4c69-b11c-872163c93511","description":"<p>Requests for adding, updating and removing components on an asset.</p>\n","_postman_id":"73f3fb2e-7e63-4c69-b11c-872163c93511"},{"name":"Asset","id":"7bda0683-a996-4ae8-ae19-c181aeeb3621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Asset From API 1\",\r\n    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets","description":"<p>Create an asset.</p>\n<p>Fields:</p>\n<ul>\n<li><p>name</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 256</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>description</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Max Length: 500</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>sublocationid</p>\n<ul>\n<li><p>Required</p>\n</li>\n<li><p>Type: string</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n<li><p>Validations</p>\n<ul>\n<li>Must be validation sublocation id for tenant</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>defaultcavalues</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"maintenance\": {\n        \"hours\": 3.00,//decimal type\n        \"costperhour\": 50.00//decimal type\n    },\n    \"partsmaterials\": {\n        \"direct\": 100.00,//decimal type\n        \"additional\": 50.00//decimal type\n    },\n    \"production\": {\n        \"hours\": 1.00,//decimal type\n        \"costperhour\": 500.00//decimal type\n    }\n}\n\n</code></pre>\n<ul>\n<li><p>files</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object Array (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"description\": \"Front\",\n        \"url\": \"1fe3feb5-9af2-45f2-9a78-99eae7bbd2a5.png\"\n    },\n    {\n        \"description\": \"Back\",\n        \"url\": \"72b347f9-8db6-4304-9c6b-97ebca9bda67.png\"\n    }\n]\n\n</code></pre>\n<ul>\n<li><p>ix</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"extid\": \"234234234\",\n    \"exturi\": \"https://someurl.com\"\n}\n\n</code></pre>\n<ul>\n<li><p>pausealerts</p>\n<ul>\n<li><p>Optional</p>\n</li>\n<li><p>Type: Complex Object (see structure below)</p>\n</li>\n<li><p>Default Value: N/A</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"startdt\": \"2021-01-01T00:00:00Z\",\n    \"enddt\": \"2021-01-02T00:00:00Z\",\n    \"reason\": \"Reason for pausing alerts\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["assets","api","assets"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"bae536cf-8115-4966-95ac-dbf8ac1e161c","name":"Asset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Asset From API\",\r\n    \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"obj\": {\n        \"name\": \"Test Asset From API\",\n        \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\n        \"id\": \"ec553892-85f2-49b8-a61c-5a90a69a8b63\",\n        \"displayid\": \"777224836\",\n        \"createddt\": \"2024-11-22T18:02:21.9169532Z\",\n        \"modifieddt\": \"2024-11-22T18:02:21.9169532Z\",\n        \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n    },\n    \"id\": \"ec553892-85f2-49b8-a61c-5a90a69a8b63\",\n    \"partition_key\": \"C - ATS Inc.\",\n    \"type\": \"asset\",\n    \"ttl\": -1,\n    \"meta\": {\n        \"source_change_type\": \"INSERT\",\n        \"version\": \"1.0.80-beta\",\n        \"origin\": \"assets\"\n    },\n    \"_ts\": 1732298541,\n    \"_etag\": \"\\\"d3006b30-0000-0400-0000-6740c72d0000\\\"\"\n}"}],"_postman_id":"7bda0683-a996-4ae8-ae19-c181aeeb3621"},{"name":"Asset (Multiple)","id":"ec7c0142-6360-4e1b-bfdc-92243d318a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"Test Asset From API 2\",\r\n        \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\"\r\n    },\r\n{\r\n        \"name\": \"Test Asset From API 3\",\r\n        \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/multiple","description":"<p>Create multiple assets in a single request.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","multiple"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"7eba7d71-eaa4-4866-8314-1550385a999b","name":"Asset (Multiple)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"Test Asset From API 2\",\r\n        \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\"\r\n    },\r\n{\r\n        \"name\": \"Test Asset From API 3\",\r\n        \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/multiple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"document\": {\n            \"obj\": {\n                \"name\": \"Test Asset From API 2\",\n                \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\n                \"id\": \"fde614e5-4442-4da8-b5b9-1d8c89d85ee6\",\n                \"displayid\": \"275795124\",\n                \"createddt\": \"2024-11-22T20:15:31.9886584Z\",\n                \"modifieddt\": \"2024-11-22T20:15:31.9886584Z\",\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n            },\n            \"id\": \"fde614e5-4442-4da8-b5b9-1d8c89d85ee6\",\n            \"partition_key\": \"C - ATS Inc.\",\n            \"type\": \"asset\",\n            \"ttl\": -1,\n            \"meta\": {\n                \"source_change_type\": \"INSERT\",\n                \"version\": \"1.0.80-beta\",\n                \"origin\": \"assets\"\n            },\n            \"_ts\": 1732306532,\n            \"_etag\": \"\\\"d500c1c3-0000-0400-0000-6740e6640000\\\"\"\n        },\n        \"isSuccess\": true,\n        \"errors\": []\n    },\n    {\n        \"document\": {\n            \"obj\": {\n                \"name\": \"Test Asset From API 3\",\n                \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\n                \"id\": \"9ce27b38-e875-4728-af65-00f84ee3eaeb\",\n                \"displayid\": \"103074771\",\n                \"createddt\": \"2024-11-22T20:15:32.0420565Z\",\n                \"modifieddt\": \"2024-11-22T20:15:32.0420565Z\",\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\n            },\n            \"id\": \"9ce27b38-e875-4728-af65-00f84ee3eaeb\",\n            \"partition_key\": \"C - ATS Inc.\",\n            \"type\": \"asset\",\n            \"ttl\": -1,\n            \"meta\": {\n                \"source_change_type\": \"INSERT\",\n                \"version\": \"1.0.80-beta\",\n                \"origin\": \"assets\"\n            },\n            \"_ts\": 1732306532,\n            \"_etag\": \"\\\"d500c2c3-0000-0400-0000-6740e6640000\\\"\"\n        },\n        \"isSuccess\": true,\n        \"errors\": []\n    }\n]"}],"_postman_id":"ec7c0142-6360-4e1b-bfdc-92243d318a3e"},{"name":"Asset","id":"e35ec6a1-99e9-4c7a-8c10-9b40ee51fe11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{id}","description":"<p>Update an asset.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{id}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"daf434f0-9558-4fd0-882e-cefa5dfb44bc","name":"Asset","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Some asset description update\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/ec553892-85f2-49b8-a61c-5a90a69a8b63"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"obj\": {\r\n        \"name\": \"Test Asset From API\",\r\n        \"description\": \"Some asset description update\",\r\n        \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n        \"id\": \"ec553892-85f2-49b8-a61c-5a90a69a8b63\",\r\n        \"displayid\": \"777224836\",\r\n        \"createddt\": \"2024-11-22T18:02:21.9169532Z\",\r\n        \"modifieddt\": \"2024-11-22T20:19:45.1938239Z\",\r\n        \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n        \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\r\n    },\r\n    \"id\": \"ec553892-85f2-49b8-a61c-5a90a69a8b63\",\r\n    \"partition_key\": \"C - ATS Inc.\",\r\n    \"type\": \"asset\",\r\n    \"ttl\": -1,\r\n    \"meta\": {\r\n        \"source_change_type\": \"UPDATE\",\r\n        \"version\": \"1.0.80-beta\",\r\n        \"origin\": \"assets\"\r\n    },\r\n    \"_ts\": 1732306785,\r\n    \"_etag\": \"\\\"d500cad7-0000-0400-0000-6740e7610000\\\"\"\r\n}"}],"_postman_id":"e35ec6a1-99e9-4c7a-8c10-9b40ee51fe11"},{"name":"Asset (Multiple)","id":"f08d8ade-422f-47b8-b78d-c108a884a44e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"\"\r\n    },\r\n    {\r\n        \"id\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/multiple","description":"<p>Update multiple assets in a single request.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","multiple"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"bc71d339-0c22-46f9-8ea4-ff6380babfaa","name":"Asset (Multiple)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"fde614e5-4442-4da8-b5b9-1d8c89d85ee6\",\r\n        \"description\": \"Updated description for an asset\"\r\n    },\r\n    {\r\n        \"id\": \"9ce27b38-e875-4728-af65-00f84ee3eaeb\",\r\n        \"description\": \"Updated description for an asset\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/multiple"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"document\": {\r\n            \"obj\": {\r\n                \"name\": \"Test Asset From API 2\",\r\n                \"description\": \"Updated description for an asset\",\r\n                \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                \"id\": \"fde614e5-4442-4da8-b5b9-1d8c89d85ee6\",\r\n                \"displayid\": \"275795124\",\r\n                \"createddt\": \"2024-11-22T20:15:31.9886584Z\",\r\n                \"modifieddt\": \"2024-11-22T20:25:21.6569915Z\",\r\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\r\n            },\r\n            \"id\": \"fde614e5-4442-4da8-b5b9-1d8c89d85ee6\",\r\n            \"partition_key\": \"C - ATS Inc.\",\r\n            \"type\": \"asset\",\r\n            \"ttl\": -1,\r\n            \"meta\": {\r\n                \"source_change_type\": \"UPDATE\",\r\n                \"version\": \"1.0.80-beta\",\r\n                \"origin\": \"assets\"\r\n            },\r\n            \"_ts\": 1732307121,\r\n            \"_etag\": \"\\\"d500e5f4-0000-0400-0000-6740e8b10000\\\"\"\r\n        },\r\n        \"isSuccess\": true,\r\n        \"errors\": []\r\n    },\r\n    {\r\n        \"document\": {\r\n            \"obj\": {\r\n                \"name\": \"Test Asset From API 3\",\r\n                \"description\": \"Updated description for an asset\",\r\n                \"sublocationid\": \"c9bf7998-e498-4a93-a54b-89b236f9c1b5\",\r\n                \"id\": \"9ce27b38-e875-4728-af65-00f84ee3eaeb\",\r\n                \"displayid\": \"103074771\",\r\n                \"createddt\": \"2024-11-22T20:15:32.0420565Z\",\r\n                \"modifieddt\": \"2024-11-22T20:25:21.6570079Z\",\r\n                \"createdby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\",\r\n                \"modifiedby\": \"4c6c538a-a78e-4dcb-a79b-d2b264dedfaa\"\r\n            },\r\n            \"id\": \"9ce27b38-e875-4728-af65-00f84ee3eaeb\",\r\n            \"partition_key\": \"C - ATS Inc.\",\r\n            \"type\": \"asset\",\r\n            \"ttl\": -1,\r\n            \"meta\": {\r\n                \"source_change_type\": \"UPDATE\",\r\n                \"version\": \"1.0.80-beta\",\r\n                \"origin\": \"assets\"\r\n            },\r\n            \"_ts\": 1732307121,\r\n            \"_etag\": \"\\\"d500e6f4-0000-0400-0000-6740e8b10000\\\"\"\r\n        },\r\n        \"isSuccess\": true,\r\n        \"errors\": []\r\n    }\r\n]"}],"_postman_id":"f08d8ade-422f-47b8-b78d-c108a884a44e"},{"name":"Asset","id":"781a9fb4-f9e7-45ce-a31b-7af373a12cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{id}","description":"<p>Delete an asset.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{id}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"3c1b4547-e449-4947-b79c-15f36e3655a3","name":"Asset","originalRequest":{"method":"DELETE","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/ec553892-85f2-49b8-a61c-5a90a69a8b63"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"781a9fb4-f9e7-45ce-a31b-7af373a12cef"},{"name":"Asset","id":"1d958b9d-1d1f-4aab-83f1-4fbaca1f1fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/assets/{id}","description":"<p>Return a single asset.</p>\n","urlObject":{"protocol":"https","path":["assets","api","assets","{id}"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"1555664d-0541-4b90-8bb9-08bcc8c2998d","name":"Asset","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{mhm-api-host}}/assets/api/assets/4a3431c7-c145-4732-8c6c-685a72897155"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"obj\": {\r\n        \"name\": \"A - Basement 2\",\r\n        \"description\": \"A - Basement 2\",\r\n        \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\",\r\n        \"losantid\": \"630a692649cb345a6d8e30d7\",\r\n        \"files\": [\r\n            {\r\n                \"description\": \"\",\r\n                \"url\": \"09f590c3-9831-471d-bc0e-ce76a99e6b55.png\"\r\n            }\r\n        ],\r\n        \"defaultcavalues\": {\r\n            \"maintenance\": {\r\n                \"hours\": 5,\r\n                \"costperhour\": 52.0\r\n            },\r\n            \"partsmaterials\": {\r\n                \"direct\": 500.0,\r\n                \"additional\": 300.0\r\n            },\r\n            \"production\": {\r\n                \"hours\": 3,\r\n                \"costperhour\": 2500.0\r\n            }\r\n        },\r\n        \"components\": [\r\n            {\r\n                \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\r\n                \"name\": \"A - Basement 2\"\r\n            }\r\n        ],\r\n        \"notes\": [\r\n            {\r\n                \"text\": \"ADDING A NOTE\",\r\n                \"id\": \"9f8a3f59-86ed-4136-99ca-8ce9909302ea\",\r\n                \"createddt\": \"2024-07-25T15:52:52.3964071Z\",\r\n                \"modifieddt\": \"2024-07-25T15:52:52.3964071Z\",\r\n                \"createdby\": \"27753ff9-c225-4913-a872-d13b9aa8b4f9\",\r\n                \"modifiedby\": \"27753ff9-c225-4913-a872-d13b9aa8b4f9\"\r\n            }\r\n        ],\r\n        \"pausealerts\": {\r\n            \"startdt\": \"2024-05-24T18:12:11.306Z\",\r\n            \"enddt\": \"2024-05-24T18:12:11.307Z\",\r\n            \"reason\": \"resume\",\r\n            \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\"\r\n        },\r\n        \"ix\": {\r\n            \"extid\": \"27586176\"\r\n        },\r\n        \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\r\n        \"displayid\": \"50188271\",\r\n        \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\r\n        \"modifieddt\": \"2024-08-19T16:14:08.6541303Z\",\r\n        \"createdby\": \"24c-sync-losant\",\r\n        \"modifiedby\": \"39f6a4ef-42eb-41f1-814f-16d4924e38df\"\r\n    },\r\n    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\r\n    \"partition_key\": \"C - ATS Inc.\",\r\n    \"type\": \"asset\",\r\n    \"ttl\": -1,\r\n    \"meta\": {\r\n        \"source_change_type\": \"UPDATE\",\r\n        \"version\": \"1.0.69-beta\",\r\n        \"origin\": \"assets\"\r\n    },\r\n    \"_ts\": 1724768218,\r\n    \"_etag\": \"\\\"5900a17b-0000-0400-0000-66cddfda0000\\\"\"\r\n}"}],"_postman_id":"1d958b9d-1d1f-4aab-83f1-4fbaca1f1fc8"},{"name":"Asset History","id":"35cfc5e9-d2d7-4fec-8ee0-1a901920c5ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/api/history/{id}?top=100&skip=0&count=true","description":"<p>Returns history of changes for an asset object. Endpoint uses custom pagination parameters:</p>\n<ul>\n<li><p>top (sets number of requested items)</p>\n</li>\n<li><p>skip (requested item start index)</p>\n</li>\n<li><p>count (true/false, return total count)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["assets","api","history","{id}"],"host":["api-mhm","app","advancedtech","com"],"query":[{"key":"top","value":"100"},{"key":"skip","value":"0"},{"key":"count","value":"true"}],"variable":[]}},"response":[{"id":"295a2def-3607-48a7-bf1b-05067624e474","name":"Asset History","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-mhm.app.advancedtech.com/assets/api/history/4a3431c7-c145-4732-8c6c-685a72897155?top=10&skip=10&count=true","protocol":"https","host":["api-mhm","app","advancedtech","com"],"path":["assets","api","history","4a3431c7-c145-4732-8c6c-685a72897155"],"query":[{"key":"top","value":"10"},{"key":"skip","value":"10"},{"key":"count","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716573813\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-24T18:03:33.9139088Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-23T23:26:37.266Z\",\n                        \"reason\": \"resume alert\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T23:26:37.265Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.55-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716573813,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": []\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716573749\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-24T18:02:29.8892943Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-30T23:15:00Z\",\n                        \"reason\": \"pause\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T23:15:00Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.55-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716573749,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": []\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716573587\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-24T17:59:47.2564816Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-23T23:22:50.652Z\",\n                        \"reason\": \"resume\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T23:22:50.651Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.55-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716573587,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": []\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716573549\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-24T17:59:09.6428777Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-30T23:15:00Z\",\n                        \"reason\": \"pause\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T23:15:00Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.55-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716573549,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": []\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716498347\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-23T21:05:47.3298967Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-23T21:05:47.963Z\",\n                        \"reason\": \"resume 3\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T21:05:47.962Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.54-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716498347,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": [\n                \"modifieddt\",\n                \"pausealerts\"\n            ]\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716498289\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-23T21:04:49.7022907Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-30T21:00:00Z\",\n                        \"reason\": \"pause 3\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T21:00:00Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.54-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716498289,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": [\n                \"modifieddt\",\n                \"pausealerts\"\n            ]\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716498247\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-23T21:04:07.1110846Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-23T21:04:07.746Z\",\n                        \"reason\": \"resume 2\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T21:04:07.745Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.54-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716498247,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": [\n                \"modifieddt\",\n                \"pausealerts\"\n            ]\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716498079\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-23T21:01:19.6967275Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-30T21:00:00Z\",\n                        \"reason\": \"resume 2\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T21:00:00Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.54-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716498079,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": [\n                \"modifieddt\",\n                \"pausealerts\"\n            ]\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716498024\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-23T21:00:24.3113117Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-23T21:00:24.949Z\",\n                        \"reason\": \"resume 1\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T21:00:24.948Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.54-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716498024,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": [\n                \"modifieddt\",\n                \"pausealerts\"\n            ]\n        },\n        {\n            \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155_1716498015\",\n            \"documentid\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n            \"document\": {\n                \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                \"partition_key\": \"C - ATS Inc.\",\n                \"obj\": {\n                    \"components\": [\n                        {\n                            \"characteristics\": null,\n                            \"description\": null,\n                            \"files\": null,\n                            \"id\": \"5980437e-5539-4999-8084-13e94f76769a\",\n                            \"monitoringpoints\": null,\n                            \"name\": \"A - Basement 2\"\n                        }\n                    ],\n                    \"createdby\": \"24c-sync-losant\",\n                    \"createddt\": \"2024-02-16T20:11:58.6250692Z\",\n                    \"defaultcavalues\": {\n                        \"maintenance\": {\n                            \"costperhour\": 100,\n                            \"hours\": 5\n                        },\n                        \"partsmaterials\": {\n                            \"additional\": 300,\n                            \"direct\": 500\n                        },\n                        \"production\": {\n                            \"costperhour\": 1500,\n                            \"hours\": 3\n                        }\n                    },\n                    \"description\": null,\n                    \"displayid\": \"50188271\",\n                    \"files\": [],\n                    \"id\": \"4a3431c7-c145-4732-8c6c-685a72897155\",\n                    \"losantid\": \"630a692649cb345a6d8e30d7\",\n                    \"modifiedby\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                    \"modifieddt\": \"2024-05-23T21:00:15.3277747Z\",\n                    \"name\": \"A - Basement 2\",\n                    \"notes\": null,\n                    \"pausealerts\": {\n                        \"enddt\": \"2024-05-30T21:00:00Z\",\n                        \"reason\": \"pause 1\",\n                        \"requestor\": \"23a02626-fd34-47f6-a089-e18c05acda78\",\n                        \"startdt\": \"2024-05-23T21:00:00Z\"\n                    },\n                    \"status\": null,\n                    \"sublocationid\": \"f0b88af7-2f27-416f-be96-36d39e8ffe41\"\n                },\n                \"type\": \"asset\",\n                \"meta\": {\n                    \"source_change_type\": \"UPDATE\",\n                    \"version\": \"1.0.54-beta\",\n                    \"origin\": \"assets\"\n                },\n                \"_ts\": 1716498015,\n                \"ttl\": -1\n            },\n            \"updatedproperties\": [\n                \"modifieddt\",\n                \"pausealerts\"\n            ]\n        }\n    ],\n    \"totalcount\": 24,\n    \"top\": 10,\n    \"skip\": 10\n}"}],"_postman_id":"35cfc5e9-d2d7-4fec-8ee0-1a901920c5ee"}],"id":"e8a4853c-2738-433c-a9fc-ace5fa1abb47","description":"<p>REST API endpoints for assets.</p>\n","_postman_id":"e8a4853c-2738-433c-a9fc-ace5fa1abb47"},{"name":"OData","item":[{"name":"Assets","id":"3de0b8e8-be99-4227-a175-5736ed02edb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-mhm.app.advancedtech.com/assets/odata/assets?$expand=obj&$count=true","description":"<p>Return a subset of assets for a tenant.</p>\n","urlObject":{"protocol":"https","path":["assets","odata","assets"],"host":["api-mhm","app","advancedtech","com"],"query":[{"key":"$expand","value":"obj"},{"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"cb3eb92c-ebe1-4746-af68-049f193dd40c","name":"Assets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-mhm.app.advancedtech.com/assets/odata/assets?$expand=obj&$count=true","protocol":"https","host":["api-mhm","app","advancedtech","com"],"path":["assets","odata","assets"],"query":[{"key":"$expand","value":"obj"},{"key":"$count","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"http://api-24c-d-usncz.24c.azure.atsinc.work/odata/$metadata#assets(obj())\",\n    \"@odata.count\": 1,\n    \"value\": [\n        {\n            \"id\": \"ec672ac5-8ab7-4736-8c05-3ae2e45caa53\",\n            \"partition_key\": \"C - ATS Inc.\",\n            \"type\": \"asset\",\n            \"ttl\": -1,\n            \"_ts\": 1719854315,\n            \"_etag\": \"\\\"0b00e764-0000-0400-0000-6682e4eb0000\\\"\",\n            \"meta\": {\n                \"source_change_type\": \"UPDATE\",\n                \"version\": \"1.0.64-beta\",\n                \"origin\": \"assets\",\n                \"isDeleted\": false\n            },\n            \"obj\": {\n                \"status\": null,\n                \"name\": \"CUPP02\",\n                \"description\": \"CUPP02\",\n                \"sublocationid\": \"d4262b6d-9c1a-4e14-8575-8552646f54f7\",\n                \"losantid\": \"62ca4a09bfd8b6761dffe646\",\n                \"id\": \"ec672ac5-8ab7-4736-8c05-3ae2e45caa53\",\n                \"displayid\": \"10843134\",\n                \"createddt\": \"2024-02-16T20:13:21.6631655Z\",\n                \"modifieddt\": \"2024-07-01T17:18:35.7925145Z\",\n                \"createdby\": \"24c-sync-losant\",\n                \"modifiedby\": \"c8946a6a-c1a8-4781-a598-ed38bcaa558f\",\n                \"files\": [\n                    {\n                        \"description\": \"\",\n                        \"url\": \"8549d0ff-9c8f-48bf-8500-9142440635c7.jpg\"\n                    },\n                    {\n                        \"description\": \"\",\n                        \"url\": \"44e03f13-0c2b-4f37-b767-3536f6ca1c66.png\"\n                    },\n                    {\n                        \"description\": \"\",\n                        \"url\": \"89f84a84-5054-41ea-881b-6339f7398ad0.png\"\n                    }\n                ],\n                \"defaultcavalues\": {\n                    \"maintenance\": {\n                        \"hours\": 5,\n                        \"costperhour\": 100\n                    },\n                    \"partsmaterials\": {\n                        \"direct\": 500,\n                        \"additional\": 300\n                    },\n                    \"production\": {\n                        \"hours\": 3,\n                        \"costperhour\": 1500\n                    }\n                },\n                \"components\": [\n                    {\n                        \"id\": \"46381e0a-79af-4451-be3d-b65ed303792c\",\n                        \"name\": \"CUPP02\",\n                        \"description\": null,\n                        \"monitoringpoints\": [],\n                        \"characteristics\": null,\n                        \"files\": []\n                    }\n                ],\n                \"pausealerts\": {\n                    \"startdt\": \"2024-06-25T16:30:00Z\",\n                    \"enddt\": \"2024-06-25T16:31:54.068Z\",\n                    \"reason\": \"test resuming\",\n                    \"requestor\": \"c77a9361-fd0a-43fa-98a9-2b3ef7db7fc6\"\n                },\n                \"ix\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"3de0b8e8-be99-4227-a175-5736ed02edb2"},{"name":"Assets","id":"b16a0c22-fb97-4e48-88c6-1810fb2f8644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"$count=true&$expand=obj","options":{"raw":{"language":"text"}}},"url":"https://api-mhm.app.advancedtech.com/assets/odata/assets/ignorepartition/$query","description":"<p>Return a subset of assets for a tenant.</p>\n","urlObject":{"protocol":"https","path":["assets","odata","assets","ignorepartition","$query"],"host":["api-mhm","app","advancedtech","com"],"query":[],"variable":[]}},"response":[{"id":"863aa668-2b28-4ab1-8383-ade8a02cb4c9","name":"Assets","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"$count=true&$expand=obj","options":{"raw":{"language":"text"}}},"url":"https://api-mhm.app.advancedtech.com/assets/odata/assets/ignorepartition/$query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"http://api-24c-d-usncz.24c.azure.atsinc.work/odata/$metadata#assets(obj())\",\n    \"@odata.count\": 1,\n    \"value\": [\n        {\n            \"id\": \"ec672ac5-8ab7-4736-8c05-3ae2e45caa53\",\n            \"partition_key\": \"C - ATS Inc.\",\n            \"type\": \"asset\",\n            \"ttl\": -1,\n            \"_ts\": 1719854315,\n            \"_etag\": \"\\\"0b00e764-0000-0400-0000-6682e4eb0000\\\"\",\n            \"meta\": {\n                \"source_change_type\": \"UPDATE\",\n                \"version\": \"1.0.64-beta\",\n                \"origin\": \"assets\",\n                \"isDeleted\": false\n            },\n            \"obj\": {\n                \"status\": null,\n                \"name\": \"CUPP02\",\n                \"description\": \"CUPP02\",\n                \"sublocationid\": \"d4262b6d-9c1a-4e14-8575-8552646f54f7\",\n                \"losantid\": \"62ca4a09bfd8b6761dffe646\",\n                \"id\": \"ec672ac5-8ab7-4736-8c05-3ae2e45caa53\",\n                \"displayid\": \"10843134\",\n                \"createddt\": \"2024-02-16T20:13:21.6631655Z\",\n                \"modifieddt\": \"2024-07-01T17:18:35.7925145Z\",\n                \"createdby\": \"24c-sync-losant\",\n                \"modifiedby\": \"c8946a6a-c1a8-4781-a598-ed38bcaa558f\",\n                \"files\": [\n                    {\n                        \"description\": \"\",\n                        \"url\": \"8549d0ff-9c8f-48bf-8500-9142440635c7.jpg\"\n                    },\n                    {\n                        \"description\": \"\",\n                        \"url\": \"44e03f13-0c2b-4f37-b767-3536f6ca1c66.png\"\n                    },\n                    {\n                        \"description\": \"\",\n                        \"url\": \"89f84a84-5054-41ea-881b-6339f7398ad0.png\"\n                    }\n                ],\n                \"defaultcavalues\": {\n                    \"maintenance\": {\n                        \"hours\": 5,\n                        \"costperhour\": 100\n                    },\n                    \"partsmaterials\": {\n                        \"direct\": 500,\n                        \"additional\": 300\n                    },\n                    \"production\": {\n                        \"hours\": 3,\n                        \"costperhour\": 1500\n                    }\n                },\n                \"components\": [\n                    {\n                        \"id\": \"46381e0a-79af-4451-be3d-b65ed303792c\",\n                        \"name\": \"CUPP02\",\n                        \"description\": null,\n                        \"monitoringpoints\": [],\n                        \"characteristics\": null,\n                        \"files\": []\n                    }\n                ],\n                \"pausealerts\": {\n                    \"startdt\": \"2024-06-25T16:30:00Z\",\n                    \"enddt\": \"2024-06-25T16:31:54.068Z\",\n                    \"reason\": \"test resuming\",\n                    \"requestor\": \"c77a9361-fd0a-43fa-98a9-2b3ef7db7fc6\"\n                },\n                \"ix\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"b16a0c22-fb97-4e48-88c6-1810fb2f8644"}],"id":"660b31f5-bcb8-4486-8343-4e6007082730","description":"<p>OData endpoints for assets. These endpoints provide a limited subset of OData capabilities. For examples, please refer to generic <a href=\"https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview\">Microsoft OData documentation</a>.</p>\n<p>Supported:</p>\n<ul>\n<li><p>$metadata</p>\n</li>\n<li><p>$select</p>\n</li>\n<li><p>$filter (including contains() function)</p>\n</li>\n<li><p>$count</p>\n</li>\n<li><p>$orderby</p>\n</li>\n<li><p>$skip</p>\n</li>\n<li><p>$top</p>\n</li>\n<li><p>$expand (very limited use)</p>\n</li>\n</ul>\n<p>Not Supported:</p>\n<ul>\n<li><p>$search</p>\n</li>\n<li><p><a href=\"https://learn.microsoft.com/en-us/odata/concepts/queryoptions-usage#lambda-operators\">Lamba expressions on collections</a></p>\n</li>\n</ul>\n<p>In addition to the GET HTTP verb, you may also use a POST HTTP verb if the OData request size exceeds the acceptable URL length. Please note, when using the POST verb, you will need to append \"/$query\" to the end of the OData endpoint URL and send body as plain text.</p>\n","_postman_id":"660b31f5-bcb8-4486-8343-4e6007082730"}],"id":"c5394d07-6f39-46f8-a8e6-7873a12546b2","description":"<p>Requests and example responses related to assets.</p>\n","_postman_id":"c5394d07-6f39-46f8-a8e6-7873a12546b2"}],"id":"71ca526f-ea06-4983-bd7d-48a0b028e3c5","_postman_id":"71ca526f-ea06-4983-bd7d-48a0b028e3c5","description":""}],"event":[{"listen":"prerequest","script":{"id":"69c1cedc-05db-402d-9cca-3193cb1b8117","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f4f8986-ff00-4bb6-b302-8a750780827e","type":"text/javascript","exec":[""]}}]}