{"info":{"_postman_id":"03cb7945-f2d9-4955-9491-7be8ae3fedde","name":"Blanket API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>The Blanket API gives programmatic access to core Blanket data.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>This API can be utilized to pull reports from data generated within the application, as well as manage users.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>For access, we will provide you with an API key.</p>\n<p>Please reach out to <a href=\"https://mailto:hello@blanket.app\">hello@blanket.app</a> if you would like to learn more.</p>\n<h1 id=\"request-headers\">Request Headers</h1>\n<p>curl -H \"X-API-Key: <strong>YOUR_KEY_HERE</strong>\" -H \"Content-Type: application/json\"</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Request Headers","slug":"request-headers"}],"owner":"19884483","collectionId":"03cb7945-f2d9-4955-9491-7be8ae3fedde","publishedId":"Uyr4KfWm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-14T14:44:52.000Z"},"item":[{"name":"Users","item":[{"name":"User - by userId","id":"3d19c6bb-b681-4e21-ae76-531cdd9e6562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?userId=YLv0QDmyiQlYqnfGK0tv","description":"<p>Pass through <strong>userId</strong> param in request.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{    \n    \"userId\": \"0MoBRGlHINQRDQzwM30H1eSXupb2\",    \n    \"name\": \"EW EMPLOYEE\",    \n    \"email\": \"erik+ge1@blanket.app\",    \n    \"phoneNumber\": \"\",    \n    \"locationIds\": [        \n        \"gladys_0IVKdrV2DDBJMH4lvnQ2\",        \n        \"gladys_glady’s_lincoln_N9oAqqyiznILjCZnYc3h\", \n        \"gladys_glady’s_rogers_5Jvy2iT2jKCPpMwKh8qR\"    \n    ],\n    \"positionIds\": [       \n         \"iwwJlyVXbXDIUAMuDH8z\"    \n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"userId","value":"YLv0QDmyiQlYqnfGK0tv"}],"variable":[]}},"response":[],"_postman_id":"3d19c6bb-b681-4e21-ae76-531cdd9e6562"},{"name":"User - by email","id":"dd7ff117-b78e-4afd-a7d3-d97e7f8fe587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?email=ken%2bapi.test@blanket.app","description":"<p>Pass through email as a param e.g. email=\"<a href=\"mailto:user@blanket.app\">user@blanket.app</a>\"</p>\n<p>Note: If using an email with a plus sign (<a href=\"mailto:user+login@blanket.app\">user+login@blanket.app</a>), then the plus sign must be url encoded.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"0MoBRGlHINQRDQzwM30H1eSXupb2\",\n  \"name\": \"EW EMPLOYEE\",\n  \"email\": \"erik+ge1@blanket.app\",\n  \"phoneNumber\": \"\",\n  \"locationIds\": [\n    \"gladys_0IVKdrV2DDBJMH4lvnQ2\",\n    \"gladys_glady’s_lincoln_N9oAqqyiznILjCZnYc3h\",\n    \"gladys_glady’s_rogers_5Jvy2iT2jKCPpMwKh8qR\"\n  ],\n  \"positionIds\": [\n    \"iwwJlyVXbXDIUAMuDH8z\"\n  ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"email","value":"ken%2bapi.test@blanket.app"}],"variable":[]}},"response":[],"_postman_id":"dd7ff117-b78e-4afd-a7d3-d97e7f8fe587"},{"name":"User - by phoneNumber","id":"3881e7c2-ddbd-4456-93bd-b32a3286f697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?phoneNumber=%2B15555555553","description":"<p>Phone number expected in E.164 format [+][country code][subscriber number including area code] For example: +15555555555.</p>\n<p>The plus sign must be url encoded.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"0MoBRGlHINQRDQzwM30H1eSXupb2\",\n  \"name\": \"EW EMPLOYEE\",\n  \"email\": \"erik+ge1@blanket.app\",\n  \"phoneNumber\": \"\",\n  \"locationIds\": [\n    \"gladys_0IVKdrV2DDBJMH4lvnQ2\",\n    \"gladys_glady’s_lincoln_N9oAqqyiznILjCZnYc3h\",\n    \"gladys_glady’s_rogers_5Jvy2iT2jKCPpMwKh8qR\"\n  ],\n  \"positionIds\": [\n    \"iwwJlyVXbXDIUAMuDH8z\"\n  ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"phoneNumber","value":"%2B15555555553"}],"variable":[]}},"response":[],"_postman_id":"3881e7c2-ddbd-4456-93bd-b32a3286f697"},{"name":"CREATE User","id":"11608639-f2d1-4d49-9109-0b0f8b5a44f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Ken API\",\r\n    \"email\": \"ken+api@blanket.app\",\r\n    \"phoneNumber\": \"+15555555553\",\r\n    \"locationIds\": [],\r\n    \"positionIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/","description":"<p>Creating a user requires Name, Email, and Phone Number. The endpoint also allows for setting positionIds and locationIds. Here is a sample request body with only Name, Email and Phone Number:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"Ken Postman\",\n    \"email\": \"ken+postman@blanket.app\",\n    \"phoneNumber\": \"+15555555555\",\n    \"locationIds\": [],\n    \"positionIds\": []\n}\n\n</code></pre>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"userId\": \"Hi7t9092SHZmE48rJmZU\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"11608639-f2d1-4d49-9109-0b0f8b5a44f3"},{"name":"UPDATE User - by userId","id":"f470cc8a-354d-4684-836d-e9e8ac48283f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vadim.t@blanket.app\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?userId=1YbdO1VBfSVhd5OXPaDm","description":"<p>Update user information. Pass through userId as a query parameter.</p>\n<p>Pass through any of the following in the body of the request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"Ken Postman\",\n  \"email\": \"ken+postman@blanket.app\",\n  \"phoneNumber\": \"+15555555555\",\n  \"locationIds\": [],\n  \"positionIds\": []\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"userId","value":"1YbdO1VBfSVhd5OXPaDm"}],"variable":[]}},"response":[],"_postman_id":"f470cc8a-354d-4684-836d-e9e8ac48283f"},{"name":"UPDATE User - by email","id":"dc224fa3-1786-42ee-a1e4-95850f11e9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Mr API Test\",\r\n    \"phoneNumber\": \"+15555555533\",\r\n    \"locationIds\": [\"gladys_0IVKdrV2DDBJMH4lvnQ2\", \"gladys_hudson_st_4H5r3uG6qcZ09fgzXYkd\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?email=ken%2bapi.test@blanket.app","description":"<p>Update user information. Pass through email as a query parameter. If emails contain a \"+\" then it must be url encoded.</p>\n<p>Pass through any of the following in the body of the request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"Ken Postman\",\n  \"email\": \"ken+postman@blanket.app\",\n  \"phoneNumber\": \"+15555555555\",\n  \"locationIds\": [],\n  \"positionIds\": []\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"email","value":"ken%2bapi.test@blanket.app"}],"variable":[]}},"response":[],"_postman_id":"dc224fa3-1786-42ee-a1e4-95850f11e9ae"},{"name":"UPDATE User - by phoneNumber","id":"6de15b9f-b660-4e6d-b1c9-c7f0f64e3188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Vadim Tym\",    \r\n    \"positionIds\": [\"llZFGbDMF9GjLcUOidqh\", \"Ds3deemjvLBpddI3SAMH\", \"zi6GRWgzaXISDhsdQ0me\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?phoneNumber=%2B15555555552","description":"<p>Update user information. Pass through phone number as a query parameter. Phone number expected in E.164 format [+][country code][subscriber number including area code] For example: +15555555555.</p>\n<p>The plus sign must be url encoded.</p>\n<p>Pass through any of the following in the body of the request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"Ken Postman\",\n  \"email\": \"ken+postman@blanket.app\",\n  \"phoneNumber\": \"+15555555555\",\n  \"locationIds\": [],\n  \"positionIds\": []\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"phoneNumber","value":"%2B15555555552"}],"variable":[]}},"response":[],"_postman_id":"6de15b9f-b660-4e6d-b1c9-c7f0f64e3188"},{"name":"DELETE User - by userId","id":"19b5ec22-ced5-48a2-87bb-b09f4144d0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?userId=YLv0QDmyiQlYqnfGK0tv","description":"<p>Pass through userId as a query parameter.</p>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"userId","value":"YLv0QDmyiQlYqnfGK0tv"}],"variable":[]}},"response":[],"_postman_id":"19b5ec22-ced5-48a2-87bb-b09f4144d0f7"},{"name":"DELETE User - by email","id":"a02cb8bb-03e4-4439-923b-e2f89fdcfc73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?email=ken%2bapi.test@blanket.app","description":"<p>Pass through email as a query parameter. If the email contains a \"+\" then it must be url encoded.</p>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"email","value":"ken%2bapi.test@blanket.app"}],"variable":[]}},"response":[],"_postman_id":"a02cb8bb-03e4-4439-923b-e2f89fdcfc73"},{"name":"DELETE User - by phoneNumber","id":"54d519eb-14e4-49fb-a008-82ebfd54e822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://us-central1-blanket-alpha.cloudfunctions.net/blanket/api/users/?phoneNumber=%2B380977861272","description":"<p>Pass through phone number as a query parameter. Phone number expected in E.164 format [+][country code][subscriber number including area code] For example: +15555555555.</p>\n<p>The plus sign must be url encoded.</p>\n","urlObject":{"protocol":"https","path":["blanket","api","users",""],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[{"key":"phoneNumber","value":"%2B380977861272"}],"variable":[]}},"response":[],"_postman_id":"54d519eb-14e4-49fb-a008-82ebfd54e822"}],"id":"20f6b65e-f215-4fe8-9bfd-f9d1d8782a87","description":"<p>User Management Endpoints</p>\n","_postman_id":"20f6b65e-f215-4fe8-9bfd-f9d1d8782a87"},{"name":"Video","item":[{"name":"Create","id":"dc0d84d6-0820-4055-b842-bcce443a83a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"video1","type":"file","src":"/Users/shavidzet-blanket/Downloads/Videos/mov_bbb.mp4"}]},"url":"{{HOSTNAME}}/api/v1/video/create","urlObject":{"path":["api","v1","video","create"],"host":["{{HOSTNAME}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc0d84d6-0820-4055-b842-bcce443a83a0"}],"id":"8136d310-b334-4d35-b80b-39b820a35145","_postman_id":"8136d310-b334-4d35-b80b-39b820a35145","description":""},{"name":"Zapier","item":[{"name":"[TRIGGER] REST Hook Trigger - Subscribe","id":"d2066e8b-cf1f-448c-b261-f33a3d4eb832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        /*\n        - hookUrl: string. The webhook URL provided by Zapier\n        - locationIds: string[]| null. The location IDs to filter for Trigger\n        - listTemplateIds: string[] | null. The template IDs to filter for Trigger\n        - type: string. The type of trigger being registered. e.g: completedListEntry, createdActionPlan, updatedActionPlanStatus, createdIssue, updatedIssueStatus\n            + completedListEntry: support for Completed List Trigger\n            + createdActionPlan: support for New Action Plan Trigger\n            + updatedActionPlanStatus: support for Updated Action Plan Status\n            + createdIssue: support for New Task Trigger\n            + updatedIssueStatus: support for Updated Task Status Trigger\n        */\n        \"hookUrl\": {{<hookUrl>}},\n        \"locationIds\": {{locationIds>}},\n        \"listTemplateIds\": {{listTemplateIds}},\n        \"type\": {{type}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/integrations/zapier/hook","description":"<p>This API allows users to register webhooks on our system. When registering, the user needs to provide the following information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>- hookUrl: string. The webhook URL provided by Zapier\n- locationIds: string[]| null. The location IDs to filter for Trigger\n- listTemplateIds: string[] | null. The template IDs to filter for Trigger\n- type: string. The type of trigger being registered. e.g: completedListEntry, createdActionPlan, updatedActionPlanStatus, createdIssue, updatedIssueStatus\n  + completedListEntry: support for Completed List Trigger\n  + createdActionPlan: support for New Action Plan Trigger\n  + updatedActionPlanStatus: support for Updated Action Plan Status\n  + createdIssue: support for New Task Trigger\n  + updatedIssueStatus: support for Updated Task Status Trigger\n\n</code></pre><p>The type is used to differentiate the various triggers we support. When the registered hooks are triggered on our system, we will call the hookUrl to activate the corresponding trigger in Zapier.</p>\n<p>This API also supports authentication via an API key. Users must pass their assigned API key to access and register webhooks.</p>\n<p>In summary, this endpoint enables creating webhook registrations, that bridge triggers from our system into Zapier to drive connected workflows. The webhooks allow bidirectional communication by calling Zapier's hookUrl when activated.</p>\n","urlObject":{"protocol":"https","path":["integrations","zapier","hook"],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2066e8b-cf1f-448c-b261-f33a3d4eb832"},{"name":"[TRIGGER] REST Hook Trigger - Unsubscribe","id":"c7a454ad-81a7-4066-b454-2792d7a8c5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://us-central1-blanket-alpha.cloudfunctions.net/integrations/zapier/hook/:hookId","description":"<p>Complementing the webhook registration API, we also have an endpoint to unsubscribe or delete existing webhooks.</p>\n<p>This API allows users to remove webhooks that were previously configured on our system.</p>\n<p>To unsubscribe a webhook, the user must provide:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>hookId: The ID of the webhook to remove\n\n\n</code></pre><p>The API will find the registered webhook matching the hookId and delete it from our database. This will stop any further trigger events from being sent to that webhook's callback URL. The unsubscribe API also calls Zapier to inform them of the webhook removal.</p>\n<p>Similar to registration, this API also requires authentication via an API key for access.</p>\n<p>In summary, this unsubscribe API enables users to cleanly remove webhooks they no longer need active on our system. It requires providing the hook ID to identify the correct webhook registration to delete.</p>\n","urlObject":{"protocol":"https","path":["integrations","zapier","hook",":hookId"],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[],"variable":[{"description":{"content":"<p>The ID of the webhook to remove in our system</p>\n","type":"text/plain"},"type":"any","value":"","key":"hookId"}]}},"response":[],"_postman_id":"c7a454ad-81a7-4066-b454-2792d7a8c5a9"},{"name":"[ACTION] - Create Task","id":"c4d7b89f-0428-45a3-b0bd-f3f1662762b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        /*\n        - name: string (required). The name of the task\n        - issueTypeId: string (required). The ID of the issue type for this task\n        - locationIds: string[]. The location(s) associated with the task\n        - description: Details about the task\n        - isPhotoRequired: Whether a photo is required upon completion\n        - isReviewRequired: Whether manager review is required\n        - userId: The ID of the user this task is assigned to\n        - positionIds: The position(s) this task is assigned to\n        - dueDate: The due date for this task\n        - priority: none, low, medium, high (required). The priority for this task\n        */\n        \"name\": {{name}},\n        \"issueTypeId\": {{issueTypeId}},\n        \"locationIds\": {{locationIds>}},\n        \"description\": {{description}},\n        \"isPhotoRequired\": {{isPhotoRequired}},\n        \"isReviewRequired\": {{isReviewRequired}},\n        \"userId\": {{userId}},\n        \"positionIds\": {{positionIds}},\n        \"dueDate\": {{dueDate}},\n        \"priority\": {{priority}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/integrations/zapier/api/issues/create","description":"<p>This API allows users to create new tasks within our system. When making a request, the user needs to provide the following information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>        - name: string (required). The name of the task\n        - issueTypeId: string (required). The ID of the issue type for this task\n        - locationIds: string[]. The location(s) associated with the task\n        - description: Details about the task\n        - isPhotoRequired: Whether a photo is required upon completion\n        - isReviewRequired: Whether manager review is required\n        - userId: The ID of the user this task is assigned to\n        - positionIds: The position(s) this task is assigned to\n        - dueDate: The due date for this task\n        - priority: none, low, medium, high (required). The priority for this task\n\n</code></pre><p>Internally, tasks are stored as issues - so an issueTypeId is specified. The valid issue types are defined within the application.</p>\n<p>This API also supports authentication via an API key. The user must provide a valid API key to access the endpoint and create tasks.</p>\n<p>In summary, this API allows programmatically creating new tasks for users by specifying task details like name, description, due date, etc. The tasks are stored as issues for internal tracking.</p>\n","urlObject":{"protocol":"https","path":["integrations","zapier","api","issues","create"],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4d7b89f-0428-45a3-b0bd-f3f1662762b5"},{"name":"[ACTION] - Update Task","id":"716e3227-ac3c-4a0a-b875-9a1422464a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        /*\n        - id: string (required). The ID of the issue/task to update\n        - name: string. The name of the task\n        - description: Details about the task\n        - userId: The ID of the user this task is assigned to\n        - positionIds: The position(s) this task is assigned to\n        - dueDate: The due date for this task\n        - priority: none, low, medium, high. The priority for this task\n\n        */\n        \"id\": {{id}},\n        \"name\": {{name}},\n        \"description\": {{description}},\n        \"userId\": {{userId}},\n        \"positionIds\": {{positionIds}},\n        \"dueDate\": {{dueDate}},\n        \"priority\": {{priority}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/integrations/zapier/api/issues/update","description":"<p>This endpoint allows updating the details of a task.</p>\n<p>To make an update request, the user must provide:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>id: The ID of the issue/task to update\n\n</code></pre><p>As well as any fields to modify such as:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>        - name: string. The name of the task\n        - locationIds: string[]. The location(s) associated with the task\n        - description: Details about the task\n        - userId: The ID of the user this task is assigned to\n        - positionIds: The position(s) this task is assigned to\n        - dueDate: The due date for this task\n        - priority: none, low, medium, high. The priority for this task\n\n</code></pre><p>The API will find the matching task based on the id and update the specified attributes. All other details will remain unchanged.</p>\n<p>Similar to creation, updating tasks also requires passing an API key for authentication.</p>\n<p>In summary, this API enables programmatically modifying tasks bypassing the ID and updated values. Users can change details like name, due date, completion status, etc.</p>\n","urlObject":{"protocol":"https","path":["integrations","zapier","api","issues","update"],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"716e3227-ac3c-4a0a-b875-9a1422464a7c"},{"name":"[ACTION] - Find Task","id":"8b70ca3b-2919-4627-8e11-2e87534ffcf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        /*\n        - name: string (required). Task name matching a search term\n        - locationIds: string[] (required). Fetch tasks for specified locations\n        */\n        \"name\": {{name}},\n        \"locationIds\": {{locationIds}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/integrations/zapier/api/issues/search","description":"<p>This API allows searching for users in the system by email address or id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>query: string (required). Email Address or ID\n\n</code></pre><p>Pagination parameters can be supplied to control page size and number.</p>\n<p>As with the other APIs, this endpoint requires passing an API key for authorization.</p>\n<p>In summary, this find user API provides the ability to programmatically search for users based on email, name, location, position, and more. It can be useful for looking up user profiles when integrating with other systems.</p>\n","urlObject":{"protocol":"https","path":["integrations","zapier","api","issues","search"],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b70ca3b-2919-4627-8e11-2e87534ffcf6"},{"name":"[ACTION] - Find User","id":"f24a54c8-c31d-45d4-90c9-2d4978ca9fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        /*\n        - query: string (required). Email Address or ID\n        */\n        \"query\": {{query}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-blanket-alpha.cloudfunctions.net/integrations/zapier/api/users/search","description":"<p>This API allows searching for users in the system by email address or id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>query: string (required). Email Address or ID\n\n</code></pre><p>Pagination parameters can be supplied to control page size and number.</p>\n<p>As with the other APIs, this endpoint requires passing an API key for authorization.</p>\n<p>In summary, this find user API provides the ability to programmatically search for users based on email, name, location, position, and more. It can be useful for looking up user profiles when integrating with other systems.</p>\n","urlObject":{"protocol":"https","path":["integrations","zapier","api","users","search"],"host":["us-central1-blanket-alpha","cloudfunctions","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f24a54c8-c31d-45d4-90c9-2d4978ca9fe4"}],"id":"cd75d927-e3c3-4c94-9002-fa59879044a8","_postman_id":"cd75d927-e3c3-4c94-9002-fa59879044a8","description":""},{"name":"Public API","item":[{"name":"Get User Info","id":"85a2057f-1e07-4d31-aff4-e79bd64b1604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/me","description":"<p>Retrieve detailed information about a specific user. This endpoint returns user profile data including name, avatar, phone number, and organization.</p>\n","urlObject":{"protocol":"https","path":["me"],"host":["blanket-api","web","app"],"query":[],"variable":[]}},"response":[{"id":"553b0c4c-8653-4e06-a812-92bbc7deeb38","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":"https://blanket-api.web.app/me"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"result\": {\n        \"userId\": \"#UserId\",\n        \"name\": \"#Name\",\n        \"avatar\": \"\",\n        \"phoneNumber\": \"\",\n        \"organizationId\": \"#OrgId\"\n    }\n}"}],"_postman_id":"85a2057f-1e07-4d31-aff4-e79bd64b1604"},{"name":"Get Locations","id":"47b233c9-8c7c-47fe-9e04-621c8b648ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/locations/fetch","description":"<p>Retrieve locations associated with an organization that the authenticated user can access. This endpoint uses the provided API key to return a list of authorized locations, including details such as name, address, and timezone for each accessible location. The results are filtered based on the user's access rights within the organization.</p>\n","urlObject":{"protocol":"https","path":["data","locations","fetch"],"host":["blanket-api","web","app"],"query":[],"variable":[]}},"response":[{"id":"efb3aa51-803a-4662-bc51-9d3d20f3fbac","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":"https://blanket-api.web.app/data/locations/fetch"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"result\": [\n        {\n            \"address\": \"\",\n            \"locationId\": \"rwscmAAuKd2SeqCug7Mh\",\n            \"timezone\": \"America/New_York\",\n            \"name\": \"Broadway, NY\",\n            \"callOnOverDue\": \"\",\n            \"checkInCode\": \"\",\n            \"id\": \"rwscmAAuKd2SeqCug7Mh\",\n            \"organizationId\": \"napsCaps\"\n        },\n        {\n            \"address\": \"\",\n            \"locationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n            \"timezone\": \"America/New_York\",\n            \"name\": \"Chicago, IL\",\n            \"callOnOverDue\": \"\",\n            \"locationGroups\": [\n                \"oSJVEnrksm61pjhR7S5k\"\n            ],\n            \"checkInCode\": \"\",\n            \"id\": \"e0LjaRsJaSW6fYNZaXsU\",\n            \"organizationId\": \"napsCaps\"\n        },\n        {\n            \"address\": \"\",\n            \"timezone\": \"America/New_York\",\n            \"locationId\": \"w8ufiTNKNJd9SVXO3EJ3\",\n            \"name\": \"Los Angeles, CA\",\n            \"callOnOverDue\": \"\",\n            \"locationGroups\": [],\n            \"checkInCode\": \"\",\n            \"id\": \"w8ufiTNKNJd9SVXO3EJ3\",\n            \"organizationId\": \"napsCaps\"\n        },\n        {\n            \"address\": \"\",\n            \"locationId\": \"e9OASSPwATe1631oyz6A\",\n            \"timezone\": \"America/New_York\",\n            \"name\": \"Boston, MA\",\n            \"callOnOverDue\": \"\",\n            \"locationGroups\": [\n                \"oSJVEnrksm61pjhR7S5k\"\n            ],\n            \"checkInCode\": \"\",\n            \"id\": \"e9OASSPwATe1631oyz6A\",\n            \"organizationId\": \"napsCaps\"\n        },\n        {\n            \"address\": \"\",\n            \"locationId\": \"a7aY7zLLLUCrRq5q6TMn\",\n            \"timezone\": \"America/New_York\",\n            \"name\": \"Boca Raton, FL\",\n            \"callOnOverDue\": \"\",\n            \"checkInCode\": \"\",\n            \"id\": \"a7aY7zLLLUCrRq5q6TMn\",\n            \"organizationId\": \"napsCaps\"\n        }\n    ],\n    \"metadata\": {\n        \"page\": 0,\n        \"pageSize\": 100,\n        \"hasNext\": true\n    }\n}"}],"_postman_id":"47b233c9-8c7c-47fe-9e04-621c8b648ee3"},{"name":"Get Positions","id":"14efa12f-1a46-4d68-8331-72f879579dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/positions/fetch","description":"<p>Retrieve all positions within an organization based on the provided API key. This endpoint returns a comprehensive list of positions associated with the authenticated organization, including details such as job title, role, and other relevant position information. The API key is used for authentication and to identify the specific organization for which position data is being requested</p>\n","urlObject":{"protocol":"https","path":["data","positions","fetch"],"host":["blanket-api","web","app"],"query":[],"variable":[]}},"response":[{"id":"c1a232fe-6f37-4dc9-a548-cb514aa323fb","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":"https://blanket-api.web.app/data/positions/fetch"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"result\": [\n        {\n            \"id\": \"cashier_position\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Cashier\",\n            \"description\": \"Cashier Position\",\n            \"roleType\": \"employee\"\n        },\n        {\n            \"id\": \"bartender_position\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Bartender\",\n            \"description\": \"Bartender Position\",\n            \"roleType\": \"employee\"\n        },\n        {\n            \"id\": \"manager_position\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Manager\",\n            \"description\": \"Manager Position\",\n            \"roleType\": \"manager\"\n        }\n    ],\n    \"metadata\": {\n        \"page\": 0,\n        \"pageSize\": 100,\n        \"hasNext\": true\n    }\n}"}],"_postman_id":"14efa12f-1a46-4d68-8331-72f879579dcd"},{"name":"Get Users","id":"f300fe6a-2869-447b-b36c-92748a7ff9b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/users/fetch?page={{page}}&pageSize={{pageSize}}","description":"<p>Fetch a list of all users belonging to the authenticated organization. This endpoint uses the provided API key to return user information for members of the organization. The response includes basic user details such as user ID, name, email address, avatar, and current status. Pagination may be supported to handle large user lists efficiently</p>\n","urlObject":{"protocol":"https","path":["data","users","fetch"],"host":["blanket-api","web","app"],"query":[{"description":{"content":"<p>Type: number.  The page number for paginated results. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Type: number. The maximum number of users to retrieve per page. Default value is 20</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"}],"variable":[]}},"response":[{"id":"246a0ca1-db3a-4f65-a576-abc296f1ac27","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":{"raw":"https://blanket-api.web.app/data/users/fetch?page=0&pageSize=20","protocol":"https","host":["blanket-api","web","app"],"path":["data","users","fetch"],"query":[{"key":"page","value":"0","description":"Type: number.  The page number for paginated results. Default value is 0."},{"key":"pageSize","value":"20","description":"Type: number. The maximum number of users to retrieve per page. Default value is 20"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"\",\n  \"result\": [\n    {\n      \"id\": \"b65c409f-e993-44f6-b331-cbff68fd9df8\",\n      \"authId\": \"#userId\",\n      \"organizationId\": \"#orgId\",\n      \"name\": \"#name\",\n      \"avatar\": \"#avatarURL\",\n      \"email\": \"#emailAddress\",\n      \"isDeleted\": false\n    },\n    {\n      \"id\": \"547bc41b-cdc0-4380-b21c-cbfe407c1e21\",\n      \"authId\": \"#userId\",\n      \"organizationId\": \"#orgId\",\n      \"name\": \"#name\",\n      \"avatar\": \"#avatarURL\",\n      \"email\": \"#emailAddress\",\n      \"isDeleted\": false\n    },\n    {\n      \"id\": \"ff7bd4d9-a71a-4a1c-8a3b-0ab096f0ce19\",\n      \"authId\": \"#userId\",\n      \"organizationId\": \"#orgId\",\n      \"name\": \"#name\",\n      \"avatar\": \"#avatarURL\",\n      \"email\": \"#emailAddress\",\n      \"isDeleted\": false\n    },\n    {\n      \"id\": \"8f785c8d-026d-41ab-ab26-76814886ded8\",\n      \"authId\": \"#userId\",\n      \"organizationId\": \"#orgId\",\n      \"name\": \"#name\",\n      \"avatar\": \"#avatarURL\",\n      \"email\": \"#emailAddress\",\n      \"isDeleted\": false\n    }\n  ],\n  \"metadata\": {\n    \"page\": 0,\n    \"pageSize\": 20,\n    \"hasNext\": true\n  }\n}\n"}],"_postman_id":"f300fe6a-2869-447b-b36c-92748a7ff9b8"},{"name":"Get List Templates","id":"531ec27a-a838-4ad3-bca9-7da8c7e0bc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/list-templates/fetch?page={{page}}&pageSize={{pageSize}}&fromDate={{fromDate}}&toDate={{toDate}}","description":"<p>Retrieve a list of templates associated with the authenticated organization. This endpoint returns template information based on the provided API key and optional query parameters. Users can filter templates by specifying positionIds, and creatorId in the params. The response includes template details such as template ID, name, description, and associated location ID.</p>\n","urlObject":{"protocol":"https","path":["data","list-templates","fetch"],"host":["blanket-api","web","app"],"query":[{"description":{"content":"<p>Type: number.  The page number for paginated results. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Type: number. The maximum number of list templates to retrieve per page. Default value is 20</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Type: number. Filters the  list templates based on the created date, considering issues created after the specified date.</p>\n","type":"text/plain"},"key":"fromDate","value":"{{fromDate}}"},{"description":{"content":"<p>Type: number. Filters the  list templates based on the created date, considering issues created before the specified date.</p>\n","type":"text/plain"},"key":"toDate","value":"{{toDate}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the list templates based on the location IDs.</p>\n","type":"text/plain"},"key":"locationIds","value":"{{locationIds}}"},{"disabled":true,"description":{"content":"<p>Type: string. Filters the list templates based on the creator.</p>\n","type":"text/plain"},"key":"creatorId","value":"{{creatorId}}"}],"variable":[]}},"response":[{"id":"589a2a5e-8148-4840-9983-151a68ece655","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":{"raw":"https://blanket-api.web.app/data/list-templates/fetch?page=0&pageSize=20&fromDate=1718000000000&toDate=1720127082622","protocol":"https","host":["blanket-api","web","app"],"path":["data","list-templates","fetch"],"query":[{"key":"page","value":"0"},{"key":"pageSize","value":"20"},{"key":"fromDate","value":"1718000000000"},{"key":"toDate","value":"1720127082622"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"result\": [\n        {\n            \"id\": \"53f3bf67-6b06-4315-acd9-648a198fb73c\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"rwscmAAuKd2SeqCug7Mh\"\n        },\n        {\n            \"id\": \"73e3ea0e-58aa-42be-85ae-12ce66076f8f\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"kJxXTZG1a6nqOA68L9jr\"\n        },\n        {\n            \"id\": \"b91922a6-6210-44b5-9db1-a83999ce3603\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Opening Duties\",\n            \"description\": null,\n            \"locationId\": \"NtV64TxDNCeLIkBfAikz\"\n        },\n        {\n            \"id\": \"16dd022b-418e-41d8-9321-d91c3c02d3cc\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Food Temp Log\",\n            \"description\": null,\n            \"locationId\": \"GLOBAL_!@#\"\n        },\n        {\n            \"id\": \"f571858b-bf77-4003-a0c9-2239a2f8c22f\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"a7aY7zLLLUCrRq5q6TMn\"\n        },\n        {\n            \"id\": \"5a7b89fd-4ec6-42aa-9a96-c34e92f321a5\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"dLTLT29KNXdQSMuKvW8H\"\n        },\n        {\n            \"id\": \"882c51e7-5d02-46a3-bc1b-61a73fe02eb5\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"fdJFUQvwPGvHglPF5d3A\"\n        },\n        {\n            \"id\": \"1dd8bc75-81a0-49aa-ace9-226a2eb24828\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"qTczlsInBCP5wYRCcO6o\"\n        },\n        {\n            \"id\": \"2a757cb0-79b5-4617-97e2-6b9ba659998a\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Formula Test\",\n            \"description\": \"\",\n            \"locationId\": \"GLOBAL_!@#\"\n        },\n        {\n            \"id\": \"0919eb19-8c51-424e-b04a-5e1f101ee5a2\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Area Director Visit\",\n            \"description\": null,\n            \"locationId\": \"GLOBAL_!@#\"\n        },\n        {\n            \"id\": \"06ba6698-97d2-427f-aad8-365b0dc7d5fc\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"p0k5g2UXFfexduPfaTay\"\n        },\n        {\n            \"id\": \"24cf0282-3eab-4bf3-9759-9132e3b961c6\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"EkfgdDjvAzQmQsiTRgjL\"\n        },\n        {\n            \"id\": \"e5d97831-6386-4531-a2ff-674055e04198\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Opening Duties\",\n            \"description\": null,\n            \"locationId\": \"GLOBAL_!@#\"\n        },\n        {\n            \"id\": \"abc3c3dc-00d6-4778-8cbf-b023fbdbce55\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"w8ufiTNKNJd9SVXO3EJ3\"\n        },\n        {\n            \"id\": \"81eb13fa-edea-4d2d-949a-0a18ed4c8830\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"QabU1Btto8UUP9PFPpOa\"\n        },\n        {\n            \"id\": \"280d4de4-3b88-49f4-a51c-916b546f9386\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Preventative Maintenance Audit\",\n            \"description\": null,\n            \"locationId\": \"GLOBAL_!@#\"\n        },\n        {\n            \"id\": \"13fc7737-f6dc-475e-bb34-042f5d682cd9\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"All Answer Types Demo List\",\n            \"description\": null,\n            \"locationId\": \"GLOBAL_!@#\"\n        },\n        {\n            \"id\": \"9468b07a-84f1-48fd-90c4-ded3410de372\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"e9OASSPwATe1631oyz6A\"\n        },\n        {\n            \"id\": \"99b55b8f-3195-4cdf-8532-4f754d0eb26e\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"GI8ugPg48jyhSSFmSspR\"\n        },\n        {\n            \"id\": \"bdb42aff-00be-4dbb-8c7f-629f7aa3991c\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Par Fill Export test\",\n            \"description\": null,\n            \"locationId\": \"e0LjaRsJaSW6fYNZaXsU\"\n        }\n    ],\n    \"metadata\": {\n        \"page\": 0,\n        \"pageSize\": 20,\n        \"hasNext\": true\n    }\n}"}],"_postman_id":"531ec27a-a838-4ad3-bca9-7da8c7e0bc91"},{"name":"Get List Entries","id":"dff5092a-9376-4bc2-b536-d9883d3436c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/list-entries/fetch?page={{page}}&pageSize={{pageSize}}&fromDate={{fromDate}}&toDate={{toDate}}","description":"<p>Fetch a list of list entries created from templates within the authenticated organization. This endpoint returns list entry information based on the provided API key and optional query parameters. Users can filter list entries by specifying locationIds, listTemplateIds or listTemplateNames in the query string. The response includes list entries details such as list entry ID, associated template, creation date, status, and relevant location and position information.</p>\n","urlObject":{"protocol":"https","path":["data","list-entries","fetch"],"host":["blanket-api","web","app"],"query":[{"description":{"content":"<p>Type: number.  The page number for paginated results. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Type: number. The maximum number of list entries to retrieve per page. Default value is 20</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Type: number. Filters the list entries based on the created date, considering list entries created after the specified date.</p>\n","type":"text/plain"},"key":"fromDate","value":"{{fromDate}}"},{"description":{"content":"<p>Type: number. Filters the list entries based on the created date, considering list entries created before the specified date.</p>\n","type":"text/plain"},"key":"toDate","value":"{{toDate}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the list entries based on the location IDs.</p>\n","type":"text/plain"},"key":"locationIds","value":"{{locationIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the list entries based on the position IDs.</p>\n","type":"text/plain"},"key":"positionIds","value":"{{positionIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the list entries based on the list template IDs.</p>\n","type":"text/plain"},"key":"listTemplateIds","value":"{{listTemplateIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the list entries based on the list template Names .</p>\n","type":"text/plain"},"key":"listTemplateNames","value":"{{listTemplateNames}}"}],"variable":[]}},"response":[{"id":"0fb65801-2afa-4100-a0aa-104a599b9e16","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":{"raw":"https://blanket-api.web.app/data/list-entries/fetch?page=0&pageSize=20&fromDate=1718000000000&toDate=1720127082622","protocol":"https","host":["blanket-api","web","app"],"path":["data","list-entries","fetch"],"query":[{"key":"page","value":"0"},{"key":"pageSize","value":"20"},{"key":"fromDate","value":"1718000000000"},{"key":"toDate","value":"1720127082622"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"result\": [\n        {\n            \"id\": \"37a94c28-1fe2-4245-99de-0cc053ec9b77\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639047600385,\n            \"missedAfter\": 1639072800385,\n            \"lateSubmissionAfter\": 1639054800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639047600385,\n            \"modifiedDate\": 1639047600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"Q0nDhNhXg4gkNnTGw57Q\",\n            \"listReport\": {\n                \"listEntryId\": \"37a94c28-1fe2-4245-99de-0cc053ec9b77\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639072800385,\n                \"availableAfterTzAdjusted\": 1639047600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639047600385\n            },\n            \"location\": {\n                \"id\": \"76e54579-c434-4325-b82c-b36b34c022c7\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n                \"name\": \"Chicago, IL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"db57e0fa-e477-4ecd-8520-be16dc727894\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"GI8ugPg48jyhSSFmSspR\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639047600385,\n            \"missedAfter\": 1639072800385,\n            \"lateSubmissionAfter\": 1639054800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639047600385,\n            \"modifiedDate\": 1639047600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"tgNwq0eNxTn1iDbuA8Do\",\n            \"listReport\": {\n                \"listEntryId\": \"db57e0fa-e477-4ecd-8520-be16dc727894\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639072800385,\n                \"availableAfterTzAdjusted\": 1639047600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639047600385\n            },\n            \"location\": {\n                \"id\": \"26bb88bd-42cf-4d01-89c4-82073ba81a0b\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"GI8ugPg48jyhSSFmSspR\",\n                \"name\": \"Miami, FL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"f43ebac6-1b1b-476c-a66f-2f0c7859dc62\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"NtV64TxDNCeLIkBfAikz\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639047600385,\n            \"missedAfter\": 1639072800385,\n            \"lateSubmissionAfter\": 1639054800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639047600385,\n            \"modifiedDate\": 1639047600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"s4h16NY76GZuVCRmm1FT\",\n            \"listReport\": {\n                \"listEntryId\": \"f43ebac6-1b1b-476c-a66f-2f0c7859dc62\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639072800385,\n                \"availableAfterTzAdjusted\": 1639047600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639047600385\n            },\n            \"location\": {\n                \"id\": \"f3dc94e1-e8e8-42db-ad08-6ff0f52fc09c\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"NtV64TxDNCeLIkBfAikz\",\n                \"name\": \"Bridgeport, CT\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"dc9bba69-b92f-45e1-af4b-4743d8fe91fe\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"qFiTy1dkqhT0rJJBZz68\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639047600385,\n            \"missedAfter\": 1639072800385,\n            \"lateSubmissionAfter\": 1639054800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639047600385,\n            \"modifiedDate\": 1639047600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"1PjlWeBL9skhDmxhxw6s\",\n            \"listReport\": {\n                \"listEntryId\": \"dc9bba69-b92f-45e1-af4b-4743d8fe91fe\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639072800385,\n                \"availableAfterTzAdjusted\": 1639047600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639047600385\n            },\n            \"location\": {\n                \"id\": \"0f6252b6-0a86-4725-99a6-60f848ddc112\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"qFiTy1dkqhT0rJJBZz68\",\n                \"name\": \"Denver, CO\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"eb105924-c1bf-4e97-97d3-6bbd9afd74ce\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639065600385,\n            \"missedAfter\": 1639090800385,\n            \"lateSubmissionAfter\": 1639072800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639065600385,\n            \"modifiedDate\": 1639065600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"XR13if8L0DRyLYPRGh6D\",\n            \"listReport\": {\n                \"listEntryId\": \"eb105924-c1bf-4e97-97d3-6bbd9afd74ce\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639090800385,\n                \"availableAfterTzAdjusted\": 1639065600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639065600385\n            },\n            \"location\": {\n                \"id\": \"76e54579-c434-4325-b82c-b36b34c022c7\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n                \"name\": \"Chicago, IL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"0e783dd8-ac09-485e-9ad3-4c6245b84669\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"GI8ugPg48jyhSSFmSspR\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639065600385,\n            \"missedAfter\": 1639090800385,\n            \"lateSubmissionAfter\": 1639072800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639065600385,\n            \"modifiedDate\": 1639065600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"p9qOSfDnH8ONHnzMaOIF\",\n            \"listReport\": {\n                \"listEntryId\": \"0e783dd8-ac09-485e-9ad3-4c6245b84669\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639090800385,\n                \"availableAfterTzAdjusted\": 1639065600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639065600385\n            },\n            \"location\": {\n                \"id\": \"26bb88bd-42cf-4d01-89c4-82073ba81a0b\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"GI8ugPg48jyhSSFmSspR\",\n                \"name\": \"Miami, FL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"80aee4dc-5f62-4edf-bd06-46c389ad7e2f\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"NtV64TxDNCeLIkBfAikz\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639065600385,\n            \"missedAfter\": 1639090800385,\n            \"lateSubmissionAfter\": 1639072800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639065600385,\n            \"modifiedDate\": 1639065600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"wJhB4iIgbuZYGvpj7Dwl\",\n            \"listReport\": {\n                \"listEntryId\": \"80aee4dc-5f62-4edf-bd06-46c389ad7e2f\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639090800385,\n                \"availableAfterTzAdjusted\": 1639065600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639065600385\n            },\n            \"location\": {\n                \"id\": \"f3dc94e1-e8e8-42db-ad08-6ff0f52fc09c\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"NtV64TxDNCeLIkBfAikz\",\n                \"name\": \"Bridgeport, CT\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"caba0e0c-6251-48ec-b6a8-95d52903b5ce\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"qFiTy1dkqhT0rJJBZz68\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639065600385,\n            \"missedAfter\": 1639090800385,\n            \"lateSubmissionAfter\": 1639072800385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639065600385,\n            \"modifiedDate\": 1639065600385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"Utv6dsHwluigOgRWe8F2\",\n            \"listReport\": {\n                \"listEntryId\": \"caba0e0c-6251-48ec-b6a8-95d52903b5ce\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639090800385,\n                \"availableAfterTzAdjusted\": 1639065600385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639065600385\n            },\n            \"location\": {\n                \"id\": \"0f6252b6-0a86-4725-99a6-60f848ddc112\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"qFiTy1dkqhT0rJJBZz68\",\n                \"name\": \"Denver, CO\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"17dcd910-c3fc-4bff-9d65-19874187d3ea\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639080000385,\n            \"missedAfter\": 1639105200385,\n            \"lateSubmissionAfter\": 1639087200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639080000385,\n            \"modifiedDate\": 1639080000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"RtSnmuAfrYoDBXqAwPXA\",\n            \"listReport\": {\n                \"listEntryId\": \"17dcd910-c3fc-4bff-9d65-19874187d3ea\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639105200385,\n                \"availableAfterTzAdjusted\": 1639080000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639080000385\n            },\n            \"location\": {\n                \"id\": \"76e54579-c434-4325-b82c-b36b34c022c7\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n                \"name\": \"Chicago, IL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"6063f1a7-bf5c-4bbf-8909-587279c7c1d1\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"GI8ugPg48jyhSSFmSspR\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639080000385,\n            \"missedAfter\": 1639105200385,\n            \"lateSubmissionAfter\": 1639087200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639080000385,\n            \"modifiedDate\": 1639080000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"9tN1s0a1Mo4OyWaKUM0S\",\n            \"listReport\": {\n                \"listEntryId\": \"6063f1a7-bf5c-4bbf-8909-587279c7c1d1\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639105200385,\n                \"availableAfterTzAdjusted\": 1639080000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639080000385\n            },\n            \"location\": {\n                \"id\": \"26bb88bd-42cf-4d01-89c4-82073ba81a0b\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"GI8ugPg48jyhSSFmSspR\",\n                \"name\": \"Miami, FL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"238631d4-774a-4dc0-80ed-521c5bf62386\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"NtV64TxDNCeLIkBfAikz\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639080000385,\n            \"missedAfter\": 1639105200385,\n            \"lateSubmissionAfter\": 1639087200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639080000385,\n            \"modifiedDate\": 1639080000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"tc1GBGYFpfLz5aBu9TIh\",\n            \"listReport\": {\n                \"listEntryId\": \"238631d4-774a-4dc0-80ed-521c5bf62386\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639105200385,\n                \"availableAfterTzAdjusted\": 1639080000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639080000385\n            },\n            \"location\": {\n                \"id\": \"f3dc94e1-e8e8-42db-ad08-6ff0f52fc09c\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"NtV64TxDNCeLIkBfAikz\",\n                \"name\": \"Bridgeport, CT\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"9459101d-b853-4e5d-9ddb-5bad116e1511\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"qFiTy1dkqhT0rJJBZz68\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639080000385,\n            \"missedAfter\": 1639105200385,\n            \"lateSubmissionAfter\": 1639087200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639080000385,\n            \"modifiedDate\": 1639080000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"iszPeI5Rz57HozBFUdXP\",\n            \"listReport\": {\n                \"listEntryId\": \"9459101d-b853-4e5d-9ddb-5bad116e1511\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639105200385,\n                \"availableAfterTzAdjusted\": 1639080000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639080000385\n            },\n            \"location\": {\n                \"id\": \"0f6252b6-0a86-4725-99a6-60f848ddc112\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"qFiTy1dkqhT0rJJBZz68\",\n                \"name\": \"Denver, CO\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"be0c3a01-143a-48b2-aebb-846ffc8cad10\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639134000385,\n            \"missedAfter\": 1639159200385,\n            \"lateSubmissionAfter\": 1639141200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639134000385,\n            \"modifiedDate\": 1639134000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"j20GCbLgTmwRxhscFWDJ\",\n            \"listReport\": {\n                \"listEntryId\": \"be0c3a01-143a-48b2-aebb-846ffc8cad10\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639159200385,\n                \"availableAfterTzAdjusted\": 1639134000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639134000385\n            },\n            \"location\": {\n                \"id\": \"76e54579-c434-4325-b82c-b36b34c022c7\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n                \"name\": \"Chicago, IL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"a96c43aa-d160-4d3f-913f-5a76ada16c24\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"GI8ugPg48jyhSSFmSspR\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639134000385,\n            \"missedAfter\": 1639159200385,\n            \"lateSubmissionAfter\": 1639141200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639134000385,\n            \"modifiedDate\": 1639134000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"MrIom28WMhZJ82qVXQEZ\",\n            \"listReport\": {\n                \"listEntryId\": \"a96c43aa-d160-4d3f-913f-5a76ada16c24\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639159200385,\n                \"availableAfterTzAdjusted\": 1639134000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639134000385\n            },\n            \"location\": {\n                \"id\": \"26bb88bd-42cf-4d01-89c4-82073ba81a0b\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"GI8ugPg48jyhSSFmSspR\",\n                \"name\": \"Miami, FL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"56ca45eb-e753-4cd2-862a-57c0362b4b95\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"NtV64TxDNCeLIkBfAikz\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639134000385,\n            \"missedAfter\": 1639159200385,\n            \"lateSubmissionAfter\": 1639141200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639134000385,\n            \"modifiedDate\": 1639134000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"6NfPGL92K2Q5K3m2Swho\",\n            \"listReport\": {\n                \"listEntryId\": \"56ca45eb-e753-4cd2-862a-57c0362b4b95\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639159200385,\n                \"availableAfterTzAdjusted\": 1639134000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639134000385\n            },\n            \"location\": {\n                \"id\": \"f3dc94e1-e8e8-42db-ad08-6ff0f52fc09c\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"NtV64TxDNCeLIkBfAikz\",\n                \"name\": \"Bridgeport, CT\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"b9af2278-f94c-4e6d-b565-1b08e89e6c75\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"qFiTy1dkqhT0rJJBZz68\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639134000385,\n            \"missedAfter\": 1639159200385,\n            \"lateSubmissionAfter\": 1639141200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639134000385,\n            \"modifiedDate\": 1639134000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"NURgiSfL4TH9mjUfyeia\",\n            \"listReport\": {\n                \"listEntryId\": \"b9af2278-f94c-4e6d-b565-1b08e89e6c75\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639159200385,\n                \"availableAfterTzAdjusted\": 1639134000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639134000385\n            },\n            \"location\": {\n                \"id\": \"0f6252b6-0a86-4725-99a6-60f848ddc112\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"qFiTy1dkqhT0rJJBZz68\",\n                \"name\": \"Denver, CO\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"02482f11-3868-4376-9dd2-8704fed2a659\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639152000385,\n            \"missedAfter\": 1639177200385,\n            \"lateSubmissionAfter\": 1639159200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639152000385,\n            \"modifiedDate\": 1639152000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"naYnZACVSl84Z3jI9h4r\",\n            \"listReport\": {\n                \"listEntryId\": \"02482f11-3868-4376-9dd2-8704fed2a659\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639177200385,\n                \"availableAfterTzAdjusted\": 1639152000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639152000385\n            },\n            \"location\": {\n                \"id\": \"76e54579-c434-4325-b82c-b36b34c022c7\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"e0LjaRsJaSW6fYNZaXsU\",\n                \"name\": \"Chicago, IL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"dac17286-a65e-443e-8c5b-a41456c414ce\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"GI8ugPg48jyhSSFmSspR\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639152000385,\n            \"missedAfter\": 1639177200385,\n            \"lateSubmissionAfter\": 1639159200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639152000385,\n            \"modifiedDate\": 1639152000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"wnwQOqvknXX0nkxqZsuI\",\n            \"listReport\": {\n                \"listEntryId\": \"dac17286-a65e-443e-8c5b-a41456c414ce\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639177200385,\n                \"availableAfterTzAdjusted\": 1639152000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639152000385\n            },\n            \"location\": {\n                \"id\": \"26bb88bd-42cf-4d01-89c4-82073ba81a0b\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"GI8ugPg48jyhSSFmSspR\",\n                \"name\": \"Miami, FL\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"27130d8e-49e9-4966-b603-219f876047d6\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"NtV64TxDNCeLIkBfAikz\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639152000385,\n            \"missedAfter\": 1639177200385,\n            \"lateSubmissionAfter\": 1639159200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639152000385,\n            \"modifiedDate\": 1639152000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"rYtAnzqvaoyfw8tER4lP\",\n            \"listReport\": {\n                \"listEntryId\": \"27130d8e-49e9-4966-b603-219f876047d6\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639177200385,\n                \"availableAfterTzAdjusted\": 1639152000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639152000385\n            },\n            \"location\": {\n                \"id\": \"f3dc94e1-e8e8-42db-ad08-6ff0f52fc09c\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"NtV64TxDNCeLIkBfAikz\",\n                \"name\": \"Bridgeport, CT\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        },\n        {\n            \"id\": \"dea11d49-6d4d-4214-bbc8-309b8f3906b0\",\n            \"listTemplateId\": \"afbfda7c-d33a-475f-83f4-febaf23adfc8\",\n            \"organizationId\": \"napsCaps\",\n            \"name\": \"Temperature Log\",\n            \"description\": null,\n            \"locationId\": \"qFiTy1dkqhT0rJJBZz68\",\n            \"userId\": null,\n            \"reviewerId\": null,\n            \"expectedDuration\": null,\n            \"positionIds\": [\n                \"owner\",\n                \"admin\",\n                \"manager_position\"\n            ],\n            \"createdFrom\": \"audit\",\n            \"summary\": null,\n            \"status\": \"missed\",\n            \"completeInOrder\": true,\n            \"submitPriorToCompletion\": false,\n            \"blocksUntilCompleted\": false,\n            \"availableAfter\": 1639152000385,\n            \"missedAfter\": 1639177200385,\n            \"lateSubmissionAfter\": 1639159200385,\n            \"startedAt\": null,\n            \"submittedAt\": null,\n            \"createdDate\": 1639152000385,\n            \"modifiedDate\": 1639152000385,\n            \"scheduleId\": \"OET9mdQmTe1XR9lxe66r\",\n            \"isDeleted\": false,\n            \"oldAuditEntryId\": \"6XHg1SAZqga0Mgyw2RSG\",\n            \"listReport\": {\n                \"listEntryId\": \"dea11d49-6d4d-4214-bbc8-309b8f3906b0\",\n                \"totalTasks\": 3,\n                \"skippedTasks\": 0,\n                \"uncompletedTasks\": 3,\n                \"lateTasks\": 0,\n                \"onTimeTasks\": 0,\n                \"totalMaxScore\": 3,\n                \"totalScore\": 0,\n                \"completionPercentage\": \"0.00\",\n                \"scorePercentage\": \"0.00\",\n                \"duration\": null,\n                \"isFailed\": false,\n                \"isLate\": false,\n                \"isPencilWhipped\": false,\n                \"submittedAtTzAdjusted\": null,\n                \"missedAfterTzAdjusted\": 1639177200385,\n                \"availableAfterTzAdjusted\": 1639152000385,\n                \"submittedAtDate\": null,\n                \"reportModifiedDate\": 1639152000385\n            },\n            \"location\": {\n                \"id\": \"0f6252b6-0a86-4725-99a6-60f848ddc112\",\n                \"organizationId\": \"napsCaps\",\n                \"oldLocationId\": \"qFiTy1dkqhT0rJJBZz68\",\n                \"name\": \"Denver, CO\",\n                \"timezone\": \"America/New_York\",\n                \"isDeleted\": false,\n                \"tzDiffSeconds\": 0\n            }\n        }\n    ],\n    \"metadata\": {\n        \"page\": 0,\n        \"pageSize\": 20,\n        \"hasNext\": true\n    }\n}"}],"_postman_id":"dff5092a-9376-4bc2-b536-d9883d3436c7"},{"name":"Get List Entry Report","id":"916313ee-72af-4e2d-843b-bbd5fe04cf00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/report/list-entries?page={{page}}&pageSize={{pageSize}}&fromDate={{fromDate}}&toDate={{toDate}}","description":"<p>Fetch detailed reports for list entries within the authenticated organization. This endpoint provides comprehensive reporting data for completed list entries based on the provided API key and query parameters. Users can retrieve reports for specific list entries or filter reports based on various criteria</p>\n","urlObject":{"protocol":"https","path":["data","report","list-entries"],"host":["blanket-api","web","app"],"query":[{"description":{"content":"<p>Type: number.  The page number for paginated results. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Type: number. The maximum number of audits to retrieve per page. Default value is 20</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Type: number. Filters the audits based on the created date, considering audits created after the specified date.</p>\n","type":"text/plain"},"key":"fromDate","value":"{{fromDate}}"},{"description":{"content":"<p>Type: number. Filters the audits based on the created date, considering audits created before the specified date.</p>\n","type":"text/plain"},"key":"toDate","value":"{{toDate}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the audits based on the location IDs.</p>\n","type":"text/plain"},"key":"locationIds","value":"{{locationIds}}"}],"variable":[]}},"response":[{"id":"5af4d9b4-5fec-44e5-bb30-0b8d1396d9b7","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":{"raw":"https://blanket-api.web.app/data/report/list-entries?page=0&pageSize=20&fromDate=1718000000000&toDate=1720127082622","protocol":"https","host":["blanket-api","web","app"],"path":["data","report","list-entries"],"query":[{"key":"page","value":"0"},{"key":"pageSize","value":"20"},{"key":"fromDate","value":"1718000000000"},{"key":"toDate","value":"1720127082622"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"\",\n  \"result\": [\n    {\n      \"id\": \"listEntryId\",\n      \"listTemplateId\": \"#listTemplateId\",\n      \"organizationId\": \"organizationId\",\n      \"name\": \"listEntry.name\",\n      \"description\": \"\",\n      \"locationId\": \"#locationId\",\n      \"userId\": null,\n      \"reviewerId\": null,\n      \"expectedDuration\": null,\n      \"positionIds\": [\n        \"IjXuo7EnqHpfxP0X3nES\"\n      ],\n      \"createdFrom\": \"listTemplate\",\n      \"summary\": null,\n      \"status\": \"missed\",\n      \"completeInOrder\": false,\n      \"submitPriorToCompletion\": false,\n      \"blocksUntilCompleted\": false,\n      \"availableAfter\": 1717992000111,\n      \"missedAfter\": 1718074800111,\n      \"lateSubmissionAfter\": 1718074800111,\n      \"startedAt\": null,\n      \"submittedAt\": null,\n      \"createdDate\": 1717992000111,\n      \"modifiedDate\": 1717992000111,\n      \"scheduleId\": \"adcb447b-c0d2-4533-a39e-e7e1d287989c\",\n      \"isDeleted\": false,\n      \"oldAuditEntryId\": null,\n      \"listEntryId\": \"46c78c31-dcc4-4e27-8c1c-0e4b4fe7089d\",\n      \"totalTasks\": 4,\n      \"skippedTasks\": 0,\n      \"uncompletedTasks\": 4,\n      \"lateTasks\": 0,\n      \"onTimeTasks\": 0,\n      \"totalMaxScore\": 4,\n      \"totalScore\": null,\n      \"completionPercentage\": \"0.00\",\n      \"scorePercentage\": \"0\",\n      \"duration\": null,\n      \"isFailed\": false,\n      \"isLate\": false,\n      \"isPencilWhipped\": false,\n      \"submittedAtTzAdjusted\": null,\n      \"missedAfterTzAdjusted\": 1718074800111,\n      \"availableAfterTzAdjusted\": 1717992000111,\n      \"submittedAtDate\": null,\n      \"reportModifiedDate\": 1717992000111\n    },\n    {\n      \"id\": \"listEntryId\",\n      \"listTemplateId\": \"#listTemplateId\",\n      \"organizationId\": \"organizationId\",\n      \"name\": \"listEntry.name\",\n      \"description\": \"\",\n      \"locationId\": \"#locationId\",\n      \"userId\": null,\n      \"reviewerId\": null,\n      \"expectedDuration\": null,\n      \"positionIds\": [\n        \"IjXuo7EnqHpfxP0X3nES\"\n      ],\n      \"createdFrom\": \"listTemplate\",\n      \"summary\": null,\n      \"status\": \"missed\",\n      \"completeInOrder\": false,\n      \"submitPriorToCompletion\": false,\n      \"blocksUntilCompleted\": false,\n      \"availableAfter\": 1717992000111,\n      \"missedAfter\": 1718074800111,\n      \"lateSubmissionAfter\": 1718074800111,\n      \"startedAt\": null,\n      \"submittedAt\": null,\n      \"createdDate\": 1717992000111,\n      \"modifiedDate\": 1717992000111,\n      \"scheduleId\": \"adcb447b-c0d2-4533-a39e-e7e1d287989c\",\n      \"isDeleted\": false,\n      \"oldAuditEntryId\": null,\n      \"listEntryId\": \"80f5de6b-8f5b-4f33-b4c6-307c22f5b957\",\n      \"totalTasks\": 4,\n      \"skippedTasks\": 0,\n      \"uncompletedTasks\": 4,\n      \"lateTasks\": 0,\n      \"onTimeTasks\": 0,\n      \"totalMaxScore\": 4,\n      \"totalScore\": null,\n      \"completionPercentage\": \"0.00\",\n      \"scorePercentage\": \"0\",\n      \"duration\": null,\n      \"isFailed\": false,\n      \"isLate\": false,\n      \"isPencilWhipped\": false,\n      \"submittedAtTzAdjusted\": null,\n      \"missedAfterTzAdjusted\": 1718074800111,\n      \"availableAfterTzAdjusted\": 1717992000111,\n      \"submittedAtDate\": null,\n      \"reportModifiedDate\": 1717992000111\n    },\n    {\n      \"id\": \"listEntryId\",\n      \"listTemplateId\": \"#listTemplateId\",\n      \"organizationId\": \"organizationId\",\n      \"name\": \"listEntry.name\",\n      \"description\": \"\",\n      \"locationId\": \"#locationId\",\n      \"userId\": null,\n      \"reviewerId\": null,\n      \"expectedDuration\": null,\n      \"positionIds\": [\n        \"IjXuo7EnqHpfxP0X3nES\"\n      ],\n      \"createdFrom\": \"listTemplate\",\n      \"summary\": null,\n      \"status\": \"missed\",\n      \"completeInOrder\": false,\n      \"submitPriorToCompletion\": false,\n      \"blocksUntilCompleted\": false,\n      \"availableAfter\": 1717992000111,\n      \"missedAfter\": 1718074800111,\n      \"lateSubmissionAfter\": 1718074800111,\n      \"startedAt\": null,\n      \"submittedAt\": null,\n      \"createdDate\": 1717992000111,\n      \"modifiedDate\": 1717992000111,\n      \"scheduleId\": \"adcb447b-c0d2-4533-a39e-e7e1d287989c\",\n      \"isDeleted\": false,\n      \"oldAuditEntryId\": null,\n      \"listEntryId\": \"87b41cfe-4f7f-4a88-a057-6c118d8c0164\",\n      \"totalTasks\": 4,\n      \"skippedTasks\": 0,\n      \"uncompletedTasks\": 4,\n      \"lateTasks\": 0,\n      \"onTimeTasks\": 0,\n      \"totalMaxScore\": 4,\n      \"totalScore\": null,\n      \"completionPercentage\": \"0.00\",\n      \"scorePercentage\": \"0\",\n      \"duration\": null,\n      \"isFailed\": false,\n      \"isLate\": false,\n      \"isPencilWhipped\": false,\n      \"submittedAtTzAdjusted\": null,\n      \"missedAfterTzAdjusted\": 1718074800111,\n      \"availableAfterTzAdjusted\": 1717992000111,\n      \"submittedAtDate\": null,\n      \"reportModifiedDate\": 1717992000111\n    }\n  ],\n  \"metadata\": {\n    \"page\": 0,\n    \"pageSize\": 20,\n    \"hasNext\": true\n  }\n}\n"}],"_postman_id":"916313ee-72af-4e2d-843b-bbd5fe04cf00"},{"name":"Get Task Entries","id":"a82583b8-e09a-49a4-b0ef-65e83c744869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/task-entries/fetch?page={{page}}&pageSize={{pageSize}}&fromDate={{fromDate}}&toDate={{toDate}}&listTemplateIds={{listTemplateIds}}&taskTemplateName={{taskName}}","description":"<p>Fetch a list of task entries created within the authenticated organization. This endpoint returns task entry information based on the provided API key and optional query parameters. Users can filter task entries by specifying locationIds, taskTemplateIds, taskTemplateName, statuses, hasAnswer or answerType in the query string. The response includes task entry details such as task entry ID, associated template, creation date, status, and relevant task data.</p>\n","urlObject":{"protocol":"https","path":["data","task-entries","fetch"],"host":["blanket-api","web","app"],"query":[{"description":{"content":"<p>Type: number.  The page number for paginated results. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Type: number. The maximum number of task entries to retrieve per page. Default value is 20</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Type: number. Filters the list entries based on the created date, considering list entries created after the specified date.</p>\n","type":"text/plain"},"key":"fromDate","value":"{{fromDate}}"},{"description":{"content":"<p>Type: number. Filters the list entries based on the created date, considering list entries created before the specified date.</p>\n","type":"text/plain"},"key":"toDate","value":"{{toDate}}"},{"disabled":true,"description":{"content":"<p>Type: string[] or string. Filters the task entries based on the location IDs.</p>\n","type":"text/plain"},"key":"locationIds","value":"{{locationIds}}"},{"description":{"content":"<p>Type: string[] or string. Filters the task entries based on the list template IDs.</p>\n","type":"text/plain"},"key":"listTemplateIds","value":"{{listTemplateIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[] or string. Filters the task entries based on the task statues (not started, pending review, approved, rejected).</p>\n","type":"text/plain"},"key":"statuses","value":"{{statuses}}"},{"disabled":true,"description":{"content":"<p>Type: string. Filters the task entries based on the answer type (checkMark, yesNo, photo, multipleChoice, number, shortAnswer, temperature, rangeScale, date, time, formula, photoAndShortAnswer)</p>\n","type":"text/plain"},"key":"answerType","value":"{{answerType}}"},{"description":{"content":"<p>Type: string. Filters the list entries based on the task template name.</p>\n","type":"text/plain"},"key":"taskTemplateName","value":"{{taskName}}"},{"disabled":true,"description":{"content":"<p>Type: boolean. Filter based on whether tasks have answers or do not have answers.</p>\n","type":"text/plain"},"key":"hasAnswer","value":"{{hasAnswer}}"}],"variable":[]}},"response":[{"id":"2106705b-84fe-49a6-9be4-a92b0c6f5324","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":{"raw":"https://blanket-api.web.app/data/task-entries/fetch?page=0&pageSize=20&fromDate=1718000000000&toDate=172012708262&answerType=temperature&pageSize=100&listTemplateIds=84ef8f24-669b-4b2f-9b81-acf1db6fc2a2&listTemplateIds=8b3b3ba1-be3a-4b5a-8f7f-0cbadcd28c34&statuses=approved&statuses=not started&hasAnswer=1","protocol":"https","host":["blanket-api","web","app"],"path":["data","task-entries","fetch"],"query":[{"key":"page","value":"0"},{"key":"pageSize","value":"20"},{"key":"fromDate","value":"1718000000000"},{"key":"toDate","value":"172012708262"},{"key":"answerType","value":"temperature"},{"key":"pageSize","value":"100"},{"key":"listTemplateIds","value":"84ef8f24-669b-4b2f-9b81-acf1db6fc2a2"},{"key":"listTemplateIds","value":"8b3b3ba1-be3a-4b5a-8f7f-0cbadcd28c34"},{"key":"statuses","value":"approved"},{"key":"statuses","value":"not started"},{"key":"hasAnswer","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"\",\n  \"result\": [\n    {\n      \"id\": \"#taskId\",\n      \"taskTemplateId\": \"#taskTemplatedId\",\n      \"taskTemplateName\": \"#taskTemplateName\",\n      \"listEntryId\": \"#listEntryId\",\n      \"parentId\": \"#parentId\",\n      \"name\": \"#taskName\",\n      \"description\": \"#description\",\n      \"type\": \"#answerType\",\n      \"answer\": [\"36\"],\n      \"status\": \"#status\",\n      \"completedAt\": 1720471728449,\n      \"modifiedDate\": 1720471728449,\n      \"index\": 7,\n      \"isRequired\": false,\n      \"isCritical\": false,\n      \"isAvailable\": true,\n      \"isSkipped\": false,\n      \"isFailed\": false,\n      \"metaData\": {\n        \"max\": \"42\",\n        \"min\": \"35\",\n        \"operator\": \"IN\",\n        \"conditions\": [\n          {\n            \"value\": \"42\",\n            \"isFail\": true,\n            \"operator\": \">\"\n          },\n          {\n            \"value\": \"35\",\n            \"isFail\": true,\n            \"operator\": \"<\"\n          },\n          {\n            \"value\": [\n              {\n                \"value\": \"42\",\n                \"operator\": \"<\"\n              },\n              {\n                \"value\": \"35\",\n                \"operator\": \">\"\n              }\n            ],\n            \"operator\": \"AND\"\n          }\n        ]\n      },\n      \"remarks\": null,\n      \"oldTaskId\": null,\n      \"allowMultiplePhotos\": false,\n      \"listTemplateId\": \"#listTemplateId\",\n      \"organizationId\": \"#orgId\",\n      \"locationId\": \"#locationId\",\n      \"availableAfterTzAdjusted\": 1720465200849,\n      \"missedAfterTzAdjusted\": 1720472400849,\n      \"submittedAtTzAdjusted\": 1720471751748,\n      \"userId\": \"#userId\",\n      \"userName\": \"#userName\"\n    },\n    {\n      \"id\": \"#taskId\",\n      \"taskTemplateId\": \"#taskTemplatedId\",\n      \"taskTemplateName\": \"#taskTemplateName\",\n      \"listEntryId\": \"#listEntryId\",\n      \"parentId\": \"#parentId\",\n      \"name\": \"#taskName\",\n      \"description\": \"#description\",\n      \"type\": \"#answerType\",\n      \"answer\": [\"36\"],\n      \"status\": \"#status\",\n      \"completedAt\": 1720471728449,\n      \"modifiedDate\": 1720471728449,\n      \"index\": 7,\n      \"isRequired\": false,\n      \"isCritical\": false,\n      \"isAvailable\": true,\n      \"isSkipped\": false,\n      \"isFailed\": false,\n      \"metaData\": {\n        \"max\": \"42\",\n        \"min\": \"35\",\n        \"operator\": \"IN\",\n        \"conditions\": [\n          {\n            \"value\": \"42\",\n            \"isFail\": true,\n            \"operator\": \">\"\n          },\n          {\n            \"value\": \"35\",\n            \"isFail\": true,\n            \"operator\": \"<\"\n          },\n          {\n            \"value\": [\n              {\n                \"value\": \"42\",\n                \"operator\": \"<\"\n              },\n              {\n                \"value\": \"35\",\n                \"operator\": \">\"\n              }\n            ],\n            \"operator\": \"AND\"\n          }\n        ]\n      },\n      \"remarks\": null,\n      \"oldTaskId\": null,\n      \"allowMultiplePhotos\": false,\n      \"listTemplateId\": \"#listTemplateId\",\n      \"organizationId\": \"#orgId\",\n      \"locationId\": \"#locationId\",\n      \"availableAfterTzAdjusted\": 1720465200849,\n      \"missedAfterTzAdjusted\": 1720472400849,\n      \"submittedAtTzAdjusted\": 1720471751748,\n      \"userId\": \"#userId\",\n      \"userName\": \"#userName\"\n    },\n    {\n      \"id\": \"#taskId\",\n      \"taskTemplateId\": \"#taskTemplatedId\",\n      \"taskTemplateName\": \"#taskTemplateName\",\n      \"listEntryId\": \"#listEntryId\",\n      \"parentId\": \"#parentId\",\n      \"name\": \"#taskName\",\n      \"description\": \"#description\",\n      \"type\": \"#answerType\",\n      \"answer\": [\"36\"],\n      \"status\": \"#status\",\n      \"completedAt\": 1720471728449,\n      \"modifiedDate\": 1720471728449,\n      \"index\": 7,\n      \"isRequired\": false,\n      \"isCritical\": false,\n      \"isAvailable\": true,\n      \"isSkipped\": false,\n      \"isFailed\": false,\n      \"metaData\": {\n        \"max\": \"42\",\n        \"min\": \"35\",\n        \"operator\": \"IN\",\n        \"conditions\": [\n          {\n            \"value\": \"42\",\n            \"isFail\": true,\n            \"operator\": \">\"\n          },\n          {\n            \"value\": \"35\",\n            \"isFail\": true,\n            \"operator\": \"<\"\n          },\n          {\n            \"value\": [\n              {\n                \"value\": \"42\",\n                \"operator\": \"<\"\n              },\n              {\n                \"value\": \"35\",\n                \"operator\": \">\"\n              }\n            ],\n            \"operator\": \"AND\"\n          }\n        ]\n      },\n      \"remarks\": null,\n      \"oldTaskId\": null,\n      \"allowMultiplePhotos\": false,\n      \"listTemplateId\": \"#listTemplateId\",\n      \"organizationId\": \"#orgId\",\n      \"locationId\": \"#locationId\",\n      \"availableAfterTzAdjusted\": 1720465200849,\n      \"missedAfterTzAdjusted\": 1720472400849,\n      \"submittedAtTzAdjusted\": 1720471751748,\n      \"userId\": \"#userId\",\n      \"userName\": \"#userName\"\n    }\n  ],\n  \"metadata\": {\n    \"total\": 60392,\n    \"page\": 0,\n    \"pageSize\": 20,\n    \"remainingItems\": 60372\n  }\n}\n"}],"_postman_id":"a82583b8-e09a-49a4-b0ef-65e83c744869"},{"name":"Get Photo Task Report","id":"37ac2293-2cb5-40dc-862e-1a0c44339996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/report/photo-task-entries?page={{page}}&pageSize={{pageSize}}&locationIds={{locationIds}}&fromDate={{fromDate}}&toDate={{toDate}}","description":"<p>Retrieve detailed information about photo tasks associated with audits. This endpoint allows users to fetch data on photo-type subtasks within an audit, providing visual evidence and documentation.</p>\n","urlObject":{"protocol":"https","path":["data","report","photo-task-entries"],"host":["blanket-api","web","app"],"query":[{"description":{"content":"<p>Type: number.  The page number for paginated results. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Type: number. The maximum number of issues to retrieve per page. Default value is 20</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Type: string[]. Filters the issues based on the location IDs.</p>\n","type":"text/plain"},"key":"locationIds","value":"{{locationIds}}"},{"description":{"content":"<p>Type: number. Filters the issues based on the created date, considering issues created after the specified date.</p>\n","type":"text/plain"},"key":"fromDate","value":"{{fromDate}}"},{"description":{"content":"<p>Type: number. Filters the issues based on the created date, considering issues created before the specified date.</p>\n","type":"text/plain"},"key":"toDate","value":"{{toDate}}"},{"disabled":true,"description":{"content":"<p>Type: string. Filters the answers based on their list template</p>\n","type":"text/plain"},"key":"listTemplateId","value":"{{listTemplateId}}"},{"disabled":true,"description":{"content":"<p>Type: string. Filters the answers based on task id</p>\n","type":"text/plain"},"key":"taskTemplateId","value":"{{taskTemplateId}}"},{"disabled":true,"description":{"content":"<p>Type: string. Filters the answers based on their statuses (Includes not_started, pending_review, approved, rejected)</p>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"disabled":true,"description":{"content":"<p>Type: string. Search keyword for task name</p>\n","type":"text/plain"},"key":"query","value":"{{query}}"}],"variable":[]}},"response":[{"id":"af6b2f3f-9471-4624-956a-fc71e962b8bc","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{x-api-key}}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":{"raw":"https://blanket-api.web.app/data/report/photo-task-entries?page=0&pageSize=20&fromDate=1718000000000&toDate=1720127082622","protocol":"https","host":["blanket-api","web","app"],"path":["data","report","photo-task-entries"],"query":[{"key":"page","value":"0"},{"key":"pageSize","value":"20"},{"key":"fromDate","value":"1718000000000"},{"key":"toDate","value":"1720127082622"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"\",\n  \"result\": [\n    {\n      \"id\": \"77da5226-d9ca-4111-a3ba-ceae365bbb0a\",\n      \"listTemplateId\": \"71b94c0c-3490-42c0-84e7-2375c597b208\",\n      \"listEntryId\": \"7a8f27ed-4b06-4903-92dc-5f7f2a22deff\",\n      \"locationId\": \"#locationId\",\n      \"organizationId\": \"#orgId\",\n      \"taskTemplateId\": \"57bf2c6b-9e92-40fd-a0f5-c067fc409663\",\n      \"taskTemplateName\": \"#taskTemplateName\",\n      \"parentId\": \"3591a342-cc89-46a6-8000-f4b9e06e9fb3\",\n      \"name\": \"#taskName\",\n      \"description\": \"#description\",\n      \"type\": \"photo\",\n      \"answer\": [\n        \"#photoURL\"\n      ],\n      \"status\": \"approved\",\n      \"userId\": \"#userId\",\n      \"completedAt\": 1720110570400,\n      \"modifiedDate\": 1720110570400,\n      \"index\": 38,\n      \"isRequired\": true,\n      \"isCritical\": false,\n      \"isAvailable\": true,\n      \"isSkipped\": false,\n      \"isFailed\": false,\n      \"metaData\": {},\n      \"remarks\": null,\n      \"oldTaskId\": null,\n      \"allowMultiplePhotos\": false,\n      \"availableAfterTzAdjusted\": 1720094400299,\n      \"missedAfterTzAdjusted\": 1720112400299,\n      \"submittedAtTzAdjusted\": 1720110667680,\n      \"userName\": \"#userName\"\n    },\n    {\n      \"id\": \"21ba291f-6cca-437e-ba97-afaf88fc9a74\",\n      \"listTemplateId\": \"71b94c0c-3490-42c0-84e7-2375c597b208\",\n      \"listEntryId\": \"80105c67-9ce3-4dda-b800-c2c95b429f23\",\n      \"locationId\": \"#locationId\",\n      \"organizationId\": \"#orgId\",\n      \"taskTemplateId\": \"57bf2c6b-9e92-40fd-a0f5-c067fc409663\",\n      \"taskTemplateName\": \"#taskTemplateName\",\n      \"parentId\": \"9063b2f3-cfc3-4ce3-adf2-f3571aae8606\",\n      \"name\": \"#taskName\",\n      \"description\": \"#description\",\n      \"type\": \"photo\",\n      \"answer\": [\n        \"#photoURL\"\n      ],\n      \"status\": \"approved\",\n      \"userId\": \"#userId\",\n      \"completedAt\": 1720109949550,\n      \"modifiedDate\": 1720109949550,\n      \"index\": 38,\n      \"isRequired\": true,\n      \"isCritical\": false,\n      \"isAvailable\": true,\n      \"isSkipped\": false,\n      \"isFailed\": false,\n      \"metaData\": {},\n      \"remarks\": null,\n      \"oldTaskId\": null,\n      \"allowMultiplePhotos\": false,\n      \"availableAfterTzAdjusted\": 1720094400299,\n      \"missedAfterTzAdjusted\": 1720112400299,\n      \"submittedAtTzAdjusted\": 1720110048525,\n      \"userName\": \"#userName\"\n    },\n    {\n      \"id\": \"ab5a2cad-caf8-4a80-9699-c6484fb3bf57\",\n      \"listTemplateId\": \"71b94c0c-3490-42c0-84e7-2375c597b208\",\n      \"listEntryId\": \"52a8c773-3ed0-4a5c-943e-41d643341888\",\n      \"locationId\": \"#locationId\",\n      \"organizationId\": \"#orgId\",\n      \"taskTemplateId\": \"57bf2c6b-9e92-40fd-a0f5-c067fc409663\",\n      \"taskTemplateName\": \"#taskTemplateName\",\n      \"parentId\": \"16f4ad83-467f-470a-b974-c8862561dd74\",\n      \"name\": \"#taskName\",\n      \"description\": \"#description\",\n      \"type\": \"photo\",\n      \"answer\": [\n        \"#photoURL\"\n      ],\n      \"status\": \"approved\",\n      \"userId\": \"#userId\",\n      \"completedAt\": 1720105133877,\n      \"modifiedDate\": 1720105133877,\n      \"index\": 38,\n      \"isRequired\": true,\n      \"isCritical\": false,\n      \"isAvailable\": true,\n      \"isSkipped\": false,\n      \"isFailed\": false,\n      \"metaData\": {},\n      \"remarks\": null,\n      \"oldTaskId\": null,\n      \"allowMultiplePhotos\": false,\n      \"availableAfterTzAdjusted\": 1720094400299,\n      \"missedAfterTzAdjusted\": 1720112400299,\n      \"submittedAtTzAdjusted\": 1720105347409,\n      \"userName\": \"#userName\"\n    },\n    {\n      \"id\": \"97ec77b9-4f98-4b4e-bb1a-173a72f48f90\",\n      \"listTemplateId\": \"71b94c0c-3490-42c0-84e7-2375c597b208\",\n      \"listEntryId\": \"db3fc296-7682-4364-bd82-6ebad0576841\",\n      \"locationId\": \"#locationId\",\n      \"organizationId\": \"#orgId\",\n      \"taskTemplateId\": \"57bf2c6b-9e92-40fd-a0f5-c067fc409663\",\n      \"taskTemplateName\": \"#taskTemplateName\",\n      \"parentId\": \"bd89d588-d49f-4ba5-b758-e555dd414f56\",\n      \"name\": \"#taskName\",\n      \"description\": \"#description\",\n      \"type\": \"photo\",\n      \"answer\": [\n        \"#photoURL\"\n      ],\n      \"status\": \"approved\",\n      \"userId\": \"#userId\",\n      \"completedAt\": 1720104289736,\n      \"modifiedDate\": 1720104289736,\n      \"index\": 38,\n      \"isRequired\": true,\n      \"isCritical\": false,\n      \"isAvailable\": true,\n      \"isSkipped\": false,\n      \"isFailed\": false,\n      \"metaData\": {},\n      \"remarks\": null,\n      \"oldTaskId\": null,\n      \"allowMultiplePhotos\": false,\n      \"availableAfterTzAdjusted\": 1720094400299,\n      \"missedAfterTzAdjusted\": 1720112400299,\n      \"submittedAtTzAdjusted\": 1720104446820,\n      \"userName\": \"#userName\"\n    }\n  ],\n  \"metadata\": {\n    \"page\": 0,\n    \"pageSize\": 20,\n    \"hasNext\": true\n  }\n}\n"}],"_postman_id":"37ac2293-2cb5-40dc-862e-1a0c44339996"},{"name":"Get Tasks","id":"a85c231b-b42b-4055-b8b0-1ef588768c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"<p>The X-API-KEY header is used for authentication in our system's APIs.</p>\n","type":"text"}],"url":"https://blanket-api.web.app/data/issues/fetch?page={{page}}&pageSize={{pageSize}}&fromDate={{fromDate}}&toDate={{toDate}}","description":"<p>Fetch a list of tasks within the authenticated organization. This endpoint provides comprehensive information about ongoing tasks, problems, or action items identified.</p>\n","urlObject":{"protocol":"https","path":["data","issues","fetch"],"host":["blanket-api","web","app"],"query":[{"description":{"content":"<p>Type: number.  The page number for paginated results. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Type: number. The maximum number of issues to retrieve per page. Default value is 20</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Type: number. Filters the issues based on the created date, considering issues created after the specified date.</p>\n","type":"text/plain"},"key":"fromDate","value":"{{fromDate}}"},{"description":{"content":"<p>Type: number. Filters the issues based on the created date, considering issues created before the specified date.</p>\n","type":"text/plain"},"key":"toDate","value":"{{toDate}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the tasks based on user IDs.</p>\n","type":"text/plain"},"key":"userIds","value":"{{userIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the tasks based on the location IDs.</p>\n","type":"text/plain"},"key":"locationIds","value":"{{locationIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the tasks based on position IDs</p>\n","type":"text/plain"},"key":"positionIds","value":"{{positionIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the tasks based on their statuses (e.g., open, inProgress, delayed, submitted, completed).</p>\n","type":"text/plain"},"key":"statuses","value":"{{statuses}}"},{"disabled":true,"description":{"content":"<p>Type: boolean. Whether to get only parent tasks or not. Default value is false.</p>\n","type":"text/plain"},"key":"ignoreNestedIssues","value":"{{ignoreNestedIssues}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the tasks based on external collaborator IDs.</p>\n","type":"text/plain"},"key":"externalCollaboratorIds","value":"{{externalCollaboratorIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the tasks based on asset IDs.</p>\n","type":"text/plain"},"key":"assetIds","value":"{{assetIds}}"},{"disabled":true,"description":{"content":"<p>Type: string[]. Filters the tasks based on issue type IDs.</p>\n","type":"text/plain"},"key":"issueTypeIds","value":"{{issueTypeIds}}"},{"disabled":true,"description":{"content":"<p>Type: boolean. Specifies whether to include completion percentage in the response or not. Default value is false.</p>\n","type":"text/plain"},"key":"includeCompletionPercentage","value":"{{includeCompletionPercentage}}"}],"variable":[]}},"response":[{"id":"29f3d9ff-4d0a-4ded-a422-93005261cf4d","name":"Example","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{x-api-key}","description":"The X-API-KEY header is used for authentication in our system's APIs.","type":"text"}],"url":{"raw":"https://blanket-api.web.app/data/issues/fetch?page=0&pageSize=20&fromDate=1718000000000&toDate=1720127082622","protocol":"https","host":["blanket-api","web","app"],"path":["data","issues","fetch"],"query":[{"key":"page","value":"0","description":"Type: number.  The page number for paginated results. Default value is 0."},{"key":"pageSize","value":"20","description":"Type: number. The maximum number of issues to retrieve per page. Default value is 20"},{"key":"fromDate","value":"1718000000000","description":"Type: number. Filters the issues based on the created date, considering issues created after the specified date."},{"key":"toDate","value":"1720127082622","description":"Type: number. Filters the issues based on the created date, considering issues created before the specified date."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"result\": [\n        {\n            \"id\": \"35718034-7335-43aa-9eb8-61c3529a5834\",\n            \"oldIssueId\": \"vMCuiVbwRu8E2iemcggY\",\n            \"index\": 1,\n            \"name\": \"Close Patio For Winter\",\n            \"description\": \"Clean all tables & chairs, stack them and lock them, \",\n            \"isPhotoRequired\": true,\n            \"isRecurring\": false,\n            \"isReviewRequired\": false,\n            \"dueDate\": 1640976995000,\n            \"completedDate\": null,\n            \"createdDate\": 1640977003845,\n            \"modifiedDate\": 1640977003845,\n            \"priority\": 2,\n            \"status\": \"open\",\n            \"positionIds\": [\n                \"manager_position\"\n            ],\n            \"customFields\": [],\n            \"isDeleted\": false,\n            \"assetId\": null,\n            \"issueTypeId\": \"4c174011-9c22-4f6e-9dd4-2d83f669ee8f\",\n            \"tradeId\": null,\n            \"organizationId\": \"#OrgId\",\n            \"locationId\": \"#LocationId\",\n            \"userIds\": null,\n            \"createdById\": \"#UserId\",\n            \"listEntryId\": null\n        },\n        {\n            \"id\": \"19e164c4-22f9-4fff-921c-f531a5c7e61c\",\n            \"oldIssueId\": \"j0ONWurcGM1kFeEjXCbV\",\n            \"index\": 2,\n            \"name\": \"Glass Window Is broken\",\n            \"description\": \"Front window on the left. \",\n            \"isPhotoRequired\": true,\n            \"isRecurring\": false,\n            \"isReviewRequired\": false,\n            \"dueDate\": 1643654460000,\n            \"completedDate\": 1641321959789,\n            \"createdDate\": 1641024000000,\n            \"modifiedDate\": 1641321959789,\n            \"priority\": 3,\n            \"status\": \"completed\",\n            \"positionIds\": [],\n            \"customFields\": [],\n            \"isDeleted\": false,\n            \"assetId\": null,\n            \"issueTypeId\": \"4c174011-9c22-4f6e-9dd4-2d83f669ee8f\",\n            \"tradeId\": null,\n            \"organizationId\": \"#OrgId\",\n            \"locationId\": \"#LocationId\",\n            \"userIds\": [\n                \"#UserId\"\n            ],\n            \"createdById\": \"#UserId\",\n            \"listEntryId\": null\n        },\n        {\n            \"id\": \"b1b2c17e-72f4-4d18-9381-ce13d96e32b5\",\n            \"oldIssueId\": \"7eb14d99-17b6-4b50-a7c1-60bc53aab075\",\n            \"index\": 119,\n            \"name\": \"Ceiling tile is leaking \",\n            \"description\": null,\n            \"isPhotoRequired\": false,\n            \"isRecurring\": false,\n            \"isReviewRequired\": true,\n            \"dueDate\": null,\n            \"completedDate\": 1641322467427,\n            \"createdDate\": 1641322163685,\n            \"modifiedDate\": 1641322467427,\n            \"priority\": 2,\n            \"status\": \"submitted\",\n            \"positionIds\": [\n                \"manager_position\"\n            ],\n            \"customFields\": [],\n            \"isDeleted\": false,\n            \"assetId\": null,\n            \"issueTypeId\": \"4c174011-9c22-4f6e-9dd4-2d83f669ee8f\",\n            \"tradeId\": null,\n            \"organizationId\": \"#OrgId\",\n            \"locationId\": \"#LocationId\",\n            \"userIds\": [\n                \"#UserId\"\n            ],\n            \"createdById\": \"#UserId\",\n            \"listEntryId\": null\n        }\n    ],\n    \"metadata\": {\n        \"page\": 0,\n        \"pageSize\": 20,\n        \"hasNext\": true\n    }\n}"}],"_postman_id":"a85c231b-b42b-4055-b8b0-1ef588768c05"}],"id":"2291ff87-4c67-4adf-9c5a-5c1532e4e131","description":"<p><strong>This document provides an overview of the Blanket public API endpoints available for accessing resources within the system. The API is designed to facilitate interactions between client applications and the server, allowing users to retrieve user information and access various data resources securely</strong></p>\n<p><strong>The base URL for accessing the API endpoints is</strong> <a href=\"https://blanket-api.web.app/\">https://blanket-api.web.app</a></p>\n","_postman_id":"2291ff87-4c67-4adf-9c5a-5c1532e4e131"}]}