{"info":{"_postman_id":"f3effbb7-d678-47b0-8b9c-6f7fca3d9f76","name":"Prysmex API Documentation","description":"<html><head></head><body><img src=\"https://content.pstmn.io/dbbc5a84-bd57-4491-b1c5-10e5eaa21a07/bG9nby5wbmc=\" width=\"393\" height=\"130\">\n\n<h3 id=\"🎉-welcome-to-the-prysmex-api-documentation-v8411\">🎉 Welcome to the Prysmex API Documentation! <code>v8.4.11</code></h3>\n<p>Explore and interact with nearly every feature available in the Prysmex app — all through powerful API calls.</p>\n<h1 id=\"setup\">Setup</h1>\n<h3 id=\"👤-create-a-prysmex-account\">👤 Create a Prysmex account</h3>\n<p>Before you can use our APIs, you'll need an API-KEY🔑. If you already have an account, <a href=\"https://app.prysmex.com\">login</a> to you account or <a href=\"https://app.prysmex.com/sign_up\">create a new account</a>.</p>\n<h3 id=\"📁-create-a-space\">📁 Create a space</h3>\n<p>Now that you've created you account, you need to create a <strong>Space</strong> to generate an ApiKey.</p>\n<blockquote>\n<p>A space represents a client within the platform and can be associated with a plan. All Prysmex modules and features are located within a space, and only users (except managed users) can move between spaces. </p>\n</blockquote>\n<p>For help creating a space, please refer to <a href=\"https://help.prysmex.com/\">https://help.prysmex.com</a></p>\n<h3 id=\"🔑-generate-an-api-key\">🔑 Generate an API KEY</h3>\n<p>Now that you are inside a space, navigate to <a href=\"https://app.prysmex.com/fwd/admin/api_keys/new\">settings &gt; api keys</a> to generate a your ApiKey.</p>\n<blockquote>\n<p>API-KEYs impersonate users, if you would like to limit the api key privileges, create a user with a role that has the privileges you require for your use case. </p>\n</blockquote>\n<p>After generating the ApiKey, make sure you store it safely since it cannot be recovered after creation.</p>\n<p>Now lets configure lets import and configure the collection to start using the APIs! 🚀</p>\n<h3 id=\"↓-import-the-collection\">↓ Import the collection</h3>\n<p><strong>Click \"Run in Postman\" to get started!</strong></p>\n<p>If you don’t have a Postman account yet, you’ll be prompted to create one — it’s quick and free. Once logged in, you can create a new workspace or use an existing one.</p>\n<p>Then simply import the collection into your workspace to begin exploring and testing the API.</p>\n<blockquote>\n<p>💡 Already have an account? Just choose a workspace and import the collection — you’re ready to go! </p>\n</blockquote>\n<h3 id=\"⚙️-configure-the-collection\">⚙️ Configure the collection</h3>\n<p>Here are the most important variables for running most request in the collection:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>api_host</code></td>\n<td>The url of Prysmex's backend <a href=\"https://b.prysmex.com\"><i>https://b.prysmex.com</i></a></td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td>Most requests require a Space context, set your Space identifier here. Setting this value sets the Client-Subdomain header.</td>\n</tr>\n<tr>\n<td><code>api_key</code></td>\n<td>Your api key, setting this value sets the <strong>Authorization</strong> header. e.g. <code>ApiKey ge6gdAym9n5yvmUtZeMY</code>. This is required for requests inside the <a href=\"https://developers.prysmex.com/#cc4689af-9492-4a3c-a6ce-f1c706559c63\">Authenticated endpoints</a> folder.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can set them by clicking on the collection and navigatint to the variables tab Prysmex <em>API Documentation &gt; Variables</em> or by clicking the variables icon at the top right of this window as shown in the following image.</p>\n<img src=\"https://content.pstmn.io/cf3df5b3-bbef-4535-bb96-e0c50ca128a0/U2NyZWVuc2hvdCAyMDI1LTA3LTA1IGF0IDExLjU2LjA44oCvcC5tLi5wbmc=\" alt=\"Configure%20variables\">\n\n<p>Some additional variables include:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>locale</code></td>\n<td>locale</td>\n</tr>\n<tr>\n<td><code>time_zone</code></td>\n<td>time_zone</td>\n</tr>\n<tr>\n<td><code>refresh</code></td>\n<td>refresh</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🚀-run-your-first-request\">🚀 Run your first request!</h3>\n<p>Your set! Now select you first request and run it! Some requests require additional configuration, try running <em>Authenticated endpoints &gt; Users &gt; GET me</em> to display your current user.</p>\n<hr>\n<h1 id=\"collection-conventions\">Collection conventions</h1>\n<ul>\n<li><p>Variables are formatted like <code>this</code></p>\n</li>\n<li><p>Requests are organized in two main categories, <strong>Authenticated endpoints</strong> and <strong>Unauthenticated endpoints.</strong></p>\n</li>\n<li><p>API authentication is only available via ApiKey (Authorization Header), which you can generate from our app.</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"api-conventions\">API conventions</h1>\n<h3 id=\"data-format---json-api-\">Data format - JSON API {}</h3>\n<p>ALMOST ALL of our APIs use the JSONAPI standard for rendering data. Please refer to the official <a href=\"https://jsonapi.org/\">json-api docs</a> if you have any doubts about the standard.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>The following headers must be included in each request (Authorization only for authenticated endpoints). This collection takes care of this with your environment variables:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Client-Subdomain</td>\n<td>my-client</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>ApiKey ge6gdAym9n5yvmUtZeMY</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"jsonapi-headers\">JSON:API Headers</h3>\n<p>Since MOST APIs follow the JSON:API media type for structured JSON responses and requests.</p>\n<h4 id=\"📥-accept-header-recommended-for-read-requests\">📥 <code>Accept</code> Header (recommended for read requests)</h4>\n<p><strong>Purpose:</strong> Tells the server that the client expects a JSON:API-formatted response.<br><strong>Usage:</strong> Accept: application/vnd.api+json</p>\n<p>Optional, but <strong>recommended</strong> — if omitted, the server will still return JSON:API responses by default.</p>\n<h3 id=\"📤-content-type-header-required-for-write-requests\">📤 <code>Content-Type</code> Header (required for write requests)</h3>\n<p><strong>Purpose:</strong> Declares that the request body is formatted as a JSON:API document.<br><strong>Usage:</strong> Content-Type: application/vnd.api+json</p>\n<p><strong>Required</strong> for all requests that send a JSON:API body (e.g., <strong>POST</strong>, <strong>PATCH</strong>, <strong>PUT</strong>, etc..). This collection already handles this for all requests.</p>\n<h3 id=\"try-your-first-requests\">Try your first requests</h3>\n<p><strong>Create a user group</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-shell\">curl -X POST \"https://b.prysmex.com/api/user_groups\" \\\n  -H \"Authorization: ApiKey your-key\" \\\n  -H \"Client-Subdomain: yourspace\" \\\n  -H \"Content-Type: application/vnd.api+json\" \\\n  -d '{ \"data\": { \"type\": \"user-groups\", \"attributes\": { \"name\": \"My first group\" } } }'\n\n</code></pre>\n<p><strong>Search reports</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-shell\">curl -X POST \"https://b.prysmex.com/api/reports/search?page=1&amp;per=10\" \\\n  -H \"Authorization: ApiKey your-key\" \\\n  -H \"Client-Subdomain: yourspace\" \\\n  -H \"Accept: application/vnd.api+json\"\n\n</code></pre>\n<h3 id=\"query-params-in-body\">Query params in body</h3>\n<p>Unless specified otherwise, parameters can be sent <strong>either in the query string</strong> or <strong>in the request body</strong>, and will be interpreted the same by the server.</p>\n<p>For example, if a request requires a <code>current_password</code> parameter, you may send it in either format:</p>\n<p>🔹 Option 1 – As a query parameter</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X PATCH \"https://b.prysmex.com/users/123?current_password=secret123\"\n\n</code></pre>\n<p>🔹 Option 2 – In the JSON request body</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X PATCH \"https://b.prysmex.com/users/123\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"current_password\": \"secret123\"}'\n\n</code></pre>\n<p>✅ Both options are valid and interchangeable for most endpoints.</p>\n<blockquote>\n<p>💡 For complex or structured data, using the JSON body is generally preferred. </p>\n</blockquote>\n<h3 id=\"📌-optional-query-parameters\">📌 Optional Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>time_zone</code></td>\n<td>String</td>\n<td>Used to interpret or format time values. Accepts values like <code>America/Mexico_City</code>, <code>Etc/UTC</code>, <code>Europe/Brussels</code>, etc.</td>\n</tr>\n<tr>\n<td><code>refresh</code></td>\n<td>Boolean</td>\n<td>Some models are searched through a search engine, which can make results not immediately available. Setting this param ensures they are searchable right after creation or update. Useful for real-time search results in testing or automation scenarios.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🌍-locale-resolution\">🌍 Locale Resolution</h3>\n<p>The application determines the language/locale for the request based on the following precedence:</p>\n<ol>\n<li><p><code>locale</code> query parameter (e.g., <code>?locale=es</code>)</p>\n</li>\n<li><p><code>current_user.locale</code> (based on the authenticated user's preferences)</p>\n</li>\n<li><p><code>Accept-Language</code> request header (e.g., <code>Accept-Language: en-US</code>)</p>\n</li>\n</ol>\n<blockquote>\n<p>💡 This allows clients to override localization per request while still honoring user and browser preferences when no override is provided. </p>\n</blockquote>\n<hr>\n<h1 id=\"filtering-pagination\">Filtering / pagination</h1>\n<h3 id=\"pagination\">Pagination</h3>\n<p>Most search endpoints support pagination, use the following query params to control your pagination:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>int</td>\n<td>Number of the page that you want to get data</td>\n</tr>\n<tr>\n<td>per</td>\n<td>int</td>\n<td>Number of objects per page (max: 5000)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"basic-filtering\">Basic filtering</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// id equals 1\n{\n  \"id\": 1\n}\n// state equals (created OR pending) AND (id is greater than 1 and less than 5000)\n{\n  \"state\": [\"created\", \"pending\"],\n  \"id\": {\"gt\": 1, \"lte\": 5000}\n}\n// description contains 'some text' AND due_at is null AND cost is not null AND created_at in given range\n{\n  \"description\": \"some text\",\n  \"due_at\": null,\n  \"cost\": {\"exists\": true},\n  \"created_at\": {\"gt\": \"2024-01-01T06:00:00\", \"lt\": \"2025-01-19\"}\n}\n// Relative dates - current month\n{\n  \"created_at\": {\"gt\": \"now/M\", \"lt\": \"now+1M/M\"}\n}\n\n</code></pre>\n<h4 id=\"negating-a-query\">Negating a query</h4>\n<p>You can easily negate a query by simply adding <code>__negate: true</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// NOT (state is done AND due_at is null)\n{\n  \"__negate\": true,\n  \"state\": [\"done\"],\n  \"due_at\": null\n}\n\n</code></pre>\n<h4 id=\"disabling-a-query\">Disabling a query</h4>\n<p>Disable a query by simply adding <code>__disable: true</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// This query will be ignored\n{\n  \"__disable\": true,\n  \"state\": [\"done\"]\n}\n\n</code></pre>\n<h3 id=\"filter-group\">Filter group</h3>\n<p>If you need more control over AND/OR logic you can use a filter group. You can set the AND/OR evaluation via the <code>type</code> key (<code>any</code>, <code>all</code>). When <code>type</code> is set to <code>any</code>, filters are evaluated in OR context.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"any\", // or all\n  \"filters\": [\n    {\n      \"__negate\": true,\n      \"state\": [\"created\", \"pending\"],\n      \"id\": {\"gt\": 1, \"lte\": 5000}\n    },\n    {\n      \"created_by_id\": 50\n    }\n  ]\n}\n\n</code></pre>\n<p><code>__disable</code> and <code>__negate</code> keywords can also be used in a filter group.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"__negate\": true, // negate group\n  \"type\": \"any\",\n  \"filters\": [\n    {\n      \"__negate\": true, // negate filter\n      \"created_by_id\": 50\n    },\n    {\n      \"state\": [\"done\"]\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"advanced-filtering\">Advanced filtering</h3>\n<p>You can nest another filter group inside a filter group.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"any\",\n  \"filters\": [\n    {...}, // a filter\n    {...}, // another filter\n    { // a nested filter group\n      \"type\": \"all\",\n      \"filters\": [\n        {...} // filter\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<h1 id=\"custom-serialization\">Custom serialization</h1>\n<p>Whenever you make a request, the data returned from the server might have more or less data that what you might need. You can use jsonapi's <code>fields</code> and <code>include</code> params to customize which data will be serialized from the server to fit your needs.</p>\n<blockquote>\n<p>This only applies to requests that returned jsonapi payloads, which is most of them </p>\n</blockquote>\n<h4 id=\"fields-hash\">fields <code>hash</code></h4>\n<p>Allows you to filter which <code>attributes</code> and <code>relationships</code> will be rendered in the payload for each model type.</p>\n<h4 id=\"include-array\">include <code>array</code></h4>\n<p>Allows you to filter include related records in the <code>included</code> section of the payload. This is not by model type but rather the action relationship name.</p>\n<h4 id=\"links-boolean\">links <code>boolean</code></h4>\n<p>Adds links to records useful for fetching the record from the server or for navigating to the record in the app.</p>\n<h4 id=\"i18n-boolean-string-array\">i18n <code>boolean</code> <code>string</code> <code>array</code></h4>\n<p>Some records have translations via a schema (e.g. Report, Inspection, CertificateRequest, etc..). Use this option to serialize translated values.</p>\n<h4 id=\"example\">Example</h4>\n<p>Here is an example of how a request made to <code>/api/reports/1</code> using the <code>fields</code> and <code>include</code> params looks like:</p>\n<p><strong>payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"fields\": {\n        \"reports\": \"description,state,created_by,reviewer,i18n_documents,zones\",\n        \"users\": \"first_name\",\n        \"zones\": \"name\"\n    },\n    \"include\": [\"created_by\",\"reviewer\",\"zones\"],\n    \"links\": true,\n    \"i18n\": \"es\"\n}\n\n</code></pre>\n<p><strong>response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"reports\",\n        \"attributes\": {\n            \"description\": \"Optio temporibus adipisci excepturi at. Sit enim saepe corrupti tempore. Veritatis modi commodi doloremque omnis vero ut.\\nPerspiciatis inventore ex culpa eveniet asperiores animi. Itaque voluptatem velit minima nihil quaerat nostrum illum. Facere ex ipsum corporis magnam. Dignissimos quo laborum recusandae laboriosam.\\nNostrum aliquam culpa consequatur dicta ipsum. Iusto rem voluptate totam error. Distinctio modi hic repellendus voluptatibus.\",\n            \"i18n-documents\": {\n                \"es\": {\n                    \"pictures\": [\n                        \"http://development.localhost:9000/uploads/prysmex/1/no_id/pictures/accident_1_32f7922e-ac48-4ee1-ac54-7f8eb3ce74fc.jpg\"\n                    ],\n                    \"shared_9fe60c\": {\n                        \"location9999\": [\n                            {\n                                \"lat\": 25.698535187692862,\n                                \"lng\": -100.29809969651323\n                            }\n                        ]\n                    }\n                }\n            },\n            \"state\": \"done\"\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"10\",\n                    \"type\": \"users\"\n                }\n            },\n            \"reviewer\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"zones\": {\n                \"data\": [\n                    {\n                        \"id\": \"6\",\n                        \"type\": \"zones\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"http://localhost:3000/api/reports/1\",\n            \"app\": \"http://localhost:4200/s/prysmex/intents/custom?qs=(intent:(action:'in_app_navigation',payload:(to:'reports.show',args:(model_id:1))))\"\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"10\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"first-name\": \"Lawerence\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"first-name\": \"Prysmex\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"6\",\n            \"type\": \"zones\",\n            \"attributes\": {\n                \"name\": \"Distribution center-52\"\n            },\n            \"relationships\": {},\n            \"links\": {\n                \"self\": \"http://localhost:3000/api/zones/6\"\n            }\n        }\n    ]\n}\n\n</code></pre>\n<h3 id=\"security\">Security</h3>\n<p>To prevent a user from accessing that they are not authorized to access, non-admin users have limitations how much they can configure the serialized data via <code>fields</code> and <code>include</code>.</p>\n<h1 id=\"jsonapi-flat\">JSONAPI flat</h1>\n<p>Sometimes dealing with included resources in jsonapi can be a bit tedious, which is why we support serializing in a custom 'flattened' version of the SPEC. To use it, simply add the <code>.jsonapi_flat</code> extension to a <code>GET</code> request like this:</p>\n<p><code>api/reports/1.jsonapi_flat</code></p>\n<p>Here is an example of the same request with the original vs flattened version.</p>\n<p><strong>Original</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"id\": \"53\",\n    \"type\": \"reports\",\n    \"attributes\": {\n      \"state\": \"created\"\n    },\n    \"relationships\": {\n      \"created-by\": {\n        \"data\": {\n          \"id\": \"9\",\n          \"type\": \"users\"\n        }\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"id\": \"9\",\n      \"type\": \"users\",\n      \"attributes\": {\n        \"first-name\": \"Ehtel\"\n      },\n      \"relationships\": {}\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Flattened</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"53\",\n  \"type\": \"reports\",\n  \"attributes\": {\n    \"state\": \"created\"\n  },\n  \"relationships\": {\n    \"created-by\": {\n      \"data\": {\n        \"id\": \"9\",\n        \"type\": \"users\",\n        \"attributes\": {\n          \"first-name\": \"Ehtel\"\n        },\n        \"relationships\": {}\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>Now all the data of the user co-located with the relationship, instead of having to search for a user name in the <code>included</code> section via its id.</p>\n<hr>\n<h1 id=\"errors\">Errors</h1>\n<p>Errors are returned in <a href=\"https://jsonapi.org/examples/#error-objects\">json-api errors</a> format.<br>Here as some common errors when processing requests and when they might occure.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Meaning</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td><strong>Missing or invalid credentials</strong></td>\n<td>The request did not include valid authentication credentials (e.g., missing or expired token).</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td><strong>Access denied</strong></td>\n<td>Authentication was successful, but the user does not have permission to access the requested resource.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td><strong>Invalid or incomplete request data</strong></td>\n<td>The request was well-formed but could not be processed due to semantic errors (e.g., missing required fields, invalid formats).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-payload-examples\">Error payload examples</h3>\n<p>Invalid api key <code>401</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n        {\n            \"detail\": \"Invalid api key\"\n        }\n    ]\n}\n\n</code></pre>\n<p>Invalid payload when creating a resource. <code>422</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n        {\n            \"status\": \"422\",\n            \"code\": \"blank\",\n            \"title\": \"Unprocessable Content\",\n            \"detail\": \"Nombre no puede estar en blanco\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/name\"\n            }\n        },\n        {\n            \"status\": \"422\",\n            \"code\": \"too_short\",\n            \"title\": \"Unprocessable Content\",\n            \"detail\": \"Nombre es demasiado corto (3 caracteres mínimo)\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/name\"\n            }\n        }\n    ]\n}\n\n</code></pre>\n<hr>\n<h1 id=\"bulk-actions\">Bulk actions</h1>\n<p>Most models support bulk actions for <code>create</code>, <code>update</code>, and <code>destroy</code>. There are multiple advantages for using the bulk api when deleting multiple records:</p>\n<ul>\n<li><p>Transaction - All or nothing, if anything, nothing is saved.</p>\n</li>\n<li><p>Dry run - These endpoints support passing <code>dry_run</code> query param which will simulate the whole request without saving any change.</p>\n</li>\n<li><p>Performance - Single request will always be faster than multiple requests.</p>\n</li>\n</ul>\n<blockquote>\n<p>For bulk actions, authorization runs per-instance e.g. meaning if you are deleting 10 records, the user MUST have permission to delete all 10 records. </p>\n</blockquote>\n<h3 id=\"create\">Create</h3>\n<p>To create multiple records, wrap the JSON:API payloads under a <code>data</code> key.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {}, // create payload 1\n    {} // create payload 2\n  ]\n}\n\n</code></pre>\n<p>The endpoint is <code>/bulk</code>, for example, <strong>POST</strong> <code>/api/reports/bulk</code>. The endpoint returns a json object with an ids key, containing the created ids <code>{ids: []}</code>.</p>\n<h3 id=\"update\">Update</h3>\n<p>To update multiple records, wrap the JSON:API payloads under a <code>data</code> key. The id is retrieved from each payload, under <code>/data/id</code>, make sure every update payload has the id available.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {}, // update payload 1\n    {} // update payload 2\n  ]\n}\n\n</code></pre>\n<p>The endpoint is <code>/bulk_update</code>, for example, <strong>PATCH</strong> <code>/api/reports/bulk_update</code>. The endpoint returns no content.</p>\n<h3 id=\"destroy\">Destroy</h3>\n<p>To destroy multiple records, use the <strong>DELETE</strong> <code>/api/reports</code> endpoint. To select which records to delete, you must use one of two options.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>Array of ids. This will validate that all ids exist.</td>\n</tr>\n<tr>\n<td><code>filters</code></td>\n<td>See the filtering spec.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The endpoint returns a json object with an ids key, containing the created ids <code>{ids: []}</code>.</p>\n<blockquote>\n<p>⚠ Note that different users might select different reports to delete due to their read authorizations </p>\n</blockquote>\n<hr>\n<h1 id=\"nested-actions\">Nested actions</h1>\n<p>Some models allow to modify nested resources in a <code>create</code> / <code>update</code> request by using the <code>included</code> keyword (create, update) and <code>_destroy</code> attribute (destroy).</p>\n<p>Some examples are:</p>\n<ul>\n<li><p>Creating an <code>Inspection</code> along with its associated <code>Report</code>(s) in the same request.</p>\n</li>\n<li><p>Modifying an <code>Inspection</code>, removing an existing associated report and adding a new report.</p>\n</li>\n</ul>\n<p>Here is a summary table that illustrates the posibilities.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Main resource action</th>\n<th><strong>Possible nested resource action</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>create</td>\n<td>create</td>\n</tr>\n<tr>\n<td>update</td>\n<td>create, update, destroy</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"example-creating-an-inspection-with-a-report\">Example: Creating an Inspection with a Report</h4>\n<p>As you can see, the report is a regular JSON:API request nested inside the <code>included</code> keyword. It's vital to add the relationship in the parent to the child.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"id\": \"local-d37ij9\",\n        \"attributes\": {\n            \"document\": {\n                \"text2\": \"My text\"\n            }\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"type\": \"projects\",\n                    \"id\": \"1\"\n                }\n            },\n            \"reports\": {\n                \"data\": [\n                    {\n                        \"type\": \"reports\",\n                        \"id\": \"local-463m0o\"\n                    }\n                ]\n            },\n            \"schema-template-version\": {\n                \"data\": {\n                    \"type\": \"inspection-schema-templates\",\n                    \"id\": \"2\"\n                }\n            }\n        },\n        \"included\": [\n            {\n                \"id\": \"local-463m0o\",\n                \"attributes\": {\n                    \"description\": \"Some description\",\n                    \"document\": {\n                        \"pictures\": [],\n                        \"meta\": {}\n                    }\n                },\n                \"relationships\": {\n                    \"project\": {\n                        \"data\": {\n                            \"type\": \"projects\",\n                            \"id\": \"1\"\n                        }\n                    },\n                    \"schema-template-version\": {\n                        \"data\": {\n                            \"type\": \"report-schema-templates\",\n                            \"id\": \"6\"\n                        }\n                    }\n                },\n                \"type\": \"reports\",\n                \"lid\": \"@ember-data:lid-report-local-463m0o\"\n            }\n        ],\n        \"type\": \"inspections\",\n        \"lid\": \"@ember-data:lid-inspection-local-d37ij9\"\n    }\n}\n\n</code></pre>\n<h4 id=\"example-updating-an-inspection-deleting-existing-report-and-adding-a-new-report\">Example: Updating an Inspection deleting existing Report and adding a new Report</h4>\n<p>To delete a record, it must be marked with the <code>-destroy</code> attribute.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"id\": \"146\",\n        \"attributes\": {\n            \"document\": {\n                \"text2\": \"My updated text\"\n            }\n        },\n        \"relationships\": {\n            \"reports\": {\n                \"data\": [\n                    {\n                        \"type\": \"reports\",\n                        \"id\": \"local-6jl3h\"\n                    },\n                    {\n                        \"type\": \"reports\",\n                        \"id\": \"179\"\n                    }\n                ]\n            },\n            \"schema-template-version\": {\n                \"data\": {\n                    \"type\": \"inspection-schema-templates\",\n                    \"id\": \"2\"\n                }\n            }\n        },\n        \"included\": [\n            {\n                \"id\": \"179\",\n                \"type\": \"reports\",\n                \"attributes\": {\n                    \"-destroy\": true\n                }\n            },\n            {\n                \"id\": \"local-6jl3h\",\n                \"attributes\": {\n                    \"description\": \"Some description\",\n                    \"document\": {\n                        \"pictures\": [],\n                        \"meta\": {}\n                    }\n                },\n                \"relationships\": {\n                    \"project\": {\n                        \"data\": {\n                            \"type\": \"projects\",\n                            \"id\": \"1\"\n                        }\n                    },\n                    \"schema-template-version\": {\n                        \"data\": {\n                            \"type\": \"report-schema-templates\",\n                            \"id\": \"6\"\n                        }\n                    }\n                },\n                \"type\": \"reports\",\n                \"lid\": \"@ember-data:lid-report-local-6jl3h\"\n            }\n        ],\n        \"type\": \"inspections\",\n        \"lid\": \"@ember-data:lid-inspection-local-d37ij9\"\n    }\n}\n\n</code></pre>\n<h1 id=\"data-models\">Data models</h1>\n<h3 id=\"doc-conventions\">Doc conventions</h3>\n<p>This docs are a collection are organized into two major categories <strong>Authenticated endpoints</strong> and <strong>Unauthenticated endpoints</strong>, which then are organized by data model (e.g. <em>Users</em>, <em>Clients</em>, <em>Reports</em>, etc...). Inside each folder, you'll find example requests that range from creating, updating, searching, deleting to other model specific requests. At the beginning of each directory, you'll find a section called <strong>Data Model</strong> that contains a representation of the database table for that model with the following divided into two categories:</p>\n<ul>\n<li><p>🔒 <strong>System-managed attributes</strong>: Set or updated automatically by the system. These cannot be provided or modified through the API.</p>\n</li>\n<li><p>📤 <strong>API-settable attributes</strong>: Fields that can be created or updated by the client when interacting with the API.</p>\n</li>\n</ul>\n<p>See <strong>Common Data Model attributes</strong> table to new an example of how each model table looks like.</p>\n<blockquote>\n<p>This postman collection contains requests for all models that exist in our platform and we do our best to maintain them up to date. If you have any issues, o need help, feel free to contact us in the live chat in our app at <a href=\"https://app.prysmex.com\">https://app.prysmex.com</a>. </p>\n</blockquote>\n<h3 id=\"common-data-model-attributes\">Common Data Model attributes</h3>\n<p>Each data model contains a table with its attributes (columns). Since most data models contain the following attributes, they are NOT listed on each of the tables.</p>\n<h4 id=\"📤-settable\">📤 Settable</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Default</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><h4 id=\"🔒-system-managed\">🔒 System managed</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Default</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>created_at</strong>*</td>\n<td>datetime</td>\n<td>timestamp for now</td>\n<td>Timestamp when the record was created  <br>(system-managed)</td>\n</tr>\n<tr>\n<td><strong>updated_at</strong>*</td>\n<td>datetime</td>\n<td>timestamp for now</td>\n<td>Timestamp when the record was last updated  <br>(system-managed)</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>datetime</td>\n<td>null</td>\n<td>Soft-deletion timestamp  <br>(system-managed)</td>\n</tr>\n<tr>\n<td><strong>created_by_id</strong>*</td>\n<td>integer</td>\n<td>id if current <code>User</code></td>\n<td>ID of the <code>User</code> who created this record  <br>(system-managed)</td>\n</tr>\n<tr>\n<td>last_updated_by_id</td>\n<td>integer</td>\n<td>null</td>\n<td>ID of the <code>User</code> who last updated this record  <br>(system-managed)</td>\n</tr>\n<tr>\n<td>last_deleted_by_id</td>\n<td>integer</td>\n<td>null</td>\n<td>ID of the <code>User</code> who deleted this record  <br>(system-managed)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"disclaimers\">Disclaimers</h1>\n<ul>\n<li>🚫 API versioning is not currently supported. This means that new releases may introduce breaking changes without prior notice. Please monitor updates closely and test your integrations regularly.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Setup","slug":"setup"},{"content":"Collection conventions","slug":"collection-conventions"},{"content":"API conventions","slug":"api-conventions"},{"content":"Filtering / pagination","slug":"filtering-pagination"},{"content":"Custom serialization","slug":"custom-serialization"},{"content":"JSONAPI flat","slug":"jsonapi-flat"},{"content":"Errors","slug":"errors"},{"content":"Bulk actions","slug":"bulk-actions"},{"content":"Nested actions","slug":"nested-actions"},{"content":"Data models","slug":"data-models"},{"content":"Disclaimers","slug":"disclaimers"}],"owner":"420467","collectionId":"f3effbb7-d678-47b0-8b9c-6f7fca3d9f76","publishedId":"2sB2qgeJZQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0277cc"},"publishDate":"2025-07-05T05:11:47.000Z"},"item":[{"name":"Authenticated endpoints","item":[{"name":"Clients","item":[{"name":"index","id":"47fa0b6c-c42a-4646-947e-886680886443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/clients?per=5&page=1","description":"<p>Use this endpoint to search for all <code>Client</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>Client</code> <strong>Data Model.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"5"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"f820a4df-b5ac-4f05-bfcf-51e1a655f208","name":"index","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://b.prysmex.com/api/clients?per=5&page=1","host":["https://b.prysmex.com"],"path":["api","clients"],"query":[{"key":"per","value":"5"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"74870321-48ac-4dfa-96fb-8ccecfae2910"},{"key":"x-runtime","value":"0.098505"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.04, sql.active_record;dur=14.61, cache_write.active_support;dur=0.10, instantiation.active_record;dur=3.21, start_transaction.active_record;dur=0.00, transaction.active_record;dur=7.32, cache_generate.active_support;dur=3.38, process_action.action_controller;dur=52.89"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"clients\",\n            \"attributes\": {\n                \"available-locales\": [\n                    \"en\",\n                    \"es\"\n                ],\n                \"created-at\": \"2025-06-25T16:36:53.740Z\",\n                \"dark-picture-url\": null,\n                \"domains\": [\n                    \"client-all.com\"\n                ],\n                \"extra-info\": {\n                    \"completedEntries\": [\n                        \"invite_users\",\n                        \"create_template\"\n                    ],\n                    \"onboardRequired\": true\n                },\n                \"feature-flags\": {\n                    \"alert\": true,\n                    \"campaign\": true,\n                    \"certificate\": true,\n                    \"course\": true,\n                    \"inspection\": true,\n                    \"intent\": true,\n                    \"kibana_object\": true,\n                    \"kibana_object_custom\": true,\n                    \"post\": true,\n                    \"recognition\": true,\n                    \"report\": true,\n                    \"scheduled_task\": true,\n                    \"visit\": true\n                },\n                \"free-seats-used\": 0,\n                \"full-seats-used\": 25,\n                \"home-page-mapping\": null,\n                \"identifier\": \"client-all\",\n                \"license-type\": \"enterprise\",\n                \"max-daily-campaings-per-user\": 1,\n                \"max-projects\": null,\n                \"max-seats\": 200,\n                \"name\": \"Espacio sobresaliente de Client\",\n                \"paid-full-seats\": 100,\n                \"picture-url\": null,\n                \"shard\": \"common\",\n                \"status\": \"active\",\n                \"stripe-subscription\": {\n                    \"id\": \"sub_fake\",\n                    \"plan\": {\n                        \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                        \"active\": true,\n                        \"object\": \"plan\",\n                        \"created\": 1692412883,\n                        \"product\": \"prod_OTcL43MSaElkZM\",\n                        \"currency\": \"mxn\",\n                        \"interval\": \"year\",\n                        \"livemode\": false,\n                        \"metadata\": {},\n                        \"nickname\": null,\n                        \"tiers_mode\": null,\n                        \"usage_type\": \"licensed\",\n                        \"amount_decimal\": \"0\",\n                        \"billing_scheme\": \"per_unit\",\n                        \"interval_count\": 1,\n                        \"aggregate_usage\": null,\n                        \"transform_usage\": null,\n                        \"trial_period_days\": null\n                    },\n                    \"items\": {\n                        \"url\": \"/v1/subscription_items?subscription=sub_fake\",\n                        \"data\": [\n                            {\n                                \"id\": \"si_fake\",\n                                \"plan\": {\n                                    \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                    \"active\": true,\n                                    \"amount\": 0,\n                                    \"object\": \"plan\",\n                                    \"created\": 1692456683,\n                                    \"product\": \"prod_OTcL43MSaElkZM\",\n                                    \"currency\": \"mxn\",\n                                    \"interval\": \"year\",\n                                    \"livemode\": true,\n                                    \"metadata\": {},\n                                    \"nickname\": null,\n                                    \"tiers_mode\": null,\n                                    \"usage_type\": \"licensed\",\n                                    \"amount_decimal\": \"0\",\n                                    \"billing_scheme\": \"per_unit\",\n                                    \"interval_count\": 1,\n                                    \"aggregate_usage\": null,\n                                    \"transform_usage\": null,\n                                    \"trial_period_days\": null\n                                },\n                                \"price\": {\n                                    \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                    \"type\": \"recurring\",\n                                    \"active\": true,\n                                    \"object\": \"price\",\n                                    \"created\": 1692456683,\n                                    \"product\": \"prod_OTcL43MSaElkZM\",\n                                    \"currency\": \"mxn\",\n                                    \"livemode\": true,\n                                    \"metadata\": {},\n                                    \"nickname\": null,\n                                    \"recurring\": {\n                                        \"interval\": \"year\",\n                                        \"usage_type\": \"licensed\",\n                                        \"interval_count\": 1,\n                                        \"aggregate_usage\": null,\n                                        \"trial_period_days\": null\n                                    },\n                                    \"lookup_key\": null,\n                                    \"tiers_mode\": null,\n                                    \"unit_amount\": 0,\n                                    \"tax_behavior\": \"unspecified\",\n                                    \"billing_scheme\": \"per_unit\",\n                                    \"currency_options\": {\n                                        \"mxn\": {\n                                            \"unit_amount\": 0,\n                                            \"tax_behavior\": \"unspecified\",\n                                            \"custom_unit_amount\": null,\n                                            \"unit_amount_decimal\": \"0\"\n                                        },\n                                        \"usd\": {\n                                            \"unit_amount\": 0,\n                                            \"tax_behavior\": \"unspecified\",\n                                            \"custom_unit_amount\": null,\n                                            \"unit_amount_decimal\": \"0\"\n                                        }\n                                    },\n                                    \"custom_unit_amount\": null,\n                                    \"transform_quantity\": null,\n                                    \"unit_amount_decimal\": \"0\"\n                                },\n                                \"object\": \"subscription_item\",\n                                \"created\": 1692500353,\n                                \"metadata\": {},\n                                \"quantity\": 1,\n                                \"tax_rates\": [],\n                                \"subscription\": \"sub_fake\",\n                                \"billing_thresholds\": null\n                            }\n                        ],\n                        \"object\": \"list\",\n                        \"has_more\": false,\n                        \"total_count\": 1\n                    },\n                    \"object\": \"subscription\",\n                    \"status\": \"active\",\n                    \"created\": 1692543736,\n                    \"currency\": \"mxn\",\n                    \"customer\": \"cus_OUBVFcZ0GvYERn\",\n                    \"discount\": null,\n                    \"ended_at\": null,\n                    \"livemode\": false,\n                    \"metadata\": {\n                        \"app\": \"true\",\n                        \"scope\": \"development-pato\",\n                        \"shard\": \"prysmex\",\n                        \"client_id\": \"1\",\n                        \"client_subdomain\": \"prysmex\"\n                    },\n                    \"quantity\": 1,\n                    \"schedule\": null,\n                    \"cancel_at\": null,\n                    \"trial_end\": null,\n                    \"start_date\": 1690869600,\n                    \"test_clock\": null,\n                    \"application\": null,\n                    \"canceled_at\": null,\n                    \"description\": null,\n                    \"trial_start\": null,\n                    \"on_behalf_of\": null,\n                    \"automatic_tax\": {\n                        \"enabled\": false\n                    },\n                    \"transfer_data\": null,\n                    \"days_until_due\": 25,\n                    \"default_source\": null,\n                    \"latest_invoice\": \"in_1NhD8uJwhrNkNEurasfM9hOA\",\n                    \"pending_update\": null,\n                    \"trial_settings\": {\n                        \"end_behavior\": {\n                            \"missing_payment_method\": \"create_invoice\"\n                        }\n                    },\n                    \"pause_collection\": null,\n                    \"payment_settings\": {\n                        \"payment_method_types\": [\n                            \"card\"\n                        ],\n                        \"payment_method_options\": null,\n                        \"save_default_payment_method\": \"off\"\n                    },\n                    \"collection_method\": \"send_invoice\",\n                    \"default_tax_rates\": [\n                        {\n                            \"id\": \"txr_1Ngf5UJwhrNkNEur9oGrTy6x\",\n                            \"state\": null,\n                            \"active\": true,\n                            \"object\": \"tax_rate\",\n                            \"country\": \"MX\",\n                            \"created\": 1692412828,\n                            \"livemode\": false,\n                            \"metadata\": {},\n                            \"tax_type\": \"vat\",\n                            \"inclusive\": false,\n                            \"percentage\": 16,\n                            \"description\": null,\n                            \"display_name\": \"IVA\",\n                            \"jurisdiction\": \"MX\",\n                            \"effective_percentage\": 16\n                        }\n                    ],\n                    \"billing_thresholds\": null,\n                    \"current_period_end\": 1722492000,\n                    \"billing_cycle_anchor\": 1722492000,\n                    \"cancel_at_period_end\": false,\n                    \"cancellation_details\": {\n                        \"reason\": null,\n                        \"comment\": null,\n                        \"feedback\": null\n                    },\n                    \"current_period_start\": 1692543736,\n                    \"pending_setup_intent\": null,\n                    \"default_payment_method\": null,\n                    \"application_fee_percent\": null,\n                    \"pending_invoice_item_interval\": null,\n                    \"next_pending_invoice_item_invoice\": null\n                },\n                \"subdomain\": \"client-all\",\n                \"teams-pro-trial-started-at\": null,\n                \"updated-at\": \"2025-06-26T16:09:42.322Z\",\n                \"user-schema\": {\n                    \"type\": \"object\",\n                    \"$defs\": {},\n                    \"properties\": {},\n                    \"allOf\": [],\n                    \"required\": [],\n                    \"schemaFormVersion\": \"3.4.0\",\n                    \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n                    \"availableLocales\": []\n                }\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"total_pages\": 1,\n        \"total_count\": 1\n    }\n}"}],"_postman_id":"47fa0b6c-c42a-4646-947e-886680886443"},{"name":"show","id":"6c55df89-013b-4316-8c2c-e08b00d53c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/clients/:id","description":"<p>Use this endpoint to fetch a <code>Client</code> by id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_client_id}}","key":"id"}]}},"response":[{"id":"65af2b61-341c-4254-baeb-a6e9dd1487ee","name":"show","originalRequest":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/clients/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"a073e189-5068-4193-a38d-5491b37514ac"},{"key":"x-runtime","value":"0.062526"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.10, sql.active_record;dur=9.88, cache_write.active_support;dur=0.20, instantiation.active_record;dur=0.72, start_transaction.active_record;dur=0.00, transaction.active_record;dur=2.13, cache_generate.active_support;dur=7.42, process_action.action_controller;dur=43.82"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"clients\",\n        \"attributes\": {\n            \"available-locales\": [\n                \"en\",\n                \"es\"\n            ],\n            \"created-at\": \"2025-06-25T16:36:53.740Z\",\n            \"dark-picture-url\": null,\n            \"domains\": [\n                \"client-all.com\"\n            ],\n            \"extra-info\": {\n                \"completedEntries\": [\n                    \"invite_users\",\n                    \"create_template\"\n                ],\n                \"onboardRequired\": true\n            },\n            \"feature-flags\": {\n                \"alert\": true,\n                \"campaign\": true,\n                \"certificate\": true,\n                \"course\": true,\n                \"inspection\": true,\n                \"intent\": true,\n                \"kibana_object\": true,\n                \"kibana_object_custom\": true,\n                \"post\": true,\n                \"recognition\": true,\n                \"report\": true,\n                \"scheduled_task\": true,\n                \"visit\": true\n            },\n            \"free-seats-used\": 0,\n            \"full-seats-used\": 25,\n            \"home-page-mapping\": null,\n            \"identifier\": \"client-all\",\n            \"license-type\": \"enterprise\",\n            \"max-daily-campaings-per-user\": 1,\n            \"max-projects\": null,\n            \"max-seats\": 200,\n            \"name\": \"Espacio sobresaliente de Client\",\n            \"paid-full-seats\": 100,\n            \"picture-url\": null,\n            \"shard\": \"common\",\n            \"status\": \"active\",\n            \"stripe-subscription\": {\n                \"id\": \"sub_fake\",\n                \"plan\": {\n                    \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                    \"active\": true,\n                    \"object\": \"plan\",\n                    \"created\": 1692412883,\n                    \"product\": \"prod_OTcL43MSaElkZM\",\n                    \"currency\": \"mxn\",\n                    \"interval\": \"year\",\n                    \"livemode\": false,\n                    \"metadata\": {},\n                    \"nickname\": null,\n                    \"tiers_mode\": null,\n                    \"usage_type\": \"licensed\",\n                    \"amount_decimal\": \"0\",\n                    \"billing_scheme\": \"per_unit\",\n                    \"interval_count\": 1,\n                    \"aggregate_usage\": null,\n                    \"transform_usage\": null,\n                    \"trial_period_days\": null\n                },\n                \"items\": {\n                    \"url\": \"/v1/subscription_items?subscription=sub_fake\",\n                    \"data\": [\n                        {\n                            \"id\": \"si_fake\",\n                            \"plan\": {\n                                \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                \"active\": true,\n                                \"amount\": 0,\n                                \"object\": \"plan\",\n                                \"created\": 1692456683,\n                                \"product\": \"prod_OTcL43MSaElkZM\",\n                                \"currency\": \"mxn\",\n                                \"interval\": \"year\",\n                                \"livemode\": true,\n                                \"metadata\": {},\n                                \"nickname\": null,\n                                \"tiers_mode\": null,\n                                \"usage_type\": \"licensed\",\n                                \"amount_decimal\": \"0\",\n                                \"billing_scheme\": \"per_unit\",\n                                \"interval_count\": 1,\n                                \"aggregate_usage\": null,\n                                \"transform_usage\": null,\n                                \"trial_period_days\": null\n                            },\n                            \"price\": {\n                                \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                \"type\": \"recurring\",\n                                \"active\": true,\n                                \"object\": \"price\",\n                                \"created\": 1692456683,\n                                \"product\": \"prod_OTcL43MSaElkZM\",\n                                \"currency\": \"mxn\",\n                                \"livemode\": true,\n                                \"metadata\": {},\n                                \"nickname\": null,\n                                \"recurring\": {\n                                    \"interval\": \"year\",\n                                    \"usage_type\": \"licensed\",\n                                    \"interval_count\": 1,\n                                    \"aggregate_usage\": null,\n                                    \"trial_period_days\": null\n                                },\n                                \"lookup_key\": null,\n                                \"tiers_mode\": null,\n                                \"unit_amount\": 0,\n                                \"tax_behavior\": \"unspecified\",\n                                \"billing_scheme\": \"per_unit\",\n                                \"currency_options\": {\n                                    \"mxn\": {\n                                        \"unit_amount\": 0,\n                                        \"tax_behavior\": \"unspecified\",\n                                        \"custom_unit_amount\": null,\n                                        \"unit_amount_decimal\": \"0\"\n                                    },\n                                    \"usd\": {\n                                        \"unit_amount\": 0,\n                                        \"tax_behavior\": \"unspecified\",\n                                        \"custom_unit_amount\": null,\n                                        \"unit_amount_decimal\": \"0\"\n                                    }\n                                },\n                                \"custom_unit_amount\": null,\n                                \"transform_quantity\": null,\n                                \"unit_amount_decimal\": \"0\"\n                            },\n                            \"object\": \"subscription_item\",\n                            \"created\": 1692500353,\n                            \"metadata\": {},\n                            \"quantity\": 1,\n                            \"tax_rates\": [],\n                            \"subscription\": \"sub_fake\",\n                            \"billing_thresholds\": null\n                        }\n                    ],\n                    \"object\": \"list\",\n                    \"has_more\": false,\n                    \"total_count\": 1\n                },\n                \"object\": \"subscription\",\n                \"status\": \"active\",\n                \"created\": 1692543736,\n                \"currency\": \"mxn\",\n                \"customer\": \"cus_OUBVFcZ0GvYERn\",\n                \"discount\": null,\n                \"ended_at\": null,\n                \"livemode\": false,\n                \"metadata\": {\n                    \"app\": \"true\",\n                    \"scope\": \"development-pato\",\n                    \"shard\": \"prysmex\",\n                    \"client_id\": \"1\",\n                    \"client_subdomain\": \"prysmex\"\n                },\n                \"quantity\": 1,\n                \"schedule\": null,\n                \"cancel_at\": null,\n                \"trial_end\": null,\n                \"start_date\": 1690869600,\n                \"test_clock\": null,\n                \"application\": null,\n                \"canceled_at\": null,\n                \"description\": null,\n                \"trial_start\": null,\n                \"on_behalf_of\": null,\n                \"automatic_tax\": {\n                    \"enabled\": false\n                },\n                \"transfer_data\": null,\n                \"days_until_due\": 25,\n                \"default_source\": null,\n                \"latest_invoice\": \"in_1NhD8uJwhrNkNEurasfM9hOA\",\n                \"pending_update\": null,\n                \"trial_settings\": {\n                    \"end_behavior\": {\n                        \"missing_payment_method\": \"create_invoice\"\n                    }\n                },\n                \"pause_collection\": null,\n                \"payment_settings\": {\n                    \"payment_method_types\": [\n                        \"card\"\n                    ],\n                    \"payment_method_options\": null,\n                    \"save_default_payment_method\": \"off\"\n                },\n                \"collection_method\": \"send_invoice\",\n                \"default_tax_rates\": [\n                    {\n                        \"id\": \"txr_1Ngf5UJwhrNkNEur9oGrTy6x\",\n                        \"state\": null,\n                        \"active\": true,\n                        \"object\": \"tax_rate\",\n                        \"country\": \"MX\",\n                        \"created\": 1692412828,\n                        \"livemode\": false,\n                        \"metadata\": {},\n                        \"tax_type\": \"vat\",\n                        \"inclusive\": false,\n                        \"percentage\": 16,\n                        \"description\": null,\n                        \"display_name\": \"IVA\",\n                        \"jurisdiction\": \"MX\",\n                        \"effective_percentage\": 16\n                    }\n                ],\n                \"billing_thresholds\": null,\n                \"current_period_end\": 1722492000,\n                \"billing_cycle_anchor\": 1722492000,\n                \"cancel_at_period_end\": false,\n                \"cancellation_details\": {\n                    \"reason\": null,\n                    \"comment\": null,\n                    \"feedback\": null\n                },\n                \"current_period_start\": 1692543736,\n                \"pending_setup_intent\": null,\n                \"default_payment_method\": null,\n                \"application_fee_percent\": null,\n                \"pending_invoice_item_interval\": null,\n                \"next_pending_invoice_item_invoice\": null\n            },\n            \"subdomain\": \"client-all\",\n            \"teams-pro-trial-started-at\": null,\n            \"updated-at\": \"2025-06-26T16:09:42.322Z\",\n            \"user-schema\": {\n                \"type\": \"object\",\n                \"$defs\": {},\n                \"properties\": {},\n                \"allOf\": [],\n                \"required\": [],\n                \"schemaFormVersion\": \"3.4.0\",\n                \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n                \"availableLocales\": []\n            }\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": null\n            },\n            \"last-updated-by\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"users\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"6c55df89-013b-4316-8c2c-e08b00d53c05"},{"name":"create","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":["pm.environment.set(\"_client_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"a795ece4-8331-42cb-8a38-e835a5719f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"dark-picture-url\": null,\n      \"wizard\": {\n        \"entityType\": \"personal\",\n        \"discovery\": \"search_engine\"\n      },\n      \"max-daily-campaings-per-user\": 1,\n      \"name\": \"New Space\",\n      \"picture-url\": null,\n      \"subdomain\": null,\n      \"user-schema\": null\n    },\n    \"included\": [],\n    \"type\": \"clients\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/clients","description":"<p>Use this endpoint to create a <code>Client</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"eda45e7a-59b4-4103-8b06-8e659f3d7680","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"dark-picture-url\": null,\n      \"extra-info\": {\n        \"onboardRequired\": true\n      },\n      \"max-daily-campaings-per-user\": 1,\n      \"name\": \"New Space\",\n      \"picture-url\": null,\n      \"subdomain\": null,\n      \"user-schema\": null\n    },\n    \"included\": [],\n    \"type\": \"clients\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/clients"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"15c905f2-1536-4fab-b7a9-fb3db056ed64"},{"key":"x-runtime","value":"1.211562"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.84, sql.active_record;dur=149.23, cache_write.active_support;dur=1.48, instantiation.active_record;dur=4.67, start_transaction.active_record;dur=0.01, transaction.active_record;dur=635.64, unpermitted_parameters.action_controller;dur=0.01, factory_bot.compile_factory;dur=0.04, factory_bot.run_factory;dur=140.21, cache_generate.active_support;dur=36.59, enqueue.active_job;dur=16.16, perform_start.active_job;dur=0.01, perform.active_job;dur=85.34, process_action.action_controller;dur=1191.80"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"30\",\n        \"type\": \"clients\",\n        \"attributes\": {\n            \"available-locales\": [\n                \"en\",\n                \"es\"\n            ],\n            \"created-at\": \"2025-07-03T21:25:15.760Z\",\n            \"created-by-id\": 1,\n            \"dark-picture-url\": null,\n            \"domains\": [],\n            \"extra-info\": {\n                \"onboardRequired\": true\n            },\n            \"feature-flags\": {\n                \"alert\": false,\n                \"campaign\": false,\n                \"certificate\": false,\n                \"course\": false,\n                \"inspection\": true,\n                \"intent\": false,\n                \"kibana_object\": true,\n                \"kibana_object_custom\": false,\n                \"post\": false,\n                \"recognition\": false,\n                \"report\": true,\n                \"scheduled_task\": false,\n                \"visit\": false\n            },\n            \"free-seats-used\": 0,\n            \"full-seats-used\": 1,\n            \"home-page-mapping\": null,\n            \"identifier\": \"new-i3f06063\",\n            \"license-type\": \"freemium\",\n            \"max-daily-campaings-per-user\": 1,\n            \"max-projects\": null,\n            \"max-seats\": 10,\n            \"name\": \"New Space\",\n            \"paid-full-seats\": 2,\n            \"picture-url\": null,\n            \"shard\": \"common\",\n            \"status\": \"active\",\n            \"stripe-subscription\": null,\n            \"subdomain\": \"new-i3f06063\",\n            \"teams-pro-trial-started-at\": null,\n            \"updated-at\": \"2025-07-03T21:25:15.760Z\",\n            \"user-schema\": {\n                \"type\": \"object\",\n                \"$defs\": {},\n                \"properties\": {},\n                \"allOf\": [],\n                \"required\": [],\n                \"schemaFormVersion\": \"3.4.0\",\n                \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n                \"availableLocales\": []\n            }\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"a795ece4-8331-42cb-8a38-e835a5719f3f"},{"name":"finalize_wizard","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9722fe2e-d42c-46cf-bf11-77851166c41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/clients/:id/finalize_wizard","description":"<p>Use this endpoint to create a <code>Client</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients",":id","finalize_wizard"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_client_id}}","key":"id"}]}},"response":[],"_postman_id":"9722fe2e-d42c-46cf-bf11-77851166c41e"},{"name":"update","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":[""],"type":"text/javascript","packages":{}}}],"id":"02abd25e-a291-47d5-b44a-7a876600fa83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"clients\",\n        \"attributes\": {\n            \"name\": \"New name\"\n        },\n        \"relationships\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/clients/:id","description":"<p>Use this endpoint to update a <code>Client</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_client_id}}","key":"id"}]}},"response":[{"id":"b32aa476-0623-4f8e-927f-ddf973f19464","name":"update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"clients\",\n        \"attributes\": {\n            \"name\": \"New name\"\n        },\n        \"relationships\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/clients/:id","host":["https://b.prysmex.com"],"path":["api","clients",":id"],"variable":[{"key":"id","value":"{{_client_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"6a39ce5d-05b1-4c9e-9dfb-d728dd540581"},{"key":"x-runtime","value":"0.052515"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.10, sql.active_record;dur=10.95, cache_write.active_support;dur=0.16, instantiation.active_record;dur=0.66, start_transaction.active_record;dur=0.01, transaction.active_record;dur=4.14, unpermitted_parameters.action_controller;dur=0.00, cache_generate.active_support;dur=2.81, process_action.action_controller;dur=39.88"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"30\",\n        \"type\": \"clients\",\n        \"attributes\": {\n            \"available-locales\": [\n                \"en\",\n                \"es\"\n            ],\n            \"created-at\": \"2025-07-03T21:25:15.760Z\",\n            \"created-by-id\": 1,\n            \"dark-picture-url\": null,\n            \"domains\": [],\n            \"extra-info\": {\n                \"onboardRequired\": true\n            },\n            \"feature-flags\": {\n                \"alert\": false,\n                \"campaign\": false,\n                \"certificate\": false,\n                \"course\": false,\n                \"inspection\": true,\n                \"intent\": false,\n                \"kibana_object\": true,\n                \"kibana_object_custom\": false,\n                \"post\": false,\n                \"recognition\": false,\n                \"report\": true,\n                \"scheduled_task\": false,\n                \"visit\": false\n            },\n            \"free-seats-used\": 0,\n            \"full-seats-used\": 1,\n            \"home-page-mapping\": null,\n            \"identifier\": \"new-i3f06063\",\n            \"license-type\": \"freemium\",\n            \"max-daily-campaings-per-user\": 1,\n            \"max-projects\": null,\n            \"max-seats\": 10,\n            \"name\": \"New name\",\n            \"paid-full-seats\": 2,\n            \"picture-url\": null,\n            \"shard\": \"common\",\n            \"status\": \"active\",\n            \"stripe-subscription\": null,\n            \"subdomain\": \"new-i3f06063\",\n            \"teams-pro-trial-started-at\": null,\n            \"updated-at\": \"2025-07-03T21:26:45.870Z\",\n            \"user-schema\": {\n                \"type\": \"object\",\n                \"$defs\": {},\n                \"properties\": {},\n                \"allOf\": [],\n                \"required\": [],\n                \"schemaFormVersion\": \"3.4.0\",\n                \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n                \"availableLocales\": []\n            }\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"02abd25e-a291-47d5-b44a-7a876600fa83"},{"name":"destroy","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":[""],"type":"text/javascript","packages":{}}}],"id":"328ddae0-4400-44cd-8e56-3483db901786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    // \"code\": 478265,\n    \"current_password\": \"my_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/clients/:id","description":"<p>Use this endpoint to delete a <code>Client</code>. This request requires password via <code>current_password</code> param, if mfa is active it must also be passed as <code>code</code>.</p>\n<p><strong>DANGER</strong> All of the data inside this client will be permanently lost.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_client_id}}","key":"id"}]}},"response":[{"id":"6d4c1b05-06cc-4549-adb2-fa03d9db35b8","name":"destroy","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"Abc123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/clients/:id","host":["https://b.prysmex.com"],"path":["api","clients",":id"],"variable":[{"key":"id","value":"{{_client_id}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Origin"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"18a78e95-84c0-4241-822a-c2f932a0cac5"},{"key":"x-runtime","value":"1.449063"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.21, sql.active_record;dur=203.58, cache_write.active_support;dur=0.61, instantiation.active_record;dur=0.66, start_transaction.active_record;dur=0.00, transaction.active_record;dur=3.40, process_action.action_controller;dur=1431.34"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"328ddae0-4400-44cd-8e56-3483db901786"},{"name":"join","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"2a6ee253-28a6-4ba6-b3d8-b2614d4ec76e","exec":["//pm.request.headers.remove(\"Client-Subdomain\")"],"type":"text/javascript","packages":{}}}],"id":"7efc1195-88d5-4df6-8763-a8348c34f67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/clients/:id/join","description":"<p>Use this endpoint to accept an invite that was previously created for a <code>User</code>. An invitation for the current User must previously exist.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients",":id","join"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_client_id}}","key":"id"}]}},"response":[{"id":"ee698367-02d7-4a1a-9af5-04bfa0facfee","name":"join","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/clients/:id/join","host":["https://b.prysmex.com"],"path":["api","clients",":id","join"],"variable":[{"key":"id","value":"{{_client_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"b7e23c24-dfec-4710-8db5-51b67d0e7e2d"},{"key":"x-runtime","value":"0.339869"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.40, sql.active_record;dur=37.98, cache_write.active_support;dur=0.92, instantiation.active_record;dur=3.70, start_transaction.active_record;dur=0.01, transaction.active_record;dur=14.83, enqueue.active_job;dur=14.16, cache_generate.active_support;dur=40.75, process_action.action_controller;dur=309.23"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"105\",\n        \"type\": \"clients-users\",\n        \"attributes\": {\n            \"accepted-at\": \"2025-07-03T21:57:39.385Z\",\n            \"archived-at\": null,\n            \"can-access\": true,\n            \"client-id\": 2,\n            \"created-at\": \"2025-07-03T21:57:09.498Z\",\n            \"created-by-id\": 3,\n            \"seat-type\": \"full\",\n            \"updated-at\": \"2025-07-03T21:57:39.386Z\"\n        },\n        \"relationships\": {\n            \"client\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"clients\"\n                }\n            },\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"3\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"7efc1195-88d5-4df6-8763-a8348c34f67c"},{"name":"request_access","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"2a6ee253-28a6-4ba6-b3d8-b2614d4ec76e","exec":["//pm.request.headers.remove(\"Client-Subdomain\")"],"type":"text/javascript","packages":{}}}],"id":"559ac2c3-ba70-41a8-b6ac-cb89c33f60f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"I need access to this awesome space!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/clients/:subdomain/request_access","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","clients",":subdomain","request_access"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"description":{"content":"<p>identifier of the client you want access to</p>\n","type":"text/plain"},"type":"any","value":"client-global","key":"subdomain"}]}},"response":[{"id":"440afd3b-e1e6-4e02-9217-361e9056a142","name":"request_access","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"I need access to this awesome space!\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/clients/:subdomain/request_access","host":["https://b.prysmex.com"],"path":["api","clients",":subdomain","request_access"],"variable":[{"key":"subdomain","value":"client-global","description":"identifier of the client you want access to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"117d8565-f75b-409d-bbb1-3668d67466dc"},{"key":"x-runtime","value":"0.052996"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.05, sql.active_record;dur=10.64, cache_write.active_support;dur=0.14, instantiation.active_record;dur=0.65, start_transaction.active_record;dur=0.01, transaction.active_record;dur=3.89, enqueue.active_job;dur=0.38, process_action.action_controller;dur=39.26"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"559ac2c3-ba70-41a8-b6ac-cb89c33f60f8"}],"id":"6c6d9f96-5559-4713-bb4e-775481fd0145","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>string</td>\n<td>null</td>\n<td>Friendly name for the client</td>\n</tr>\n<tr>\n<td><strong>identifier</strong>*</td>\n<td>string</td>\n<td>auto generates from name</td>\n<td>Unique identifier code</td>\n</tr>\n<tr>\n<td><strong>max_daily_campaings_per_user</strong>*</td>\n<td>integer</td>\n<td><code>1</code></td>\n<td>Limits the amount of campaigns displayed to a user</td>\n</tr>\n<tr>\n<td>extra_info</td>\n<td>json</td>\n<td><code>{}</code></td>\n<td></td>\n</tr>\n<tr>\n<td>authorizations_config_role_override</td>\n<td>json</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>user_schema</strong>*</td>\n<td>json</td>\n<td><code>{}</code></td>\n<td>JSON structure defining custom user schema</td>\n</tr>\n<tr>\n<td>home_page_mapping</td>\n<td>json</td>\n<td>null</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>feature_flags</strong>*</td>\n<td>json</td>\n<td><code>{}</code></td>\n<td>Features available based on paid plan</td>\n</tr>\n<tr>\n<td><strong>status</strong>*</td>\n<td>integer</td>\n<td><code>0</code></td>\n<td>Status of the client: <code>0 = active</code>, <code>1 = disabled</code></td>\n</tr>\n<tr>\n<td><strong>user_id</strong>*</td>\n<td>bigint</td>\n<td>same as created_by_id</td>\n<td>Owner of the client</td>\n</tr>\n<tr>\n<td><strong>active_subdomain</strong>*</td>\n<td>boolean</td>\n<td><code>false</code></td>\n<td>Whether the client has a subdomain</td>\n</tr>\n<tr>\n<td>max_projects</td>\n<td>integer</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>max_seats</td>\n<td>integer</td>\n<td>integer</td>\n<td></td>\n</tr>\n<tr>\n<td>stripe_customer_id</td>\n<td>string</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>stripe_subscription</td>\n<td>jsonb</td>\n<td>null</td>\n<td>Stripe subscription details</td>\n</tr>\n<tr>\n<td><strong>paid_full_seats</strong>*</td>\n<td>integer</td>\n<td>integer</td>\n<td></td>\n</tr>\n<tr>\n<td>teams_trial_started_at</td>\n<td>datetime</td>\n<td>null</td>\n<td>Timestamp when Teams trial started</td>\n</tr>\n<tr>\n<td>teams_pro_trial_started_at</td>\n<td>datetime</td>\n<td>null</td>\n<td>Timestamp when Teams Pro trial started</td>\n</tr>\n<tr>\n<td><strong>domains</strong>*</td>\n<td>string[]</td>\n<td><code>[]</code></td>\n<td>Allowed domains for the client</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user</code></td>\n<td>User</td>\n<td>The owner of the client</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6c6d9f96-5559-4713-bb4e-775481fd0145","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Users","item":[{"name":"me","event":[{"listen":"prerequest","script":{"id":"7c09b0b7-e776-4799-9175-b293a280e2a8","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"62da3cfa-6021-4aad-b41d-1650b8cbf9f5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"da2d5dea-f87f-460e-89bc-3dfd13d0b657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/users/me","description":"<p>Returns the <strong>current</strong> user. It also returns the clients (Spaces) associated with that user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","me"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"3f9ecac7-8f3c-4b9d-aefc-6bd58ac5ff68","name":"me","originalRequest":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"a86f0869-1df3-4e6c-9081-c5e2bf04c3d1"},{"key":"x-runtime","value":"0.076428"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.07, sql.active_record;dur=14.26, cache_write.active_support;dur=0.22, instantiation.active_record;dur=1.08, start_transaction.active_record;dur=0.01, transaction.active_record;dur=3.08, cache_generate.active_support;dur=2.43, process_action.action_controller;dur=61.11"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"accepted-at\": \"2025-07-01T00:00:48.375Z\",\n            \"archived-at\": null,\n            \"auto-archives-at\": null,\n            \"birth-date\": null,\n            \"blood-type\": null,\n            \"client-id\": 1,\n            \"confirmation-sent-at\": null,\n            \"confirmed-at\": null,\n            \"contract-type\": \"employee\",\n            \"country\": null,\n            \"created-at\": \"2025-07-01T00:00:48.386Z\",\n            \"created-by-id\": 2,\n            \"current-sign-in-at\": \"2025-07-03T21:17:30.250Z\",\n            \"current-sign-in-ip\": \"192.168.65.1\",\n            \"date-format\": \"DD/MM/YYYY\",\n            \"date-time-format\": \"lll\",\n            \"document\": {},\n            \"email\": \"admin@prysmex.com\",\n            \"email-authenticatable\": false,\n            \"email-blocked-until\": null,\n            \"first-name\": \"Prysmex\",\n            \"global-role\": null,\n            \"insurance-num\": null,\n            \"invitation-email-sent-at\": null,\n            \"invite-id\": null,\n            \"is-active\": true,\n            \"is-local\": true,\n            \"join-company-at\": null,\n            \"labor-hours-start\": \"07:30:00\",\n            \"last-invited-archived-at\": null,\n            \"last-name\": \"Admin\",\n            \"locale\": \"es\",\n            \"metadata\": {\n                \"toursTaken\": [\n                    \"admin_users_tour\",\n                    \"navigation_tour\",\n                    \"home_tour\"\n                ],\n                \"completedEntries\": []\n            },\n            \"password-changed-at\": null,\n            \"payroll-num\": null,\n            \"phone-num\": null,\n            \"picture-url\": null,\n            \"position\": null,\n            \"privacy-accepted-date\": \"2025-07-01T00:11:24.793Z\",\n            \"seat-type\": \"full\",\n            \"send-notifications-by-email\": true,\n            \"send-weekly-summary-by-email\": true,\n            \"sign-in-count\": 7,\n            \"support-client-subdomains\": [],\n            \"time-zone\": null,\n            \"updated-at\": \"2025-07-01T00:00:48.386Z\",\n            \"username\": \"prysmex_admin\",\n            \"working-regime\": \"moderate\"\n        },\n        \"relationships\": {\n            \"clients-users\": {\n                \"data\": [\n                    {\n                        \"id\": \"2\",\n                        \"type\": \"clients-users\"\n                    }\n                ]\n            },\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-invited-archived-by\": {\n                \"data\": null\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            },\n            \"owned-clients\": {\n                \"data\": [\n                    {\n                        \"id\": \"1\",\n                        \"type\": \"clients\"\n                    }\n                ]\n            },\n            \"projects\": {\n                \"data\": []\n            },\n            \"role\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"roles\"\n                }\n            },\n            \"user-groups\": {\n                \"data\": [\n                    {\n                        \"id\": \"5\",\n                        \"type\": \"user-groups\"\n                    }\n                ]\n            },\n            \"user-widgets\": {\n                \"data\": [\n                    {\n                        \"id\": \"1\",\n                        \"type\": \"user-widgets\"\n                    }\n                ]\n            },\n            \"widgets\": {\n                \"data\": [\n                    {\n                        \"id\": \"7\",\n                        \"type\": \"widgets\"\n                    }\n                ]\n            },\n            \"zones\": {\n                \"data\": []\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"clients\",\n            \"attributes\": {\n                \"available-locales\": [\n                    \"en\",\n                    \"es\"\n                ],\n                \"created-at\": \"2025-07-01T00:00:47.987Z\",\n                \"dark-picture-url\": null,\n                \"domains\": [\n                    \"prysmex.com\"\n                ],\n                \"extra-info\": {\n                    \"completedEntries\": [\n                        \"invite_users\",\n                        \"create_template\"\n                    ],\n                    \"onboardRequired\": true\n                },\n                \"feature-flags\": {\n                    \"alert\": true,\n                    \"campaign\": true,\n                    \"certificate\": true,\n                    \"course\": true,\n                    \"inspection\": true,\n                    \"intent\": true,\n                    \"kibana_object\": true,\n                    \"kibana_object_custom\": true,\n                    \"post\": true,\n                    \"recognition\": true,\n                    \"report\": true,\n                    \"scheduled_task\": true,\n                    \"visit\": true\n                },\n                \"free-seats-used\": 0,\n                \"full-seats-used\": 22,\n                \"home-page-mapping\": null,\n                \"identifier\": \"prysmex\",\n                \"license-type\": \"enterprise\",\n                \"max-daily-campaings-per-user\": 1,\n                \"max-projects\": null,\n                \"max-seats\": 200,\n                \"name\": \"Espacio increíble de Prysmex\",\n                \"paid-full-seats\": 100,\n                \"picture-url\": null,\n                \"shard\": \"prysmex\",\n                \"status\": \"active\",\n                \"stripe-subscription\": {\n                    \"id\": \"sub_fake\",\n                    \"plan\": {\n                        \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                        \"active\": true,\n                        \"object\": \"plan\",\n                        \"created\": 1692412883,\n                        \"product\": \"prod_OTcL43MSaElkZM\",\n                        \"currency\": \"mxn\",\n                        \"interval\": \"year\",\n                        \"livemode\": false,\n                        \"metadata\": {},\n                        \"nickname\": null,\n                        \"tiers_mode\": null,\n                        \"usage_type\": \"licensed\",\n                        \"amount_decimal\": \"0\",\n                        \"billing_scheme\": \"per_unit\",\n                        \"interval_count\": 1,\n                        \"aggregate_usage\": null,\n                        \"transform_usage\": null,\n                        \"trial_period_days\": null\n                    },\n                    \"items\": {\n                        \"url\": \"/v1/subscription_items?subscription=sub_fake\",\n                        \"data\": [\n                            {\n                                \"id\": \"si_fake\",\n                                \"plan\": {\n                                    \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                    \"active\": true,\n                                    \"amount\": 0,\n                                    \"object\": \"plan\",\n                                    \"created\": 1692456683,\n                                    \"product\": \"prod_OTcL43MSaElkZM\",\n                                    \"currency\": \"mxn\",\n                                    \"interval\": \"year\",\n                                    \"livemode\": true,\n                                    \"metadata\": {},\n                                    \"nickname\": null,\n                                    \"tiers_mode\": null,\n                                    \"usage_type\": \"licensed\",\n                                    \"amount_decimal\": \"0\",\n                                    \"billing_scheme\": \"per_unit\",\n                                    \"interval_count\": 1,\n                                    \"aggregate_usage\": null,\n                                    \"transform_usage\": null,\n                                    \"trial_period_days\": null\n                                },\n                                \"price\": {\n                                    \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                    \"type\": \"recurring\",\n                                    \"active\": true,\n                                    \"object\": \"price\",\n                                    \"created\": 1692456683,\n                                    \"product\": \"prod_OTcL43MSaElkZM\",\n                                    \"currency\": \"mxn\",\n                                    \"livemode\": true,\n                                    \"metadata\": {},\n                                    \"nickname\": null,\n                                    \"recurring\": {\n                                        \"interval\": \"year\",\n                                        \"usage_type\": \"licensed\",\n                                        \"interval_count\": 1,\n                                        \"aggregate_usage\": null,\n                                        \"trial_period_days\": null\n                                    },\n                                    \"lookup_key\": null,\n                                    \"tiers_mode\": null,\n                                    \"unit_amount\": 0,\n                                    \"tax_behavior\": \"unspecified\",\n                                    \"billing_scheme\": \"per_unit\",\n                                    \"currency_options\": {\n                                        \"mxn\": {\n                                            \"unit_amount\": 0,\n                                            \"tax_behavior\": \"unspecified\",\n                                            \"custom_unit_amount\": null,\n                                            \"unit_amount_decimal\": \"0\"\n                                        },\n                                        \"usd\": {\n                                            \"unit_amount\": 0,\n                                            \"tax_behavior\": \"unspecified\",\n                                            \"custom_unit_amount\": null,\n                                            \"unit_amount_decimal\": \"0\"\n                                        }\n                                    },\n                                    \"custom_unit_amount\": null,\n                                    \"transform_quantity\": null,\n                                    \"unit_amount_decimal\": \"0\"\n                                },\n                                \"object\": \"subscription_item\",\n                                \"created\": 1692500353,\n                                \"metadata\": {},\n                                \"quantity\": 1,\n                                \"tax_rates\": [],\n                                \"subscription\": \"sub_fake\",\n                                \"billing_thresholds\": null\n                            }\n                        ],\n                        \"object\": \"list\",\n                        \"has_more\": false,\n                        \"total_count\": 1\n                    },\n                    \"object\": \"subscription\",\n                    \"status\": \"active\",\n                    \"created\": 1692543736,\n                    \"currency\": \"mxn\",\n                    \"customer\": \"cus_OUBVFcZ0GvYERn\",\n                    \"discount\": null,\n                    \"ended_at\": null,\n                    \"livemode\": false,\n                    \"metadata\": {\n                        \"app\": \"true\",\n                        \"scope\": \"development-pato\",\n                        \"shard\": \"prysmex\",\n                        \"client_id\": \"1\",\n                        \"client_subdomain\": \"prysmex\"\n                    },\n                    \"quantity\": 1,\n                    \"schedule\": null,\n                    \"cancel_at\": null,\n                    \"trial_end\": null,\n                    \"start_date\": 1690869600,\n                    \"test_clock\": null,\n                    \"application\": null,\n                    \"canceled_at\": null,\n                    \"description\": null,\n                    \"trial_start\": null,\n                    \"on_behalf_of\": null,\n                    \"automatic_tax\": {\n                        \"enabled\": false\n                    },\n                    \"transfer_data\": null,\n                    \"days_until_due\": 25,\n                    \"default_source\": null,\n                    \"latest_invoice\": \"in_1NhD8uJwhrNkNEurasfM9hOA\",\n                    \"pending_update\": null,\n                    \"trial_settings\": {\n                        \"end_behavior\": {\n                            \"missing_payment_method\": \"create_invoice\"\n                        }\n                    },\n                    \"pause_collection\": null,\n                    \"payment_settings\": {\n                        \"payment_method_types\": [\n                            \"card\"\n                        ],\n                        \"payment_method_options\": null,\n                        \"save_default_payment_method\": \"off\"\n                    },\n                    \"collection_method\": \"send_invoice\",\n                    \"default_tax_rates\": [\n                        {\n                            \"id\": \"txr_1Ngf5UJwhrNkNEur9oGrTy6x\",\n                            \"state\": null,\n                            \"active\": true,\n                            \"object\": \"tax_rate\",\n                            \"country\": \"MX\",\n                            \"created\": 1692412828,\n                            \"livemode\": false,\n                            \"metadata\": {},\n                            \"tax_type\": \"vat\",\n                            \"inclusive\": false,\n                            \"percentage\": 16,\n                            \"description\": null,\n                            \"display_name\": \"IVA\",\n                            \"jurisdiction\": \"MX\",\n                            \"effective_percentage\": 16\n                        }\n                    ],\n                    \"billing_thresholds\": null,\n                    \"current_period_end\": 1722492000,\n                    \"billing_cycle_anchor\": 1722492000,\n                    \"cancel_at_period_end\": false,\n                    \"cancellation_details\": {\n                        \"reason\": null,\n                        \"comment\": null,\n                        \"feedback\": null\n                    },\n                    \"current_period_start\": 1692543736,\n                    \"pending_setup_intent\": null,\n                    \"default_payment_method\": null,\n                    \"application_fee_percent\": null,\n                    \"pending_invoice_item_interval\": null,\n                    \"next_pending_invoice_item_invoice\": null\n                },\n                \"subdomain\": \"prysmex\",\n                \"teams-pro-trial-started-at\": null,\n                \"updated-at\": \"2025-07-01T00:05:40.760Z\",\n                \"user-schema\": {\n                    \"type\": \"object\",\n                    \"$defs\": {},\n                    \"properties\": {},\n                    \"allOf\": [],\n                    \"required\": [],\n                    \"schemaFormVersion\": \"3.4.0\",\n                    \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n                    \"availableLocales\": []\n                }\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"clients-users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:00:48.375Z\",\n                \"archived-at\": null,\n                \"can-access\": true,\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:00:48.386Z\",\n                \"created-by-id\": 2,\n                \"seat-type\": \"full\",\n                \"updated-at\": \"2025-07-01T00:00:48.386Z\"\n            },\n            \"relationships\": {\n                \"client\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"clients\"\n                    }\n                },\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"da2d5dea-f87f-460e-89bc-3dfd13d0b657"},{"name":"_me_data","event":[{"listen":"prerequest","script":{"id":"7c09b0b7-e776-4799-9175-b293a280e2a8","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"62da3cfa-6021-4aad-b41d-1650b8cbf9f5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7b639655-d643-4ced-870f-c4563b2a223a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/users/_me_data","description":"<p>This endpoint is meant to be used internally <strong>(private)</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","_me_data"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"87a09000-317e-4716-accb-7f2678405119","name":"_me_data","originalRequest":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/users/_me_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"926b7b03-3944-4234-80c2-77a9dd99e4c7"},{"key":"x-runtime","value":"0.060421"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.05, sql.active_record;dur=14.16, cache_write.active_support;dur=0.11, instantiation.active_record;dur=0.69, start_transaction.active_record;dur=0.01, transaction.active_record;dur=2.70, cache_generate.active_support;dur=1.43, process_action.action_controller;dur=46.77"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"me\": {\n        \"data\": {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:00:48.375Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": null,\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": null,\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": null,\n                \"created-at\": \"2025-07-01T00:00:48.386Z\",\n                \"created-by-id\": 2,\n                \"current-sign-in-at\": \"2025-07-03T21:17:30.250Z\",\n                \"current-sign-in-ip\": \"192.168.65.1\",\n                \"date-format\": \"DD/MM/YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"admin@prysmex.com\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Prysmex\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"intercom-hash\": \"ca26351f6d395d4f88822fb1c0910e5b3dfebd67293169df64f2f5868b0b5b5e\",\n                \"invitation-email-sent-at\": null,\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Admin\",\n                \"locale\": \"es\",\n                \"metadata\": {\n                    \"toursTaken\": [\n                        \"admin_users_tour\",\n                        \"navigation_tour\",\n                        \"home_tour\"\n                    ],\n                    \"completedEntries\": []\n                },\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": null,\n                \"picture-url\": null,\n                \"position\": null,\n                \"privacy-accepted-date\": \"2025-07-01T00:11:24.793Z\",\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 7,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:00:48.386Z\",\n                \"username\": \"prysmex_admin\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"clients-users\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"clients-users\"\n                        }\n                    ]\n                },\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"owned-clients\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"clients\"\n                        }\n                    ]\n                },\n                \"projects\": {\n                    \"data\": []\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"5\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"user-widgets\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"user-widgets\"\n                        }\n                    ]\n                },\n                \"widgets\": {\n                    \"data\": [\n                        {\n                            \"id\": \"7\",\n                            \"type\": \"widgets\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": []\n                }\n            }\n        },\n        \"included\": [\n            {\n                \"id\": \"1\",\n                \"type\": \"clients\",\n                \"attributes\": {\n                    \"available-locales\": [\n                        \"en\",\n                        \"es\"\n                    ],\n                    \"created-at\": \"2025-07-01T00:00:47.987Z\",\n                    \"dark-picture-url\": null,\n                    \"domains\": [\n                        \"prysmex.com\"\n                    ],\n                    \"extra-info\": {\n                        \"completedEntries\": [\n                            \"invite_users\",\n                            \"create_template\"\n                        ],\n                        \"onboardRequired\": true\n                    },\n                    \"feature-flags\": {\n                        \"alert\": true,\n                        \"campaign\": true,\n                        \"certificate\": true,\n                        \"course\": true,\n                        \"inspection\": true,\n                        \"intent\": true,\n                        \"kibana_object\": true,\n                        \"kibana_object_custom\": true,\n                        \"post\": true,\n                        \"recognition\": true,\n                        \"report\": true,\n                        \"scheduled_task\": true,\n                        \"visit\": true\n                    },\n                    \"free-seats-used\": 0,\n                    \"full-seats-used\": 22,\n                    \"home-page-mapping\": null,\n                    \"identifier\": \"prysmex\",\n                    \"license-type\": \"enterprise\",\n                    \"max-daily-campaings-per-user\": 1,\n                    \"max-projects\": null,\n                    \"max-seats\": 200,\n                    \"name\": \"Espacio increíble de Prysmex\",\n                    \"paid-full-seats\": 100,\n                    \"picture-url\": null,\n                    \"shard\": \"prysmex\",\n                    \"status\": \"active\",\n                    \"stripe-subscription\": {\n                        \"id\": \"sub_fake\",\n                        \"plan\": {\n                            \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                            \"active\": true,\n                            \"object\": \"plan\",\n                            \"created\": 1692412883,\n                            \"product\": \"prod_OTcL43MSaElkZM\",\n                            \"currency\": \"mxn\",\n                            \"interval\": \"year\",\n                            \"livemode\": false,\n                            \"metadata\": {},\n                            \"nickname\": null,\n                            \"tiers_mode\": null,\n                            \"usage_type\": \"licensed\",\n                            \"amount_decimal\": \"0\",\n                            \"billing_scheme\": \"per_unit\",\n                            \"interval_count\": 1,\n                            \"aggregate_usage\": null,\n                            \"transform_usage\": null,\n                            \"trial_period_days\": null\n                        },\n                        \"items\": {\n                            \"url\": \"/v1/subscription_items?subscription=sub_fake\",\n                            \"data\": [\n                                {\n                                    \"id\": \"si_fake\",\n                                    \"plan\": {\n                                        \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                        \"active\": true,\n                                        \"amount\": 0,\n                                        \"object\": \"plan\",\n                                        \"created\": 1692456683,\n                                        \"product\": \"prod_OTcL43MSaElkZM\",\n                                        \"currency\": \"mxn\",\n                                        \"interval\": \"year\",\n                                        \"livemode\": true,\n                                        \"metadata\": {},\n                                        \"nickname\": null,\n                                        \"tiers_mode\": null,\n                                        \"usage_type\": \"licensed\",\n                                        \"amount_decimal\": \"0\",\n                                        \"billing_scheme\": \"per_unit\",\n                                        \"interval_count\": 1,\n                                        \"aggregate_usage\": null,\n                                        \"transform_usage\": null,\n                                        \"trial_period_days\": null\n                                    },\n                                    \"price\": {\n                                        \"id\": \"price_1Ngf6NJwhrNkNEurGFG9cDax\",\n                                        \"type\": \"recurring\",\n                                        \"active\": true,\n                                        \"object\": \"price\",\n                                        \"created\": 1692456683,\n                                        \"product\": \"prod_OTcL43MSaElkZM\",\n                                        \"currency\": \"mxn\",\n                                        \"livemode\": true,\n                                        \"metadata\": {},\n                                        \"nickname\": null,\n                                        \"recurring\": {\n                                            \"interval\": \"year\",\n                                            \"usage_type\": \"licensed\",\n                                            \"interval_count\": 1,\n                                            \"aggregate_usage\": null,\n                                            \"trial_period_days\": null\n                                        },\n                                        \"lookup_key\": null,\n                                        \"tiers_mode\": null,\n                                        \"unit_amount\": 0,\n                                        \"tax_behavior\": \"unspecified\",\n                                        \"billing_scheme\": \"per_unit\",\n                                        \"currency_options\": {\n                                            \"mxn\": {\n                                                \"unit_amount\": 0,\n                                                \"tax_behavior\": \"unspecified\",\n                                                \"custom_unit_amount\": null,\n                                                \"unit_amount_decimal\": \"0\"\n                                            },\n                                            \"usd\": {\n                                                \"unit_amount\": 0,\n                                                \"tax_behavior\": \"unspecified\",\n                                                \"custom_unit_amount\": null,\n                                                \"unit_amount_decimal\": \"0\"\n                                            }\n                                        },\n                                        \"custom_unit_amount\": null,\n                                        \"transform_quantity\": null,\n                                        \"unit_amount_decimal\": \"0\"\n                                    },\n                                    \"object\": \"subscription_item\",\n                                    \"created\": 1692500353,\n                                    \"metadata\": {},\n                                    \"quantity\": 1,\n                                    \"tax_rates\": [],\n                                    \"subscription\": \"sub_fake\",\n                                    \"billing_thresholds\": null\n                                }\n                            ],\n                            \"object\": \"list\",\n                            \"has_more\": false,\n                            \"total_count\": 1\n                        },\n                        \"object\": \"subscription\",\n                        \"status\": \"active\",\n                        \"created\": 1692543736,\n                        \"currency\": \"mxn\",\n                        \"customer\": \"cus_OUBVFcZ0GvYERn\",\n                        \"discount\": null,\n                        \"ended_at\": null,\n                        \"livemode\": false,\n                        \"metadata\": {\n                            \"app\": \"true\",\n                            \"scope\": \"development-pato\",\n                            \"shard\": \"prysmex\",\n                            \"client_id\": \"1\",\n                            \"client_subdomain\": \"prysmex\"\n                        },\n                        \"quantity\": 1,\n                        \"schedule\": null,\n                        \"cancel_at\": null,\n                        \"trial_end\": null,\n                        \"start_date\": 1690869600,\n                        \"test_clock\": null,\n                        \"application\": null,\n                        \"canceled_at\": null,\n                        \"description\": null,\n                        \"trial_start\": null,\n                        \"on_behalf_of\": null,\n                        \"automatic_tax\": {\n                            \"enabled\": false\n                        },\n                        \"transfer_data\": null,\n                        \"days_until_due\": 25,\n                        \"default_source\": null,\n                        \"latest_invoice\": \"in_1NhD8uJwhrNkNEurasfM9hOA\",\n                        \"pending_update\": null,\n                        \"trial_settings\": {\n                            \"end_behavior\": {\n                                \"missing_payment_method\": \"create_invoice\"\n                            }\n                        },\n                        \"pause_collection\": null,\n                        \"payment_settings\": {\n                            \"payment_method_types\": [\n                                \"card\"\n                            ],\n                            \"payment_method_options\": null,\n                            \"save_default_payment_method\": \"off\"\n                        },\n                        \"collection_method\": \"send_invoice\",\n                        \"default_tax_rates\": [\n                            {\n                                \"id\": \"txr_1Ngf5UJwhrNkNEur9oGrTy6x\",\n                                \"state\": null,\n                                \"active\": true,\n                                \"object\": \"tax_rate\",\n                                \"country\": \"MX\",\n                                \"created\": 1692412828,\n                                \"livemode\": false,\n                                \"metadata\": {},\n                                \"tax_type\": \"vat\",\n                                \"inclusive\": false,\n                                \"percentage\": 16,\n                                \"description\": null,\n                                \"display_name\": \"IVA\",\n                                \"jurisdiction\": \"MX\",\n                                \"effective_percentage\": 16\n                            }\n                        ],\n                        \"billing_thresholds\": null,\n                        \"current_period_end\": 1722492000,\n                        \"billing_cycle_anchor\": 1722492000,\n                        \"cancel_at_period_end\": false,\n                        \"cancellation_details\": {\n                            \"reason\": null,\n                            \"comment\": null,\n                            \"feedback\": null\n                        },\n                        \"current_period_start\": 1692543736,\n                        \"pending_setup_intent\": null,\n                        \"default_payment_method\": null,\n                        \"application_fee_percent\": null,\n                        \"pending_invoice_item_interval\": null,\n                        \"next_pending_invoice_item_invoice\": null\n                    },\n                    \"subdomain\": \"prysmex\",\n                    \"teams-pro-trial-started-at\": null,\n                    \"updated-at\": \"2025-07-01T00:05:40.760Z\",\n                    \"user-schema\": {\n                        \"type\": \"object\",\n                        \"$defs\": {},\n                        \"properties\": {},\n                        \"allOf\": [],\n                        \"required\": [],\n                        \"schemaFormVersion\": \"3.4.0\",\n                        \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n                        \"availableLocales\": []\n                    }\n                },\n                \"relationships\": {\n                    \"created-by\": {\n                        \"data\": null\n                    },\n                    \"last-updated-by\": {\n                        \"data\": {\n                            \"id\": \"1\",\n                            \"type\": \"users\"\n                        }\n                    },\n                    \"user\": {\n                        \"data\": {\n                            \"id\": \"1\",\n                            \"type\": \"users\"\n                        }\n                    }\n                }\n            },\n            {\n                \"id\": \"2\",\n                \"type\": \"clients-users\",\n                \"attributes\": {\n                    \"accepted-at\": \"2025-07-01T00:00:48.375Z\",\n                    \"archived-at\": null,\n                    \"can-access\": true,\n                    \"client-id\": 1,\n                    \"created-at\": \"2025-07-01T00:00:48.386Z\",\n                    \"created-by-id\": 2,\n                    \"seat-type\": \"full\",\n                    \"updated-at\": \"2025-07-01T00:00:48.386Z\"\n                },\n                \"relationships\": {\n                    \"client\": {\n                        \"data\": {\n                            \"id\": \"1\",\n                            \"type\": \"clients\"\n                        }\n                    },\n                    \"created-by\": {\n                        \"data\": {\n                            \"id\": \"2\",\n                            \"type\": \"users\"\n                        }\n                    },\n                    \"last-updated-by\": {\n                        \"data\": null\n                    },\n                    \"user\": {\n                        \"data\": {\n                            \"id\": \"1\",\n                            \"type\": \"users\"\n                        }\n                    }\n                }\n            }\n        ]\n    },\n    \"notifications\": {\n        \"data\": [\n            {\n                \"id\": \"5\",\n                \"type\": \"notifications\",\n                \"attributes\": {\n                    \"client-id\": 1,\n                    \"created-at\": \"2025-07-01T00:02:18.162Z\",\n                    \"created-by-id\": 2,\n                    \"notifiable-id\": 3,\n                    \"notifiable-type\": \"WebhookSubscription\",\n                    \"read-at\": null,\n                    \"schema-template-id\": null,\n                    \"text\": \"webhook_subscription_error\",\n                    \"text-params\": {\n                        \"name\": \"Provident cum quod saepe eum.\",\n                        \"user_name\": \"Prysmex Support\",\n                        \"user_email\": null,\n                        \"id\": 3,\n                        \"limit\": 10,\n                        \"consecutive_failures\": 1\n                    },\n                    \"updated-at\": \"2025-07-01T00:02:18.162Z\"\n                },\n                \"relationships\": {\n                    \"created-by\": {\n                        \"data\": {\n                            \"id\": \"2\",\n                            \"type\": \"users\"\n                        }\n                    },\n                    \"last-updated-by\": {\n                        \"data\": null\n                    },\n                    \"project\": {\n                        \"data\": null\n                    },\n                    \"user\": {\n                        \"data\": {\n                            \"id\": \"2\",\n                            \"type\": \"users\"\n                        }\n                    }\n                }\n            },\n            {\n                \"id\": \"3\",\n                \"type\": \"notifications\",\n                \"attributes\": {\n                    \"client-id\": 1,\n                    \"created-at\": \"2025-07-01T00:02:18.117Z\",\n                    \"created-by-id\": 2,\n                    \"notifiable-id\": 2,\n                    \"notifiable-type\": \"WebhookSubscription\",\n                    \"read-at\": null,\n                    \"schema-template-id\": null,\n                    \"text\": \"webhook_subscription_error\",\n                    \"text-params\": {\n                        \"name\": \"Esse nemo unde ipsum debitis.\",\n                        \"user_name\": \"Prysmex Support\",\n                        \"user_email\": null,\n                        \"id\": 2,\n                        \"limit\": 10,\n                        \"consecutive_failures\": 1\n                    },\n                    \"updated-at\": \"2025-07-01T00:02:18.117Z\"\n                },\n                \"relationships\": {\n                    \"created-by\": {\n                        \"data\": {\n                            \"id\": \"2\",\n                            \"type\": \"users\"\n                        }\n                    },\n                    \"last-updated-by\": {\n                        \"data\": null\n                    },\n                    \"project\": {\n                        \"data\": null\n                    },\n                    \"user\": {\n                        \"data\": {\n                            \"id\": \"2\",\n                            \"type\": \"users\"\n                        }\n                    }\n                }\n            },\n            {\n                \"id\": \"1\",\n                \"type\": \"notifications\",\n                \"attributes\": {\n                    \"client-id\": 1,\n                    \"created-at\": \"2025-07-01T00:02:18.092Z\",\n                    \"created-by-id\": 2,\n                    \"notifiable-id\": 1,\n                    \"notifiable-type\": \"WebhookSubscription\",\n                    \"read-at\": null,\n                    \"schema-template-id\": null,\n                    \"text\": \"webhook_subscription_error\",\n                    \"text-params\": {\n                        \"name\": \"Deserunt incidunt.\",\n                        \"user_name\": \"Prysmex Support\",\n                        \"user_email\": null,\n                        \"id\": 1,\n                        \"limit\": 10,\n                        \"consecutive_failures\": 1\n                    },\n                    \"updated-at\": \"2025-07-01T00:02:18.092Z\"\n                },\n                \"relationships\": {\n                    \"created-by\": {\n                        \"data\": {\n                            \"id\": \"2\",\n                            \"type\": \"users\"\n                        }\n                    },\n                    \"last-updated-by\": {\n                        \"data\": null\n                    },\n                    \"project\": {\n                        \"data\": null\n                    },\n                    \"user\": {\n                        \"data\": {\n                            \"id\": \"2\",\n                            \"type\": \"users\"\n                        }\n                    }\n                }\n            }\n        ],\n        \"included\": [\n            {\n                \"id\": \"2\",\n                \"type\": \"users\",\n                \"attributes\": {\n                    \"email\": null,\n                    \"first-name\": \"Prysmex\",\n                    \"is-active\": true,\n                    \"last-name\": \"Support\",\n                    \"picture-url\": null,\n                    \"position\": null,\n                    \"username\": \"e0f3b884f1ee360d_support\"\n                },\n                \"relationships\": {\n                    \"role\": {\n                        \"data\": null\n                    }\n                }\n            }\n        ],\n        \"meta\": {\n            \"project_counts\": {},\n            \"total_pages\": 1,\n            \"total_count\": 3\n        }\n    },\n    \"alerts\": {\n        \"data\": [],\n        \"included\": [],\n        \"meta\": {\n            \"total_pages\": 0,\n            \"total_count\": 0\n        }\n    }\n}"}],"_postman_id":"7b639655-d643-4ced-870f-c4563b2a223a"},{"name":"certificates_map_collection","event":[{"listen":"prerequest","script":{"id":"7c09b0b7-e776-4799-9175-b293a280e2a8","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"62da3cfa-6021-4aad-b41d-1650b8cbf9f5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0021ef82-9a02-4b09-ab8a-193a15a47bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    //\"certificate_request_id\": 3,\n    \"certificate_schema_template_ids\": [1,4],\n    \"start_at\": \"2024-06-03T17:09:01.843Z\",\n    \"user_ids\": [2,3]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/certificates_map","description":"<p>Returns a hash with the certificate status for a set of users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","certificates_map"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"12a76604-0d28-42c1-8f8b-cce219f55015","name":"certificates_map","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"user_ids\": [2,3],\n    \"certificate_schema_template_ids\": [1,4],\n    //\"certificate_request_id\": 3,\n    \"start_at\": \"2024-06-03T17:09:01.843Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/certificates_map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"8b7bf5fa-a91a-4d6a-b47c-2e73bdae6ac9"},{"key":"x-runtime","value":"0.165681"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.81, sql.active_record;dur=42.64, cache_write.active_support;dur=0.08, instantiation.active_record;dur=0.53, start_transaction.active_record;dur=0.00, transaction.active_record;dur=20.70, process_action.action_controller;dur=127.03"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"2\": { // user id\n        \"1\": { // certificate_schema_template_id\n            \"certificate_requests\": {\n                \"227\": {\n                    \"start\": \"2025-02-09T18:34:00.000Z\",\n                    \"end\": null,\n                    \"project_id\": 59\n                }\n            }\n        },\n        \"4\": {\n            \"certificates\": {\n                \"157\": {\n                    \"expire\": null\n                }\n            },\n            \"course_enrollment\": {\n                \"121\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"0021ef82-9a02-4b09-ab8a-193a15a47bd9"},{"name":"certificates_map","event":[{"listen":"prerequest","script":{"id":"7c09b0b7-e776-4799-9175-b293a280e2a8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"62da3cfa-6021-4aad-b41d-1650b8cbf9f5","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"94219617-ef53-4ca1-a608-02148d81b582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    //\"certificate_request_id\": 3,\n    \"certificate_schema_template_ids\": [1,4],\n    \"start_at\": \"2024-06-03T17:09:01.843Z\",\n    \"user_ids\": [2,3]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/:id/certificates_map","description":"<p>Returns a hash with the certificate status for a set of users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id","certificates_map"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_user_id}}","key":"id"}]}},"response":[],"_postman_id":"94219617-ef53-4ca1-a608-02148d81b582"},{"name":"create","event":[{"listen":"test","script":{"id":"bd9ea4d6-bdc7-4000-8911-bde53b377824","exec":["pm.environment.set(\"_user_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"6b0586fe-c26a-4824-8e40-a48de3c61d22","exec":["// ensure password and password confirmation are equal","pm.variables.set(\"randomPass\", pm.variables.replaceIn(\"TOT0gBBEffu2vU1\"));"],"type":"text/javascript","packages":{}}}],"id":"fb73373f-3d35-4fd4-8b0f-8864a1f50ba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n        \"auto-archives-at\": \"2025-06-25T16:41:00.000Z\",\n        \"birth-date\": \"2026-04-19T10:57:38.442Z\",\n        \"blood-type\": \"O+\",\n        \"contract-type\": \"external_variable\",\n        \"country\": \"Rwanda\",\n        \"curp\": \"60aca7de-60db-492a-b013-ba4b6ba710b4\",\n        \"date-format\": \"DD/MM/YYYY\",\n        \"date-time-format\": \"lll\",\n        \"document\": {},\n        \"email\": \"Alexie74@yahoo.com\",\n        \"email-authenticatable\": false,\n        \"first-name\": \"Buford\",\n        \"insurance-num\": \"39074555\",\n        \"invitation-email-msg\": null,\n        \"join-company-at\": \"2026-04-19T10:57:38.442Z\",\n        \"labor-hours-start\": \"07:30:00\",\n        \"last-name\": \"Stark\",\n        \"locale\": \"es\",\n        \"metadata\": {},\n        \"password\": \"{{randomPass}}\",\n        \"password_confirmation\": \"{{randomPass}}\",\n        \"payroll-num\": \"Garfield5\",\n        \"phone-num\": null,\n        \"picture-url\": null,\n        \"position\": \"Customer Metrics Assistant\",\n        \"send-notifications-by-mail\": false,\n        \"send-weekly-reminder-by-mail\": true,\n        \"skip-invitation-email\": false,\n        \"time-zone\": null,\n        \"username\": \"Connor.Cartwright90\",\n        \"working-regime\": \"moderate\"\n        },\n        \"relationships\": {\n            // \"projects\": {\n            //     \"data\": [\n            //         {\n            //             \"type\": \"projects\",\n            //             \"id\": \"1\"\n            //         }\n            //     ]\n            // },\n            \"role\": {\n                \"data\": {\n                    \"type\": \"roles\",\n                    \"id\": \"3\"\n                }\n            }\n            // \"user-groups\": {\n            //     \"data\": [\n            //         {\n            //             \"type\": \"user-groups\",\n            //             \"id\": \"5\"\n            //         }\n            //     ]\n            // },\n            // \"zones\": {\n            //     \"data\": []\n            // }\n        },\n        \"type\": \"users\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users","description":"<p>Creates a <strong>local</strong> user.</p>\n<h3 id=\"required-attributes\">Required attributes</h3>\n<ul>\n<li><p>first-name</p>\n</li>\n<li><p>username (unless role gives no app access)</p>\n</li>\n<li><p>email (unless password is present or role gives no app access)</p>\n</li>\n<li><p>password (unless email is present or role gives no app access)</p>\n</li>\n</ul>\n<h3 id=\"required-relationships\">Required relationships</h3>\n<ul>\n<li>role</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"38183d7f-2901-4fde-bcd1-bf58e3ae46e3","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n        \"auto-archives-at\": \"2025-06-25T16:41:00.000Z\",\n        \"birth-date\": \"2026-04-19T10:57:38.442Z\",\n        \"blood-type\": \"O+\",\n        \"contract-type\": \"external_variable\",\n        \"country\": \"Kazakhstan\",\n        \"curp\": \"542e1313-db75-4368-9f64-4f8622808ec1\",\n        \"date-format\": \"DD/MM/YYYY\",\n        \"date-time-format\": \"lll\",\n        \"document\": {},\n        \"email\": \"Isaias45@gmail.com\",\n        \"email-authenticatable\": false,\n        \"first-name\": \"Abdullah\",\n        \"insurance-num\": \"84925563\",\n        \"invitation-email-msg\": null,\n        \"join-company-at\": \"2026-04-19T10:57:38.442Z\",\n        \"labor-hours-start\": \"07:30:00\",\n        \"last-name\": \"Labadie\",\n        \"locale\": \"es\",\n        \"metadata\": {},\n        \"password\": \"{{randomPass}}\",\n        \"password_confirmation\": \"{{randomPass}}\",\n        \"payroll-num\": \"Ralph99\",\n        \"phone-num\": null,\n        \"picture-url\": null,\n        \"position\": \"Customer Operations Liaison\",\n        \"send-notifications-by-mail\": false,\n        \"send-weekly-reminder-by-mail\": true,\n        \"skip-invitation-email\": false,\n        \"time-zone\": \"UTC\",\n        \"username\": \"Emilia20\",\n        \"working-regime\": \"moderate\"\n        },\n        \"relationships\": {\n            \"projects\": {\n                \"data\": [\n                    {\n                        \"type\": \"projects\",\n                        \"id\": \"1\"\n                    }\n                ]\n            },\n            \"role\": {\n                \"data\": {\n                    \"type\": \"roles\",\n                    \"id\": \"3\"\n                }\n            },\n            \"user-groups\": {\n                \"data\": [\n                    {\n                        \"type\": \"user-groups\",\n                        \"id\": \"5\"\n                    }\n                ]\n            },\n            \"zones\": {\n                \"data\": []\n            }\n        },\n        \"type\": \"users\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"dbe3ae44-8522-411b-88b2-587e35f73931"},{"key":"x-runtime","value":"0.164170"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.04, cache_read.active_support;dur=0.04, sql.active_record;dur=38.71, cache_write.active_support;dur=0.13, instantiation.active_record;dur=1.07, start_transaction.active_record;dur=0.01, transaction.active_record;dur=62.31, unpermitted_parameters.action_controller;dur=0.00, cache_generate.active_support;dur=12.90, enqueue.active_job;dur=3.23, process_action.action_controller;dur=149.87"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"28\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"accepted-at\": \"2025-06-02T20:56:19.773Z\",\n            \"archived-at\": null,\n            \"auto-archives-at\": \"2025-06-25T16:41:00.000Z\",\n            \"birth-date\": \"2025-06-02\",\n            \"blood-type\": null,\n            \"confirmation-sent-at\": null,\n            \"confirmed-at\": null,\n            \"contract-type\": \"external_variable\",\n            \"country\": \"Lao People's Democratic Republic\",\n            \"created-at\": \"2025-06-02T20:56:19.820Z\",\n            \"created-by-id\": 2,\n            \"current-sign-in-at\": null,\n            \"current-sign-in-ip\": null,\n            \"date-format\": \"DD/MM/YYYY\",\n            \"date-time-format\": \"lll\",\n            \"document\": {},\n            \"email\": \"katrina_hoeger47@hotmail.com\",\n            \"email-authenticatable\": false,\n            \"email-blocked-until\": null,\n            \"first-name\": \"Frank\",\n            \"global-role\": null,\n            \"insurance-num\": \"20317701\",\n            \"invitation-email-sent-at\": null,\n            \"invite-id\": null,\n            \"is-active\": true,\n            \"is-local\": true,\n            \"join-company-at\": \"2025-06-02\",\n            \"labor-hours-start\": \"07:30:00\",\n            \"last-name\": \"Bechtelar\",\n            \"locale\": \"es\",\n            \"metadata\": {},\n            \"password-changed-at\": null,\n            \"payroll-num\": \"Yasmin_Schamberger75\",\n            \"phone-num\": null,\n            \"picture-url\": null,\n            \"position\": \"Internal Division Administrator\",\n            \"privacy-accepted-date\": null,\n            \"seat-type\": \"full\",\n            \"send-notifications-by-email\": true,\n            \"send-weekly-summary-by-email\": true,\n            \"sign-in-count\": 0,\n            \"support-client-subdomains\": [],\n            \"time-zone\": \"UTC\",\n            \"updated-at\": \"2025-06-02T20:56:19.825Z\",\n            \"username\": \"mohamed89\",\n            \"working-regime\": \"moderate\"\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            },\n            \"projects\": {\n                \"data\": [\n                    {\n                        \"id\": \"1\",\n                        \"type\": \"projects\"\n                    }\n                ]\n            },\n            \"role\": {\n                \"data\": null\n            },\n            \"user-groups\": {\n                \"data\": [\n                    {\n                        \"id\": \"5\",\n                        \"type\": \"user-groups\"\n                    }\n                ]\n            },\n            \"user-widgets\": {\n                \"data\": []\n            },\n            \"widgets\": {\n                \"data\": []\n            },\n            \"zones\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"fb73373f-3d35-4fd4-8b0f-8864a1f50ba8"},{"name":"bulk create","event":[{"listen":"test","script":{"id":"bd9ea4d6-bdc7-4000-8911-bde53b377824","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"6b0586fe-c26a-4824-8e40-a48de3c61d22","exec":["// ensure password and password confirmation are equal","pm.variables.set(\"randomPass\", pm.variables.replaceIn(\"7rJ3YARv0ez199a\"));"],"type":"text/javascript","packages":{}}}],"id":"6c6234df-9428-43b9-9150-8cbfb6ca3a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"data\": {\n                \"attributes\": {\n                    \"auto-archives-at\": \"2025-06-25T16:41:00.000Z\",\n                    \"birth-date\": \"2026-04-19T10:57:38.443Z\",\n                    \"blood-type\": \"O+\",\n                    \"contract-type\": \"external_variable\",\n                    \"country\": \"Gibraltar\",\n                    \"curp\": \"23800283-0fc9-4a88-bcaf-04cca447d2b1\",\n                    \"date-format\": \"DD/MM/YYYY\",\n                    \"date-time-format\": \"lll\",\n                    \"document\": {},\n                    \"email\": \"Kristopher_Upton35@yahoo.com\",\n                    \"email-authenticatable\": false,\n                    \"first-name\": \"Ivah\",\n                    \"insurance-num\": \"65247995\",\n                    \"invitation-email-msg\": null,\n                    \"join-company-at\": \"2026-04-19T10:57:38.443Z\",\n                    \"labor-hours-start\": \"07:30:00\",\n                    \"last-name\": \"Ullrich\",\n                    \"locale\": \"es\",\n                    \"metadata\": {},\n                    \"password\": \"{{randomPass}}\",\n                    \"password_confirmation\": \"{{randomPass}}\",\n                    \"payroll-num\": \"Samantha.Kiehn\",\n                    \"phone-num\": null,\n                    \"picture-url\": null,\n                    \"position\": \"Forward Division Developer\",\n                    \"send-notifications-by-mail\": false,\n                    \"send-weekly-reminder-by-mail\": true,\n                    \"skip-invitation-email\": false,\n                    \"time-zone\": null,\n                    \"username\": \"Kayley23\",\n                    \"working-regime\": \"moderate\"\n                },\n                \"relationships\": {\n                    // \"projects\": {\n                    //     \"data\": [\n                    //         {\n                    //             \"type\": \"projects\",\n                    //             \"id\": \"1\"\n                    //         }\n                    //     ]\n                    // },\n                    \"role\": {\n                        \"data\": {\n                            \"type\": \"roles\",\n                            \"id\": \"3\"\n                        }\n                    }\n                    // \"user-groups\": {\n                    //     \"data\": [\n                    //         {\n                    //             \"type\": \"user-groups\",\n                    //             \"id\": \"5\"\n                    //         }\n                    //     ]\n                    // },\n                    // \"zones\": {\n                    //     \"data\": []\n                    // }\n                },\n                \"type\": \"users\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/bulk","description":"<p>Creates a <strong>local</strong> user.</p>\n<h3 id=\"required-attributes\">Required attributes</h3>\n<ul>\n<li><p>first-name</p>\n</li>\n<li><p>username (unless role gives no app access)</p>\n</li>\n<li><p>email (unless password is present or role gives no app access)</p>\n</li>\n<li><p>password (unless email is present or role gives no app access)</p>\n</li>\n</ul>\n<h3 id=\"required-relationships\">Required relationships</h3>\n<ul>\n<li>role</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","bulk"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c6234df-9428-43b9-9150-8cbfb6ca3a8a"},{"name":"invite_bulk","event":[{"listen":"test","script":{"id":"bd9ea4d6-bdc7-4000-8911-bde53b377824","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"6b0586fe-c26a-4824-8e40-a48de3c61d22","exec":["pm.variables.set(\"randomPass\", pm.variables.replaceIn(\"VsN21XNFqsHAv_r\"));"],"type":"text/javascript","packages":{}}}],"id":"1eba1542-26f5-4ff7-8af1-262ba16983d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"data\": {\n                \"attributes\": {\n                    \"auto-archives-at\": \"2025-06-02T20:59:00.000Z\",\n                    \"birth-date\": null,\n                    \"blood-type\": \"a+\",\n                    \"contract-type\": \"employee\",\n                    \"country\": null,\n                    \"date-format\": null,\n                    \"date-time-format\": null,\n                    \"email\": \"Claire73@yahoo.com\",\n                    \"first-name\": \"Colten\",\n                    \"insurance-num\": \"00558124\",\n                    \"invitation-email-msg\": null,\n                    \"join-company-at\": \"2026-04-19T10:57:38.443Z\",\n                    \"labor-hours-start\": \"8:00:00\",\n                    \"last-name\": \"Altenwerth\",\n                    \"locale\": \"es\",\n                    \"metadata\": {},\n                    \"payroll-num\": \"234\",\n                    \"phone-num\": null,\n                    \"picture-url\": null,\n                    \"position\": \"National Functionality Liaison\",\n                    \"send-notifications-by-email\": true,\n                    \"send-weekly-summary-by-email\": true,\n                    \"skip-invitation-email\": false,\n                    \"support-client-subdomains\": [],\n                    \"time-zone\": null,\n                    \"username\": null,\n                    \"working-regime\": \"moderate\"\n                },\n                \"relationships\": {\n                    // \"projects\": {\n                    //     \"data\": [\n                    //         {\n                    //             \"type\": \"projects\",\n                    //             \"id\": \"1\"\n                    //         }\n                    //     ]\n                    // },\n                    \"role\": {\n                        \"data\": {\n                            \"type\": \"roles\",\n                            \"id\": \"3\"\n                        }\n                    }\n                    // \"user-groups\": {\n                    //     \"data\": [\n                    //         {\n                    //             \"type\": \"user-groups\",\n                    //             \"id\": \"5\"\n                    //         }\n                    //     ]\n                    // },\n                    // \"zones\": {\n                    //     \"data\": []\n                    // }\n                },\n                \"type\": \"users\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/invite_bulk","description":"<p>Creates if necessary and invites a <strong>non-local</strong> user to the current Space.</p>\n<h3 id=\"required-attributes\">Required attributes</h3>\n<ul>\n<li><p>first-name</p>\n</li>\n<li><p>email</p>\n</li>\n</ul>\n<h3 id=\"required-relationships\">Required relationships</h3>\n<ul>\n<li>role</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","invite_bulk"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1eba1542-26f5-4ff7-8af1-262ba16983d0"},{"name":"archive_bulk","event":[{"listen":"test","script":{"id":"bd9ea4d6-bdc7-4000-8911-bde53b377824","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"6b0586fe-c26a-4824-8e40-a48de3c61d22","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8db3c29b-5596-4941-b6ae-90a3dd3ef7da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"id\": [24]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/archive_bulk","description":"<p>Creates if necessary and invites a <strong>non-local</strong> user to the current Space.</p>\n<h3 id=\"required-attributes\">Required attributes</h3>\n<ul>\n<li><p>first-name</p>\n</li>\n<li><p>email</p>\n</li>\n</ul>\n<h3 id=\"required-relationships\">Required relationships</h3>\n<ul>\n<li>role</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","archive_bulk"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8db3c29b-5596-4941-b6ae-90a3dd3ef7da"},{"name":"unarchive_bulk","event":[{"listen":"test","script":{"id":"bd9ea4d6-bdc7-4000-8911-bde53b377824","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"6b0586fe-c26a-4824-8e40-a48de3c61d22","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"346d1176-c093-465f-bc0d-33bdbf326c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"id\": [24]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/unarchive_bulk","description":"<p>Creates if necessary and invites a <strong>non-local</strong> user to the current Space.</p>\n<h3 id=\"required-attributes\">Required attributes</h3>\n<ul>\n<li><p>first-name</p>\n</li>\n<li><p>email</p>\n</li>\n</ul>\n<h3 id=\"required-relationships\">Required relationships</h3>\n<ul>\n<li>role</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","unarchive_bulk"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"346d1176-c093-465f-bc0d-33bdbf326c94"},{"name":"search","event":[{"listen":"test","script":{"id":"d03ba784-bd9d-4236-83fd-81a78a752d1e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ea3c39d1-f567-481a-b160-57b21dcd99de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // \"with_current_project_id\": [\"2\"]\n    // \"with_authorization\": {\n    //     \"model\": \"CertificateRequest\",\n    //     \"id\": 1,\n    //     // \"attributes\": {\"schema_template_id\": 50},\n    //     \"action\": \"change_state\"\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/search?page=1&per=10&sort=id&sort_direction=asc","description":"<p>Allows searching for users that you have the authorization to view</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","search"],"host":["https://b.prysmex.com"],"query":[{"key":"page","value":"1"},{"key":"per","value":"10"},{"key":"sort","value":"id"},{"key":"sort_direction","value":"asc"}],"variable":[]}},"response":[{"id":"3d38e31b-524f-4c61-8fb7-7d63214899f7","name":"search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"with_current_project_id\": [\"2\"]\n    // \"with_authorization\": {\n    //     \"model\": \"CertificateRequest\",\n    //     \"id\": 1,\n    //     // \"attributes\": {\"schema_template_id\": 50},\n    //     \"action\": \"change_state\"\n    // }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/users/search?page=1&per=10&sort=id&sort_direction=asc","host":["https://b.prysmex.com"],"path":["api","users","search"],"query":[{"key":"page","value":"1"},{"key":"per","value":"10"},{"key":"sort","value":"id"},{"key":"sort_direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"b605a7b2-0583-4dd0-ad36-1c27c2e823d1"},{"key":"x-runtime","value":"0.136210"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.03, sql.active_record;dur=16.18, cache_write.active_support;dur=0.06, instantiation.active_record;dur=2.92, start_transaction.active_record;dur=0.00, transaction.active_record;dur=2.41, process_action.action_controller;dur=110.32"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:00:48.375Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": null,\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": null,\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": null,\n                \"created-at\": \"2025-07-01T00:00:48.386Z\",\n                \"created-by-id\": 2,\n                \"current-sign-in-at\": \"2025-07-03T21:17:30.250Z\",\n                \"current-sign-in-ip\": \"192.168.65.1\",\n                \"date-format\": \"DD/MM/YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"admin@prysmex.com\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Prysmex\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": null,\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Admin\",\n                \"locale\": \"es\",\n                \"metadata\": {\n                    \"toursTaken\": [\n                        \"admin_users_tour\",\n                        \"navigation_tour\",\n                        \"home_tour\"\n                    ],\n                    \"completedEntries\": []\n                },\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": null,\n                \"picture-url\": null,\n                \"position\": null,\n                \"privacy-accepted-date\": \"2025-07-01T00:11:24.793Z\",\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 7,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:00:48.386Z\",\n                \"username\": \"prysmex_admin\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": []\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"5\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:12.722Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:13.069Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Saint Lucia\",\n                \"created-at\": \"2025-07-01T00:02:12.731Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": \"2025-07-03T01:52:30.018Z\",\n                \"current-sign-in-ip\": \"192.168.65.1\",\n                \"date-format\": \"MM-DD-YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {\n                    \"meta\": {}\n                },\n                \"email\": \"prysmex@prysmex.com\",\n                \"email-authenticatable\": true,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Prysmex\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:13.069Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"User\",\n                \"locale\": \"es\",\n                \"metadata\": {\n                    \"toursTaken\": [\n                        \"admin_users_tour\",\n                        \"navigation_tour\",\n                        \"admin_user_groups_tour\",\n                        \"home_tour\",\n                        \"map_tour\",\n                        \"inspections_tour\",\n                        \"inspections_show_tour\",\n                        \"reports_show_tour\"\n                    ],\n                    \"completedEntries\": []\n                },\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5216439598421\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_9019789d-c8e2-49f6-9f42-0dedc1476960.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": \"2025-07-02T18:06:27.451Z\",\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 2,\n                \"support-client-subdomains\": [\n                    \"new-ic67e68d\"\n                ],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-02T18:06:40.511Z\",\n                \"username\": \"prysmex_prysmex\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"projects\": {\n                    \"data\": []\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"7\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"3\",\n                            \"type\": \"user-groups\"\n                        },\n                        {\n                            \"id\": \"4\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:12.912Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2001-06-07\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:13.635Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Ukraine\",\n                \"created-at\": \"2025-07-01T00:02:12.924Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"ll\",\n                \"date-time-format\": \"lll\",\n                \"document\": {\n                    \"meta\": {}\n                },\n                \"email\": \"halvorson.jadwiga@corkery.ca\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Jadwiga\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:13.635Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Halvorson\",\n                \"locale\": \"es\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5219190400595\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_058fc97d-4b38-4f26-ae50-b063037b7287.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-02T18:55:53.623Z\",\n                \"username\": \"halvorson.jadwiga\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": []\n                },\n                \"zones\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:12.995Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:14.328Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Trinidad and Tobago\",\n                \"created-at\": \"2025-07-01T00:02:13.030Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"DD-MM-YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"mueller_karan@kutchstokes.biz\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Karan\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:14.328Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Mueller\",\n                \"locale\": \"en\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5216818130240\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_aa3fd3a0-608a-4cac-894a-b2785cb5a6c3.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:02:14.363Z\",\n                \"username\": \"karan_mueller\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"4\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": [\n                        {\n                            \"id\": \"19\",\n                            \"type\": \"zones\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:13.069Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:14.551Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Montserrat\",\n                \"created-at\": \"2025-07-01T00:02:13.082Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"DD/MM/YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"larson_rebbeca@olsonhamill.us\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Rebbeca\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:14.550Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Larson\",\n                \"locale\": \"en\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5210772503707\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_e94401f2-4a47-4ef9-abfd-e223a388a56b.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:02:14.594Z\",\n                \"username\": \"larson_rebbeca\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"3\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": [\n                        {\n                            \"id\": \"3\",\n                            \"type\": \"zones\"\n                        },\n                        {\n                            \"id\": \"4\",\n                            \"type\": \"zones\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"7\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:13.112Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:14.438Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Morocco\",\n                \"created-at\": \"2025-07-01T00:02:13.127Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"MM/DD/YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"phung.cole@ryan.name\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Phung\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:14.438Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Cole\",\n                \"locale\": \"es\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5212679826556\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_7c77cb95-80ea-4ee5-87cb-8102eccfd4a0.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:02:14.455Z\",\n                \"username\": \"cole_phung\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"user-groups\"\n                        },\n                        {\n                            \"id\": \"4\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": [\n                        {\n                            \"id\": \"17\",\n                            \"type\": \"zones\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"8\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:13.153Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:15.208Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Romania\",\n                \"created-at\": \"2025-07-01T00:02:13.166Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"MM-DD-YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"okeefe_jerilyn@aufderhardouglas.name\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Jerilyn\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:15.208Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"O'keefe\",\n                \"locale\": \"en\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5213309869266\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_male_80ab92bc-95ed-42f4-a30b-0586e9ba3809.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:02:15.234Z\",\n                \"username\": \"okeefe.jerilyn\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"3\",\n                            \"type\": \"user-groups\"\n                        },\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"9\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:13.207Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:15.511Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Spain\",\n                \"created-at\": \"2025-07-01T00:02:13.218Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"MM/DD/YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"walsh.porsche@ritchiemccullough.us\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Porsche\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:15.511Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Walsh\",\n                \"locale\": \"en\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5212390073006\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_male_9fa8e66a-b133-4259-8ddd-f553ba1aefdd.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:02:15.525Z\",\n                \"username\": \"porsche_walsh\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"3\",\n                            \"type\": \"user-groups\"\n                        },\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"zones\"\n                        },\n                        {\n                            \"id\": \"19\",\n                            \"type\": \"zones\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"10\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:13.241Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:15.716Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Bermuda\",\n                \"created-at\": \"2025-07-01T00:02:13.252Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"LL\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"beer.gayle@mitchell.biz\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Gayle\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:15.716Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Beer\",\n                \"locale\": \"es\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5217592891542\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_7406b2c2-9044-4191-aa27-ed3522c622f4.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:02:15.723Z\",\n                \"username\": \"gayle_beer\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"user-groups\"\n                        },\n                        {\n                            \"id\": \"5\",\n                            \"type\": \"user-groups\"\n                        }\n                    ]\n                },\n                \"zones\": {\n                    \"data\": [\n                        {\n                            \"id\": \"18\",\n                            \"type\": \"zones\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"11\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"accepted-at\": \"2025-07-01T00:02:13.282Z\",\n                \"archived-at\": null,\n                \"auto-archives-at\": null,\n                \"birth-date\": \"2004-07-01\",\n                \"blood-type\": null,\n                \"client-id\": 1,\n                \"confirmation-sent-at\": \"2025-07-01T00:02:15.835Z\",\n                \"confirmed-at\": null,\n                \"contract-type\": \"employee\",\n                \"country\": \"Panama\",\n                \"created-at\": \"2025-07-01T00:02:13.296Z\",\n                \"created-by-id\": 1,\n                \"current-sign-in-at\": null,\n                \"current-sign-in-ip\": null,\n                \"date-format\": \"MM-DD-YYYY\",\n                \"date-time-format\": \"lll\",\n                \"document\": {},\n                \"email\": \"lynch.edgardo@collier.ca\",\n                \"email-authenticatable\": false,\n                \"email-blocked-until\": null,\n                \"first-name\": \"Edgardo\",\n                \"global-role\": null,\n                \"insurance-num\": null,\n                \"invitation-email-sent-at\": \"2025-07-01T00:02:15.835Z\",\n                \"invite-id\": null,\n                \"is-active\": true,\n                \"is-local\": true,\n                \"join-company-at\": null,\n                \"labor-hours-start\": \"07:30:00\",\n                \"last-invited-archived-at\": null,\n                \"last-name\": \"Lynch\",\n                \"locale\": \"en\",\n                \"metadata\": {},\n                \"password-changed-at\": null,\n                \"payroll-num\": null,\n                \"phone-num\": \"+5213338585609\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_male_2c54397f-d697-451e-a47c-de9dc6585fab.jpg\",\n                \"position\": null,\n                \"privacy-accepted-date\": null,\n                \"seat-type\": \"full\",\n                \"send-notifications-by-email\": true,\n                \"send-weekly-summary-by-email\": true,\n                \"sign-in-count\": 0,\n                \"support-client-subdomains\": [],\n                \"time-zone\": null,\n                \"updated-at\": \"2025-07-01T00:02:15.868Z\",\n                \"username\": \"edgardo_lynch\",\n                \"working-regime\": \"moderate\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-invited-archived-by\": {\n                    \"data\": null\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                },\n                \"projects\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"projects\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"projects\"\n                        }\n                    ]\n                },\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                },\n                \"user-groups\": {\n                    \"data\": []\n                },\n                \"zones\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"5\",\n            \"type\": \"user-groups\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:02:12.898Z\",\n                \"created-by-id\": 1,\n                \"description\": \"Fuga dicta assumenda animi facilis.\",\n                \"name\": \"Schoen and Sons\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/prysmex-logo_d797f520-b001-4387-a663-6589f843c0d5.png\",\n                \"updated-at\": \"2025-07-01T00:02:12.898Z\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"user-groups\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:02:12.838Z\",\n                \"created-by-id\": 1,\n                \"description\": \"Ea dignissimos earum eos veritatis molestiae.\",\n                \"name\": \"Larkin Inc\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/prysmex-logo_a01a03fd-1ad7-414b-b4f7-c750f408507a.png\",\n                \"updated-at\": \"2025-07-01T00:02:12.838Z\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"type\": \"user-groups\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:02:12.853Z\",\n                \"created-by-id\": 1,\n                \"description\": \"Inventore totam ut ratione pariatur.\",\n                \"name\": \"Paucek, Dicki and Jacobs\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/prysmex-logo_cc4a6b41-b6f4-430b-ac09-995648adc552.png\",\n                \"updated-at\": \"2025-07-01T00:02:12.853Z\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"user-groups\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:02:12.792Z\",\n                \"created-by-id\": 1,\n                \"description\": \"Facilis dignissimos voluptatum expedita facere perferendis.\",\n                \"name\": \"Lebsack-Funk\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/prysmex-logo_483dae5a-1b25-41e8-9f07-edff0d0b00c9.png\",\n                \"updated-at\": \"2025-07-01T00:02:12.792Z\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"user-groups\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:02:12.804Z\",\n                \"created-by-id\": 1,\n                \"description\": \"Dolorum iste eos necessitatibus cumque quos soluta dolore.\",\n                \"name\": \"Quitzon Group\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/prysmex-logo_5a269989-cf35-4719-bbdc-0c354c1e0b72.png\",\n                \"updated-at\": \"2025-07-01T00:02:12.804Z\"\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"total_pages\": 3,\n        \"total_count\": 22\n    }\n}"}],"_postman_id":"ea3c39d1-f567-481a-b160-57b21dcd99de"},{"name":"basic","event":[{"listen":"test","script":{"id":"d03ba784-bd9d-4236-83fd-81a78a752d1e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"78865a6a-c8a5-47c1-887c-554d0c579270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // \"with_current_project_id\": [\"2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/basic/search","description":"<p>Allows you to search for all users in the database, renders limited data for privacy.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","basic","search"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"8ceef648-c96e-411c-be07-42a1b134dfb1","name":"basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"with_current_project_id\": [\"2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/basic/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"7e9e449c-eeee-4e8d-97c7-ea7913741e15"},{"key":"x-runtime","value":"0.068568"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.04, sql.active_record;dur=9.15, cache_write.active_support;dur=0.14, instantiation.active_record;dur=1.61, start_transaction.active_record;dur=0.00, transaction.active_record;dur=2.61, process_action.action_controller;dur=53.43"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"admin@prysmex.com\",\n                \"first-name\": \"Prysmex\",\n                \"is-active\": true,\n                \"last-name\": \"Admin\",\n                \"picture-url\": null,\n                \"position\": null,\n                \"username\": \"prysmex_admin\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"halvorson.jadwiga@corkery.ca\",\n                \"first-name\": \"Jadwiga\",\n                \"is-active\": true,\n                \"last-name\": \"Halvorson\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_058fc97d-4b38-4f26-ae50-b063037b7287.jpg\",\n                \"position\": null,\n                \"username\": \"halvorson.jadwiga\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"mueller_karan@kutchstokes.biz\",\n                \"first-name\": \"Karan\",\n                \"is-active\": true,\n                \"last-name\": \"Mueller\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_aa3fd3a0-608a-4cac-894a-b2785cb5a6c3.jpg\",\n                \"position\": null,\n                \"username\": \"karan_mueller\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"larson_rebbeca@olsonhamill.us\",\n                \"first-name\": \"Rebbeca\",\n                \"is-active\": true,\n                \"last-name\": \"Larson\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_e94401f2-4a47-4ef9-abfd-e223a388a56b.jpg\",\n                \"position\": null,\n                \"username\": \"larson_rebbeca\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"phung.cole@ryan.name\",\n                \"first-name\": \"Phung\",\n                \"is-active\": true,\n                \"last-name\": \"Cole\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_7c77cb95-80ea-4ee5-87cb-8102eccfd4a0.jpg\",\n                \"position\": null,\n                \"username\": \"cole_phung\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"okeefe_jerilyn@aufderhardouglas.name\",\n                \"first-name\": \"Jerilyn\",\n                \"is-active\": true,\n                \"last-name\": \"O'keefe\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_male_80ab92bc-95ed-42f4-a30b-0586e9ba3809.jpg\",\n                \"position\": null,\n                \"username\": \"okeefe.jerilyn\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"walsh.porsche@ritchiemccullough.us\",\n                \"first-name\": \"Porsche\",\n                \"is-active\": true,\n                \"last-name\": \"Walsh\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_male_9fa8e66a-b133-4259-8ddd-f553ba1aefdd.jpg\",\n                \"position\": null,\n                \"username\": \"porsche_walsh\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"10\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"beer.gayle@mitchell.biz\",\n                \"first-name\": \"Gayle\",\n                \"is-active\": true,\n                \"last-name\": \"Beer\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_7406b2c2-9044-4191-aa27-ed3522c622f4.jpg\",\n                \"position\": null,\n                \"username\": \"gayle_beer\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"11\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"lynch.edgardo@collier.ca\",\n                \"first-name\": \"Edgardo\",\n                \"is-active\": true,\n                \"last-name\": \"Lynch\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_male_2c54397f-d697-451e-a47c-de9dc6585fab.jpg\",\n                \"position\": null,\n                \"username\": \"edgardo_lynch\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"12\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"email\": \"senger.reena@dicki.ca\",\n                \"first-name\": \"Reena\",\n                \"is-active\": true,\n                \"last-name\": \"Senger\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_male_faf7f97b-7e4f-42b7-9629-be34b6e56725.jpg\",\n                \"position\": null,\n                \"username\": \"senger.reena\"\n            },\n            \"relationships\": {\n                \"role\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"roles\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"total_pages\": 3,\n        \"total_count\": 22\n    }\n}"}],"_postman_id":"78865a6a-c8a5-47c1-887c-554d0c579270"},{"name":"sessions","event":[{"listen":"test","script":{"id":"d03ba784-bd9d-4236-83fd-81a78a752d1e","exec":[""],"type":"text/javascript"}}],"id":"ba71d195-e1c7-4cd2-b8fe-fa3e4f9b1c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/sessions","description":"<p>Display sessions for the current user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","sessions"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"dab90089-9056-40c9-9ec0-e5b8b70ca229","name":"sessions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/sessions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"3ca901f1-ab1d-4897-8f4a-5564ff13fa7d"},{"key":"x-runtime","value":"0.053870"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.03, sql.active_record;dur=10.74, cache_write.active_support;dur=0.06, instantiation.active_record;dur=0.26, start_transaction.active_record;dur=0.00, transaction.active_record;dur=2.70, process_action.action_controller;dur=31.74"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2025-06-02T18:27:18.990Z\",\n        \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\",\n        \"has_fcm\": true,\n        \"current\": false\n    }\n]"}],"_postman_id":"ba71d195-e1c7-4cd2-b8fe-fa3e4f9b1c26"},{"name":"sessions delete","event":[{"listen":"test","script":{"id":"d03ba784-bd9d-4236-83fd-81a78a752d1e","exec":[""],"type":"text/javascript"}}],"id":"81b63a80-3304-45e6-ac4d-bdbcfeef7e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/sessions/:id","description":"<p>Deletes a session, effectively logging out the user of that session.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","sessions",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"c5f5fec5-0fc5-4196-9b70-0a5934287138","type":"any","value":"","key":"id"}]}},"response":[{"id":"68c1509d-5496-47c1-9484-d1654b5e5373","name":"sessions delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/users/sessions/:id","host":["https://b.prysmex.com"],"path":["api","users","sessions",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"0f900bad-814a-4727-a00a-4a21b527834b"},{"key":"x-runtime","value":"0.080483"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.02, sql.active_record;dur=17.37, cache_write.active_support;dur=0.15, instantiation.active_record;dur=12.37, start_transaction.active_record;dur=0.01, transaction.active_record;dur=5.32, process_action.action_controller;dur=60.75"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"81b63a80-3304-45e6-ac4d-bdbcfeef7e67"},{"name":"send_welcome_email","event":[{"listen":"test","script":{"id":"d03ba784-bd9d-4236-83fd-81a78a752d1e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"485647e2-d45e-4812-b355-43577bbc3909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"id\": [2]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/send_welcome_email?","description":"<p><strong>This endpoint is meant to be used internally (private)</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","send_welcome_email"],"host":["https://b.prysmex.com"],"query":[{"key":"","value":null}],"variable":[]}},"response":[{"id":"99a06f0f-b0f8-4541-92ea-7e4bc1339953","name":"send_welcome_email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": [\n        {\n            \"field\": \"id\",\n            \"type\": \"any\",\n            \"values\": [[2]]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/users/send_welcome_email?","host":["https://b.prysmex.com"],"path":["api","users","send_welcome_email"],"query":[{"key":"","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"635d0208-213f-46cb-a93b-e77db2b6a296"},{"key":"x-runtime","value":"0.127377"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.05, sql.active_record;dur=5.82, cache_write.active_support;dur=0.10, instantiation.active_record;dur=0.65, start_transaction.active_record;dur=0.00, transaction.active_record;dur=2.09, enqueue.active_job;dur=1.39, process_action.action_controller;dur=81.79"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Correo de bienvenida enviado correctamente\"\n}"}],"_postman_id":"485647e2-d45e-4812-b355-43577bbc3909"},{"name":"update fcm token","event":[{"listen":"test","script":{"id":"d03ba784-bd9d-4236-83fd-81a78a752d1e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8e3b634b-f137-45ef-8b27-b449755fa852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"aaaaa\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/sessions/fcm-token","description":"<p><strong>This endpoint is meant to be used internally (private)</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","sessions","fcm-token"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e3b634b-f137-45ef-8b27-b449755fa852"},{"name":"show","event":[{"listen":"test","script":{"id":"ba23df7d-9148-469b-abb7-7b1215e04f46","exec":[""],"type":"text/javascript"}}],"id":"9da7d56e-68e6-4d69-8998-39497afa557e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/users/:id","description":"<p>Renders a specific user by id</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"60698f97-9414-469c-83f8-289e55d066ef","type":"string","value":"{{_user_id}}","key":"id"}]}},"response":[{"id":"c1956e3a-d57c-4065-816a-795ccdd11680","name":"show","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://b.prysmex.com/api/users/:id","host":["https://b.prysmex.com"],"path":["api","users",":id"],"variable":[{"key":"id","value":"{{_user_id}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"9a1d060a-7f5c-494d-852e-bd460506fb6c"},{"key":"x-runtime","value":"0.078986"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.04, sql.active_record;dur=8.53, cache_write.active_support;dur=0.18, instantiation.active_record;dur=0.79, start_transaction.active_record;dur=0.01, transaction.active_record;dur=2.21, process_action.action_controller;dur=55.85"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"4\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"accepted-at\": \"2025-07-01T00:02:12.912Z\",\n            \"archived-at\": null,\n            \"auto-archives-at\": null,\n            \"birth-date\": \"2001-06-07\",\n            \"blood-type\": null,\n            \"client-id\": 1,\n            \"confirmation-sent-at\": \"2025-07-01T00:02:13.635Z\",\n            \"confirmed-at\": null,\n            \"contract-type\": \"employee\",\n            \"country\": \"Ukraine\",\n            \"created-at\": \"2025-07-01T00:02:12.924Z\",\n            \"created-by-id\": 1,\n            \"current-sign-in-at\": null,\n            \"current-sign-in-ip\": null,\n            \"date-format\": \"ll\",\n            \"date-time-format\": \"lll\",\n            \"document\": {\n                \"meta\": {}\n            },\n            \"email\": \"halvorson.jadwiga@corkery.ca\",\n            \"email-authenticatable\": false,\n            \"email-blocked-until\": null,\n            \"first-name\": \"Jadwiga\",\n            \"global-role\": null,\n            \"insurance-num\": null,\n            \"invitation-email-sent-at\": \"2025-07-01T00:02:13.635Z\",\n            \"invite-id\": null,\n            \"is-active\": true,\n            \"is-local\": true,\n            \"join-company-at\": null,\n            \"labor-hours-start\": \"07:30:00\",\n            \"last-invited-archived-at\": null,\n            \"last-name\": \"Halvorson\",\n            \"locale\": \"es\",\n            \"metadata\": {},\n            \"password-changed-at\": null,\n            \"payroll-num\": null,\n            \"phone-num\": \"+5219190400595\",\n            \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/user_female_058fc97d-4b38-4f26-ae50-b063037b7287.jpg\",\n            \"position\": null,\n            \"privacy-accepted-date\": null,\n            \"seat-type\": \"full\",\n            \"send-notifications-by-email\": true,\n            \"send-weekly-summary-by-email\": true,\n            \"sign-in-count\": 0,\n            \"support-client-subdomains\": [],\n            \"time-zone\": null,\n            \"updated-at\": \"2025-07-02T18:55:53.623Z\",\n            \"username\": \"halvorson.jadwiga\",\n            \"working-regime\": \"moderate\"\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-invited-archived-by\": {\n                \"data\": null\n            },\n            \"last-updated-by\": {\n                \"data\": {\n                    \"id\": \"3\",\n                    \"type\": \"users\"\n                }\n            },\n            \"projects\": {\n                \"data\": [\n                    {\n                        \"id\": \"1\",\n                        \"type\": \"projects\"\n                    },\n                    {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                ]\n            },\n            \"role\": {\n                \"data\": {\n                    \"id\": \"3\",\n                    \"type\": \"roles\"\n                }\n            },\n            \"user-groups\": {\n                \"data\": []\n            },\n            \"zones\": {\n                \"data\": []\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"projects\",\n            \"attributes\": {\n                \"name\": \"Plant 1\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/project_1_98df3ec9-eac0-4beb-ae4c-d0f2aa0ce2c8.jpg\",\n                \"time-zone\": \"Asia/Baghdad\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"projects\",\n            \"attributes\": {\n                \"name\": \"Plant 2\",\n                \"picture-url\": \"http://localhost:3000/uploads/prysmex/1/no_id/pictures/project_1_bdc010b5-696e-4e0d-a3d8-aed202744066.jpg\",\n                \"time-zone\": \"Asia/Muscat\"\n            },\n            \"relationships\": {}\n        }\n    ]\n}"}],"_postman_id":"9da7d56e-68e6-4d69-8998-39497afa557e"},{"name":"update","event":[{"listen":"test","script":{"id":"64cb1f95-f5b8-4a60-b832-908b42a72c90","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ab7c0e0e-faff-40c6-bd61-7e6da8e57034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {\n            \"first-name\": \"New name\"\n        },\n        \"relationships\": {\n            // \"role\": {\n            //     \"data\": {\n            //         \"id\": \"4\",\n            //         \"type\": \"roles\"\n            //     }\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/:id","description":"<p>Updates a user. When updating a user, only the attributes and relationships that are present in the request will be updated.</p>\n<p>If a user is updating a <strong>local user</strong>, it can update all of its data. When updating a <strong>non-local user</strong> you can only update space specific data.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_user_id}}","key":"id"}]}},"response":[{"id":"6834e73e-251f-4bba-a4d4-3f14bf25c48e","name":"update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {\n            \"first-name\": \"New name\"\n        },\n        \"relationships\": {\n            \"role\": {\n                \"data\": {\n                    \"id\": \"4\",\n                    \"type\": \"roles\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/users/:id","host":["https://b.prysmex.com"],"path":["api","users",":id"],"variable":[{"key":"id","value":"{{_user_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"478c4907-0341-40f3-ac84-1aaabc6ed775"},{"key":"x-runtime","value":"3.328102"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.03, cache_read.active_support;dur=0.11, sql.active_record;dur=22.26, cache_write.active_support;dur=0.24, instantiation.active_record;dur=1.85, start_transaction.active_record;dur=0.01, transaction.active_record;dur=34.39, unpermitted_parameters.action_controller;dur=0.00, cache_generate.active_support;dur=10.00, enqueue.active_job;dur=2.44, process_action.action_controller;dur=3303.69"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"48\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"accepted-at\": \"2025-06-02T21:35:45.615Z\",\n            \"archived-at\": null,\n            \"auto-archives-at\": \"2025-06-25T16:41:00.000Z\",\n            \"birth-date\": \"2025-06-02\",\n            \"blood-type\": null,\n            \"confirmation-sent-at\": \"2025-06-02T21:35:53.889Z\",\n            \"confirmed-at\": null,\n            \"contract-type\": \"external_variable\",\n            \"country\": \"Gambia\",\n            \"created-at\": \"2025-06-02T21:35:53.321Z\",\n            \"created-by-id\": 2,\n            \"current-sign-in-at\": null,\n            \"current-sign-in-ip\": null,\n            \"date-format\": \"DD/MM/YYYY\",\n            \"date-time-format\": \"lll\",\n            \"document\": {},\n            \"email\": \"savanah_muller91@yahoo.com\",\n            \"email-authenticatable\": false,\n            \"email-blocked-until\": null,\n            \"first-name\": \"New Name\",\n            \"global-role\": null,\n            \"insurance-num\": \"84245809\",\n            \"invitation-email-sent-at\": \"2025-06-02T21:35:53.889Z\",\n            \"invite-id\": null,\n            \"is-active\": true,\n            \"is-local\": true,\n            \"join-company-at\": \"2025-06-02\",\n            \"labor-hours-start\": \"07:30:00\",\n            \"last-name\": \"Dickinson\",\n            \"locale\": \"es\",\n            \"metadata\": {},\n            \"password-changed-at\": null,\n            \"payroll-num\": \"Mack85\",\n            \"phone-num\": null,\n            \"picture-url\": null,\n            \"position\": \"Human Integration Technician\",\n            \"privacy-accepted-date\": null,\n            \"seat-type\": \"full\",\n            \"send-notifications-by-email\": true,\n            \"send-weekly-summary-by-email\": true,\n            \"sign-in-count\": 0,\n            \"time-zone\": \"UTC\",\n            \"updated-at\": \"2025-06-02T21:36:06.283Z\",\n            \"username\": \"randy.swift\",\n            \"working-regime\": \"moderate\"\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"users\"\n                }\n            },\n            \"projects\": {\n                \"data\": [\n                    {\n                        \"id\": \"1\",\n                        \"type\": \"projects\"\n                    }\n                ]\n            },\n            \"role\": {\n                \"data\": {\n                    \"id\": \"3\",\n                    \"type\": \"roles\"\n                }\n            },\n            \"user-groups\": {\n                \"data\": [\n                    {\n                        \"id\": \"5\",\n                        \"type\": \"user-groups\"\n                    }\n                ]\n            },\n            \"zones\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"ab7c0e0e-faff-40c6-bd61-7e6da8e57034"},{"name":"delete_account","event":[{"listen":"test","script":{"id":"64cb1f95-f5b8-4a60-b832-908b42a72c90","exec":[""],"type":"text/javascript"}}],"id":"aa8686fe-b472-4c6f-96e4-f87eeff05d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/delete_account","description":"<p>Deletes an account permanently. This cannot be done if the user owns any Space(s).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","delete_account"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa8686fe-b472-4c6f-96e4-f87eeff05d56"},{"name":"archive","event":[{"listen":"test","script":{"id":"64cb1f95-f5b8-4a60-b832-908b42a72c90","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9ce944fe-5117-474d-abeb-47747d503682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/:id/archive","description":"<p>Archives a user from the current Space.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id","archive"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_user_id}}","key":"id"}]}},"response":[{"id":"569fb958-dbe4-4eda-81ba-25c4dc942c41","name":"archive","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/users/:id/archive","host":["https://b.prysmex.com"],"path":["api","users",":id","archive"],"variable":[{"key":"id","value":"{{_user_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"6d60e165-2e0b-46e1-af14-6a39a248849f"},{"key":"x-runtime","value":"0.152201"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.06, sql.active_record;dur=20.34, cache_write.active_support;dur=0.16, instantiation.active_record;dur=0.61, start_transaction.active_record;dur=0.01, transaction.active_record;dur=26.04, cache_generate.active_support;dur=7.04, enqueue.active_job;dur=5.51, process_action.action_controller;dur=132.29"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"48\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"email\": \"savanah_muller91@yahoo.com\",\n            \"first-name\": \"New Name\",\n            \"is-active\": false,\n            \"last-name\": \"Dickinson\",\n            \"picture-url\": null,\n            \"position\": \"Human Integration Technician\",\n            \"username\": \"randy.swift\"\n        },\n        \"relationships\": {\n            \"role\": {\n                \"data\": {\n                    \"id\": \"4\",\n                    \"type\": \"roles\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"9ce944fe-5117-474d-abeb-47747d503682"},{"name":"unarchive","event":[{"listen":"test","script":{"id":"64cb1f95-f5b8-4a60-b832-908b42a72c90","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9f8f18be-6f0f-42cd-b7aa-327e1074298c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/:id/unarchive","description":"<p>Unarchives a user from the current Space.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id","unarchive"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_user_id}}","key":"id"}]}},"response":[{"id":"9201e99d-82b2-4c4a-91a8-79a0d2fde77c","name":"unarchive","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/users/:id/unarchive","host":["https://b.prysmex.com"],"path":["api","users",":id","unarchive"],"variable":[{"key":"id","value":"{{_user_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"4a1da671-46d7-41c6-a7aa-9038e1ae9c3f"},{"key":"x-runtime","value":"0.140590"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.06, sql.active_record;dur=30.00, cache_write.active_support;dur=0.21, instantiation.active_record;dur=0.75, start_transaction.active_record;dur=0.01, transaction.active_record;dur=29.32, cache_generate.active_support;dur=6.98, enqueue.active_job;dur=3.24, process_action.action_controller;dur=119.39"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"48\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"email\": \"savanah_muller91@yahoo.com\",\n            \"first-name\": \"New Name\",\n            \"is-active\": true,\n            \"last-name\": \"Dickinson\",\n            \"picture-url\": null,\n            \"position\": \"Human Integration Technician\",\n            \"username\": \"randy.swift\"\n        },\n        \"relationships\": {\n            \"role\": {\n                \"data\": {\n                    \"id\": \"4\",\n                    \"type\": \"roles\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"9f8f18be-6f0f-42cd-b7aa-327e1074298c"},{"name":"update profile","event":[{"listen":"test","script":{"id":"64cb1f95-f5b8-4a60-b832-908b42a72c90","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fa266bca-88e3-4374-a3c6-b658561b9c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"birth-date\": null,\n            \"country\": null,\n            \"date-format\": \"DD/MM/YYYY\",\n            \"date-time-format\": \"lll\",\n            \"email\": \"admin@client-all.com\",\n            \"first-name\": \"Client All\", // if not local\n            \"labor-hours-start\": \"07:30:00\",\n            \"last-name\": \"Admin2\", // if not local\n            \"locale\": \"es\",\n            \"metadata\": {\n                \"toursTaken\": [\n                    \"admin_users_tour\",\n                    \"navigation_tour\",\n                    \"inspections_tour\",\n                    \"home_tour\",\n                    \"admin_user_groups_tour\",\n                    \"map_tour\",\n                    \"reports_tour\"\n                ],\n                \"completedEntries\": []\n            },\n            \"phone-num\": null,\n            \"picture-url\": null,\n            // \"time-zone\": \"Etc/UTC\",\n            \"username\": \"client_all_admin\"\n        },\n        \"relationships\": {\n            // \"zones\": {\n            //     \"data\": []\n            // }\n        },\n        \"type\": \"users\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/profile","description":"<p>Endpoint that allows a user to update itself regardless of its role.</p>\n<p>If you update your password, all oauth refresh tokens will expire and your devices will log out as soon as the access token expires.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users","profile"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa266bca-88e3-4374-a3c6-b658561b9c75"},{"name":"update password","event":[{"listen":"test","script":{"id":"64cb1f95-f5b8-4a60-b832-908b42a72c90","exec":[""],"type":"text/javascript","packages":{}}}],"id":"96ed73ec-862b-4f28-a6e4-c0d6d75599fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"my_pass\",\n    \"current_password\": \"my_pass\",\n    \"return_access_token\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/auth/password","description":"<p>Allows a user to update its own password and without the need for re-logging in on the current device. Other devices will be logged out when their access token expires since changing the password disables all oauth refresh tokens.</p>\n<p><strong>This endpoint is meant to be used internally (private)</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","auth","password"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"96ed73ec-862b-4f28-a6e4-c0d6d75599fe"},{"name":"unread_privacy_notice","event":[{"listen":"test","script":{"id":"ba23df7d-9148-469b-abb7-7b1215e04f46","exec":[""],"type":"text/javascript"}}],"id":"83a0af50-017c-4a00-80be-948ea621d6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/unread_privacy_notice","description":"<p>Displays the latest non-accepted privacy policy.</p>\n<p><strong>This endpoint is meant to be used internally (private)</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","unread_privacy_notice"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"1fe71aee-48b9-4054-aa05-a3963ad49f17","name":"unread_privacy_notice","originalRequest":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/unread_privacy_notice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"c2eb1640-fdf2-413a-ba47-500365e50a32"},{"key":"x-runtime","value":"0.405172"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.00, cache_read.active_support;dur=0.02, sql.active_record;dur=4.71, cache_write.active_support;dur=0.05, instantiation.active_record;dur=10.91, start_transaction.active_record;dur=0.00, transaction.active_record;dur=1.52, process_action.action_controller;dur=175.01"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"release_date\": \"2025-05-29T05:49:13.996Z\",\n    \"msg\": \"This is a privacy notice test\"\n}"}],"_postman_id":"83a0af50-017c-4a00-80be-948ea621d6ff"},{"name":"accept_privacy_notice","event":[{"listen":"test","script":{"id":"ba23df7d-9148-469b-abb7-7b1215e04f46","exec":[""],"type":"text/javascript"}}],"id":"532ae77e-5116-4a2b-8407-2741aaace515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/accept_privacy_notice","description":"<p>Accept the latest privacy notice</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","accept_privacy_notice"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"f23ff70c-9744-49ed-8180-8b8d04b3401e","name":"accept_privacy_notice","originalRequest":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/accept_privacy_notice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"e3bfe1dc-6c56-4ca9-88b7-754b1fd8bf57"},{"key":"x-runtime","value":"0.061274"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.03, sql.active_record;dur=7.48, cache_write.active_support;dur=0.06, instantiation.active_record;dur=2.99, start_transaction.active_record;dur=0.00, transaction.active_record;dur=1.61, process_action.action_controller;dur=32.70"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"532ae77e-5116-4a2b-8407-2741aaace515"},{"name":"get_comments","id":"329fef21-45be-4903-ac77-ea83e3a4873f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/users/:id/get_comments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id","get_comments"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_user_id}}","key":"id"}]}},"response":[],"_postman_id":"329fef21-45be-4903-ac77-ea83e3a4873f"},{"name":"add_comment","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":["pm.environment.set(\"comment_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"018fa36c-12e2-4f0e-862d-062ed19571a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"Labore sit voluptatibus architecto sit veritatis maxime ut.\",\n    \"picture_url\": \"https://picsum.photos/id/237/200/300\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/:id/add_comment","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id","add_comment"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_user_id}}","key":"id"}]}},"response":[],"_postman_id":"018fa36c-12e2-4f0e-862d-062ed19571a6"},{"name":"change_state","id":"e9c6ea87-5223-4db4-a4f2-5cad9d082752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"transitionName\":\"ban\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/users/:id/change_state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","users",":id","change_state"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_user_id}}","key":"id"}]}},"response":[],"_postman_id":"e9c6ea87-5223-4db4-a4f2-5cad9d082752"}],"id":"71968a20-683c-4502-8c43-1cc2dabd2eaa","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"🌎-global-user-data\">🌎 Global user data</h2>\n<h4 id=\"📤-settable\">📤 Settable</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>birth_date</td>\n<td>date</td>\n<td>null</td>\n<td>User's date of birth</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>null</td>\n<td>Country of residence</td>\n</tr>\n<tr>\n<td><strong>first_name</strong>*</td>\n<td>string</td>\n<td></td>\n<td>User's first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>null</td>\n<td>User's last name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n<td>User's email address</td>\n</tr>\n<tr>\n<td><strong>locale</strong>*</td>\n<td>integer</td>\n<td><code>0</code></td>\n<td>Locale/language preference  <br />{ 'es' =&gt; 0, 'en' =&gt; 1 }</td>\n</tr>\n<tr>\n<td>phone_num</td>\n<td>string</td>\n<td></td>\n<td>User's phone number</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n<td></td>\n<td>Unique username</td>\n</tr>\n<tr>\n<td><strong>send_notifications_by_email</strong>*</td>\n<td>boolean</td>\n<td><code>true</code></td>\n<td>Whether the user receives notifications</td>\n</tr>\n<tr>\n<td>time_zone</td>\n<td>string</td>\n<td></td>\n<td>Preferred time zone</td>\n</tr>\n<tr>\n<td><strong>date_format</strong>*</td>\n<td>string</td>\n<td><code>\"DD/MM/YYYY\"</code></td>\n<td>Preferred date format</td>\n</tr>\n<tr>\n<td><strong>date_time_format</strong>*</td>\n<td>string</td>\n<td><code>\"lll\"</code></td>\n<td>Preferred date-time format</td>\n</tr>\n<tr>\n<td><strong>send_weekly_summary_by_email</strong>*</td>\n<td>boolean</td>\n<td><code>true</code></td>\n<td>Whether to send weekly summary emails</td>\n</tr>\n<tr>\n<td>labor_hours_start</td>\n<td>time</td>\n<td></td>\n<td>Start time for labor hours tracking</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"🔒-system-managed\">🔒 System managed</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reset_password_sent_at</td>\n<td>datetime</td>\n<td></td>\n<td>When password reset email was sent</td>\n</tr>\n<tr>\n<td><strong>sign_in_count</strong>*</td>\n<td>integer</td>\n<td><code>0</code></td>\n<td>Number of times the user has signed in</td>\n</tr>\n<tr>\n<td>current_sign_in_at</td>\n<td>datetime</td>\n<td></td>\n<td>Timestamp of the most recent sign-in</td>\n</tr>\n<tr>\n<td>current_sign_in_ip</td>\n<td>inet</td>\n<td></td>\n<td>IP address used during most recent sign-in</td>\n</tr>\n<tr>\n<td><strong>is_active</strong>*</td>\n<td>boolean</td>\n<td><code>true</code></td>\n<td>Whether the user can login</td>\n</tr>\n<tr>\n<td>privacy_accepted_date</td>\n<td>datetime</td>\n<td></td>\n<td>Date when privacy terms were accepted</td>\n</tr>\n<tr>\n<td>password_changed_at</td>\n<td>datetime</td>\n<td></td>\n<td>Timestamp of the most recent password change</td>\n</tr>\n<tr>\n<td><strong>is_local</strong>*</td>\n<td>boolean</td>\n<td><code>true</code></td>\n<td>Whether admins have full control of the user</td>\n</tr>\n<tr>\n<td>confirmed_at</td>\n<td>datetime</td>\n<td></td>\n<td>When the user confirmed their email</td>\n</tr>\n<tr>\n<td>confirmation_sent_at</td>\n<td>datetime</td>\n<td></td>\n<td>When the confirmation email was sent</td>\n</tr>\n<tr>\n<td><strong>email_authenticatable</strong>*</td>\n<td>boolean</td>\n<td><code>true</code></td>\n<td>Whether the user authenticates by email</td>\n</tr>\n<tr>\n<td><strong>metadata</strong>*</td>\n<td>json</td>\n<td><code>{}</code></td>\n<td>Key-value pair with internal data</td>\n</tr>\n<tr>\n<td>email_blocked_until</td>\n<td>datetime</td>\n<td></td>\n<td>Block email sending until this time</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h2 id=\"📁-space-specific-user-data\">📁 Space specific user data</h2>\n<h4 id=\"📤-settable-1\">📤 Settable</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Default</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>role_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>ID of the Role assigned to the user in the space</td>\n</tr>\n<tr>\n<td>working_regime</td>\n<td>integer</td>\n<td></td>\n<td>{ 'light' =&gt; 0, 'moderate' =&gt; 1, 'heavy' =&gt; 2 }</td>\n</tr>\n<tr>\n<td>insurance_num</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>blood_type</td>\n<td>integer</td>\n<td></td>\n<td>{ 'a-' =&gt; 0, 'a+' =&gt; 1, 'b-' =&gt; 2, 'b+' =&gt; 3, 'ab+' =&gt; 4, 'ab-' =&gt; 5, 'o+' =&gt; 6, 'o-' =&gt; 7 }</td>\n</tr>\n<tr>\n<td>join_company_at</td>\n<td>date</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>contract_type</td>\n<td>integer</td>\n<td><code>0</code></td>\n<td>{ 'employee' =&gt; 0, 'external_fixed' =&gt; 1, 'external_variable' =&gt; 2, 'unionized' =&gt; 3 }</td>\n</tr>\n<tr>\n<td>position</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>payroll_num</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>auto_archives_at</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>document</strong>*</td>\n<td>json</td>\n<td><code>{}</code></td>\n<td>Key-value data that must comply with the User schema</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"🔒-system-managed-1\">🔒 System managed</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Default</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>seat_type</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>The seat type associated with the role  <br />(system-managed)  <br />{ 'free' =&gt; 0, 'full' =&gt; 1, 'support' =&gt; 2 }</td>\n</tr>\n<tr>\n<td>accepted_at</td>\n<td>datetime</td>\n<td></td>\n<td>Timestamp of when the user accepted the space invitation  <br />(system-managed)</td>\n</tr>\n<tr>\n<td>archived_at</td>\n<td>datetime</td>\n<td></td>\n<td>Timestamp of when the user was archived  <br />(system-managed)</td>\n</tr>\n<tr>\n<td>invitation_email_sent_at</td>\n<td>datetime</td>\n<td></td>\n<td>When the invitation email was sent  <br />(system-managed)</td>\n</tr>\n<tr>\n<td>invite_id</td>\n<td>integer</td>\n<td></td>\n<td>ID of invite if the user joined via one  <br />(system-managed)</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>role</code></td>\n<td>Role</td>\n<td>The Role of the user in the current space</td>\n</tr>\n<tr>\n<td><code>owned_clients</code></td>\n<td>Client[]</td>\n<td>Clients owned by the user</td>\n</tr>\n<tr>\n<td><code>clients_users</code></td>\n<td>Client[]</td>\n<td>Clients where the user has related data</td>\n</tr>\n<tr>\n<td><code>user_groups</code></td>\n<td>UserGroup[]</td>\n<td>The UserGroups of the user in the current space</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"71968a20-683c-4502-8c43-1cc2dabd2eaa","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Roles","item":[{"name":"create","event":[{"listen":"test","script":{"id":"b1901281-4673-4b3a-a2d6-9c1790fb3f0a","exec":["pm.environment.set(\"_role_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"00a59752-73ee-414b-8490-440e131db0d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"roles\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Colaborador de equipo\",\n                \"en\": \"Team collaborator\"\n            },\n            \"description\": \"Et iure ipsa tenetur omnis error eum officia est.\",\n            \"authenticatable\": true,\n            \"special_role_type\": \"free\",\n            \"authorizations-config\": {}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/roles","description":"<p>Use this endpoint to create a <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","roles"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"df08a82a-45ea-4a69-9cf7-1acc66c964d5","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"roles\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Colaborador de equipo\",\n                \"en\": \"Team collaborator\"\n            },\n            \"description\": \"Dolorum earum aut rerum vero possimus facere.\",\n            \"authenticatable\": true,\n            \"special_role_type\": \"free\",\n            \"authorizations-config\": {}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/roles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"8f34e41f-1f93-4681-aae0-6aea00e0cead"},{"key":"x-runtime","value":"0.053349"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.07, sql.active_record;dur=9.62, cache_write.active_support;dur=0.18, instantiation.active_record;dur=0.46, start_transaction.active_record;dur=0.01, transaction.active_record;dur=9.05, unpermitted_parameters.action_controller;dur=0.01, process_action.action_controller;dur=39.67"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"182\",\n        \"type\": \"roles\",\n        \"attributes\": {\n            \"authenticatable\": true,\n            \"authorizations-config\": {\n                \"report\": {\n                    \"read\": {\n                        \"can\": [\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"create\": {\n                        \"can\": false\n                    },\n                    \"update\": {\n                        \"can\": [\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"destroy\": {\n                        \"can\": false\n                    },\n                    \"resolve\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"get_audits\": {\n                        \"can\": \"default\"\n                    },\n                    \"add_comment\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"be_reviewer\": {\n                        \"can\": true\n                    },\n                    \"assign_users\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"change_state\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"get_comments\": {\n                        \"can\": \"default\"\n                    },\n                    \"set_reviewer\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    }\n                }\n            },\n            \"client-id\": 1,\n            \"created-at\": \"2025-07-03T22:28:43.204Z\",\n            \"created-by-id\": 1,\n            \"description\": \"Impedit fuga tempore vero modi deserunt ut.\",\n            \"id\": 182,\n            \"name\": \"Colaborador de equipo\",\n            \"name-translations\": {\n                \"en\": \"Team collaborator\",\n                \"es\": \"Colaborador de equipo\"\n            },\n            \"special-role-type\": \"free\",\n            \"updated-at\": \"2025-07-03T22:28:43.204Z\",\n            \"users-count\": null\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"00a59752-73ee-414b-8490-440e131db0d0"},{"name":"search","id":"202ea0de-db9f-4b06-9b0d-cb98e79550cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"users_count\": {\"gt\": 0}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/roles/search","description":"<p>Use this endpoint to search for all <code>Role</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>Role</code> <strong>Data Model.</strong></p>\n<h5 id=\"additional-filtering-attributes\">Additional filtering attributes</h5>\n<ul>\n<li>users_count</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","roles","search"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"sort","value":"id"},{"disabled":true,"key":"sort_direction","value":"asc"}],"variable":[]}},"response":[{"id":"cf795998-5f37-46e2-b6d7-d4da60f39ae0","name":"search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": [\n        {\n            \"field\": \"users_count\",\n            \"values\": [{\"lt\": 12}],\n            \"type\": \"any\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/roles/search","host":["https://b.prysmex.com"],"path":["api","roles","search"],"query":[{"key":"sort","value":"id","type":"text","disabled":true},{"key":"sort_direction","value":"asc","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"b44e6533-3847-4ee8-a1b1-986a4fc143de"},{"key":"x-runtime","value":"0.044088"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.02, sql.active_record;dur=5.98, cache_write.active_support;dur=0.11, instantiation.active_record;dur=0.74, start_transaction.active_record;dur=0.01, transaction.active_record;dur=1.99, process_action.action_controller;dur=30.38"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"182\",\n            \"type\": \"roles\",\n            \"attributes\": {\n                \"authenticatable\": true,\n                \"authorizations-config\": {\n                    \"report\": {\n                        \"read\": {\n                            \"can\": [\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"create\": {\n                            \"can\": false\n                        },\n                        \"update\": {\n                            \"can\": [\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"destroy\": {\n                            \"can\": false\n                        },\n                        \"resolve\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"get_audits\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_comment\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"be_reviewer\": {\n                            \"can\": true\n                        },\n                        \"assign_users\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"change_state\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        },\n                        \"set_reviewer\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-03T22:28:43.204Z\",\n                \"created-by-id\": 1,\n                \"description\": \"Impedit fuga tempore vero modi deserunt ut.\",\n                \"id\": 182,\n                \"name\": \"Colaborador de equipo\",\n                \"name-translations\": {\n                    \"en\": \"Team collaborator\",\n                    \"es\": \"Colaborador de equipo\"\n                },\n                \"special-role-type\": \"free\",\n                \"updated-at\": \"2025-07-03T22:28:43.204Z\",\n                \"users-count\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"type\": \"roles\",\n            \"attributes\": {\n                \"authenticatable\": true,\n                \"authorizations-config\": {\n                    \"post\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": \"default\"\n                        },\n                        \"destroy\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_review\": {\n                            \"can\": true\n                        },\n                        \"add_comment\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_reviews\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        }\n                    },\n                    \"user\": {\n                        \"read\": {\n                            \"can\": [\n                                {\n                                    \"projects.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        }\n                    },\n                    \"alert\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"visit\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"course\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"take\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"intent\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"report\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"resolve\": {\n                            \"can\": true\n                        },\n                        \"get_audits\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_comment\": {\n                            \"can\": \"default\"\n                        },\n                        \"be_reviewer\": {\n                            \"can\": true\n                        },\n                        \"assign_users\": {\n                            \"can\": true\n                        },\n                        \"change_state\": {\n                            \"can\": true\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        },\n                        \"set_reviewer\": {\n                            \"can\": true\n                        },\n                        \"set_required_inspection_schema_template_id\": {\n                            \"can\": true\n                        }\n                    },\n                    \"project\": {\n                        \"dataset\": {\n                            \"can\": true\n                        },\n                        \"read_tilesets\": {\n                            \"can\": true\n                        }\n                    },\n                    \"inspection\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"certificate\": {\n                        \"log\": {\n                            \"can\": true\n                        },\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"revoke\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"recognition\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"kibana_object\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"certificate_log\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"certificate_request\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"get_audits\": {\n                            \"can\": true\n                        },\n                        \"add_comment\": {\n                            \"can\": true\n                        },\n                        \"change_state\": {\n                            \"can\": true\n                        },\n                        \"get_comments\": {\n                            \"can\": true\n                        }\n                    },\n                    \"kibana_object_custom\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"course_schema_template\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"publish\": {\n                            \"can\": true\n                        },\n                        \"update_tags\": {\n                            \"can\": true\n                        },\n                        \"change_status\": {\n                            \"can\": true\n                        }\n                    },\n                    \"report_schema_template\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"publish\": {\n                            \"can\": true\n                        },\n                        \"update_tags\": {\n                            \"can\": true\n                        },\n                        \"change_status\": {\n                            \"can\": true\n                        }\n                    },\n                    \"shared_schema_template\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"publish\": {\n                            \"can\": true\n                        },\n                        \"update_tags\": {\n                            \"can\": true\n                        }\n                    },\n                    \"inspection_schema_template\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"publish\": {\n                            \"can\": true\n                        },\n                        \"update_tags\": {\n                            \"can\": true\n                        },\n                        \"change_status\": {\n                            \"can\": true\n                        }\n                    },\n                    \"certificate_request_schema_template\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"publish\": {\n                            \"can\": true\n                        },\n                        \"update_tags\": {\n                            \"can\": true\n                        },\n                        \"change_status\": {\n                            \"can\": true\n                        }\n                    }\n                },\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:00:59.622Z\",\n                \"created-by-id\": 2,\n                \"description\": null,\n                \"id\": 6,\n                \"name\": \"Administrador local\",\n                \"name-translations\": {\n                    \"es\": \"Administrador local\",\n                    \"en\": \"Local admin\"\n                },\n                \"special-role-type\": null,\n                \"updated-at\": \"2025-07-01T00:02:21.341Z\",\n                \"users-count\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"type\": \"roles\",\n            \"attributes\": {\n                \"authenticatable\": false,\n                \"authorizations-config\": {\n                    \"report\": {\n                        \"read\": {\n                            \"can\": [\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"create\": {\n                            \"can\": false\n                        },\n                        \"update\": {\n                            \"can\": [\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"destroy\": {\n                            \"can\": false\n                        },\n                        \"resolve\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"get_audits\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_comment\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"be_reviewer\": {\n                            \"can\": true\n                        },\n                        \"assign_users\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"change_state\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        },\n                        \"set_reviewer\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:00:59.614Z\",\n                \"created-by-id\": 2,\n                \"description\": null,\n                \"id\": 5,\n                \"name\": \"Sin permisos ni ingreso\",\n                \"name-translations\": {\n                    \"es\": \"Sin permisos ni ingreso\",\n                    \"en\": \"No permissions or login\"\n                },\n                \"special-role-type\": \"free\",\n                \"updated-at\": \"2025-07-01T00:02:21.323Z\",\n                \"users-count\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"type\": \"roles\",\n            \"attributes\": {\n                \"authenticatable\": true,\n                \"authorizations-config\": {\n                    \"post\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": \"default\"\n                        },\n                        \"destroy\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_comment\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_reviews\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        }\n                    },\n                    \"alert\": {\n                        \"read\": {\n                            \"can\": \"default\"\n                        },\n                        \"create\": {\n                            \"can\": true\n                        }\n                    },\n                    \"visit\": {\n                        \"read\": {\n                            \"can\": \"default\"\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": \"default\"\n                        },\n                        \"destroy\": {\n                            \"can\": \"default\"\n                        }\n                    },\n                    \"course\": {\n                        \"read\": {\n                            \"can\": [\n                                {\n                                    \"created_by_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"take\": {\n                            \"can\": true\n                        }\n                    },\n                    \"intent\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"report\": {\n                        \"read\": {\n                            \"can\": \"default\"\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": \"default\"\n                        },\n                        \"destroy\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_audits\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_comment\": {\n                            \"can\": \"default\"\n                        },\n                        \"change_state\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        },\n                        \"set_reviewer\": {\n                            \"can\": [\n                                {\n                                    \"created_by_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    \"project\": {\n                        \"dataset\": {\n                            \"can\": true\n                        },\n                        \"read_tilesets\": {\n                            \"can\": true\n                        }\n                    },\n                    \"inspection\": {\n                        \"read\": {\n                            \"can\": \"default\"\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": \"default\"\n                        },\n                        \"destroy\": {\n                            \"can\": \"default\"\n                        }\n                    },\n                    \"recognition\": {\n                        \"read\": {\n                            \"can\": \"default\"\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": \"default\"\n                        },\n                        \"destroy\": {\n                            \"can\": \"default\"\n                        }\n                    }\n                },\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:00:59.609Z\",\n                \"created-by-id\": 2,\n                \"description\": null,\n                \"id\": 4,\n                \"name\": \"Colaborador de equipo\",\n                \"name-translations\": {\n                    \"es\": \"Colaborador de equipo\",\n                    \"en\": \"Team collaborator\"\n                },\n                \"special-role-type\": null,\n                \"updated-at\": \"2025-07-01T00:02:21.310Z\",\n                \"users-count\": 10\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"roles\",\n            \"attributes\": {\n                \"authenticatable\": true,\n                \"authorizations-config\": {\n                    \"post\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": \"default\"\n                        },\n                        \"destroy\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_review\": {\n                            \"can\": true\n                        },\n                        \"add_comment\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_reviews\": {\n                            \"can\": \"default\"\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        }\n                    },\n                    \"user\": {\n                        \"read\": {\n                            \"can\": [\n                                {\n                                    \"projects.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        }\n                    },\n                    \"alert\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"visit\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"course\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"take\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"intent\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"report\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"resolve\": {\n                            \"can\": true\n                        },\n                        \"get_audits\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_comment\": {\n                            \"can\": \"default\"\n                        },\n                        \"be_reviewer\": {\n                            \"can\": true\n                        },\n                        \"assign_users\": {\n                            \"can\": true\n                        },\n                        \"change_state\": {\n                            \"can\": true\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        },\n                        \"set_reviewer\": {\n                            \"can\": true\n                        },\n                        \"set_required_inspection_schema_template_id\": {\n                            \"can\": true\n                        }\n                    },\n                    \"project\": {\n                        \"dataset\": {\n                            \"can\": true\n                        },\n                        \"read_tilesets\": {\n                            \"can\": true\n                        }\n                    },\n                    \"inspection\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"certificate\": {\n                        \"log\": {\n                            \"can\": true\n                        },\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"revoke\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"recognition\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        }\n                    },\n                    \"kibana_object\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"certificate_log\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    },\n                    \"certificate_request\": {\n                        \"read\": {\n                            \"can\": true\n                        },\n                        \"create\": {\n                            \"can\": true\n                        },\n                        \"update\": {\n                            \"can\": true\n                        },\n                        \"destroy\": {\n                            \"can\": true\n                        },\n                        \"get_audits\": {\n                            \"can\": true\n                        },\n                        \"add_comment\": {\n                            \"can\": true\n                        },\n                        \"change_state\": {\n                            \"can\": true\n                        },\n                        \"get_comments\": {\n                            \"can\": true\n                        }\n                    },\n                    \"kibana_object_custom\": {\n                        \"read\": {\n                            \"can\": true\n                        }\n                    }\n                },\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:00:59.602Z\",\n                \"created-by-id\": 2,\n                \"description\": null,\n                \"id\": 3,\n                \"name\": \"Líder de equipo\",\n                \"name-translations\": {\n                    \"es\": \"Líder de equipo\",\n                    \"en\": \"Team leader\"\n                },\n                \"special-role-type\": null,\n                \"updated-at\": \"2025-07-01T00:02:21.304Z\",\n                \"users-count\": 11\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"roles\",\n            \"attributes\": {\n                \"authenticatable\": true,\n                \"authorizations-config\": {\n                    \"report\": {\n                        \"read\": {\n                            \"can\": [\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"create\": {\n                            \"can\": false\n                        },\n                        \"update\": {\n                            \"can\": [\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"destroy\": {\n                            \"can\": false\n                        },\n                        \"resolve\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"get_audits\": {\n                            \"can\": \"default\"\n                        },\n                        \"add_comment\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"be_reviewer\": {\n                            \"can\": true\n                        },\n                        \"assign_users\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"change_state\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                },\n                                {\n                                    \"assigned_users.id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"get_comments\": {\n                            \"can\": \"default\"\n                        },\n                        \"set_reviewer\": {\n                            \"can\": [\n                                {\n                                    \"reviewer_id\": [\n                                        \"OWN\"\n                                    ]\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:00:59.595Z\",\n                \"created-by-id\": 2,\n                \"description\": null,\n                \"id\": 2,\n                \"name\": \"Lite\",\n                \"name-translations\": {\n                    \"es\": \"Lite\",\n                    \"en\": \"Lite\"\n                },\n                \"special-role-type\": \"free\",\n                \"updated-at\": \"2025-07-01T00:02:21.286Z\",\n                \"users-count\": 1\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"roles\",\n            \"attributes\": {\n                \"authenticatable\": true,\n                \"authorizations-config\": {},\n                \"client-id\": 1,\n                \"created-at\": \"2025-07-01T00:00:59.411Z\",\n                \"created-by-id\": 2,\n                \"description\": null,\n                \"id\": 1,\n                \"name\": \"Administrador global\",\n                \"name-translations\": {\n                    \"es\": \"Administrador global\",\n                    \"en\": \"Global admin\"\n                },\n                \"special-role-type\": \"global_admin\",\n                \"updated-at\": \"2025-07-01T00:02:21.273Z\",\n                \"users-count\": 2\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"last-updated-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"total_pages\": 1,\n        \"total_count\": 7\n    }\n}"}],"_postman_id":"202ea0de-db9f-4b06-9b0d-cb98e79550cf"},{"name":"show","id":"0f9ba9ea-e78d-459a-b8c8-30ebdd86de16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/roles/:id","description":"<p>Use this endpoint to fetch a <code>Role</code> by id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","roles",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"114f0cea-813b-4b6a-a508-fe26134c5b23","type":"any","value":"{{_role_id}}","key":"id"}]}},"response":[{"id":"c49565a5-be2f-4b8b-aade-5278a2c25b26","name":"show","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://b.prysmex.com/api/roles/:id","host":["https://b.prysmex.com"],"path":["api","roles",":id"],"variable":[{"key":"id","value":"{{_role_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"dacd365b-c6aa-4dc0-bd2e-93e0aaf70c40"},{"key":"x-runtime","value":"0.033963"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.03, sql.active_record;dur=3.89, cache_write.active_support;dur=0.07, instantiation.active_record;dur=0.41, start_transaction.active_record;dur=0.01, transaction.active_record;dur=2.03, process_action.action_controller;dur=20.84"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"182\",\n        \"type\": \"roles\",\n        \"attributes\": {\n            \"authenticatable\": true,\n            \"authorizations-config\": {\n                \"report\": {\n                    \"read\": {\n                        \"can\": [\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"create\": {\n                        \"can\": false\n                    },\n                    \"update\": {\n                        \"can\": [\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"destroy\": {\n                        \"can\": false\n                    },\n                    \"resolve\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"get_audits\": {\n                        \"can\": \"default\"\n                    },\n                    \"add_comment\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"be_reviewer\": {\n                        \"can\": true\n                    },\n                    \"assign_users\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"change_state\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"get_comments\": {\n                        \"can\": \"default\"\n                    },\n                    \"set_reviewer\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    }\n                }\n            },\n            \"client-id\": 1,\n            \"created-at\": \"2025-07-03T22:28:43.204Z\",\n            \"created-by-id\": 1,\n            \"description\": \"Impedit fuga tempore vero modi deserunt ut.\",\n            \"id\": 182,\n            \"name\": \"Colaborador de equipo\",\n            \"name-translations\": {\n                \"en\": \"Team collaborator\",\n                \"es\": \"Colaborador de equipo\"\n            },\n            \"special-role-type\": \"free\",\n            \"updated-at\": \"2025-07-03T22:28:43.204Z\",\n            \"users-count\": null\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"0f9ba9ea-e78d-459a-b8c8-30ebdd86de16"},{"name":"update","id":"ef8de4f5-e213-46b0-9d8b-fb2eeff052c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"roles\",\n        \"attributes\": {\n            \"description\": \"Fugiat explicabo ipsa blanditiis autem veritatis.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/roles/:id","description":"<p>Use this endpoint to update a <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","roles",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f7d19a33-feb2-4298-9255-8c6243c58d1a","type":"any","value":"{{_role_id}}","key":"id"}]}},"response":[{"id":"2a70e218-c3f6-401a-8480-f2c5750df6e6","name":"update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"roles\",\n        \"attributes\": {\n            \"description\": \"Expedita vel impedit.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/roles/:id","host":["https://b.prysmex.com"],"path":["api","roles",":id"],"variable":[{"key":"id","value":"{{_role_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"db61ec08-8417-4493-82a5-e1172f4d2f19"},{"key":"x-runtime","value":"0.046911"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.04, sql.active_record;dur=10.10, cache_write.active_support;dur=0.10, instantiation.active_record;dur=0.29, start_transaction.active_record;dur=0.01, transaction.active_record;dur=10.35, unpermitted_parameters.action_controller;dur=0.00, process_action.action_controller;dur=32.77"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"182\",\n        \"type\": \"roles\",\n        \"attributes\": {\n            \"authenticatable\": true,\n            \"authorizations-config\": {\n                \"report\": {\n                    \"read\": {\n                        \"can\": [\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"create\": {\n                        \"can\": false\n                    },\n                    \"update\": {\n                        \"can\": [\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"destroy\": {\n                        \"can\": false\n                    },\n                    \"resolve\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"get_audits\": {\n                        \"can\": \"default\"\n                    },\n                    \"add_comment\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"be_reviewer\": {\n                        \"can\": true\n                    },\n                    \"assign_users\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"change_state\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            },\n                            {\n                                \"assigned_users.id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"get_comments\": {\n                        \"can\": \"default\"\n                    },\n                    \"set_reviewer\": {\n                        \"can\": [\n                            {\n                                \"reviewer_id\": [\n                                    \"OWN\"\n                                ]\n                            }\n                        ]\n                    }\n                }\n            },\n            \"client-id\": 1,\n            \"created-at\": \"2025-07-03T22:28:43.204Z\",\n            \"created-by-id\": 1,\n            \"description\": \"Eius nam velit numquam inventore.\",\n            \"id\": 182,\n            \"name\": \"Colaborador de equipo\",\n            \"name-translations\": {\n                \"en\": \"Team collaborator\",\n                \"es\": \"Colaborador de equipo\"\n            },\n            \"special-role-type\": \"free\",\n            \"updated-at\": \"2025-07-03T22:29:25.698Z\",\n            \"users-count\": null\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"ef8de4f5-e213-46b0-9d8b-fb2eeff052c6"},{"name":"move","event":[{"listen":"test","script":{"id":"b1901281-4673-4b3a-a2d6-9c1790fb3f0a","exec":["// pm.environment.set(\"_role_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"packages":{},"type":"text/javascript"}}],"id":"2f2d7799-09fb-49de-9d13-28fe755a9ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/roles/move?from={{_role_id}}&to=3","description":"<p>Use this endpoint to migrate al <code>User</code>s from an origin <code>Role</code> to a target <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","roles","move"],"host":["https://b.prysmex.com"],"query":[{"key":"from","value":"{{_role_id}}"},{"key":"to","value":"3"}],"variable":[]}},"response":[{"id":"4093d39a-89e5-4737-9b3c-128b88ec6caf","name":"move","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/roles/move?from={{_role_id}}&to=3","host":["https://b.prysmex.com"],"path":["api","roles","move"],"query":[{"key":"from","value":"{{_role_id}}"},{"key":"to","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"6ba6c9f5-4355-4c86-af83-7941a9da8549"},{"key":"x-runtime","value":"0.086971"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, sql.active_record;dur=17.13, instantiation.active_record;dur=6.13, cache_read.active_support;dur=0.02, cache_write.active_support;dur=0.06, start_transaction.active_record;dur=0.00, transaction.active_record;dur=1.30, process_action.action_controller;dur=65.75"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"moved_users\": 0\n}"}],"_postman_id":"2f2d7799-09fb-49de-9d13-28fe755a9ef7"},{"name":"destroy","id":"a17f8d36-4f52-4efe-829c-87017c029892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/roles/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","roles",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"8273e348-5d93-4c8d-998b-1a439a82bb8b","type":"any","value":"{{_role_id}}","key":"id"}]}},"response":[{"id":"32d3465a-7a28-4661-89e9-433f75c12839","name":"destroy","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://b.prysmex.com/api/roles/:id","host":["https://b.prysmex.com"],"path":["api","roles",":id"],"variable":[{"key":"id","value":"{{_role_id}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Origin"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"7e728b44-f8d8-4e39-bb97-a163bf448483"},{"key":"x-runtime","value":"0.088878"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, cache_read.active_support;dur=0.06, sql.active_record;dur=22.91, cache_write.active_support;dur=0.20, instantiation.active_record;dur=0.37, start_transaction.active_record;dur=0.01, transaction.active_record;dur=46.05, process_action.action_controller;dur=67.71"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a17f8d36-4f52-4efe-829c-87017c029892"}],"id":"6335a78f-2d53-4b75-bad0-8f44f15aeeea","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>special_role_type</td>\n<td>integer</td>\n<td></td>\n<td>{ 'global_admin' =&gt; 1, 'prysmex' =&gt; 2, 'support' =&gt; 3, 'free' =&gt; 4 }</td>\n</tr>\n<tr>\n<td><strong>name_translations</strong>*</td>\n<td>json</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>authorizations_config</strong>*</td>\n<td>jsonb</td>\n<td><code>{}</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>authenticatable</strong>*</td>\n<td>boolean</td>\n<td><code>true</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6335a78f-2d53-4b75-bad0-8f44f15aeeea","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"User groups","item":[{"name":"create","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":["pm.environment.set(\"_user_group_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"a8483ed4-3edd-4b51-96c4-0a18ab1ef1f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"user-groups\",\n        \"attributes\": {\n            \"specialty\": \"similique dolorum molestiae\",\n            \"description\": \"Sapiente rerum quas tempore quia id libero est.\",\n            \"name\": \"Dickens - Prosacco\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/user_groups","description":"<p>Use this endpoint to create a <code>UserGroup</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","user_groups"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"1d063b05-f0f5-454b-88bf-1dbdf3f13b2c","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"user-groups\",\n        \"attributes\": {\n            \"specialty\": \"inventore sed pariatur\",\n            \"description\": \"Aspernatur aut iste vitae ut beatae atque quo.\",\n            \"name\": \"Fay, Morissette and Krajcik\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/user_groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"f51c7c9f-045d-4bdc-a498-dd76cc6afef2"},{"key":"x-runtime","value":"0.061993"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.03, sql.active_record;dur=12.95, cache_write.active_support;dur=0.08, instantiation.active_record;dur=0.27, start_transaction.active_record;dur=0.00, transaction.active_record;dur=11.42, unpermitted_parameters.action_controller;dur=0.00, process_action.action_controller;dur=30.90"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"11\",\n        \"type\": \"user-groups\",\n        \"attributes\": {\n            \"client-id\": 1,\n            \"created-at\": \"2025-07-03T22:48:21.090Z\",\n            \"created-by-id\": 1,\n            \"description\": \"Accusamus rerum blanditiis voluptatum velit autem recusandae.\",\n            \"name\": \"Rowe LLC\",\n            \"picture-url\": null,\n            \"updated-at\": \"2025-07-03T22:48:21.090Z\"\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"a8483ed4-3edd-4b51-96c4-0a18ab1ef1f3"},{"name":"index","event":[{"listen":"test","script":{"id":"10a5d28a-872e-4c84-8dbb-81c4501cb53a","exec":[""],"type":"text/javascript"}}],"id":"466dea05-3f1e-4813-8080-c119df4f7011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/user_groups","description":"<p>Use this endpoint to search for all <code>UserGroup</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>UserGroup</code> <strong>Data Model.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","user_groups"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"466dea05-3f1e-4813-8080-c119df4f7011"},{"name":"show","event":[{"listen":"test","script":{"id":"81b4cf07-4654-4ef8-8f5c-4c77afa6ff24","exec":[""],"type":"text/javascript"}}],"id":"e9f05f97-7209-4180-8880-26fed6f85619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/user_groups/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","user_groups",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f35d5450-4ecb-4bb4-b4f4-cd851f0cdaf2","type":"string","value":"{{_user_group_id}}","key":"id"}]}},"response":[],"_postman_id":"e9f05f97-7209-4180-8880-26fed6f85619"},{"name":"update","event":[{"listen":"test","script":{"id":"ada93ab9-1f32-4dfe-9d5e-0c01156eac76","exec":[""],"type":"text/javascript"}}],"id":"bef9578f-1202-4277-9f24-65384a98f953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": \n    {\n        \"type\": \"user-groups\",\n        \"attributes\": {\n            \"specialty\": \"consectetur sit non\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/user_groups/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","user_groups",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"cfebbe13-2451-4744-90a8-3be996f8327e","type":"string","value":"{{_user_group_id}}","key":"id"}]}},"response":[],"_postman_id":"bef9578f-1202-4277-9f24-65384a98f953"},{"name":"move","event":[{"listen":"test","script":{"id":"b1901281-4673-4b3a-a2d6-9c1790fb3f0a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"98dadcaa-72a0-422e-86f7-a7a50dbc873f","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"18ea2ccd-24b7-4fbe-9739-6a5095e00f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/user_groups/move?from={{_user_group_id}}&to=3","description":"<p>Use this endpoint to migrate al <code>User</code>s from an origin <code>Role</code> to a target <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","user_groups","move"],"host":["https://b.prysmex.com"],"query":[{"key":"from","value":"{{_user_group_id}}"},{"key":"to","value":"3"}],"variable":[]}},"response":[],"_postman_id":"18ea2ccd-24b7-4fbe-9739-6a5095e00f60"},{"name":"destroy","id":"7d2829fb-fd64-4e76-aafb-1dbf1ad3b61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/user_groups/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","user_groups",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3c06927a-5861-4b9f-a0fa-465a0e8b50be","type":"string","value":"{{_user_group_id}}","key":"id"}]}},"response":[],"_postman_id":"7d2829fb-fd64-4e76-aafb-1dbf1ad3b61c"}],"id":"2ef0856c-2717-43aa-b053-eab3cf96358b","description":"<h1 id=\"attributes\">Attributes</h1>\n<p>Data Model</p>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2ef0856c-2717-43aa-b053-eab3cf96358b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"ContractorType","item":[{"name":"create","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":["pm.environment.set(\"_contractor_type_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"abaee50c-e015-44c3-9f98-15b947866063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"contractor-types\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Foo\",\n                \"en\": \"Foo\"\n            },\n            \"description\": \"Neque quibusdam maxime et aut.\"\n        },\n        \"relationships\": {\n            \"company-schema-template\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"type\": \"company-schema-templates\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/contractor_types","description":"<p>Use this endpoint to create a <code>UserGroup</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","contractor_types"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"abaee50c-e015-44c3-9f98-15b947866063"},{"name":"index","event":[{"listen":"test","script":{"id":"10a5d28a-872e-4c84-8dbb-81c4501cb53a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2ba417b7-a9ea-4c2d-87cf-27f5fd349121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/contractor_types","description":"<p>Use this endpoint to search for all <code>UserGroup</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>UserGroup</code> <strong>Data Model.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","contractor_types"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ba417b7-a9ea-4c2d-87cf-27f5fd349121"},{"name":"show","event":[{"listen":"test","script":{"id":"81b4cf07-4654-4ef8-8f5c-4c77afa6ff24","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d1f3a30c-dcd3-462e-b4b2-ebdd1ded9e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/contractor_types/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","contractor_types",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_contractor_type_id}}","key":"id"}]}},"response":[],"_postman_id":"d1f3a30c-dcd3-462e-b4b2-ebdd1ded9e38"},{"name":"update","event":[{"listen":"test","script":{"id":"ada93ab9-1f32-4dfe-9d5e-0c01156eac76","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4a01e073-df40-4546-aca8-2efd342cdd8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": \n    {\n        \"type\": \"user-groups\",\n        \"attributes\": {\n            \"specialty\": \"est magni aspernatur\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/contractor_types/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","contractor_types",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_contractor_type_id}}","key":"id"}]}},"response":[],"_postman_id":"4a01e073-df40-4546-aca8-2efd342cdd8f"},{"name":"destroy","id":"10c8e40e-809b-4cb4-97af-99c2a926ddaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/contractor_types/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","contractor_types",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_contractor_type_id}}","key":"id"}]}},"response":[],"_postman_id":"10c8e40e-809b-4cb4-97af-99c2a926ddaf"}],"id":"90e79aa6-047e-4864-a451-323cbad9ae98","description":"<h1 id=\"attributes\">Attributes</h1>\n<p>Data Model</p>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"90e79aa6-047e-4864-a451-323cbad9ae98","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"ApiKey","item":[{"name":"create","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":["pm.environment.set(\"_api_key_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"22b7f268-d510-4233-95f2-cb12ab273f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"api-keys\",\n        \"attributes\": {\n            \"name\": \"My api key\",\n            \"description\": \"Ea soluta voluptatum dicta in labore vel illum totam.\",\n            \"expires-at\": \"2027-04-17T17:34:38-06:00\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/api_keys","description":"<p>Use this endpoint to create a <code>UserGroup</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","api_keys"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22b7f268-d510-4233-95f2-cb12ab273f1a"},{"name":"rotate","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7d585536-3553-41e2-b913-512625c2a0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"api-keys\",\n        \"attributes\": {\n            \"name\": \"My new rotated api key\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/api_keys/:id/rotate","description":"<p>Use this endpoint to create a <code>UserGroup</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","api_keys",":id","rotate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_api_key_id}}","key":"id"}]}},"response":[],"_postman_id":"7d585536-3553-41e2-b913-512625c2a0d3"},{"name":"index","event":[{"listen":"test","script":{"id":"10a5d28a-872e-4c84-8dbb-81c4501cb53a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b1fb8bdc-47da-4415-8a08-ee3d6d3148f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/api_keys","description":"<p>Use this endpoint to search for all <code>UserGroup</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>UserGroup</code> <strong>Data Model.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","api_keys"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1fb8bdc-47da-4415-8a08-ee3d6d3148f4"},{"name":"show","event":[{"listen":"test","script":{"id":"81b4cf07-4654-4ef8-8f5c-4c77afa6ff24","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f7ab843c-a3ba-4d1a-bb3b-a3a7a2e4f6ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/api_keys/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","api_keys",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_api_key_id}}","key":"id"}]}},"response":[],"_postman_id":"f7ab843c-a3ba-4d1a-bb3b-a3a7a2e4f6ae"},{"name":"update","event":[{"listen":"test","script":{"id":"ada93ab9-1f32-4dfe-9d5e-0c01156eac76","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a9fa94e6-4d3a-450d-9e27-3823bbd5b6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"api-keys\",\n        \"attributes\": {\n            \"name\": \"New name\",\n            \"description\": \"Qui eveniet error perferendis totam nostrum ea molestiae molestias.\",\n            \"expires-at\": \"2027-04-18T00:09:00Z\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/api_keys/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","api_keys",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_api_key_id}}","key":"id"}]}},"response":[],"_postman_id":"a9fa94e6-4d3a-450d-9e27-3823bbd5b6af"},{"name":"destroy","id":"b517cead-1628-44e5-9708-40ec60e09189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/api_keys/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","api_keys",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_api_key_id}}","key":"id"}]}},"response":[],"_postman_id":"b517cead-1628-44e5-9708-40ec60e09189"},{"name":"change_state","id":"3377485d-ccf0-4a3d-ab42-5fb5321f879b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"transitionName\":\"disable\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/api_keys/:id/change_state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","api_keys",":id","change_state"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_api_key_id}}","key":"id"}]}},"response":[],"_postman_id":"3377485d-ccf0-4a3d-ab42-5fb5321f879b"}],"id":"44e6bdc2-38cb-42bd-8b8e-3e8bd5a3c97d","description":"<h1 id=\"attributes\">Attributes</h1>\n<p>Data Model</p>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"44e6bdc2-38cb-42bd-8b8e-3e8bd5a3c97d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"CertificateRequirementGroup","item":[{"name":"create","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":["pm.environment.set(\"_certificate_requirement_group_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6b155149-bedb-451a-9412-bcd0264e1dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"audience-search-state\": [],\n            \"name-translations\": {\n                \"en\": \"Group 1\",\n                \"es\": \"Grupo 1\"\n            }\n        },\n        \"type\": \"certificate-requirement-groups\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requirement_groups","description":"<p>Use this endpoint to create a <code>UserGroup</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requirement_groups"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b155149-bedb-451a-9412-bcd0264e1dea"},{"name":"index","event":[{"listen":"test","script":{"id":"10a5d28a-872e-4c84-8dbb-81c4501cb53a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a0079f44-aa11-4de5-9f66-38d7fc783c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_requirement_groups","description":"<p>Use this endpoint to search for all <code>UserGroup</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>UserGroup</code> <strong>Data Model.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requirement_groups"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0079f44-aa11-4de5-9f66-38d7fc783c95"},{"name":"show","event":[{"listen":"test","script":{"id":"81b4cf07-4654-4ef8-8f5c-4c77afa6ff24","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"87c8b8d3-3768-41b8-87ed-339ae6b5bb4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_requirement_groups/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requirement_groups",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_certificate_requirement_group_id}}","key":"id"}]}},"response":[],"_postman_id":"87c8b8d3-3768-41b8-87ed-339ae6b5bb4d"},{"name":"update","event":[{"listen":"test","script":{"id":"ada93ab9-1f32-4dfe-9d5e-0c01156eac76","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"65a2672b-cb9c-4b8f-8be1-b79808e916b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": \n    {\n        \"type\": \"user-groups\",\n        \"attributes\": {\n            \"specialty\": \"similique et asperiores\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requirement_groups/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requirement_groups",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_certificate_requirement_group_id}}","key":"id"}]}},"response":[],"_postman_id":"65a2672b-cb9c-4b8f-8be1-b79808e916b7"},{"name":"destroy","id":"4a6c708c-07fe-45bf-81d8-a2b4833a2a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/certificate_requirement_groups/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requirement_groups",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_certificate_requirement_group_id}}","key":"id"}]}},"response":[],"_postman_id":"4a6c708c-07fe-45bf-81d8-a2b4833a2a61"}],"id":"9379e1bd-60d4-43fe-8bcb-548089fb571e","description":"<h1 id=\"attributes\">Attributes</h1>\n<p>Data Model</p>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9379e1bd-60d4-43fe-8bcb-548089fb571e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"CertificateGoal","item":[{"name":"create","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":["pm.environment.set(\"_certificate_goal_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0a5eb25e-9053-4845-8935-196861342cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"model_type\": \"User\",\n            \"name-translations\": {\n                \"en\": \"Goal 1\",\n                \"es\": \"Meta 1\"\n            }\n        },\n        \"type\": \"certificate-goals\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_goals","description":"<p>Use this endpoint to create a <code>UserGroup</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_goals"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a5eb25e-9053-4845-8935-196861342cae"},{"name":"index","event":[{"listen":"test","script":{"id":"10a5d28a-872e-4c84-8dbb-81c4501cb53a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"49692399-f931-4399-a32b-ab8228fb64cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_goals","description":"<p>Use this endpoint to search for all <code>UserGroup</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>UserGroup</code> <strong>Data Model.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_goals"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49692399-f931-4399-a32b-ab8228fb64cc"},{"name":"show","event":[{"listen":"test","script":{"id":"81b4cf07-4654-4ef8-8f5c-4c77afa6ff24","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"52f3f781-4c12-4041-977b-ae7de679c182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_goals/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_goals",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_certificate_goal_id}}","key":"id"}]}},"response":[],"_postman_id":"52f3f781-4c12-4041-977b-ae7de679c182"},{"name":"update","event":[{"listen":"test","script":{"id":"ada93ab9-1f32-4dfe-9d5e-0c01156eac76","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ad15cf57-f12e-4cc7-8042-880d3b0df6fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"Goal 2\",\n                \"es\": \"Meta 2\"\n            }\n        },\n        \"type\": \"certificate-goals\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_goals/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_goals",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_certificate_goal_id}}","key":"id"}]}},"response":[],"_postman_id":"ad15cf57-f12e-4cc7-8042-880d3b0df6fa"},{"name":"destroy","id":"b8128644-8938-4fb9-b596-40122bad131d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/certificate_goals/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_goals",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_certificate_goal_id}}","key":"id"}]}},"response":[],"_postman_id":"b8128644-8938-4fb9-b596-40122bad131d"}],"id":"2d7e0c79-77ea-4e4c-ba17-f2597b17ffd9","description":"<h1 id=\"attributes\">Attributes</h1>\n<p>Data Model</p>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2d7e0c79-77ea-4e4c-ba17-f2597b17ffd9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Projects","item":[{"name":"create","event":[{"listen":"test","script":{"id":"7d351c89-0e5c-4982-9be7-ed8c8a614e48","exec":["pm.environment.set(\"_project_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"230f9369-9e35-4245-997d-8b5c165610a6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"projects\",\n        \"attributes\": {\n            \"name\": \"Project6\",\n            \"view-latitude\": 25,\n            \"view-longitude\": -100,\n            \"bearing\": 60,\n            \"pitch\": 40,\n            \"location\": {\n                \"coordinates\": [\n                    [\n                        [\n                            -100.00042769584782,\n                            25.00067678035589\n                        ],\n                        [\n                            -99.99945861779635,\n                            25.000482887181832\n                        ],\n                        [\n                            -99.99939720301936,\n                            24.999376608546243\n                        ],\n                        [\n                            -100.00062820396661,\n                            24.999376608546243\n                        ],\n                        [\n                            -100.00042769584782,\n                            25.00067678035589\n                        ]\n                    ]\n                ],\n                \"type\": \"Polygon\"\n            },\n            \"time-zone\": \"America/Monterrey\",\n            \"picture-url\": null\n        },\n        \"relationships\": {\n            // \"business-segment\": {\n            //     \"data\": {\n            //         \"id\": 1,\n            //         \"type\": \"business-segments\"\n            //     }\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/projects","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>alias</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>view-latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>view-longitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>bearing</strong> *</td>\n<td>float</td>\n</tr>\n<tr>\n<td><strong>pitch</strong> *</td>\n<td>float</td>\n</tr>\n<tr>\n<td><strong>location</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>time-zone</td>\n<td>enum { <br />   \"America/Anchorage\",  <br />    \"America/Cancun\", <br />    \"America/Chicago\", <br />    \"America/Mexico_City\", <br />    \"America/Denver\", <br />    \"America/Edmonton\", <br />    \"America/Ensenada\", <br />    \"America/Guatemala\", <br />    \"America/Hermosillo\", <br />    \"America/Los_Angeles\", <br />    \"Europe/Madrid\", <br />    \"America/Merida\", <br />    \"America/Monterrey\", <br />    \"America/Montevideo\", <br />    \"America/Montreal\", <br />    \"America/New_York\", <br />    \"America/Santiago\",<br />    \"America/Sao_Paulo\", <br />    \"America/Thule\", <br />    \"America/Tijuana\", <br />    \"UTC\", <br />    \"America/Vancouver\", <br /> }</td>\n</tr>\n<tr>\n<td>picture-url</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li>business_segment</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","projects"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"230f9369-9e35-4245-997d-8b5c165610a6"},{"name":"index","event":[{"listen":"test","script":{"id":"5a4d6796-0325-4f8a-adcf-81b273359636","exec":[""],"type":"text/javascript"}}],"id":"52cd5baa-1ae6-4c4b-8aac-5ab039939463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/projects","description":"<p>lists all permitted projects.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","projects"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"52cd5baa-1ae6-4c4b-8aac-5ab039939463"},{"name":"show","event":[{"listen":"test","script":{"id":"e9f6c6e0-4189-4a3a-b819-44cf97accff8","exec":[""],"type":"text/javascript"}}],"id":"c84cd1d4-800e-4f70-b4ba-72000ab49aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/projects/:id","description":"<p>get a project with a specified id</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","projects",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f3033ea4-562a-475e-9845-8d8a314d7430","type":"string","value":"{{_project_id}}","key":"id"}]}},"response":[],"_postman_id":"c84cd1d4-800e-4f70-b4ba-72000ab49aa5"},{"name":"update","event":[{"listen":"test","script":{"id":"02c09625-4eb8-4b03-9704-62a21d7c171d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"389da3ce-b4ca-4d37-ad55-2fd0e75ee714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"projects\",\n        \"attributes\": {\n            \"name\": \"New name\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/projects/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","projects",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_project_id}}","key":"id"}]}},"response":[],"_postman_id":"389da3ce-b4ca-4d37-ad55-2fd0e75ee714"},{"name":"dataset","event":[{"listen":"test","script":{"id":"985ccd64-9b1b-4276-9aa5-91e1effa9831","exec":[""],"type":"text/javascript"}}],"id":"80f7c773-7217-4882-8987-3ab0141bc073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/projects/:id/map/dataset","description":"<p>The published dataset that is visible on the project map</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","projects",":id","map","dataset"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"a78e89bc-dcc5-4e40-a155-7311812aa330","type":"string","value":"{{_project_id}}","key":"id"}]}},"response":[],"_postman_id":"80f7c773-7217-4882-8987-3ab0141bc073"},{"name":"drafted_dataset","event":[{"listen":"test","script":{"id":"985ccd64-9b1b-4276-9aa5-91e1effa9831","exec":[""],"type":"text/javascript"}}],"id":"3e7b44be-a92b-4647-9998-d08eb8aae596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/projects/:id/map/drafted_dataset","description":"<p>The draft dataset that is visible on the map builder</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","projects",":id","map","drafted_dataset"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f644e0c1-bc00-4bee-bb87-ab5c3268792e","type":"string","value":"{{_project_id}}","key":"id"}]}},"response":[],"_postman_id":"3e7b44be-a92b-4647-9998-d08eb8aae596"},{"name":"publish_tileset","event":[{"listen":"test","script":{"id":"985ccd64-9b1b-4276-9aa5-91e1effa9831","exec":[""],"type":"text/javascript"}}],"id":"6e42a99c-091d-4e62-b1ef-7cdc4ffa84be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/projects/:id/map/tilesets/publish","description":"<p>Publishes the tilesets for the users to see on the map by setting drafted_tilesets to published_tilesets</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","projects",":id","map","tilesets","publish"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"86c9b55d-af4a-433c-ba5c-c5fdd6c95e10","type":"string","value":"{{_project_id}}","key":"id"}]}},"response":[],"_postman_id":"6e42a99c-091d-4e62-b1ef-7cdc4ffa84be"}],"id":"aedf9ea0-fb7d-4c75-a07a-81291116eccf","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>view_longitude</strong>*</td>\n<td>float</td>\n<td></td>\n<td>Longitud for initial display on map</td>\n</tr>\n<tr>\n<td><strong>view_latitude</strong>*</td>\n<td>float</td>\n<td></td>\n<td>Latitud for initial display on map</td>\n</tr>\n<tr>\n<td><strong>name</strong>*</td>\n<td>string</td>\n<td></td>\n<td>must be unique per Space</td>\n</tr>\n<tr>\n<td>bearing</td>\n<td>float</td>\n<td></td>\n<td>Bearing angle used for initial display on map</td>\n</tr>\n<tr>\n<td>business_segment_id</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>BusinessSegment</code> it belongs to</td>\n</tr>\n<tr>\n<td><strong>location</strong>*</td>\n<td>jsonb</td>\n<td></td>\n<td>Geojson that delimitates the area users location will be tracked</td>\n</tr>\n<tr>\n<td>time_zone</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>pitch</strong>*</td>\n<td>float</td>\n<td><code>40.0</code></td>\n<td>Pitch angle used for initial display on map</td>\n</tr>\n<tr>\n<td><strong>can_pitch_map</strong>*</td>\n<td>boolean</td>\n<td><code>true</code></td>\n<td></td>\n</tr>\n<tr>\n<td>published_tilesets</td>\n<td>string[]</td>\n<td><code>[]</code></td>\n<td></td>\n</tr>\n<tr>\n<td>drafted_tilesets</td>\n<td>string[]</td>\n<td><code>[]</code></td>\n<td></td>\n</tr>\n<tr>\n<td>mapping_tileset</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>zoom</strong>*</td>\n<td>float</td>\n<td><code>17.0</code></td>\n<td>Zoom used for initial display on map</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Client</code> it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"aedf9ea0-fb7d-4c75-a07a-81291116eccf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Zones","item":[{"name":"create","event":[{"listen":"test","script":{"id":"b52fe707-a17c-4a5b-95b9-8a915b2d0669","exec":["pm.environment.set(\"_zone_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"1581e45c-6198-4657-9cc5-140e38a80ce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"zones\",\n        \"attributes\": {\n            \"name\": \"Area 85\",\n            \"location\": {\n                \"type\": \"Polygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            -1.6907254698260772,\n                            42.17756010836041\n                        ],\n                        [\n                            -1.6909237297190032,\n                            42.17762755240864\n                        ],\n                        [\n                            -1.6908774812268632,\n                            42.17770316529865\n                        ],\n                        [\n                            -1.690683077041399,\n                            42.1776354378506\n                        ],\n                        [\n                            -1.6907254698260772,\n                            42.17756010836041\n                        ]\n                    ]\n                ]\n            },\n            \"is-hazardous\": false,\n            \"interior\": true,\n            \"natural-ventilation\": false,\n            \"moving-machinery\": false,\n            \"light-reflection-index\": 5\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"id\": {{project_id}},\n                    \"type\": \"projects\"\n                }\n            }//,\n            // \"users\": {\n            //     \"data\": [\n            //         {\n            //             \"id\": 2,\n            //             \"type\": \"users\"\n            //         }\n            //     ]\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/zones","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>location</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>is-hazardous</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>interior</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>natural-ventilation</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>moving-machinery</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>light-reflection-index</td>\n<td>float</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","zones"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1581e45c-6198-4657-9cc5-140e38a80ce1"},{"name":"index","event":[{"listen":"test","script":{"id":"de2be639-a85f-4d46-93de-e6f13632a039","exec":[""],"type":"text/javascript"}}],"id":"a76af41f-bbfc-4b82-9794-bda14b0e8135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/zones","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","zones"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a76af41f-bbfc-4b82-9794-bda14b0e8135"},{"name":"show","event":[{"listen":"test","script":{"id":"e1617eb6-822e-43b4-a537-350f170447eb","exec":["postman.setNextRequest(\"update_zone\");"],"type":"text/javascript"}}],"id":"9528d148-2663-479f-b6c7-f1d589641299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/zones/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","zones",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"d2d108f4-752a-41f1-8085-df8c2b93e856","type":"string","value":"{{_zone_id}}","key":"id"}]}},"response":[],"_postman_id":"9528d148-2663-479f-b6c7-f1d589641299"},{"name":"update","event":[{"listen":"test","script":{"id":"49fcf745-9d35-4bd4-86f1-634f1a8a26c4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2b183679-8125-44bf-9c0c-6ec3650389c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"zones\",\n        \"attributes\": {\n            \"location\": {\n                \"type\": \"Polygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            -1.6907254698260772,\n                            42.17756010836041\n                        ],\n                        [\n                            -1.6909237297190032,\n                            42.17762755240864\n                        ],\n                        [\n                            -1.6908774812268632,\n                            42.17770316529865\n                        ],\n                        [\n                            -1.690683077041399,\n                            42.1776354378506\n                        ],\n                        [\n                            -1.6907254698260772,\n                            42.17756010836041\n                        ]\n                    ]\n                ]\n            },\n            \"is-hazardous\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/zones/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","zones",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_zone_id}}","key":"id"}]}},"response":[],"_postman_id":"2b183679-8125-44bf-9c0c-6ec3650389c1"}],"id":"6902d935-1f1c-4b31-bf3e-35783977c5b2","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>location</strong>*</td>\n<td>json</td>\n<td></td>\n<td>Geojson polygon</td>\n</tr>\n<tr>\n<td><strong>is_hazardous</strong>*</td>\n<td>boolean</td>\n<td><code>false</code></td>\n<td></td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Project</code> it belongs to.</td>\n</tr>\n<tr>\n<td><strong>interior</strong>*</td>\n<td>boolean</td>\n<td><code>false</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>natural_ventilation</strong>*</td>\n<td>boolean</td>\n<td><code>false</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>moving_machinery</strong>*</td>\n<td>boolean</td>\n<td><code>false</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Client</code> it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6902d935-1f1c-4b31-bf3e-35783977c5b2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Shared schema templates","item":[{"name":"create","event":[{"listen":"test","script":{"id":"91c67650-1543-4ccc-a859-b04e8a678ae3","exec":["pm.environment.set(\"_shared_schema_templates_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"fea94ae3-6be5-444c-a41a-c56d6df9f286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"shared-schema-templates\",\n        \"attributes\": {\n            \"schema\": {\n                \"title\": \"\",\n                \"type\": \"object\",\n                \"required\": [],\n                \"properties\": {\n                    \"hello1928\": {\n                        \"$id\": \"#/properties/hello1928\",\n                        \"title\": \"hello1928\",\n                        \"type\": \"string\",\n                        \"displayProperties\": {\n                            \"component\": \"text_input\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Hello\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"textarea\": true,\n                            \"pictures\": [],\n                            \"sort\": 0,\n                            \"hidden\": false\n                        },\n                        \"extra\": [\n                            \"reports\",\n                            \"notes\",\n                            \"pictures\"\n                        ]\n                    }\n                }\n            },\n            \"name-translations\": {\n                \"en\": \"Shared fields\",\n                \"es\": \"Campos compartidos\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/shared_schema_templates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>schema</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","shared_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fea94ae3-6be5-444c-a41a-c56d6df9f286"},{"name":"index","id":"134cdc3e-54be-4b35-81b5-5ca3aa4cdbf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/shared_schema_templates?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","shared_schema_templates"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"134cdc3e-54be-4b35-81b5-5ca3aa4cdbf2"},{"name":"show","id":"b82853cc-6de6-4cd7-a76a-e44f38878fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/shared_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","shared_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3dafb0fe-5cf7-4b64-9e26-2f81fe14262c","type":"any","value":"{{_shared_schema_templates_id}}","key":"id"}]}},"response":[],"_postman_id":"b82853cc-6de6-4cd7-a76a-e44f38878fb1"},{"name":"update","id":"6ba550c1-b6b1-4ad7-98eb-267e05d1f5c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"shared-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"New shared field\",\n                \"es\": \"Nuevo campo compartido\"\n            },\n            \"schema\": {\n                \"title\": \"\",\n                \"type\": \"object\",\n                \"required\": [],\n                \"properties\": {\n                    \"hello1928\": {\n                        \"$id\": \"#/properties/hello1928\",\n                        \"title\": \"hello1928\",\n                        \"type\": \"string\",\n                        \"displayProperties\": {\n                            \"component\": \"text_input\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Hello\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"textarea\": true,\n                            \"pictures\": [],\n                            \"sort\": 0,\n                            \"hidden\": false\n                        },\n                        \"extra\": [\n                            \"reports\",\n                            \"notes\",\n                            \"pictures\"\n                        ]\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/shared_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","shared_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"dcfaeb57-9e3e-4f52-bee1-61d1aa1f74a3","type":"any","value":"{{_shared_schema_templates_id}}","key":"id"}]}},"response":[],"_postman_id":"6ba550c1-b6b1-4ad7-98eb-267e05d1f5c9"},{"name":"destroy","id":"2bc8f126-190b-48f0-998e-f5b7042dce6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/shared_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","shared_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"c9744b2c-f687-457d-b500-71b3f3696290","type":"any","value":"{{_shared_schema_templates_id}}","key":"id"}]}},"response":[],"_postman_id":"2bc8f126-190b-48f0-998e-f5b7042dce6c"}],"id":"4337da95-2dfb-40f3-8c1e-adf4fb4036a3","description":"<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name_translations</strong>*</td>\n<td>json</td>\n<td>{}</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>schema</strong>*</td>\n<td>json</td>\n<td>{}</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>tags</td>\n<td>string[]</td>\n<td><code>[]</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>schema_template_id</td>\n<td>bigint</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>schema_search_helper</strong>*</td>\n<td>json</td>\n<td>{}</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>reserved</strong>*</td>\n<td>boolean</td>\n<td><code>false</code></td>\n<td></td>\n</tr>\n<tr>\n<td>available_locales</td>\n<td>string[]</td>\n<td><code>[]</code></td>\n<td></td>\n</tr>\n<tr>\n<td>property_name</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>published_at</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>unpublished_changes_at</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n","_postman_id":"4337da95-2dfb-40f3-8c1e-adf4fb4036a3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Reports","item":[{"name":"create","event":[{"listen":"test","script":{"id":"56f29451-1a0d-4dc3-be7d-b67ebc19ee3e","exec":["pm.environment.set(\"_report_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ee5c6375-a866-4950-a1d7-0d0f8b0c81a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"reports\",\n        \"attributes\": {\n            \"description\": \"Voluptatibus doloribus numquam quas.\",\n            \"due-at\": \"2021-04-24T00:00:00.000Z\",\n            \"savings\": 900.00,\n            \"cost\": 300.00,\n            \"currency\": null,\n            \"priority\": \"high\",\n            \"pictures-to-attach\": [],\n            \"pictures-to-remove\": [],\n            \"pictures_to_copy\": [],\n            \"document\": {}\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"type\": \"projects\"\n                }\n            },\n            // \"reviewer\": {\n            //     \"data\": {\n            //         \"id\": 61,\n            //         \"type\": \"users\"\n            //     }\n            // },\n            // \"visit\": {\n            //     \"data\": {\n            //         \"id\": 36,\n            //         \"type\": \"visits\"\n            //     }\n            // },\n            \"schema-template-version\": {\n                \"data\": {\n                    \"id\": 6,\n                    \"type\": \"report-schema-templates\"\n                }\n            },\n            // \"consequence\": {\n            //     \"data\": {\n            //         \"id\": {{consequence_id}},\n            //         \"type\": \"consequences\"\n            //     }\n            // },\n            // \"likelihood\": {\n            //     \"data\": {\n            //         \"id\": {{likelihood_id}},\n            //         \"type\": \"likelihoods\"\n            //     }\n            // },\n            \"users\": {\n                \"data\": [\n                    {\n                        \"id\": 2,\n                        \"type\": \"users\"\n                    }\n                ]\n            },\n            \"assigned-users\": {\n                \"data\": [\n                    {\n                        \"id\": 2,\n                        \"type\": \"users\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>longitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td>occurrence-time</td>\n<td>date</td>\n</tr>\n<tr>\n<td>due-at</td>\n<td>date</td>\n</tr>\n<tr>\n<td>savings</td>\n<td>float</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>float</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>enum {  <br />    \"MXN\", <br />    \"USD\", <br />    \"EUR\" <br /> }</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>enum { <br />    \"very_high\", <br />    \"high\", <br />    \"medium\",  <br />    \"low\", <br />    \"very_low\" <br /> }</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n<tr>\n<td>document</td>\n<td>json</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li><strong>schema-template-version</strong> *</li>\n<li>reviewer</li>\n<li>workers</li>\n<li>assigned-workers</li>\n<li>consequence</li>\n<li>likelihood</li>\n<li>zone</li>\n<li>visit</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee5c6375-a866-4950-a1d7-0d0f8b0c81a9"},{"name":"search","event":[{"listen":"prerequest","script":{"id":"c41b6158-2e3f-4b6a-bb7a-784c9933ee02","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3bf6051a-61cd-43ab-9d04-220b6585a636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"per\": 10,\n    \"page\": 1,\n    \"filters\": {}\n    // \"sort\": \"document.4-date_input455\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports","search"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bf6051a-61cd-43ab-9d04-220b6585a636"},{"name":"search esjson","event":[{"listen":"prerequest","script":{"id":"c41b6158-2e3f-4b6a-bb7a-784c9933ee02","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0a4b86f7-2bb6-44d4-919a-7469e38f1c5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"base_query\": {\n        \"query\": {\n            \"bool\": {\n                \"filter\": []\n            }\n        },\n        \"_source\": []\n    }\n    // \"sort\": \"document.4-date_input455\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/search.esjson","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports","search.esjson"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a4b86f7-2bb6-44d4-919a-7469e38f1c5d"},{"name":"export xlsx","id":"dcc79fa6-6fb1-4165-ba6d-71888c966dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per\": 5000,\n    \"filters\": {\n        \"project.id\": [13]\n    },\n    \"exportConfig\": {\n        \"export_via\": \"payload\", // email or payload\n        \"visibility\": [\n            \"id\",\n            \"project.id\",\n            \"schema_template_id\",\n            \"state\",\n            \"due_at\",\n            \"description\",\n            \"consequence.id\",\n            \"likelihood.id\",\n            \"risk.id\",\n            \"priority\",\n            \"visit.id\",\n            \"zones.id\",\n            \"created_by.id\",\n            \"assigned_users.id\",\n            \"users.id\",\n            \"currency\",\n            \"cost\",\n            \"savings\",\n            \"visit.classification.id\",\n            \"inspection.id\",\n            \"inspection.schema_template_id\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/search.xlsx","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports","search.xlsx"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcc79fa6-6fb1-4165-ba6d-71888c966dcf"},{"name":"export pdf","id":"47f1fdb4-c39d-4aaf-993d-0298330a84ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per\": 5000,\n    \"filters\": {\n        \"id\": 16205\n    },\n    \"exportConfig\": {\n        \"cover\": true,\n        \"file_links\": true,\n        \"images\": true,\n        \"chat\": false,\n        \"media\": true,\n        \"export_via\": \"payload\", // email or payload\n        \"export_type\": \"urls\", // urls or file\n        \"signed_url_days\": 1,\n        \"preview\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/search.pdf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports","search.pdf"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47f1fdb4-c39d-4aaf-993d-0298330a84ea"},{"name":"show","id":"8a593084-7132-4c09-b769-3900aff0290f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    // \"fields\": {\n    //     \"reports\": \"description,state,created_by,reviewer,i18n_documents,zones\",\n    //     \"users\": \"first_name\",\n    //     \"zones\": \"name\"\n    // },\n    // \"include\": [\"created_by\",\"reviewer\",\"zones\"],\n    \"links\": true,\n    \"i18n\": \"es\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_report_id}}","key":"id"}]}},"response":[],"_postman_id":"8a593084-7132-4c09-b769-3900aff0290f"},{"name":"update","id":"b0c5c6a2-0dd5-49b2-9291-dbe12ee39506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"reports\",\n        \"attributes\": {\n            \"description\": \"Praesentium qui suscipit unde nihil.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"eed112d5-4db8-48ac-912a-ec71bad1c08d","type":"any","value":"{{_report_id}}","key":"id"}]}},"response":[],"_postman_id":"b0c5c6a2-0dd5-49b2-9291-dbe12ee39506"},{"name":"change_state","id":"ea5dbe81-768b-4f81-9400-e8f21d6933fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"transitionName\":\"assign\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/:id/change_state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id","change_state"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_report_id}}","key":"id"}]}},"response":[],"_postman_id":"ea5dbe81-768b-4f81-9400-e8f21d6933fd"},{"name":"add_comment","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":["pm.environment.set(\"comment_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"d4c691ad-616b-42a0-a825-362f820c03ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"Explicabo facilis quas provident tempore molestias iusto nihil.\",\n    \"picture_url\": \"https://picsum.photos/id/237/200/300\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/:id/add_comment","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id","add_comment"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"d2d46feb-c4c2-45b6-a977-3571b7f245f5","type":"any","value":"{{report_id}}","key":"id"}]}},"response":[],"_postman_id":"d4c691ad-616b-42a0-a825-362f820c03ea"},{"name":"get_comments","id":"0f19b791-db7b-4676-9878-61d3fefcd658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/reports/:id/get_comments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id","get_comments"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"67379eb1-15d1-48f5-90b6-f8d36d47a82e","type":"any","value":"{{_report_id}}","key":"id"}]}},"response":[],"_postman_id":"0f19b791-db7b-4676-9878-61d3fefcd658"},{"name":"get_audits","id":"3631582b-7c2a-41af-864a-49566d5974f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/reports/:id/get_audits","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id","get_audits"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"bbad3c44-7436-4980-ac1f-0a21bdcee00d","type":"any","value":"{{_report_id}}","key":"id"}]}},"response":[],"_postman_id":"3631582b-7c2a-41af-864a-49566d5974f4"},{"name":"destroy","id":"a8ca39bb-b591-416b-8e66-140eee1dcc2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/reports/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"75fab952-a2a7-4e50-9973-24a05653a3a0","type":"any","value":"{{_report_id}}","key":"id"}]}},"response":[],"_postman_id":"a8ca39bb-b591-416b-8e66-140eee1dcc2a"},{"name":"import","event":[{"listen":"test","script":{"id":"36df1c39-4d44-41b8-8d12-6fed7b7bc786","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e33939e5-a56d-479d-ae59-83f7d0bc4f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/patriciodevilla/Downloads/Carga de historial4.csv"],"src":"/Users/patriciodevilla/Downloads/Carga de historial4.csv"},{"key":"schema_template_id","value":"2025","type":"text"},{"key":"row_start","value":"0","type":"text"},{"key":"row_end","value":"79","type":"text"},{"key":"ignore_required","value":"true","type":"text"}]},"url":"https://b.prysmex.com/api/reports/import","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>longitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td>occurrence-time</td>\n<td>date</td>\n</tr>\n<tr>\n<td>due-at</td>\n<td>date</td>\n</tr>\n<tr>\n<td>savings</td>\n<td>float</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>float</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>enum {  <br />    \"MXN\", <br />    \"USD\", <br />    \"EUR\" <br /> }</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>enum { <br />    \"very_high\", <br />    \"high\", <br />    \"medium\",  <br />    \"low\", <br />    \"very_low\" <br /> }</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n<tr>\n<td>document</td>\n<td>json</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li><strong>schema-template-version</strong> *</li>\n<li>reviewer</li>\n<li>workers</li>\n<li>assigned-workers</li>\n<li>consequence</li>\n<li>likelihood</li>\n<li>zone</li>\n<li>visit</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports","import"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e33939e5-a56d-479d-ae59-83f7d0bc4f02"},{"name":"allowed_transitions","id":"a015d2df-ce80-4c1a-aaec-e98ce8de7b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/:id/allowed_transitions?name=state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports",":id","allowed_transitions"],"host":["https://b.prysmex.com"],"query":[{"key":"name","value":"state"}],"variable":[{"type":"any","value":"{{_report_id}}","key":"id"}]}},"response":[],"_postman_id":"a015d2df-ce80-4c1a-aaec-e98ce8de7b0a"},{"name":"all_defined_transitions","id":"2a055b76-5c1a-4d8f-8c48-965692f55508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reports/all_defined_transitions?name=state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reports","all_defined_transitions"],"host":["https://b.prysmex.com"],"query":[{"key":"name","value":"state"}],"variable":[]}},"response":[],"_postman_id":"2a055b76-5c1a-4d8f-8c48-965692f55508"}],"id":"eca65947-e486-41c9-9581-2938bf60a828","_postman_id":"eca65947-e486-41c9-9581-2938bf60a828","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Report schema templates","item":[{"name":"create","event":[{"listen":"test","script":{"id":"7a0943cf-0dbd-468e-92fb-42f86e922fef","exec":["pm.environment.set(\"_report_schema_template_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"f0689c68-9231-44f1-a8b7-cfff1c0417a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"report-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Reporte\",\n                \"en\": \"Report\"\n            },\n            \"schema\": {},\n            \"schema_defaults\": \"simple\",\n            \"icon\": \"pui_leaf\",\n            \"icon-color\": \"#D13236\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/report_schema_templates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>schema</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>string</td>\n</tr>\n<tr>\n<td>icon-color</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0689c68-9231-44f1-a8b7-cfff1c0417a3"},{"name":"index","id":"854d025a-b9fd-447c-a918-d764f25b81f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/report_schema_templates?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"854d025a-b9fd-447c-a918-d764f25b81f1"},{"name":"show","id":"803e834f-73a7-4d46-8755-ddb0544bf694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"8af3edf3-15a4-4d1d-a56e-d3f91c6519fa","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"803e834f-73a7-4d46-8755-ddb0544bf694"},{"name":"update","id":"1b706d62-f721-4c18-be66-9f057f317d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"report-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"Maintenance 2\",\n                \"es\": \"Mantenimiento 2\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/report_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"5bbcf223-f246-47ce-88eb-d2527eaa901a","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"1b706d62-f721-4c18-be66-9f057f317d6c"},{"name":"destroy","id":"5092aff6-8265-431b-bbe1-47b7aab14190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"723ac7ae-1dd1-4222-8e14-aeb00d21c765","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"5092aff6-8265-431b-bbe1-47b7aab14190"},{"name":"publish","id":"54c3b832-e805-43db-9fe2-7b1ad19bb4e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id/publish","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id","publish"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"2bf81183-ade2-4967-9b0b-2b0520100ec5","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"54c3b832-e805-43db-9fe2-7b1ad19bb4e3"},{"name":"restore","id":"39ebcf62-259b-422a-be5c-1302495a5a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id/restore","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id","restore"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"19a48507-3550-4f18-95ed-4b1a16be21ee","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"39ebcf62-259b-422a-be5c-1302495a5a43"},{"name":"activate","id":"e828d323-2b2e-43da-a8da-848100e89d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id/activate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id","activate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"79c4a79a-725b-4947-83a6-631981b403f7","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"e828d323-2b2e-43da-a8da-848100e89d86"},{"name":"deactivate","id":"d418bc71-8aaa-4ccb-a239-e56c336ba88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id/deactivate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id","deactivate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f5db69f6-d530-45c0-9dda-1953d99eaf7e","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"d418bc71-8aaa-4ccb-a239-e56c336ba88b"},{"name":"share","id":"17fd4738-8ab3-405e-9e20-67c1d2e62487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id/share?description=report&classification=cleaning","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id","share"],"host":["https://b.prysmex.com"],"query":[{"key":"description","value":"report"},{"key":"classification","value":"cleaning"}],"variable":[{"id":"d735d69c-a152-4e38-b860-3cb2afe5abb0","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"17fd4738-8ab3-405e-9e20-67c1d2e62487"},{"name":"unshare","id":"6a436e06-9edc-41f9-af3f-14e831c635a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/:id/unshare","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates",":id","unshare"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"5b4b4886-0a37-486f-b184-3c8b6a366d87","type":"any","value":"{{_report_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"6a436e06-9edc-41f9-af3f-14e831c635a2"},{"name":"master_schemas","id":"10042f32-99bb-4619-82e3-76027005e62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/report_schema_templates/master_schemas?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","report_schema_templates","master_schemas"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"10042f32-99bb-4619-82e3-76027005e62f"}],"id":"b7b49800-4e3a-43e1-89d7-fcfaecb75ad2","_postman_id":"b7b49800-4e3a-43e1-89d7-fcfaecb75ad2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Inspections","item":[{"name":"search","event":[{"listen":"test","script":{"id":"4bdf3b6c-12ad-460f-8b39-fe68c8783f3e","exec":["postman.setNextRequest(\"create_inspection\");"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2e47d2ba-cc55-4efa-8e9e-c7585f14b47a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/inspections/search?per =10&page=1","description":"<p>For filter examples see search_reports request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspections","search"],"host":["https://b.prysmex.com"],"query":[{"key":"per ","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"2e47d2ba-cc55-4efa-8e9e-c7585f14b47a"},{"name":"show","event":[{"listen":"test","script":{"id":"ace27b16-55da-4991-84cb-2cf01959f8dd","exec":["postman.setNextRequest(\"update_inspection\");"],"type":"text/javascript"}}],"id":"16fe95c0-687d-42be-8388-d1eca217a1de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/inspections/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspections",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"4d6e7d17-5e86-4532-8828-362e9e7d283e","type":"string","value":"{{_inspection_id}}","key":"id"}]}},"response":[],"_postman_id":"16fe95c0-687d-42be-8388-d1eca217a1de"},{"name":"create","event":[{"listen":"test","script":{"id":"a7fcebbe-b9a3-4520-aea3-1f3cc43e7dfd","exec":["pm.environment.set(\"_inspection_id\", pm.response.json().data.id);","postman.setNextRequest(\"show_inspection\");"],"type":"text/javascript","packages":{}}}],"id":"c401375f-de1e-4769-8960-b49c6f0d3272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"inspections\",\n        \"attributes\": {\n            \"document\": {\n                \"wowww4994\": {\n                    \"signature\": \"http://b-development.prysmex.com:3000/uploads/prysmex/1/2/pictures/file-ember1652_7162e91a-8ac7-4173-8164-117ee084b91a.png\"\n                },\n                \"extras\": {},\n                \"meta\": {}\n            }\n        },\n        \"relationships\":{\n            \"project\": {\n                \"data\": {\n                    \"id\": {{project_id}},\n                    \"type\": \"projects\"\n                }\n            },\n            // \"visit\": {\n            //     \"data\": {\n            //         \"id\": {{visit_id}},\n            //         \"type\": \"visits\"\n            //     }\n            // },\n            \"schema-template-version\": {\n                \"data\": {\n                    \"id\": 13,\n                    \"type\": \"inspection-schema-templates\"\n                }\n            }//,\n            // \"required-by-report\": {\n            //     \"data\": {\n            //         \"id\": {{report_id}},\n            //         \"type\": \"reports\"\n            //     }\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/inspections","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>document</strong> *</td>\n<td>json</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li><strong>schema-template-version</strong> *</li>\n<li>visit</li>\n<li>required-by-report</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspections"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c401375f-de1e-4769-8960-b49c6f0d3272"},{"name":"update","event":[{"listen":"test","script":{"id":"5600c4fc-ee02-4c96-b757-1713ea9f9d1c","exec":["postman.setNextRequest(\"destroy_inspection\");"],"type":"text/javascript"}}],"id":"cda9a566-3ecb-4487-8e5c-b3e23a8e15cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"inspections\",\n        \"attributes\": {\n            \"document\": {\n                \"required_and_compact9725\": \"Update field\",\n                \"compacto_requerido_y_con_lgi6015\": \"Update field\",\n                \"numero_requerido3935\": 952,\n                \"required_date9700\": \"2021-03-26T03:20:26.207-06:00\",\n                \"required_dropdown3849\": \"option2057\",\n                \"seleccion_anidados_requerido4608\": \"option3147\",\n                \"extras\": {\n                    \"required_and_compact9725\": {\n                        \"pictures\": [],\n                        \"report_ids\": [],\n                        \"action_ids\": [],\n                        \"score\": null\n                    },\n                    \"compacto_requerido_y_con_lgi6015\": {\n                        \"pictures\": [],\n                        \"report_ids\": [],\n                        \"action_ids\": [],\n                        \"score\": null\n                    },\n                    \"numero_requerido3935\": {\n                        \"pictures\": [],\n                        \"report_ids\": [],\n                        \"action_ids\": [],\n                        \"score\": null\n                    },\n                    \"required_date9700\": {\n                        \"pictures\": [],\n                        \"report_ids\": [],\n                        \"action_ids\": [],\n                        \"score\": null\n                    },\n                    \"required_dropdown3849\": {\n                        \"pictures\": [],\n                        \"report_ids\": [],\n                        \"action_ids\": [],\n                        \"score\": null,\n                        \"failed\": false\n                    },\n                    \"seleccion_anidados_requerido4608\": {\n                        \"pictures\": [],\n                        \"report_ids\": [],\n                        \"action_ids\": [],\n                        \"score\": null,\n                        \"failed\": false\n                    }\n                },\n                \"meta\": {\n                    \"required_and_compact9725\": {\n                        \"coordinates\": {}\n                    },\n                    \"compacto_requerido_y_con_lgi6015\": {\n                        \"coordinates\": {}\n                    },\n                    \"numero_requerido3935\": {\n                        \"coordinates\": {}\n                    },\n                    \"required_date9700\": {\n                        \"coordinates\": {}\n                    },\n                    \"required_dropdown3849\": {\n                        \"coordinates\": {}\n                    },\n                    \"seleccion_anidados_requerido4608\": {\n                        \"coordinates\": {}\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/inspections/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspections",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"d71b29e9-4d9b-4d54-b539-0092d4b4222e","type":"string","value":"{{_inspection_id}}","key":"id"}]}},"response":[],"_postman_id":"cda9a566-3ecb-4487-8e5c-b3e23a8e15cd"},{"name":"destroy","event":[{"listen":"test","script":{"id":"6057ec2f-758d-4f96-b48e-6d2906076adc","exec":["postman.setNextRequest(\"destroy_schema_template\");"],"type":"text/javascript"}}],"id":"d819e8bc-610e-488a-8c6b-cc284bc78117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/inspections/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspections",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"c2eb57cd-4b07-42e9-ba48-f81ec9521fa3","type":"string","value":"{{_inspection_id}}","key":"id"}]}},"response":[],"_postman_id":"d819e8bc-610e-488a-8c6b-cc284bc78117"}],"id":"30371566-d59a-420a-b981-7d2a95239299","_postman_id":"30371566-d59a-420a-b981-7d2a95239299","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Inspection schema templates","item":[{"name":"create","event":[{"listen":"test","script":{"id":"310c2013-48d6-4307-8c67-e598b859fd78","exec":["pm.environment.set(\"_inspection_schema_template_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"ca49222e-3408-449f-9aca-3e1959c979da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"inspection-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Inspección\",\n                \"en\": \"Inspection\"\n            },\n            \"schema\": {\n                \"title\": \"\",\n                \"type\": \"object\",\n                \"required\": [],\n                \"$defs\": {\n                    \"89889yds4diqak8cssqkg6154881\": {\n                        \"isResponseSet\": true,\n                        \"type\": \"string\",\n                        \"anyOf\": [\n                            {\n                                \"type\": \"string\",\n                                \"const\": \"response-5zsynsex28hq77cy0msho3hj6998\",\n                                \"displayProperties\": {\n                                    \"i18n\": {\n                                        \"es\": \"Respuesta A\",\n                                        \"en\": \"Response A\"\n                                    },\n                                    \"color\": \"#333333\"\n                                },\n                                \"enableScore\": true,\n                                \"failed\": false,\n                                \"score\": 1\n                            },\n                            {\n                                \"type\": \"string\",\n                                \"const\": \"response-nmx060jqypqen2aj1ll2d6108092\",\n                                \"displayProperties\": {\n                                    \"i18n\": {\n                                        \"es\": \"Respuesta B\",\n                                        \"en\": \"Response B\"\n                                    },\n                                    \"color\": \"#333333\"\n                                },\n                                \"enableScore\": true,\n                                \"failed\": false,\n                                \"score\": 3\n                            }\n                        ]\n                    }\n                },\n                \"properties\": {\n                    \"dropdown6734\": {\n                        \"$id\": \"#/properties/dropdown6734\",\n                        \"title\": \"dropdown6734\",\n                        \"displayProperties\": {\n                            \"component\": \"select\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Lista\",\n                                    \"en\": \"Dropdown\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"pictures\": [],\n                            \"sort\": 3,\n                            \"hidden\": false\n                        },\n                        \"$ref\": \"#/$defs/89889yds4diqak8cssqkg6154881\",\n                        \"extra\": [\n                            \"reports\",\n                            \"notes\",\n                            \"pictures\"\n                        ]\n                    },\n                    \"checkbox1738\": {\n                        \"$id\": \"#/properties/checkbox1738\",\n                        \"title\": \"checkbox1738\",\n                        \"type\": \"array\",\n                        \"displayProperties\": {\n                            \"component\": \"checkbox\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Casilla\",\n                                    \"en\": \"Checkbox\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"pictures\": [],\n                            \"sort\": 4,\n                            \"hidden\": false\n                        },\n                        \"uniqueItems\": true,\n                        \"items\": {\n                            \"$ref\": \"#/$defs/89889yds4diqak8cssqkg6154881\"\n                        },\n                        \"extra\": [\n                            \"reports\",\n                            \"notes\",\n                            \"pictures\"\n                        ]\n                    },\n                    \"slider3448\": {\n                        \"$id\": \"#/properties/slider3448\",\n                        \"title\": \"slider3448\",\n                        \"type\": \"number\",\n                        \"displayProperties\": {\n                            \"component\": \"slider\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Deslizador\",\n                                    \"en\": \"Slider\"\n                                },\n                                \"enum\": {\n                                    \"en\": {\n                                        \"0\": \"0\",\n                                        \"2\": \"2\",\n                                        \"4\": \"4\",\n                                        \"6\": \"6\",\n                                        \"8\": \"8\",\n                                        \"10\": \"10\"\n                                    },\n                                    \"es\": {\n                                        \"0\": \"0\",\n                                        \"2\": \"2\",\n                                        \"4\": \"4\",\n                                        \"6\": \"6\",\n                                        \"8\": \"8\",\n                                        \"10\": \"19\"\n                                    }\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"pictures\": [],\n                            \"sort\": 5,\n                            \"hidden\": false\n                        },\n                        \"enum\": [\n                            0,\n                            2,\n                            4,\n                            6,\n                            8,\n                            10\n                        ],\n                        \"extra\": [\n                            \"reports\",\n                            \"notes\",\n                            \"pictures\"\n                        ]\n                    }\n                }\n            },\n            \"icon\": \"pui_tree\",\n            \"icon-color\": \"#7799B1\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/inspection_schema_templates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>schema</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>string</td>\n</tr>\n<tr>\n<td>icon-color</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca49222e-3408-449f-9aca-3e1959c979da"},{"name":"index","id":"ed08f592-10be-47f5-b230-f2a0cb4b5c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ed08f592-10be-47f5-b230-f2a0cb4b5c83"},{"name":"show","id":"3473ec0a-3a2e-4bab-bbd9-6e2dd7dd81f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f4343f71-ca11-4955-9d4a-957e90750805","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"3473ec0a-3a2e-4bab-bbd9-6e2dd7dd81f5"},{"name":"update","id":"1dd3bba0-838a-4b02-9511-4bf13556ed30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"inspection-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Nueva inspección\",\n                \"en\": \"New inspection\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/inspection_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"8296db4e-d718-4ffe-992a-0b2cedb39dae","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"1dd3bba0-838a-4b02-9511-4bf13556ed30"},{"name":"destroy","id":"8ac63c08-e0a3-494e-9a99-2e9b26d154ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"e20c0474-d1c6-4ddc-8383-90595ef4d1f0","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"8ac63c08-e0a3-494e-9a99-2e9b26d154ff"},{"name":"publish","id":"f7508060-b57f-4b9b-b443-b2f431ed6c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id/publish","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id","publish"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"9082ffae-ffec-4293-8563-6bc0dbea0f9b","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"f7508060-b57f-4b9b-b443-b2f431ed6c65"},{"name":"score_draft","id":"84558a4f-28ee-4727-85de-08fb3bd005f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {},\n    \"document\": {},\n    \"is_create\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/inspection_schema_templates/score_draft","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates","score_draft"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"84558a4f-28ee-4727-85de-08fb3bd005f7"},{"name":"restore","id":"741ff8ca-fb67-4041-b510-390e0ce4ae31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id/restore","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id","restore"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"843bb79c-1720-47af-9a6c-9f5904d5c8ae","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"741ff8ca-fb67-4041-b510-390e0ce4ae31"},{"name":"activate","id":"dc27dd22-20c2-4526-ac8d-aa3364db83f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id/activate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id","activate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"935c5311-e7a0-41b0-8d45-1f989225aa6a","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"dc27dd22-20c2-4526-ac8d-aa3364db83f0"},{"name":"deactivate","id":"93833dd6-dc0c-4707-8cb9-3c012873abfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id/deactivate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id","deactivate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"9b764a79-ebec-432b-8a31-3170749095f1","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"93833dd6-dc0c-4707-8cb9-3c012873abfd"},{"name":"share","id":"ce02ce28-c411-4c87-b22f-d4660d1bd855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id/share?description=inspection&classification=cleaning","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id","share"],"host":["https://b.prysmex.com"],"query":[{"key":"description","value":"inspection"},{"key":"classification","value":"cleaning"}],"variable":[{"id":"63a883ea-65b6-4893-9e62-a5ff8dc28dc4","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"ce02ce28-c411-4c87-b22f-d4660d1bd855"},{"name":"unshare","id":"cec2f727-f48e-4d87-9e18-157844216766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id/unshare","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id","unshare"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"76a902cc-ad15-45ef-b3d5-8316a888f3ec","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"cec2f727-f48e-4d87-9e18-157844216766"},{"name":"clone","id":"f5da34dd-3b4e-443a-9f51-df8da1da2191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/inspection_schema_templates/:id/clone?description=inspection&classification=cleaning","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","inspection_schema_templates",":id","clone"],"host":["https://b.prysmex.com"],"query":[{"key":"description","value":"inspection"},{"key":"classification","value":"cleaning"}],"variable":[{"id":"27bda74c-e41e-41b4-ac9b-c51ba8edd129","type":"any","value":"{{_inspection_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"f5da34dd-3b4e-443a-9f51-df8da1da2191"}],"id":"f8f2e330-d6c8-4fc1-9d95-c6875c46525e","_postman_id":"f8f2e330-d6c8-4fc1-9d95-c6875c46525e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Recognitions","item":[{"name":"search","event":[{"listen":"test","script":{"id":"71439884-8f70-4efa-a03f-3225af5eddbe","exec":["postman.setNextRequest(\"create_recognition\");"],"type":"text/javascript"}}],"id":"2e1c3121-5dd2-4b56-959f-3251ec3e1cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/recognitions/search?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions","search"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"2e1c3121-5dd2-4b56-959f-3251ec3e1cbc"},{"name":"show","event":[{"listen":"test","script":{"id":"42dd5f95-d49f-46d8-9395-027211bfdbf4","exec":["postman.setNextRequest(\"update_recognition\");"],"type":"text/javascript"}}],"id":"243ad614-fcc7-4591-915c-540450a9a059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/recognitions/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"b8fdc036-6d46-4013-a34c-5f159f742f66","type":"string","value":"{{_recognition_id}}","key":"id"}]}},"response":[],"_postman_id":"243ad614-fcc7-4591-915c-540450a9a059"},{"name":"create","event":[{"listen":"test","script":{"id":"e7dd1e5b-5fbe-482c-a75a-4cde70612c7a","exec":["pm.environment.set(\"_recognition_id\", pm.response.json().data.id);","postman.setNextRequest(\"show_recognition\");"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"574d2d44-7296-4ce6-a8e5-ad083ad35012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"recognitions\",\n        \"attributes\": {\n            \"description\": \"Good job\",\n            \"tag\": \"productivity\",\n            \"pictures-to-attach\": [],\n            \"pictures-to-remove\": [],\n            \"pictures-to-copy\": []\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"id\": {{project_id}},\n                    \"type\": \"projects\"\n                }\n            },\n            // \"visit\": {\n            //     \"data\": {\n            //         \"id\": {{visit_id}},\n            //         \"type\": \"visits\"\n            //     }\n            // },\n            \"users\": {\n                \"data\": [\n                    {\n                        \"id\": 3,\n                        \"type\": \"users\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/recognitions","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>tag</strong> *</td>\n<td>enum { <br />    \"productivity\", <br />    \"safety\", <br />   \"complete_ppe\", <br />    \"3_point_rule\", <br />    \"puntuality\", <br />    \"order_and_cleaning\", <br />    \"innovation\", <br />    \"teamwork\", <br />    \"other\" <br /> }</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n<li>visit</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"574d2d44-7296-4ce6-a8e5-ad083ad35012"},{"name":"bulk create","event":[{"listen":"test","script":{"id":"e7dd1e5b-5fbe-482c-a75a-4cde70612c7a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ecdf0abe-13b3-401c-bc6a-6ae99a70917f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"data\": {\n                \"type\": \"recognitions\",\n                \"attributes\": {\n                    \"description\": \"Good job\",\n                    \"tag\": \"productivity\"\n                },\n                \"relationships\": {\n                    \"project\": {\n                        \"data\": {\n                            \"id\": {{project_id}},\n                            \"type\": \"projects\"\n                        }\n                    },\n                    \"users\": {\n                        \"data\": [\n                            {\n                                \"id\": 3,\n                                \"type\": \"users\"\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/recognitions/bulk","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>tag</strong> *</td>\n<td>enum { <br />    \"productivity\", <br />    \"safety\", <br />   \"complete_ppe\", <br />    \"3_point_rule\", <br />    \"puntuality\", <br />    \"order_and_cleaning\", <br />    \"innovation\", <br />    \"teamwork\", <br />    \"other\" <br /> }</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n<li>visit</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions","bulk"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecdf0abe-13b3-401c-bc6a-6ae99a70917f"},{"name":"update","event":[{"listen":"test","script":{"id":"e206345e-bedf-4cc6-a263-b1ff0a558fc1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0616d0bb-c255-428f-87cd-cff4669f1012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"recognitions\",\n        \"attributes\": {\n            \"description\": \"Update description\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/recognitions/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_recognition_id}}","key":"id"}]}},"response":[],"_postman_id":"0616d0bb-c255-428f-87cd-cff4669f1012"},{"name":"bulk update","event":[{"listen":"test","script":{"id":"e7dd1e5b-5fbe-482c-a75a-4cde70612c7a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"496662de-139b-45b2-849a-85ce013884dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"data\": {\n                \"type\": \"recognitions\",\n                \"id\": \"50\",\n                \"attributes\": {\n                    \"description\": \"Awesome job!\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/recognitions/bulk_update","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>tag</strong> *</td>\n<td>enum { <br />    \"productivity\", <br />    \"safety\", <br />   \"complete_ppe\", <br />    \"3_point_rule\", <br />    \"puntuality\", <br />    \"order_and_cleaning\", <br />    \"innovation\", <br />    \"teamwork\", <br />    \"other\" <br /> }</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n<li>visit</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions","bulk_update"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"496662de-139b-45b2-849a-85ce013884dc"},{"name":"destroy","id":"7228305d-fbba-4994-b833-50a15ea75c80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/recognitions/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f08bb0ac-d9d5-43f1-acff-b98d217b065b","type":"string","value":"{{_recognition_id}}","key":"id"}]}},"response":[],"_postman_id":"7228305d-fbba-4994-b833-50a15ea75c80"},{"name":"bulk destroy","id":"51efd284-ea93-4db9-b919-64b9f792eafa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [1000],\n    // \"filters\": {\n    //     \"tag\": [\"complete_ppe\"]\n    // },\n    \"dry_run\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/recognitions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","recognitions"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"51efd284-ea93-4db9-b919-64b9f792eafa"}],"id":"8fb0dcf3-2be6-43a4-8bdd-de7b6fc441c0","_postman_id":"8fb0dcf3-2be6-43a4-8bdd-de7b6fc441c0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Visits","item":[{"name":"search","event":[{"listen":"test","script":{"id":"955e8123-c67b-4cf9-aa86-341089acf592","exec":["postman.setNextRequest(\"create_visit\");"],"type":"text/javascript"}}],"id":"fe1649aa-23fa-4c03-8ba7-1998e533fe22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/visits/search?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","visits","search"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"fe1649aa-23fa-4c03-8ba7-1998e533fe22"},{"name":"show","event":[{"listen":"test","script":{"id":"96575866-f32b-458b-ad0a-3f818ab7c9e1","exec":["postman.setNextRequest(\"destroy_visit\");"],"type":"text/javascript"}}],"id":"1a95407e-0d19-4df0-9e90-737ffc2688be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/visits/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","visits",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"6164290a-7379-4566-bcb1-0aa32e55805f","type":"string","value":"{{_visit_id}}","key":"id"}]}},"response":[],"_postman_id":"1a95407e-0d19-4df0-9e90-737ffc2688be"},{"name":"create","event":[{"listen":"test","script":{"id":"f0f32d95-3207-4b78-a682-bdc3faa0dcde","exec":["pm.environment.set(\"_visit_id\", pm.response.json().data.id);","postman.setNextRequest(\"show_visit\");"],"type":"text/javascript"}}],"id":"7064ef33-7569-4b31-9e43-2c646e2ebdd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"visits\",\n        \"attributes\": {\n            \"intervals\": [\n                [\n                    \"2021-07-08T14:09:41.228Z\",\n                    \"2021-07-08T14:19:41.228Z\"\n                ],\n                [\n                    \"2021-07-08T14:29:41.228Z\",\n                    \"2021-07-08T14:39:41.228Z\"\n                ],\n                [\n                    \"2021-07-08T14:49:41.228Z\",\n                    \"2021-07-08T14:59:41.228Z\"\n                ]\n            ]\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"type\": \"projects\",\n                    \"id\": {{project_id}}\n                }\n            }//,\n            // \"classification\": {\n            //     \"data\": {\n            //         \"type\": \"classifications\",\n            //         \"id\": {{classification_id}}\n            //     }\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/visits","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>intervals</strong> *</td>\n<td>array</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li><strong>worker-position</strong> *</li>\n<li><strong>classification</strong> *</li>\n</ul>\n<h2 id=\"included\">Included</h2>\n<ul>\n<li>Reports</li>\n<li>Inspections</li>\n<li>Recognitions</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","visits"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7064ef33-7569-4b31-9e43-2c646e2ebdd9"},{"name":"destroy","id":"64d437d5-9f66-4189-a02c-e4cc766aae3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/visits/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","visits",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"52c93db3-7b4d-4d7b-8dce-2e15ac0312d3","type":"string","value":"{{_visit_id}}","key":"id"}]}},"response":[],"_postman_id":"64d437d5-9f66-4189-a02c-e4cc766aae3b"}],"id":"8218b336-cc5e-48a3-97c7-45a298656e1c","_postman_id":"8218b336-cc5e-48a3-97c7-45a298656e1c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Drive nodes","item":[{"name":"Drive node folders","item":[{"name":"create","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":["pm.environment.set(\"_drive_node_folder_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ff7fecde-9bd8-447f-a055-a859e2a6abe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"type\": \"DriveNodeDirectory\",\n            \"name\": \"Grandparent\"\n        },\n        \"relationships\": {\n            \"nodes\": {\n                \"data\": [\n                    {\n                        \"type\": \"drive-nodes\",\n                        \"id\": \"local-ub2fk1\"\n                    }\n                ]\n            }\n        },\n        \"included\": [\n            {\n                \"type\": \"drive-nodes\",\n                \"id\": \"local-ub2fk1\",\n                \"attributes\": {\n                    \"type\": \"DriveNodeDirectory\",\n                    \"name\": \"Parent\"\n                },\n                \"relationships\": {\n                    \"nodes\": {\n                        \"data\": [\n                            {\n                                \"type\": \"drive-nodes\",\n                                \"id\": \"local-aaa\"\n                            }\n                        ]\n                    }\n                },\n                \"included\": [\n                    {\n                        \"type\": \"drive-nodes\",\n                        \"id\": \"local-aaa\",\n                        \"attributes\": {\n                            \"type\": \"DriveNodeDirectory\",\n                            \"name\": \"Current\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes","description":"<p>Use this endpoint to create a <code>UserGroup</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"dcb61c0b-6746-4966-ae6b-a72313a7a5eb","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"type\": \"DriveNodeDirectory\",\n            \"name\": \"upgradable_bike_loan.htm\",\n            \"namespace\": null,\n            \"description\": \"Qui error voluptatibus facere aut mollitia quae consequatur voluptatem.\"\n        },\n        \"relationships\": {\n            // \"directory\": {\n            //     \"data\": null\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-type","value":"application/vnd.api+json; charset=utf-8"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"6662c91f-9afe-4579-8ce4-536778c44c87"},{"key":"x-runtime","value":"0.050666"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, cache_read.active_support;dur=0.06, sql.active_record;dur=8.89, cache_write.active_support;dur=0.23, instantiation.active_record;dur=0.77, start_transaction.active_record;dur=0.01, transaction.active_record;dur=6.32, process_action.action_controller;dur=37.46"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"d73df5e4-cbd7-4314-8376-94036881954c\",\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"archived-at\": null,\n            \"client-id\": 1,\n            \"created-at\": \"2025-08-13T17:54:35.840Z\",\n            \"created-by-id\": 1,\n            \"description\": \"Molestiae eaque odio sint ea quaerat sit eum.\",\n            \"name\": \"cross_platform.html\",\n            \"namespace\": null,\n            \"type\": \"DriveNodeDirectory\",\n            \"updated-at\": \"2025-08-13T17:54:35.840Z\"\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"directory\": {\n                \"data\": null\n            },\n            \"last-updated-by\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"ff7fecde-9bd8-447f-a055-a859e2a6abe8"},{"name":"update","event":[{"listen":"test","script":{"id":"ada93ab9-1f32-4dfe-9d5e-0c01156eac76","exec":[""],"type":"text/javascript","packages":{}}}],"id":"18f6acef-5567-482e-ab9a-d72b46e9b5c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"name\": \"backing.gif\",\n            \"description\": \"Ea doloribus quia fugiat ut.\"\n        },\n        \"relationships\": {\n            // \"directory\": {\n            //     \"data\": null\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_drive_node_folder_id}}","key":"id"}]}},"response":[{"id":"e5d80300-4035-4ab6-adde-57bbde46dcd9","name":"update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"name\": \"programming_pink_optimize.wav\",\n            \"description\": \"Inventore repellat optio quis sint delectus consequatur.\"\n        },\n        \"relationships\": {\n            // \"directory\": {\n            //     \"data\": null\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/drive_nodes/:id","host":["https://b.prysmex.com"],"path":["api","drive_nodes",":id"],"variable":[{"key":"id","value":"{{_drive_node_folder_id}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 13 Aug 2025 18:30:44 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=MmxSIgicPZJeFSjEePzKwwKt3hMFj2ZAoeFmdniLfdW7gBnihQ6rfHJ/3GgF2FR4joBBZOcuFLxWXbWGHpDGgaO4xjFSlze8e/s0waipKQBXbdW80TKRGzl5ZK8p; Expires=Wed, 20 Aug 2025 18:30:44 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=MmxSIgicPZJeFSjEePzKwwKt3hMFj2ZAoeFmdniLfdW7gBnihQ6rfHJ/3GgF2FR4joBBZOcuFLxWXbWGHpDGgaO4xjFSlze8e/s0waipKQBXbdW80TKRGzl5ZK8p; Expires=Wed, 20 Aug 2025 18:30:44 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"6a016403-591f-4855-8892-f2d3cb1b8e0a"},{"key":"x-runtime","value":"0.032820"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1e0bd3ae-11b7-42d9-98dc-1aadd9f01ae5\",\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"client-id\": 1,\n            \"created-by-id\": 99,\n            \"created-at\": \"2025-08-13T20:30:40.817+02:00\",\n            \"updated-at\": \"2025-08-13T20:30:44.368+02:00\",\n            \"name\": \"transitional.jpe\",\n            \"url\": null,\n            \"type\": \"DriveNodeDirectory\",\n            \"version\": 1,\n            \"size-bytes\": null,\n            \"extension\": null,\n            \"description\": \"Dolorem omnis et qui deleniti.\",\n            \"archived-at\": null\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"99\",\n                    \"type\": \"users\"\n                }\n            },\n            \"last-updated-by\": {\n                \"data\": {\n                    \"id\": \"99\",\n                    \"type\": \"users\"\n                }\n            },\n            \"directory\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"18f6acef-5567-482e-ab9a-d72b46e9b5c3"}],"id":"eb396d9d-c4a9-43bf-af6a-b0eca9369b4e","description":"<p>This model represents a folder in the <code>DriveNode</code> data model.</p>\n<h1 id=\"attributes\">Attributes</h1>\n<p>Data Model</p>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>namespace</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>directory_id</td>\n<td>uuid</td>\n<td></td>\n<td>parent folder id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>directory</td>\n<td><code>DriveNode</code></td>\n<td>parent folder</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"eb396d9d-c4a9-43bf-af6a-b0eca9369b4e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Drive node files","item":[{"name":"generate_write_signed_url","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":[""],"type":"text/javascript","packages":{}}}],"id":"08653c51-5962-46ef-8845-845a58e34b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filename\": \"my_image.png\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/generate_write_signed_url","description":"<p>Returns form data needed in the <code>upload_file</code> endpoint to actually upload the file.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes","generate_write_signed_url"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"c3f9bcfc-eeed-46f6-81e5-973c323c2294","name":"generate_write_signed_url","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filename\": \"my_image.png\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/generate_write_signed_url"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 13 Aug 2025 18:07:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=CrqvOXR4Lz+9fnr27iH5PZ+G+uLidX+OISqlb7iT32HWumkQcGb0GI1cQe4j4MPAPbHDvjzV4xwD7l++5KhdfyV4jS3JsbxAaCzNkhUeDE8gtEkf1lJJ8OqehvMP; Expires=Wed, 20 Aug 2025 18:07:10 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=CrqvOXR4Lz+9fnr27iH5PZ+G+uLidX+OISqlb7iT32HWumkQcGb0GI1cQe4j4MPAPbHDvjzV4xwD7l++5KhdfyV4jS3JsbxAaCzNkhUeDE8gtEkf1lJJ8OqehvMP; Expires=Wed, 20 Aug 2025 18:07:10 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"f50a9911-8d0e-487a-b030-4ffce0de9601"},{"key":"x-runtime","value":"0.300990"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://...\",\n    \"fields\": {\n        \"key\": \"drive/...\",\n        \"x-amz-meta-created_by_id\": \"..\",\n        \"policy\": \"..\",\n        \"x-amz-credential\": \"..\",\n        \"x-amz-algorithm\": \"..\",\n        \"x-amz-date\": \"20250813T180710Z\",\n        \"x-amz-security-token\": \"...\",\n        \"x-amz-signature\": \"..\"\n    },\n    \"read_url\": \"...\"\n}"}],"_postman_id":"08653c51-5962-46ef-8845-845a58e34b29"},{"name":"generate_write_signed_url (multiple)","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bf0b6cab-3809-421a-be8e-ccc5944a4dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/generate_write_signed_url?multiple=true","description":"<p>Returns form data needed in the <code>upload_file</code> endpoint to actually upload the file. Since this signature allows for an arbitrary amount of files to be uploaded, it does not return a <code>key</code> form data field so you need to set a unique <code>key</code> in the <code>upload_file</code> request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes","generate_write_signed_url"],"host":["https://b.prysmex.com"],"query":[{"key":"multiple","value":"true"}],"variable":[]}},"response":[{"id":"511df8e1-58cd-4794-8cfe-fb170886165a","name":"generate_write_signed_url Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://b.prysmex.com/api/drive_nodes/generate_write_signed_url?multiple=true","host":["https://b.prysmex.com"],"path":["api","drive_nodes","generate_write_signed_url"],"query":[{"key":"multiple","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Wed, 13 Aug 2025 20:33:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=w6Ob+c8b0z/vMv3isY45NtgLCuHiyo0QLpGkwCz3LIhC6s/qF5AGxW81LKvkHK/HJXZKg4YtQ46LThiwH8xoPhVCnTwGAAH5zsXDKTWV1QaOur19mRWjwDZtaVHW; Expires=Wed, 20 Aug 2025 20:33:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=w6Ob+c8b0z/vMv3isY45NtgLCuHiyo0QLpGkwCz3LIhC6s/qF5AGxW81LKvkHK/HJXZKg4YtQ46LThiwH8xoPhVCnTwGAAH5zsXDKTWV1QaOur19mRWjwDZtaVHW; Expires=Wed, 20 Aug 2025 20:33:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Client-Subdomain"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"content-encoding","value":"gzip"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"db3bf57c-c613-4749-a70a-ede65bf3f23b"},{"key":"x-runtime","value":"0.182770"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"url\": \"..\",\n    \"fields\": {\n        \"x-amz-meta-created_by_id\": \"..\",\n        \"policy\": \"..\",\n        \"x-amz-credential\": \"..\",\n        \"x-amz-algorithm\": \"..\",\n        \"x-amz-date\": \"20250813T203328Z\",\n        \"x-amz-security-token\": \"..\",\n        \"x-amz-signature\": \"...\"\n    },\n    \"read_url_prefix\": \"...\"\n}"}],"_postman_id":"bf0b6cab-3809-421a-be8e-ccc5944a4dd3"},{"name":"uploade_file","id":"f0e75bcd-4364-405b-a128-f9186382d9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"key","value":"","type":"text","uuid":"021f28e5-02ae-4f43-97ae-d208fe22d22c"},{"key":"x-amz-meta-created_by_id","value":"","type":"text","uuid":"350dd73f-6184-481e-a337-3d98841ff5c0"},{"key":"policy","value":"","type":"text","uuid":"1dd578c1-b85d-440e-9003-ae0ea1ae405b"},{"key":"x-amz-credential","value":"","type":"text","uuid":"97bc4e7b-2a63-4de6-9510-17ef4b6eefb2"},{"key":"x-amz-algorithm","value":"","type":"text","uuid":"d36d5955-9c35-4e3f-bc6b-6a04fce45c11"},{"key":"x-amz-date","value":"","type":"text","uuid":"4c128be2-4bf7-4400-b307-5dc12cb551b2"},{"key":"x-amz-security-token","value":"","type":"text","uuid":"01e68b5b-7fa7-4c3e-b70d-5a9b077bcb49"},{"key":"x-amz-signature","value":"","type":"text","uuid":"7bad9239-49af-4eaf-a6c0-c1801a9f16ef"},{"key":"Content-Type","value":"image/png","type":"text","uuid":"97672886-5314-4e38-b479-9257eeecb15d"},{"key":"file","type":"file","uuid":"c2d30f8f-e040-497a-b27a-36a2b9df3e4c","src":"/Users/patriciodevilla/Desktop/Screenshot 2025-07-24 at 7.02.15 p.m..png"}]},"url":"https://s3.amazonaws.com/static-staging.prysmex.com","description":"<p>This endpoint is for uploading the file directly to our file repository backend. All <code>form-data</code> values are obtained with the <code>generate_write_signed_url</code> endpoint.</p>\n","urlObject":{"protocol":"https","path":["static-staging.prysmex.com"],"host":["s3","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0e75bcd-4364-405b-a128-f9186382d9f4"},{"name":"create","event":[{"listen":"test","script":{"id":"5cfe49ac-f4b7-45bb-822e-c67d9408f5a3","exec":["pm.environment.set(\"_drive_node_file_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"d9ec6d30-6c0e-42de-b027-6e56faa86fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"type\": \"DriveNodeDirectory\",\n            \"name\": \"krona.m3a\",\n            \"url\": \"\",\n            \"namespace\": null,\n            \"description\": \"Vero ipsum et sunt neque quia enim repudiandae.\"\n        },\n        \"relationships\": {\n            // \"directory\": {\n            //     \"data\": null\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes","description":"<p>This endpoint registers an uploaded file into the <code>DriveNode</code> model. It requires that you first obtain uploading credentials via the<code>generate_write_signed_url</code> endpoint and upload the file via the <code>upload_file</code> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9ec6d30-6c0e-42de-b027-6e56faa86fa5"},{"name":"update","event":[{"listen":"test","script":{"id":"ada93ab9-1f32-4dfe-9d5e-0c01156eac76","exec":[""],"type":"text/javascript","packages":{}}}],"id":"87326e5e-c62a-4535-9689-4e4fa4365feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"drive-nodes\",\n        \"attributes\": {\n            \"name\": \"gourde_tuna_peso.wav\",\n            \"description\": \"Eum exercitationem quos repellat omnis culpa consequuntur maiores et.\"\n        },\n        \"relationships\": {\n            // \"directory\": {\n            //     \"data\": null\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_drive_node_file_id}}","key":"id"}]}},"response":[],"_postman_id":"87326e5e-c62a-4535-9689-4e4fa4365feb"},{"name":"add_comment","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":["pm.environment.set(\"comment_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"c4d19875-d864-4a25-9372-f148a9d227de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"Aut tempora qui nemo impedit saepe ut.\",\n    \"picture_url\": \"https://picsum.photos/id/237/200/300\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/:id/add_comment","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes",":id","add_comment"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_drive_node_file_id}}","key":"id"}]}},"response":[],"_postman_id":"c4d19875-d864-4a25-9372-f148a9d227de"},{"name":"get_comments","id":"a266ab39-76a8-41d5-9d83-5e3c17154796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/drive_nodes/:id/get_comments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes",":id","get_comments"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_drive_node_file_id}}","key":"id"}]}},"response":[],"_postman_id":"a266ab39-76a8-41d5-9d83-5e3c17154796"}],"id":"e6843a8a-3226-435f-83e7-428819a8a498","description":"<h1 id=\"attributes\">Attributes</h1>\n<p>Data Model</p>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong>*</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>directory_id</td>\n<td>uuid</td>\n<td></td>\n<td>parent folder id</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>directory</td>\n<td><code>DriveNode</code></td>\n<td>parent folder</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e6843a8a-3226-435f-83e7-428819a8a498","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"show","event":[{"listen":"test","script":{"id":"81b4cf07-4654-4ef8-8f5c-4c77afa6ff24","exec":[""],"type":"text/javascript","packages":{}}}],"id":"60b9c2b0-bc73-4ec5-b117-5e8a4f783a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/drive_nodes/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"60b9c2b0-bc73-4ec5-b117-5e8a4f783a2a"},{"name":"index","event":[{"listen":"test","script":{"id":"10a5d28a-872e-4c84-8dbb-81c4501cb53a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2add84e8-5a02-4f24-b522-52c969da518e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/drive_nodes","description":"<p>Use this endpoint to search for <code>DriveNodes</code> you are authorized to view. The api is designed to only return nodes directly on the specified <code>directory_id</code> query param. If the <code>directory_id</code> param is not present, root nodes will match., You can filter results using any of the attributes defined in the <code>DriveNode</code> <strong>Data Model.</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"directory_id","value":""}],"variable":[]}},"response":[],"_postman_id":"2add84e8-5a02-4f24-b522-52c969da518e"},{"name":"move","event":[{"listen":"test","script":{"id":"b1901281-4673-4b3a-a2d6-9c1790fb3f0a","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"98dadcaa-72a0-422e-86f7-a7a50dbc873f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e240fe7a-3c6e-4c2d-8676-08ea2d445f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // \"directory_id\": \"\",\n    \"ids\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/move","description":"<p>Use this endpoint to migrate al <code>User</code>s from an origin <code>Role</code> to a target <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes","move"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e240fe7a-3c6e-4c2d-8676-08ea2d445f4b"},{"name":"sign urls","event":[{"listen":"test","script":{"id":"b1901281-4673-4b3a-a2d6-9c1790fb3f0a","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"98dadcaa-72a0-422e-86f7-a7a50dbc873f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6470588d-de6b-46b6-a0a4-d3802bc499e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // \"directory_id\": \"\",\n    \"ids\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/sign_urls","description":"<p>Use this endpoint to migrate al <code>User</code>s from an origin <code>Role</code> to a target <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes","sign_urls"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6470588d-de6b-46b6-a0a4-d3802bc499e7"},{"name":"archive","event":[{"listen":"test","script":{"id":"b1901281-4673-4b3a-a2d6-9c1790fb3f0a","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"98dadcaa-72a0-422e-86f7-a7a50dbc873f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"68853fce-c417-4411-8b5c-df9b7e81177f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // \"directory_id\": \"\",\n    \"ids\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/drive_nodes/archive","description":"<p>Use this endpoint to migrate al <code>User</code>s from an origin <code>Role</code> to a target <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes","archive"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"68853fce-c417-4411-8b5c-df9b7e81177f"},{"name":"destroy","id":"2691608f-52d2-41a8-91e3-b65daa6b019a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/drive_nodes/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","drive_nodes",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"2691608f-52d2-41a8-91e3-b65daa6b019a"}],"id":"20a1164a-e083-4313-bb6d-f090d226977f","description":"<p>This is the backing model for both 📑 files and 📁 folders in the <code>Dirve</code> module.</p>\n","_postman_id":"20a1164a-e083-4313-bb6d-f090d226977f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Classifications","item":[{"name":"create","event":[{"listen":"test","script":{"id":"88a568ae-fed2-4b3e-b3e1-6577e1c87f84","exec":["pm.environment.set(\"_classification_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"2ee21610-4f66-4a22-81fd-d18962cf5372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"classifications\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"odit\",\n                \"es\": \"quasi\"\n            },\n            \"subject-class\": \"Visit\",\n            \"position\": 4\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/classifications","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>subject-class</strong> *</td>\n<td>enum { <br />    \"Visit\" <br /> }</td>\n</tr>\n<tr>\n<td>position</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","classifications"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ee21610-4f66-4a22-81fd-d18962cf5372"},{"name":"index","event":[{"listen":"test","script":{"id":"7a3ad20b-2592-4946-b093-622569a5e921","exec":[""],"type":"text/javascript"}}],"id":"59c36571-653b-4411-aed7-c19cdb4c6961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/classifications","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","classifications"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"59c36571-653b-4411-aed7-c19cdb4c6961"},{"name":"show","event":[{"listen":"test","script":{"id":"8cd93c7f-b527-4c3f-b143-b13fd77e753c","exec":[""],"type":"text/javascript"}}],"id":"7b97d649-fc11-4977-aa0f-e9d82999d3c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/classifications/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","classifications",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"c4902302-38a8-45e3-9a75-df2c78384d35","type":"string","value":"{{_classification_id}}","key":"id"}]}},"response":[],"_postman_id":"7b97d649-fc11-4977-aa0f-e9d82999d3c5"},{"name":"update","event":[{"listen":"test","script":{"id":"22fa4487-970b-484e-a008-2f07c8c0da54","exec":[""],"type":"text/javascript"}}],"id":"70ec6d65-e850-49e3-833b-1109b30b2c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"classifications\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"sit\",\n                \"es\": \"placeat\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/classifications/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","classifications",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3721a3e3-4bfc-43df-aae0-38579538ff77","type":"string","value":"{{_classification_id}}","key":"id"}]}},"response":[],"_postman_id":"70ec6d65-e850-49e3-833b-1109b30b2c46"},{"name":"destroy","id":"b97d99ca-67c2-44ca-8532-7552907ea68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/classifications/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","classifications",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3acaaf36-e6f0-4788-ace3-97784a04d911","type":"string","value":"{{_classification_id}}","key":"id"}]}},"response":[],"_postman_id":"b97d99ca-67c2-44ca-8532-7552907ea68a"}],"id":"d9836fba-19a2-4fd9-8988-3aa24af98b37","_postman_id":"d9836fba-19a2-4fd9-8988-3aa24af98b37","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Intents","item":[{"name":"create","event":[{"listen":"test","script":{"id":"88a568ae-fed2-4b3e-b3e1-6577e1c87f84","exec":["pm.environment.set(\"_intent_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"e971e8a8-e203-4b30-bd2c-76c85ef30f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"title\": \"My link\",\n            \"action\": \"certificate_requests_new\",\n            \"payload\": {\n                \"model_type\": \"certificate-request\",\n                \"project_id\": \"46\",\n                \"schema_template_id\": \"3\"\n            },\n            \"created-at\": null,\n            \"updated-at\": null,\n            \"client-id\": null\n        },\n        \"type\": \"intents\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/intents","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>subject-class</strong> *</td>\n<td>enum { <br />    \"Visit\" <br /> }</td>\n</tr>\n<tr>\n<td>position</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","intents"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e971e8a8-e203-4b30-bd2c-76c85ef30f53"},{"name":"index","event":[{"listen":"test","script":{"id":"7a3ad20b-2592-4946-b093-622569a5e921","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0fe3601a-2b9c-43fe-a47c-e664801064d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/intents","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","intents"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"sort","value":"created_by"}],"variable":[]}},"response":[],"_postman_id":"0fe3601a-2b9c-43fe-a47c-e664801064d6"},{"name":"show","event":[{"listen":"test","script":{"id":"8cd93c7f-b527-4c3f-b143-b13fd77e753c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c1319413-64c7-4218-af0e-a7674489b577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/intents/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","intents",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"517efc27-9760-498e-8bfb-5ef21a1e93ec","type":"string","value":"{{_intent_id}}","key":"id"}]}},"response":[],"_postman_id":"c1319413-64c7-4218-af0e-a7674489b577"},{"name":"update","event":[{"listen":"test","script":{"id":"22fa4487-970b-484e-a008-2f07c8c0da54","exec":[""],"type":"text/javascript","packages":{}}}],"id":"35c29a57-ee96-4779-9d57-e354170fc8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"intents\",\n        \"attributes\": {\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/intents/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","intents",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"5d1ce692-b128-4a04-9fa6-626be15b1ee6","type":"any","value":"{{_intent_id}}","key":"id"}]}},"response":[],"_postman_id":"35c29a57-ee96-4779-9d57-e354170fc8ee"},{"name":"destroy","id":"90f479be-f1d6-4cd1-8ddf-66ee50bf063b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/intents/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","intents",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"ef0b48fb-2a18-4a90-a28a-89e1669daa4e","type":"string","value":"{{_intent_id}}","key":"id"}]}},"response":[],"_postman_id":"90f479be-f1d6-4cd1-8ddf-66ee50bf063b"}],"id":"28ffb539-7444-4b16-b4da-4a6a6974bc03","_postman_id":"28ffb539-7444-4b16-b4da-4a6a6974bc03","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Invites","item":[{"name":"create","event":[{"listen":"test","script":{"id":"88a568ae-fed2-4b3e-b3e1-6577e1c87f84","exec":["pm.environment.set(\"_invite_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"986c1728-e12a-493d-998d-6a5f90c9c2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"expires-at\": null,\n            \"max-users\": 30,\n            \"auto-archive-after\": \"P3Y6M4DT12H30M5S\"\n        },\n        \"relationships\": {\n            \"intent\": {\n                \"data\": {\n                    \"id\": \"5\",\n                    \"type\": \"intents\"\n                }\n            },\n            \"role\": {\n                \"data\": {\n                    \"id\": \"377\",\n                    \"type\": \"roles\"\n                }\n            },\n            \"project\": {\n                \"data\": {\n                    \"id\": \"46\",\n                    \"type\": \"projects\"\n                }\n            }\n        },\n        \"type\": \"invites\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/invites","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>subject-class</strong> *</td>\n<td>enum { <br />    \"Visit\" <br /> }</td>\n</tr>\n<tr>\n<td>position</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","invites"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"986c1728-e12a-493d-998d-6a5f90c9c2fc"},{"name":"index","event":[{"listen":"test","script":{"id":"7a3ad20b-2592-4946-b093-622569a5e921","exec":[""],"type":"text/javascript","packages":{}}}],"id":"469facd0-40b1-4221-915e-e8309f602a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/invites","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","invites"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"sort","value":"created_by"}],"variable":[]}},"response":[],"_postman_id":"469facd0-40b1-4221-915e-e8309f602a54"},{"name":"show","event":[{"listen":"test","script":{"id":"8cd93c7f-b527-4c3f-b143-b13fd77e753c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"44c5d21b-93c9-4bde-9784-91112a1953c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/invites/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","invites",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"29dc14c3-659c-4c6e-9051-35f66bbd3509","type":"any","value":"{{_invite_id}}","key":"id"}]}},"response":[],"_postman_id":"44c5d21b-93c9-4bde-9784-91112a1953c7"},{"name":"accept","event":[{"listen":"test","script":{"id":"8cd93c7f-b527-4c3f-b143-b13fd77e753c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"84abfdfe-4efc-4a9d-b707-a18bf3287f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/invites/accept/:code","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","invites","accept",":code"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"27638182-d188-42ae-9cb6-4adb5ec5b551","type":"any","value":"","key":"code"}]}},"response":[],"_postman_id":"84abfdfe-4efc-4a9d-b707-a18bf3287f91"},{"name":"update","event":[{"listen":"test","script":{"id":"22fa4487-970b-484e-a008-2f07c8c0da54","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0517d69e-f09b-471a-af2f-491a66f8fe5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"max-users\": 3\n        },\n        \"type\": \"invites\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/invites/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","invites",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"18564efe-8076-40f4-9222-3181f64f7234","type":"any","value":"{{_invite_id}}","key":"id"}]}},"response":[],"_postman_id":"0517d69e-f09b-471a-af2f-491a66f8fe5d"},{"name":"destroy","id":"8bed948f-f390-4ba5-9574-8c591c5c69ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/invites/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","invites",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"6a11494d-8269-4624-b157-3a90c08d470b","type":"any","value":"{{_invite_id}}","key":"id"}]}},"response":[],"_postman_id":"8bed948f-f390-4ba5-9574-8c591c5c69ad"}],"id":"1d9d30c0-1414-4188-b084-88b80e45d1c7","_postman_id":"1d9d30c0-1414-4188-b084-88b80e45d1c7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"JoinClientRequests","item":[{"name":"index","event":[{"listen":"test","script":{"id":"7a3ad20b-2592-4946-b093-622569a5e921","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ca077467-4511-4493-88bd-0dd36e6dec6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/join_client_requests","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","join_client_requests"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"sort","value":"created_by"}],"variable":[]}},"response":[],"_postman_id":"ca077467-4511-4493-88bd-0dd36e6dec6c"},{"name":"show","event":[{"listen":"test","script":{"id":"8cd93c7f-b527-4c3f-b143-b13fd77e753c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a9e825d9-cb00-4b75-a470-13ecff049ddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/join_client_requests/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","join_client_requests",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"d1ddbd60-e94b-4940-845d-6b6cfe217441","type":"any","value":"{{_join_client_request_id}}","key":"id"}]}},"response":[],"_postman_id":"a9e825d9-cb00-4b75-a470-13ecff049ddc"},{"name":"destroy","id":"21c16c8e-b688-485a-9a34-2217a5cdea46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/join_client_requests/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","join_client_requests",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"b267e8d2-2778-4edc-b4bc-30e801681320","type":"any","value":"{{_join_client_request_id}}","key":"id"}]}},"response":[],"_postman_id":"21c16c8e-b688-485a-9a34-2217a5cdea46"}],"id":"8ca97d4f-8d7f-4af4-a137-4361fffa7d34","_postman_id":"8ca97d4f-8d7f-4af4-a137-4361fffa7d34","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Certificate request schema templates","item":[{"name":"create","event":[{"listen":"test","script":{"id":"7a0943cf-0dbd-468e-92fb-42f86e922fef","exec":["pm.environment.set(\"certificate_request_schema_template_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"e79e89ed-1839-46cc-9055-dec7feef503c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"certificate-request-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Pase de transportista\",\n                \"en\": \"Freight access\"\n            },\n            \"schema\": {\n                \"type\": \"object\",\n                \"$defs\": {},\n                \"properties\": {\n                    \"text1\": {\n                        \"displayProperties\": {\n                            \"component\": \"text_input\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Placas\",\n                                    \"en\": \"Plates\"\n                                }\n                            },\n                            \"pictures\": [],\n                            \"sort\": 0,\n                            \"textarea\": false,\n                            \"visibility\": {\n                                \"label\": true\n                            }\n                        },\n                        \"title\": \"text_area\",\n                        \"type\": \"string\",\n                        \"$id\": \"#/properties/text1\"\n                    }\n                },\n                \"allOf\": [],\n                \"required\": [\n                    \"text1\"\n                ]\n            },\n            \"approval-schema\": {\n                \"type\": \"object\",\n                \"$defs\": {},\n                \"properties\": {\n                    \"signature1\": {\n                        \"displayProperties\": {\n                            \"component\": \"signature\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Firma supervisor\" ,\n                                    \"en\": \"Supervisor signature\"\n                                }\n                            },\n                            \"pictures\": [],\n                            \"sort\": 0,\n                            \"visibility\": {\n                                \"label\": true\n                            }\n                        },\n                        \"properties\": {\n                            \"name\": {\n                                \"type\": \"string\"\n                            },\n                            \"signature\": {\n                                \"format\": \"uri\",\n                                \"type\": \"string\",\n                                \"pattern\": \"^http\"\n                            },\n                            \"db_identifier\": {\n                                \"type\": \"number\"\n                            },\n                            \"by_id\": {\n                                \"type\": \"number\"\n                            }\n                        },\n                        \"additionalProperties\": false,\n                        \"required\": [\n                            \"name\", \"signature\", \"db_identifier\"\n                        ],\n                        \"title\": \"firma9386\",\n                        \"type\": \"object\",\n                        \"$id\": \"#/properties/signature1\"\n                    }, \"signature2\": {\n                        \"displayProperties\": {\n                            \"component\": \"signature\",\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Firma gerente\" ,\n                                    \"en\": \"Manager signature\"\n                                }\n                            },\n                            \"pictures\": [],\n                            \"sort\": 0,\n                            \"visibility\": {\n                                \"label\": true\n                            }\n                        },\n                        \"properties\": {\n                            \"name\": {\n                                \"type\": \"string\"\n                            },\n                            \"signature\": {\n                                \"format\": \"uri\",\n                                \"type\": \"string\",\n                                \"pattern\": \"^http\"\n                            },\n                            \"db_identifier\": {\n                                \"type\": \"number\"\n                            },\n                            \"by_id\": {\n                                \"type\": \"number\"\n                            }\n                        },\n                        \"additionalProperties\": false,\n                        \"required\": [\n                            \"name\", \"signature\", \"db_identifier\"\n                        ],\n                        \"title\": \"firma9386\",\n                        \"type\": \"object\",\n                        \"$id\": \"#/properties/signature2\"\n                    }\n                },\n                \"allOf\": [],\n                \"required\": [\n                    \"signature1\",\n                    \"signature2\"\n                ],\n                \"availableLocales\": []\n            },\n            \"description\": \"Esta es una solicitud de certificado\",\n            \"icon\": \"pui_leaf\",\n            \"icon-color\": \"#D13236\",\n            // \"maxUsers\": 2,\n            // allowCustomDuration: false,\n            \"defaultDuration\": \"P6M\",\n            \"log_events\": [\n                {\n                    \"id\": \"__entry__\",\n                    \"color\": \"#00bfb3\",\n                    \"i18n\": {\n                        \"label\": {\n                            \"es\": \"Entrada\",\n                            \"en\": \"Enter\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"__exit__\",\n                    \"color\": \"#BD271E\",\n                    // \"failed\": false,\n                    \"i18n\": {\n                        \"label\": {\n                            \"es\": \"Salida\",\n                            \"en\": \"Exit\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"relationships\": {\n            // \"requires\": {\n            //     \"data\": [\n            //         {\n            //             \"id\": 1,\n            //             \"type\": \"certificate-schema-templates\"\n            //         }\n            //     ]\n            // },\n            \"classification\": {\n                \"data\": {\n                    \"id\": 152,\n                    \"type\": \"classifications\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_request_schema_templates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>schema</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>string</td>\n</tr>\n<tr>\n<td>icon-color</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e79e89ed-1839-46cc-9055-dec7feef503c"},{"name":"index","id":"db084061-1ee9-4c47-a9b4-c90bf3f1f12e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"db084061-1ee9-4c47-a9b4-c90bf3f1f12e"},{"name":"show","id":"485651b0-bd2b-48b8-beac-9dacd1162754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"a57b1566-6a95-479d-b634-36a6e36a6097","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"485651b0-bd2b-48b8-beac-9dacd1162754"},{"name":"has_invite","id":"808511e5-b4fd-49a9-b6ce-62c1b2d90f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id/has_invite","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id","has_invite"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"52391f4d-274b-4221-b7fb-3c0f043025cb","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"808511e5-b4fd-49a9-b6ce-62c1b2d90f32"},{"name":"update","id":"e05275f4-d572-42df-8af3-5a8b49df5b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"certificate-request-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"aa\",\n                \"es\": \"aa\"\n            }\n        },\n        \"relationships\": {\n            // \"issues-certificate-schema-template\": {\n            //     \"data\": {\n            //         \"id\": \"9\",\n            //         \"type\": \"certificate-schema-templates\"\n            //     }\n            // }\n        },\n        \"included\": [\n            {\n                \"id\": \"local-f15drq\",\n                \"attributes\": {\n                    \"config\": {\n                        \"required\": true,\n                        \"mode\": \"error\"\n                    }\n                },\n                \"relationships\": {\n                    \"certificate-request-schema-template\": {\n                        \"data\": {\n                            \"type\": \"certificate-request-schema_templates\",\n                            \"id\": \"9\"\n                        }\n                    },\n                    \"certificate-schema-template\": {\n                        \"data\": {\n                            \"type\": \"certificate-schema-templates\",\n                            \"id\": \"4\"\n                        }\n                    }\n                },\n                \"type\": \"certificate-request-schema-templates-schema_templates\",\n                \"lid\": \"@ember-data:lid-user-widget-local-f15drq\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"660b52ec-3130-43e1-8a9e-e4ca0bed1271","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"e05275f4-d572-42df-8af3-5a8b49df5b24"},{"name":"destroy","id":"a2b1545a-f91f-4df6-b072-8141148a5250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"69f5ec96-b2f6-42bf-a458-b05555614684","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"a2b1545a-f91f-4df6-b072-8141148a5250"},{"name":"publish","id":"02dd8d63-5bf4-41ab-8292-8502a7673f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id/publish","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id","publish"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"41069d5b-e2dc-4264-8164-3241a6e6be7f","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"02dd8d63-5bf4-41ab-8292-8502a7673f6f"},{"name":"restore","id":"f3eb1376-6908-4ddd-b2e1-8c1cc0275e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id/restore","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id","restore"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"2fe420b4-5fce-4016-9a4a-c923b185af49","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"f3eb1376-6908-4ddd-b2e1-8c1cc0275e11"},{"name":"activate","id":"54a39816-312d-46db-b41e-0187bf573370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id/activate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id","activate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"8be36cc2-cbd4-42c2-9201-964165be1f1b","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"54a39816-312d-46db-b41e-0187bf573370"},{"name":"deactivate","id":"1cd5a748-1dc4-4200-946e-6af9cce617ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/certificate_request_schema_templates/:id/deactivate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_request_schema_templates",":id","deactivate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"4815ec87-c001-451f-9d7b-042fed5c2073","type":"any","value":"{{certificate_request_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"1cd5a748-1dc4-4200-946e-6af9cce617ba"}],"id":"2667f8c5-5fe3-4783-a4f7-0f4eb21c42eb","_postman_id":"2667f8c5-5fe3-4783-a4f7-0f4eb21c42eb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Certificate Requests","item":[{"name":"create","event":[{"listen":"test","script":{"id":"56f29451-1a0d-4dc3-be7d-b67ebc19ee3e","exec":["pm.environment.set(\"_certificate_request_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"7584e0eb-9318-422d-9a12-2ff60b3c970b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"certificate-requests\",\n        \"attributes\": {\n            \"description\": \"Perferendis est ducimus ut.\",\n            \"start-at\": \"2021-04-24T00:00:00.000Z\",\n            \"end-at\": \"2025-04-24T00:00:00.000Z\",\n            \"document\": {\n                \"text1\": \"Est quo necessitatibus eligendi rem provident.\"\n            },\n            \"approval-document\": {}\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"type\": \"projects\"\n                }\n            },\n            \"schema-template-version\": {\n                \"data\": {\n                    \"id\": 2,\n                    \"type\": \"certificate-request-schema-templates\"\n                }\n            },\n            \"users\": {\n                \"data\": [\n                    {\n                        \"id\": 2,\n                        \"type\": \"users\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>longitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td>occurrence-time</td>\n<td>date</td>\n</tr>\n<tr>\n<td>due-at</td>\n<td>date</td>\n</tr>\n<tr>\n<td>savings</td>\n<td>float</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>float</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>enum {  <br />    \"MXN\", <br />    \"USD\", <br />    \"EUR\" <br /> }</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>enum { <br />    \"very_high\", <br />    \"high\", <br />    \"medium\",  <br />    \"low\", <br />    \"very_low\" <br /> }</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n<tr>\n<td>document</td>\n<td>json</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li><strong>schema-template-version</strong> *</li>\n<li>reviewer</li>\n<li>workers</li>\n<li>assigned-workers</li>\n<li>consequence</li>\n<li>likelihood</li>\n<li>zone</li>\n<li>visit</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7584e0eb-9318-422d-9a12-2ff60b3c970b"},{"name":"search","id":"7e856212-bc1d-4375-8a8a-ed205a3d3d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"per\": 10,\n    \"page\": 1\n    // \"filters\": {\n    //     \"project_id\": [1],\n    //     \"user_ids\": [12]\n    // }\n    // \"sort\": \"document.4-date_input455\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests","search"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e856212-bc1d-4375-8a8a-ed205a3d3d9c"},{"name":"show","id":"a4e86031-fe63-4d3e-a6f0-2c14082d0dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_requests/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"230c7fcb-cfff-4342-acde-2fb965deb791","type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"a4e86031-fe63-4d3e-a6f0-2c14082d0dde"},{"name":"update","id":"b0f9b74d-7ef6-4693-b955-5100b7dba0f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"certificate-requests\",\n        \"attributes\": {\n            \"description\": \"Maxime qui praesentium qui expedita fugiat natus et sed.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"9ec7a0b9-f350-483d-abe0-4e83e34b3fe3","type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"b0f9b74d-7ef6-4693-b955-5100b7dba0f0"},{"name":"change_state","id":"1820ef5c-9312-41e1-a5eb-38aa0fefb495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"transitionName\": \"restart\",\n    \"text\": \"Some comment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id/change_state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","change_state"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"1820ef5c-9312-41e1-a5eb-38aa0fefb495"},{"name":"invite_user","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2830787b-6640-4ecf-b2ee-874102d0ba4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"db_identifier\": 2,\n    // \"name\": \"juanito\",\n    \"signature\": \"https://picsum.photos/200\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id/invite_user","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","invite_user"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"b846a879-f9a2-4d8a-9d68-8af47a3f973a","type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"2830787b-6640-4ecf-b2ee-874102d0ba4c"},{"name":"sign","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":[""],"type":"text/javascript"}}],"id":"d2b7d94f-a8e3-44da-b9db-2be4b344c7a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"db_identifier\": 2,\n    // \"name\": \"juanito\",\n    \"signature\": \"https://picsum.photos/200\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id/sign/:key","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","sign",":key"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"9182817a-4336-4af2-afc8-24d6bf898089","type":"any","value":"{{_certificate_request_id}}","key":"id"},{"id":"a595e5ed-4b9a-4bba-8d29-34a07062069f","type":"any","value":"signature1","key":"key"}]}},"response":[],"_postman_id":"d2b7d94f-a8e3-44da-b9db-2be4b344c7a8"},{"name":"unsign","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":[""],"type":"text/javascript"}}],"id":"4c7e29e0-259d-43bd-bf07-c2ec9a26ae56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id/unsign/:key","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","unsign",":key"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"88048b97-e2a9-4070-b432-88ad1cd78e11","type":"any","value":"{{_certificate_request_id}}","key":"id"},{"id":"ef529b8d-67c2-4b48-aa63-3aa3be3b9cf9","type":"any","value":"signature1","key":"key"}]}},"response":[],"_postman_id":"4c7e29e0-259d-43bd-bf07-c2ec9a26ae56"},{"name":"notify_users","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":[""],"type":"text/javascript"}}],"id":"1026525c-bae0-4c63-a15b-7165d5f20cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_ids\": [2]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id/notify_users/:key","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","notify_users",":key"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"2f936a5c-7cf0-41d6-8b15-21581879616d","type":"any","value":"{{_certificate_request_id}}","key":"id"},{"id":"b64ca49d-92b8-4dc5-8fec-6fd58e855d3b","type":"any","value":"signature1","key":"key"}]}},"response":[],"_postman_id":"1026525c-bae0-4c63-a15b-7165d5f20cd7"},{"name":"certificates_map","event":[{"listen":"prerequest","script":{"id":"7c09b0b7-e776-4799-9175-b293a280e2a8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"62da3cfa-6021-4aad-b41d-1650b8cbf9f5","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"942a5b19-532d-4bf2-a71e-35b5f12947d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id/certificates_map","description":"<p>Returns a hash with the certificate status for a set of users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","certificates_map"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"942a5b19-532d-4bf2-a71e-35b5f12947d7"},{"name":"certificates_map_preview","event":[{"listen":"prerequest","script":{"id":"7c09b0b7-e776-4799-9175-b293a280e2a8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"62da3cfa-6021-4aad-b41d-1650b8cbf9f5","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"41c94de3-2524-47e3-919e-36c3e1399c4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"crst_version_id\": 2,\n    \"ownerable_ids\": [\n        1\n    ],\n    \"type\": \"User\",\n    \"start_at\": \"2024-06-03T17:09:01.843Z\",\n    \"data\": {\n        \"attributes\": {\n            \"-is-draft-valid\": false,\n            \"approvalDocument\": {\n                \"meta\": {}\n            },\n            \"description\": null,\n            \"document\": {\n                \"meta\": {}\n            },\n            \"drafted-at\": \"2026-02-06T05:46:47.795Z\",\n            \"end-at\": null,\n            \"files-to-attach\": [],\n            \"files-to-remove\": [],\n            \"files-urls\": [],\n            \"is-currently-syncing-to-server\": false,\n            \"is-simple-request\": false,\n            \"scheduled-to-sync\": false,\n            \"start-at\": null,\n            \"unique-id\": \"local-fpjvf2\"\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"type\": \"projects\",\n                    \"id\": \"2\"\n                }\n            },\n            \"schema-template-version\": {\n                \"data\": {\n                    \"type\": \"certificate-request-schema-templates\",\n                    \"id\": \"10\"\n                }\n            },\n            \"users\": {\n                \"data\": [\n                    {\n                        \"type\": \"users\",\n                        \"id\": \"1\"\n                    }\n                ]\n            }\n        },\n        \"type\": \"certificate-requests\",\n        \"lid\": \"@ember-data:lid-certificate-request-local-fpjvf2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/certificates_map","description":"<p>Returns a hash with the certificate status for a set of users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests","certificates_map"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"41c94de3-2524-47e3-919e-36c3e1399c4f"},{"name":"add_comment","event":[{"listen":"test","script":{"id":"c38653b4-60cc-426a-b544-49ed32c73327","exec":["pm.environment.set(\"comment_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"db45657c-54dc-44c4-a3df-d1c34806fb21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"Incidunt eligendi et cum id blanditiis excepturi quis veniam.\",\n    \"picture_url\": \"https://picsum.photos/id/237/200/300\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/:id/add_comment","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","add_comment"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"e10795c2-6b50-4474-9c1f-1f467434f8e3","type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"db45657c-54dc-44c4-a3df-d1c34806fb21"},{"name":"get_comments","id":"6dc24204-755c-4a5c-a200-bd8cb54dc20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_requests/:id/get_comments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id","get_comments"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"6c8e5237-0f27-40f5-86e4-c3db2771936a","type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"6dc24204-755c-4a5c-a200-bd8cb54dc20f"},{"name":"destroy","id":"5cd4b1ce-f85b-49b9-ac71-4428211e204d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/certificate_requests/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_requests",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"385855dc-ead8-4b94-b16b-409fbfc78607","type":"any","value":"{{_certificate_request_id}}","key":"id"}]}},"response":[],"_postman_id":"5cd4b1ce-f85b-49b9-ac71-4428211e204d"}],"id":"5ac8681a-ac19-45b9-be4d-92cbc9a5be46","_postman_id":"5ac8681a-ac19-45b9-be4d-92cbc9a5be46","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Course schema templates","item":[{"name":"create","event":[{"listen":"test","script":{"id":"7a0943cf-0dbd-468e-92fb-42f86e922fef","exec":["pm.environment.set(\"course_schema_template_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"251d427c-8eb8-451b-98ac-2d77ac03b78e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"155c3a16-b4ff-4bc8-94fb-67922e833101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"course-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Mi curso\",\n                \"en\": \"My course\"\n            },\n            \"schema\": {\n                \"properties\": {\n                    \"markdown1\": {\n                        \"$id\": \"#/properties/markdown1\",\n                        \"displayProperties\": {\n                            \"component\": \"markdown\",\n                            // \"hidden\": false\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Neutral\",\n                                    \"en\": \"Neutral\"\n                                }\n                            },\n                            \"kind\": \"neutral\",\n                            \"pictures\": [],\n                            \"sort\": 0,\n                            \"visibility\": {\n                                \"label\": true\n                            }\n                        },\n                        \"format\": \"date-time\",\n                        // \"title\": \"\",\n                        \"type\": \"string\"\n                    },\n                    \"video1\": {\n                        \"$id\": \"#/properties/video1\",\n                        \"displayProperties\": {\n                            \"component\": \"video\",\n                            // \"hidden\": false\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Video\",\n                                    \"en\": \"Video\"\n                                }\n                            },\n                            \"url\": \"https://picsum.photos/500\",\n                            \"sort\": 1,\n                            \"visibility\": {\n                                \"label\": true\n                            }\n                        },\n                        \"title\": \"video123\",\n                        \"min\": 0,\n                        \"type\": \"number\"\n                    },\n                    \"exam1\": {\n                        \"$id\": \"exam1\",\n                        \"type\": \"object\",\n                        \"$defs\": {\n                            \"response_set_2\": {\n                                \"anyOf\": [\n                                    {\n                                        \"const\": \"option1\",\n                                        \"displayProperties\": {\n                                            \"color\": null,\n                                            \"i18n\": {\n                                                \"en\": \"score_1_en\",\n                                                \"es\": \"score_1_es\"\n                                            }\n                                        },\n                                        \"enableScore\": true,\n                                        \"score\": 0,\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"const\": \"option2\",\n                                        \"displayProperties\": {\n                                            \"color\": null,\n                                            \"i18n\": {\n                                                \"en\": \"score_1_en\",\n                                                \"es\": \"score_1_es\"\n                                            }\n                                        },\n                                        \"enableScore\": true,\n                                        \"score\": 2,\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"isResponseSet\": true,\n                                \"type\": \"string\"\n                            }\n                        },\n                        \"properties\": {\n                            \"select1\": {\n                                \"$ref\": \"#/$defs/response_set_2\",\n                                \"displayProperties\": {\n                                    \"component\": \"select\",\n                                    \"i18n\": {\n                                        \"label\": {\n                                            \"es\": \"Seleccion\",\n                                            \"en\": \"Dropdown\"\n                                        }\n                                    },\n                                    \"pictures\": [],\n                                    \"sort\": 0,\n                                    \"visibility\": {\n                                        \"label\": true\n                                    }\n                                },\n                                \"title\": \"dropdown5353\",\n                                \"$id\": \"#/properties/select1\"\n                            },\n                            \"select2\": {\n                                \"$ref\": \"#/$defs/response_set_2\",\n                                \"displayProperties\": {\n                                    \"component\": \"select\",\n                                    \"i18n\": {\n                                        \"label\": {\n                                            \"es\": \"Seleccion\",\n                                            \"en\": \"Dropdown\"\n                                        }\n                                    },\n                                    \"pictures\": [],\n                                    \"sort\": 1,\n                                    \"visibility\": {\n                                        \"label\": true\n                                    }\n                                },\n                                \"title\": \"dropdown5353\",\n                                \"$id\": \"#/properties/select2\"\n                            },\n                            \"select3\": {\n                                \"$ref\": \"#/$defs/response_set_2\",\n                                \"displayProperties\": {\n                                    \"component\": \"select\",\n                                    \"i18n\": {\n                                        \"label\": {\n                                            \"es\": \"Seleccion\",\n                                            \"en\": \"Dropdown\"\n                                        }\n                                    },\n                                    \"pictures\": [],\n                                    \"sort\": 2,\n                                    \"visibility\": {\n                                        \"label\": true\n                                    }\n                                },\n                                \"title\": \"dropdown5353\",\n                                \"$id\": \"#/properties/select3\"\n                            }\n                        },\n                        \"displayProperties\": {\n                            \"passingGrade\": 70,\n                            \"gradeWeight\": 1,\n                            \"sort\": 2,\n                            \"component\": \"exam\",\n                            \"maxTakes\": 2,\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Video\",\n                                    \"en\": \"Video\"\n                                }\n                            }\n                        },\n                        \"allOf\": [],\n                        \"required\": [\"select1\", \"select2\", \"select3\"],\n                        // \"schemaFormVersion\": \"3.3.0\",\n                        \"availableLocales\": []\n                    }\n                }\n            },\n            \"description\": \"my course description\",\n            \"icon\": \"pui_leaf\",\n            \"icon-color\": \"#D13236\"\n        },\n        \"relationships\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/course_schema_templates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>schema</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>string</td>\n</tr>\n<tr>\n<td>icon-color</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"155c3a16-b4ff-4bc8-94fb-67922e833101"},{"name":"index","id":"232a21ac-5b42-4cda-8d1a-fb528b2779c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/course_schema_templates?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"232a21ac-5b42-4cda-8d1a-fb528b2779c2"},{"name":"show","id":"da10694b-846b-424a-8f1e-8dcee0dd810d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/course_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"900e57d5-8c23-450d-8d08-6439027767e9","type":"any","value":"{{course_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"da10694b-846b-424a-8f1e-8dcee0dd810d"},{"name":"update","id":"b3c34dc9-34fc-4a9e-9589-f2f0dd94edc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"course-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"Awesome course 2\",\n                \"es\": \"Excelente curso\"\n            },\n            \"default-duration\": \"P2M\"\n        },\n        \"relationships\": {\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/course_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3aefb8a6-2f37-45ea-a822-3ecf6bc36706","type":"any","value":"{{course_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"b3c34dc9-34fc-4a9e-9589-f2f0dd94edc2"},{"name":"destroy","id":"209bb0ce-8ebc-448b-adb3-47f413a0e870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/course_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3bc30655-c901-441b-8150-11052426165b","type":"any","value":"{{course_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"209bb0ce-8ebc-448b-adb3-47f413a0e870"},{"name":"publish","id":"c286929b-2d8d-467f-918a-dad9c9903bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/course_schema_templates/:id/publish","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates",":id","publish"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"def1e01a-325a-4e85-9c56-b6c1484a4c07","type":"any","value":"{{course_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"c286929b-2d8d-467f-918a-dad9c9903bdd"},{"name":"restore","id":"27ed5151-0246-4e01-b5ac-1a83e67a1892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/course_schema_templates/:id/restore","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates",":id","restore"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"0be4e009-c0c4-41cb-9cc8-77d788eab93e","type":"any","value":"{{course_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"27ed5151-0246-4e01-b5ac-1a83e67a1892"},{"name":"activate","id":"01d6a6ad-c792-4819-b0d2-b3fdf7e9c961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/course_schema_templates/:id/activate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates",":id","activate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f25d2031-dcd5-4725-b0e8-9d8fc3a7d8a0","type":"any","value":"{{course_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"01d6a6ad-c792-4819-b0d2-b3fdf7e9c961"},{"name":"deactivate","id":"cd5359ac-6ad8-4d56-8604-c88de65343db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/course_schema_templates/:id/deactivate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_schema_templates",":id","deactivate"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"e1f8e694-9b47-4e88-aef4-5dba4f863699","type":"any","value":"{{course_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"cd5359ac-6ad8-4d56-8604-c88de65343db"}],"id":"e8376c36-087f-47f5-b8a9-3cae675bbc51","_postman_id":"e8376c36-087f-47f5-b8a9-3cae675bbc51","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Course enrollment","item":[{"name":"create","event":[{"listen":"test","script":{"id":"7a0943cf-0dbd-468e-92fb-42f86e922fef","exec":["pm.environment.set(\"course_enrollment_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"1f5525be-e54b-402a-a8bc-9cb9e58e9c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"course-enrollments\",\n        \"attributes\": {\n            \"document\": {\n                \"markdown1\": \"2023-09-25T00:02:03-06:00\",\n                \"exam1\": {\n                    \"select1\": \"option1\"\n                },\n                \"meta\": {}\n            }\n        },\n        \"relationships\": {\n            \"schema-template-version\": {\n                \"data\": {\n                    \"id\": 2,\n                    \"type\": \"course-schema-templates\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/course_enrollments","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name-translations</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>schema</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>string</td>\n</tr>\n<tr>\n<td>icon-color</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f5525be-e54b-402a-a8bc-9cb9e58e9c21"},{"name":"index","id":"ff5e3b36-afeb-4786-b87a-4ff8d7a41fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/course_enrollments?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ff5e3b36-afeb-4786-b87a-4ff8d7a41fbd"},{"name":"show","id":"786f5015-5692-4662-a44f-7f1cc0afcc42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/course_enrollments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"6c7c16cc-7f07-4875-9feb-6a5e82ce2b23","type":"any","value":"{{course_enrollment_id}}","key":"id"}]}},"response":[],"_postman_id":"786f5015-5692-4662-a44f-7f1cc0afcc42"},{"name":"update","id":"d856fe71-a707-4060-8573-a717ad0a0b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"course-enrollments\",\n        \"attributes\": {\n            \"document\": {\n                \"markdown1\": \"2025-09-25T00:02:03-06:00\",\n                \"exam1\": {\n                    \"select1\": \"option2\",\n                    \"select2\": \"option2\",\n                    \"select3\": \"option2\"\n                }\n            }\n        },\n        \"relationships\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/course_enrollments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3950f1ba-4b3a-4e31-92b7-749bdf27e2b7","type":"any","value":"{{course_enrollment_id}}","key":"id"}]}},"response":[],"_postman_id":"d856fe71-a707-4060-8573-a717ad0a0b9f"},{"name":"grade_exam","id":"7e394996-a207-4b54-be2d-6be86f533c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/course_enrollments/:id/grade_exam/:exam_key","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments",":id","grade_exam",":exam_key"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"82adde08-e6b5-4805-b81b-33a6b4e13e30","type":"any","value":"{{course_enrollment_id}}","key":"id"},{"id":"a10bbd77-dc54-43dc-81a1-de660a8d6bde","type":"any","value":"exam1","key":"exam_key"}]}},"response":[],"_postman_id":"7e394996-a207-4b54-be2d-6be86f533c89"},{"name":"restart_exam","id":"4d4108e4-7fe7-4c0c-a865-a57ecabdbfec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/course_enrollments/:id/restart_exam/:exam_key","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments",":id","restart_exam",":exam_key"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"14aedf6b-19e9-45d4-a921-f7c45a63220f","type":"any","value":"{{course_enrollment_id}}","key":"id"},{"id":"53d3dfaf-c30b-4fa0-9496-dcab0b56510b","type":"any","value":"exam1","key":"exam_key"}]}},"response":[],"_postman_id":"4d4108e4-7fe7-4c0c-a865-a57ecabdbfec"},{"name":"finalize","id":"16752b1d-477d-45cf-896c-dd2e964db790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/course_enrollments/:id/finalize","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments",":id","finalize"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"14aedf6b-19e9-45d4-a921-f7c45a63220f","type":"any","value":"{{course_enrollment_id}}","key":"id"}]}},"response":[],"_postman_id":"16752b1d-477d-45cf-896c-dd2e964db790"},{"name":"destroy","id":"e1257943-6ecc-481f-9e19-85e2cdc9694a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/course_enrollments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","course_enrollments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"efdd43b7-5bbb-4ff1-a88d-eebcf972483a","type":"any","value":"{{course_enrollment_id}}","key":"id"}]}},"response":[],"_postman_id":"e1257943-6ecc-481f-9e19-85e2cdc9694a"}],"id":"37e6a9cf-18d3-4599-9268-beb8026e502c","_postman_id":"37e6a9cf-18d3-4599-9268-beb8026e502c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"CertificateSchemaTemplates","item":[{"name":"index","id":"9fa609d3-f8c3-4308-8656-1b7c4ffde006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_schema_templates","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fa609d3-f8c3-4308-8656-1b7c4ffde006"},{"name":"show","id":"22647de9-db19-4cd7-8504-69f554ae3558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"b531c6f5-05c2-4548-af01-80b176361035","type":"any","value":"{{certificate_schema_templates_id}}","key":"id"}]}},"response":[],"_postman_id":"22647de9-db19-4cd7-8504-69f554ae3558"}],"id":"0fcfe5c8-7f58-4eb7-a959-96512a058c1f","_postman_id":"0fcfe5c8-7f58-4eb7-a959-96512a058c1f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Certificates","item":[{"name":"index","id":"0f2a66ef-1249-46f4-bd9d-4da2ca19f9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificates","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f2a66ef-1249-46f4-bd9d-4da2ca19f9f4"},{"name":"show","id":"a01d394c-6c1d-498c-8191-1d233539b82c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"7c9dd3d7-7e46-4c09-8691-d42d677edc56","type":"any","value":"{{certificate_id}}","key":"id"}]}},"response":[],"_postman_id":"a01d394c-6c1d-498c-8191-1d233539b82c"},{"name":"create","event":[{"listen":"test","script":{"id":"5dfcc421-f4b4-401d-b6b1-b8bcfed57282","exec":["pm.environment.set(\"certificate_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"efabffa8-1994-494f-8f54-9e66ee373f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"certificates\",\n        \"attributes\": {\n            // \"start-at\": \"2024-02-05T07:23:10.904Z\",\n            \"end-at\": \"2027-02-05T07:23:10.904Z\"\n        },\n        \"relationships\": {\n            \"certificate-schema-template\": {\n                \"data\": {\n                    \"type\": \"certificate-schema-templates\",\n                    \"id\": 1\n                }\n            },\n            \"ownerable\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": 61\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>title</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li><strong>postable</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"efabffa8-1994-494f-8f54-9e66ee373f1b"},{"name":"update","id":"070b5b9c-2219-439e-a7ba-e55e79c59f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"certificates\",\n        \"attributes\": {\n            \"start-at\": \"2023-02-05T07:23:10.904Z\",\n            \"end-at\": \"2026-02-05T07:23:10.904Z\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"7e076cbb-eda4-40b8-8123-3e4dee2f0642","type":"any","value":"{{certificate_id}}","key":"id"}]}},"response":[],"_postman_id":"070b5b9c-2219-439e-a7ba-e55e79c59f86"},{"name":"change_state","id":"bb57a10e-3134-446a-b077-749b4625f13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"transitionName\": \"revoke\",\n    \"revoke_reason\": \"My reason\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificates/:id/change_state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates",":id","change_state"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{certificate_id}}","key":"id"}]}},"response":[],"_postman_id":"bb57a10e-3134-446a-b077-749b4625f13c"},{"name":"log","id":"d61fa47f-f523-43b2-89f5-516136369801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificates/:id/log?event_id=__entry__","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates",":id","log"],"host":["https://b.prysmex.com"],"query":[{"key":"event_id","value":"__entry__"}],"variable":[{"id":"4f3a7172-c599-445c-a257-efb990d9bc28","type":"any","value":"{{certificate_id}}","key":"id"}]}},"response":[],"_postman_id":"d61fa47f-f523-43b2-89f5-516136369801"},{"name":"get_logs","id":"ebe70f3e-a2c0-433f-8364-4e8db3f7d778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificates/:id/get_logs","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates",":id","get_logs"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"47869b3b-4e33-4c9f-81b9-67a4f0d68710","type":"any","value":"{{certificate_id}}","key":"id"}]}},"response":[],"_postman_id":"ebe70f3e-a2c0-433f-8364-4e8db3f7d778"},{"name":"requirements_status","id":"7a13b2e7-5ec5-4826-a345-c8ddb602b719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificates/:id/requirements_status","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates",":id","requirements_status"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"40570b11-2dc4-4421-99b5-646dfa7d23d5","type":"any","value":"{{certificate_id}}","key":"id"}]}},"response":[],"_postman_id":"7a13b2e7-5ec5-4826-a345-c8ddb602b719"},{"name":"destroy","id":"e5f7a2f1-9936-4a71-8aeb-e725e3a49476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/certificates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"3a9bb118-e1a4-4f03-8cdf-1b1175598913","type":"any","value":"{{certificate_id}}","key":"id"}]}},"response":[],"_postman_id":"e5f7a2f1-9936-4a71-8aeb-e725e3a49476"}],"id":"1304a488-c412-408f-bf15-91aa5525b43c","_postman_id":"1304a488-c412-408f-bf15-91aa5525b43c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Certificate logs","item":[{"name":"search","id":"66cc7c36-929c-4366-83af-d89255a996ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"per\": 10,\n    \"page\": 1,\n    \"filters\": {\n        \"certificate.certificate_schema_template_id\": [3]\n    },\n    //\"search\": \"vonda\",\n    \"fields\": {\n        \"certificate_logs\": [\"id\"]\n    }\n    // \"sort\": \"document.4-date_input455\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_logs/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_logs","search"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"5886bce0-92fa-4685-9161-4941f8450a8c","name":"search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"per\": 10,\n    \"page\": 1,\n    \"filters\": [\n    {\n        \"field\": \"project_id\",\n        \"values\": [\n            [\n                \"1\"\n            ]\n        ]\n    },\n    // {\n    //     \"type\": \"any\",\n    //     \"field\": \"c_s_t_classification_id\",\n    //     \"values\": [\n    //         \"3\"\n    //     ]\n    // },\n    {\n        \"field\": \"user_ids\",\n        \"values\": [\n            [\n                \"12\"\n            ]\n        ]\n    }\n]\n    // \"sort\": \"document.4-date_input455\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/certificate_requests/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"969b59a1-cc90-411b-8771-1c51b5eecfd2"},{"key":"X-Runtime","value":"3.930304"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": 500,\n            \"source\": null,\n            \"title\": null,\n            \"detail\": \"PG::UndefinedColumn: ERROR:  column certificate_requests.classification_id does not exist\\nLINE 1: ...Y certificate_requests.id,project_name,created_by,certificat...\\n                                                             ^\\n\"\n        }\n    ]\n}"}],"_postman_id":"66cc7c36-929c-4366-83af-d89255a996ea"},{"name":"show","id":"25cf05fd-01f6-495b-a0d1-96b515366c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/certificate_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","certificate_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"66731a0a-cdbc-4c70-9c4f-fa23e1cb5c3d","type":"any","value":"{{certificate_schema_templates_id}}","key":"id"}]}},"response":[],"_postman_id":"25cf05fd-01f6-495b-a0d1-96b515366c8e"}],"id":"826da058-b83e-49d5-8de9-a5540601af83","_postman_id":"826da058-b83e-49d5-8de9-a5540601af83","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Safety elements","item":[{"name":"index","event":[{"listen":"test","script":{"id":"d7fb62d7-a9b6-4282-8d12-e87c65874dc9","exec":["postman.setNextRequest(\"show_safety_element\");"],"type":"text/javascript"}}],"id":"38125789-f224-4af7-92f1-a94205b87663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/safety_elements","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","safety_elements"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"38125789-f224-4af7-92f1-a94205b87663"},{"name":"show","event":[{"listen":"test","script":{"id":"b35f5465-93d2-4380-b0de-24887393bdcd","exec":["postman.setNextRequest(\"update_safety_element\");"],"type":"text/javascript"}}],"id":"b0a32be1-8e9b-44ae-9943-3681fc3cbf6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/safety_elements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","safety_elements",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"df9c6373-537a-4273-b7ca-b085bf7f84b7","type":"string","value":"{{_safety_element_id}}","key":"id"}]}},"response":[],"_postman_id":"b0a32be1-8e9b-44ae-9943-3681fc3cbf6e"},{"name":"create","event":[{"listen":"test","script":{"id":"cd611b5f-c2dd-4493-8c66-a77aa335fc58","exec":["pm.environment.set(\"_safety_element_id\", pm.response.json().data.id);","postman.setNextRequest(\"create_safety_element\");"],"type":"text/javascript"}}],"id":"9d0f088f-a310-42cc-8327-1e26fb2ba960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"safety-elements\",\n        \"attributes\": {\n            \"symbol-type\": \"no_utilizar_agua_como_agente_extinguidor\",\n            \"latitude\": 25.7626651592302,\n            \"longitude\": -100.153947591006,\n            \"identifier\": \"identifier\"\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"id\": {{project_id}},\n                    \"type\": \"projects\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/safety_elements","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>symbol-type</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>longitude</strong> *</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","safety_elements"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d0f088f-a310-42cc-8327-1e26fb2ba960"},{"name":"update","event":[{"listen":"test","script":{"id":"86e4b5d5-5d08-4e8d-8178-7a2c2fc01250","exec":["postman.setNextRequest(\"destroy_safety_element\");"],"type":"text/javascript"}}],"id":"f1a96d65-266a-46c4-890f-7c8c2cd92573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"safety-elements\",\n        \"attributes\": {\n            \"identifier\": \"New identifier\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/safety_elements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","safety_elements",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"e0d094bf-0dec-4d0f-98c9-9310e8f1eb53","type":"string","value":"{{_safety_element_id}}","key":"id"}]}},"response":[],"_postman_id":"f1a96d65-266a-46c4-890f-7c8c2cd92573"},{"name":"destroy","id":"cb489c60-2d4a-44e6-b5f6-327aa8c9e7ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/safety_elements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","safety_elements",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"98d4d730-ae65-4e29-9857-31d58b8ca264","type":"string","value":"{{_safety_element_id}}","key":"id"}]}},"response":[],"_postman_id":"cb489c60-2d4a-44e6-b5f6-327aa8c9e7ee"}],"id":"7bf2c273-49aa-4c75-93b8-46b8e5fba2de","_postman_id":"7bf2c273-49aa-4c75-93b8-46b8e5fba2de","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Alerts","item":[{"name":"create","event":[{"listen":"test","script":{"id":"ceece1f7-eebb-4b00-8849-fd4e874fdd94","exec":["pm.environment.set(\"_alert_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"c5ac62b8-9758-4ebb-af4f-29ab802e3deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"type\": \"alerts\",\n        \"attributes\": {\n            \"alert-type\": \"sos\",\n            \"alert-priority\": \"high\",\n            \"latitude\": 25.700606876234517,\n            \"longitude\": -100.30102210648725\n        },\n        \"relationships\": {\n            // \"project\": {\n            //     \"data\": {\n            //         \"id\": {{project_id}},\n            //         \"type\": \"projects\"\n            //     }\n            // }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/alerts","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>alert-type</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>alert-priority</strong> *</td>\n<td>enum { <br />    \"low\",  <br />    \"medium\", <br />    \"high\" <br /> }</td>\n</tr>\n<tr>\n<td><strong>latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>longitude</strong> *</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","alerts"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5ac62b8-9758-4ebb-af4f-29ab802e3deb"},{"name":"index","event":[{"listen":"test","script":{"id":"5fc6f5e6-ab3c-4740-a551-261efd05d34f","exec":["postman.setNextRequest(\"create_alert\");"],"type":"text/javascript"}}],"id":"03e801ad-96c9-4171-80a2-94f03a1d1b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/alerts?alert_type=sos","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","alerts"],"host":["https://b.prysmex.com"],"query":[{"key":"alert_type","value":"sos"}],"variable":[]}},"response":[],"_postman_id":"03e801ad-96c9-4171-80a2-94f03a1d1b02"},{"name":"show","event":[{"listen":"test","script":{"id":"16e27060-5018-4077-805b-e9109e13cc60","exec":["postman.setNextRequest(\"update_alert\");"],"type":"text/javascript"}}],"id":"89c388d4-a317-4373-88f4-9434b1341c35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/alerts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","alerts",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"93f12b5a-df26-4b1a-96a7-ddf8ca684856","type":"string","value":"{{_alert_id}}","key":"id"}]}},"response":[],"_postman_id":"89c388d4-a317-4373-88f4-9434b1341c35"},{"name":"update","event":[{"listen":"test","script":{"id":"27f65155-492d-40f0-af02-a2c13eaf8269","exec":["postman.setNextRequest(\"destroy_alert\");"],"type":"text/javascript"}}],"id":"90de112c-8291-491f-9b73-45c28217126f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"alerts\",\n        \"attributes\": {\n            \"checked\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/alerts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","alerts",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"1dd3fca0-9e10-4ca2-bdc7-3360672dd746","type":"string","value":"{{_alert_id}}","key":"id"}]}},"response":[],"_postman_id":"90de112c-8291-491f-9b73-45c28217126f"},{"name":"destroy","event":[{"listen":"test","script":{"id":"33771bc2-3893-46a7-b6ec-069851841614","exec":["postman.setNextRequest(\"index_notifications\");"],"type":"text/javascript"}}],"id":"88803cdd-aadc-4b38-be54-f6a11dbf3fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/alerts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","alerts",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"d20eb3ea-2d0d-440c-9d74-6e18bf5b8f58","type":"string","value":"{{_alert_id}}","key":"id"}]}},"response":[],"_postman_id":"88803cdd-aadc-4b38-be54-f6a11dbf3fa4"}],"id":"e84ff0b2-eb8b-4761-a929-d94d53d42375","_postman_id":"e84ff0b2-eb8b-4761-a929-d94d53d42375","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Smartphone device logs","item":[{"name":"create batch","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1faea690-963a-4043-988c-2d2bc21cab99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"smartphone_device_logs\": [\n        {\n            \"located_at\": \"2026-04-19T10:57:38.519Z\",\n            \"payload\": {\n                \"event\": \"some_event\",\n                \"speed\": 15,\n                \"activity_type\": \"in_vehicle\",\n                \"accuracy\": 6.5,\n                \"altitude_accuracy\": 9.0,\n                \"altitude\": 500.5,\n                \"is-moving\": true,\n                \"battery-level\": 85,\n                \"is_geofence\": false,\n                \"geofence_identifier\": null,\n                \"geofence_action\": null,\n                \"device_type\": null,\n                \"location\": {\n                    \"lat\": 25.695909,\n                    \"lon\": -100.299028\n                }\n            }\n        }//,\n        // {\n        //     \"located_at\": \"2021-04-24T00:00:00.000Z\",\n        //     \"payload\": \"{\\\"event\\\":\\\"some_event\\\",\\\"speed\\\":15,\\\"activity_type\\\":\\\"in_vehicle\\\",\\\"accuracy\\\":6.5,\\\"altitude_accuracy\\\":9.0,\\\"altitude\\\":500.5,\\\"is-moving\\\":true,\\\"battery-level\\\":85,\\\"is_geofence\\\":false,\\\"geofence_identifier\\\":null,\\\"geofence_action\\\":null,\\\"device_type\\\":null,\\\"location\\\":{\\\"lat\\\":39.3812661305678,\\\"lon\\\":-97.9222112121185}}\"\n        // }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/smartphone_device_logs","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","smartphone_device_logs"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1faea690-963a-4043-988c-2d2bc21cab99"}],"id":"56cc3e61-0dba-42d3-827a-d7821a14f797","_postman_id":"56cc3e61-0dba-42d3-827a-d7821a14f797","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Dataset features","item":[{"name":"bulk","event":[{"listen":"test","script":{"id":"d7fb62d7-a9b6-4282-8d12-e87c65874dc9","exec":["postman.setNextRequest(\"show_safety_element\");"],"type":"text/javascript","packages":{}}}],"id":"18067448-e003-4215-96d1-88402aed4e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"project_id\": 2,\n    \"upsert\": [\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"obj\": \"building\",\n                \"height\": 22,\n                \"opacity\": 0.2\n            },\n            \"geometry\": {\n                \"coordinates\": [\n                    [\n                        [\n                            -97.961285,\n                            18.969437\n                        ],\n                        [\n                            -97.961446,\n                            18.969438\n                        ],\n                        [\n                            -97.961442,\n                            18.969053\n                        ],\n                        [\n                            -97.961283,\n                            18.969053\n                        ],\n                        [\n                            -97.961283,\n                            18.969055\n                        ],\n                        [\n                            -97.96144,\n                            18.969055\n                        ],\n                        [\n                            -97.961443,\n                            18.969435\n                        ],\n                        [\n                            -97.961289,\n                            18.969434\n                        ],\n                        [\n                            -97.961285,\n                            18.969052\n                        ],\n                        [\n                            -97.961283,\n                            18.969053\n                        ],\n                        [\n                            -97.961285,\n                            18.969437\n                        ]\n                    ]\n                ],\n                \"type\": \"Polygon\"\n            },\n            \"id\": \"22d708fa20140d85b64e283d8157b895\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/dataset_features/bulk?changes_after=2025-05-13T03:20:45.15Z","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","dataset_features","bulk"],"host":["https://b.prysmex.com"],"query":[{"key":"changes_after","value":"2025-05-13T03:20:45.15Z"}],"variable":[]}},"response":[],"_postman_id":"18067448-e003-4215-96d1-88402aed4e27"},{"name":"destroy","id":"99fbdbdd-d086-4dfc-8274-169b9671d1bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/safety_elements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","safety_elements",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"f79c0daf-ac83-42e1-83b3-32ef63d3650e","type":"string","value":"{{_safety_element_id}}","key":"id"}]}},"response":[],"_postman_id":"99fbdbdd-d086-4dfc-8274-169b9671d1bc"}],"id":"f25217a2-7bde-4010-81b5-0c339dab72b2","_postman_id":"f25217a2-7bde-4010-81b5-0c339dab72b2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Posts","item":[{"name":"index","id":"e7aae860-7c51-48f3-ba35-9002edbc6437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/posts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7aae860-7c51-48f3-ba35-9002edbc6437"},{"name":"show","id":"f30ff277-b446-42ca-84c3-ffb76007abe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/posts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"4c7c2556-e158-4415-ac01-f145920a7e40","type":"any","value":"{{post_id}}","key":"id"}]}},"response":[],"_postman_id":"f30ff277-b446-42ca-84c3-ffb76007abe8"},{"name":"create","event":[{"listen":"test","script":{"id":"5dfcc421-f4b4-401d-b6b1-b8bcfed57282","exec":["pm.environment.set(\"post_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"051e1cdf-0c5c-4b32-b584-05d11efafc6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"posts\",\n        \"attributes\": {\n            \"title\": \"Post\",\n            \"description\": \"Test new post\",\n            \"tags\": [\n                \"NewPost\"\n            ],\n            \"pictures-to-attach\": [],\n            \"pictures-to-remove\": [],\n            \"pictures-to-copy\": []\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"type\": \"projects\",\n                    \"id\": {{project_id}}\n                }\n            },\n            \"postable\": {\n                \"data\": {\n                    \"type\": \"reports\",\n                    \"id\": {{report_id}}\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/posts","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>title</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>description</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-attach</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-remove</td>\n<td>array</td>\n</tr>\n<tr>\n<td>pictures-to-copy</td>\n<td>array</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li><strong>postable</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"051e1cdf-0c5c-4b32-b584-05d11efafc6e"},{"name":"update","id":"ae907355-cb23-44a4-98b4-a41dcf7170c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"posts\",\n        \"attributes\": {\n            \"description\": \"Update description\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/posts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"03d97c89-dabb-4264-a47f-cf27d4c7cb4d","type":"any","value":"{{post_id}}","key":"id"}]}},"response":[],"_postman_id":"ae907355-cb23-44a4-98b4-a41dcf7170c5"},{"name":"destroy","id":"9a40d55d-4117-4358-a93b-28faea5a41af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/posts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"7c9df465-af32-4951-b02d-9470c21d130f","type":"any","value":"{{post_id}}","key":"id"}]}},"response":[],"_postman_id":"9a40d55d-4117-4358-a93b-28faea5a41af"},{"name":"get_comments","id":"648e7be2-43d0-4a8c-9fcb-e35330674b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/posts/:id/get_comments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts",":id","get_comments"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"c19422e4-c4ea-4fe3-a582-e4aedd4405b6","type":"any","value":"{{post_id}}","key":"id"}]}},"response":[],"_postman_id":"648e7be2-43d0-4a8c-9fcb-e35330674b34"},{"name":"add_comment","id":"b5d44b7e-69a5-4465-a6f5-fc6b4a18ec9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"Comment\",\n    \"picture_url\": \"http://b-prysmex-dev.prysmex.com:3000/uploads/prysmex/1/no_id/pictures/unsafe_act_1_44c6af2b-63d5-4c3a-abbd-4b6d9d261aa7.jpg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/posts/:id/add_comment","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts",":id","add_comment"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"b49d2146-ab0f-43e9-a5db-d31cd5a4b3a4","type":"any","value":"{{post_id}}","key":"id"}]}},"response":[],"_postman_id":"b5d44b7e-69a5-4465-a6f5-fc6b4a18ec9f"},{"name":"get_reviews","id":"b899c843-23b1-4982-a6d4-5488eb410d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/posts/:id/get_reviews","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts",":id","get_reviews"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"2aa4bac5-ea99-43bd-9b41-0c28a55cc8b9","type":"any","value":"{{post_id}}","key":"id"}]}},"response":[],"_postman_id":"b899c843-23b1-4982-a6d4-5488eb410d8a"},{"name":"add_review","id":"c3aedc03-de68-4aa4-aff2-f45a25203cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"comment\": \"Good post\",\n    \"score\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/posts/:id/add_review","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","posts",":id","add_review"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"e89e6439-2971-4454-a380-ddf226088864","type":"any","value":"{{post_id}}","key":"id"}]}},"response":[],"_postman_id":"c3aedc03-de68-4aa4-aff2-f45a25203cdf"}],"id":"db28c021-d892-417f-a93f-b9f8a4ed7378","_postman_id":"db28c021-d892-417f-a93f-b9f8a4ed7378","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Campaign messages","item":[{"name":"index","id":"69f7a7d9-3785-4947-954f-cafc28fb2bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaign_messages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"69f7a7d9-3785-4947-954f-cafc28fb2bd6"},{"name":"show","id":"837f1b2e-b932-435b-8980-756c02816fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaign_messages/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"a4625493-86e1-46be-9fcb-49563e9ca7c0","type":"string","value":"{{campaign_message_id}}","key":"id"}]}},"response":[],"_postman_id":"837f1b2e-b932-435b-8980-756c02816fbb"},{"name":"create","event":[{"listen":"test","script":{"id":"f8955895-91d8-4613-bc42-c345949bbd37","exec":["pm.environment.set(\"campaign_message_id\", pm.response.json().data.id);","postman.setNextRequest(\"show_campaign_message\");"],"type":"text/javascript"}}],"id":"2fb660d3-9fde-47f5-8c94-3fc1b3287aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"campaign-messages\",\n        \"attributes\": {\n            \"title\": \"Hello\",\n            \"days-of-week\": [\n                \"Tuesday\",\n                \"Thursday\"\n            ]\n        },\n        \"relationships\": {\n            \"campaign\": {\n                \"data\": {\n                    \"type\": \"campaigns\",\n                    \"id\": {{campaign_id}}\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/campaign_messages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fb660d3-9fde-47f5-8c94-3fc1b3287aac"},{"name":"run","event":[{"listen":"test","script":{"id":"f8955895-91d8-4613-bc42-c345949bbd37","exec":[""],"type":"text/javascript","packages":{}}}],"id":"679590d8-6566-4635-9ab1-e129f2a6fc6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/campaign_messages/1/run","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages","1","run"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"repeat_for_users_override","value":"true"}],"variable":[]}},"response":[],"_postman_id":"679590d8-6566-4635-9ab1-e129f2a6fc6c"},{"name":"update","id":"7a49b826-2370-44ab-ae40-3f1203c7b596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"campaign-messages\",\n        \"attributes\": {\n            \"title\": \"Update message\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/campaign_messages/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"5edf75ab-d6a6-481a-93f6-098dd3a21c8d","type":"string","value":"{{campaign_message_id}}","key":"id"}]}},"response":[],"_postman_id":"7a49b826-2370-44ab-ae40-3f1203c7b596"},{"name":"destroy","id":"9454254c-2414-4b66-841c-e5522958d510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/campaign_messages/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"5dbd254e-b54b-4332-adc9-4d88c27b22a1","type":"string","value":"{{campaign_message_id}}","key":"id"}]}},"response":[],"_postman_id":"9454254c-2414-4b66-841c-e5522958d510"},{"name":"mark_as_read","id":"d26b3d7d-d5cb-49de-b5b9-e51f445537f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/campaign_messages/:id/mark_as_read","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages",":id","mark_as_read"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"aeb17545-bd58-4907-9f93-18bbf47d26d0","type":"string","value":"{{campaign_message_id}}","key":"id"}]}},"response":[],"_postman_id":"d26b3d7d-d5cb-49de-b5b9-e51f445537f8"},{"name":"overview","id":"c5270903-e34e-4018-8990-aeaf5407d92b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaign_messages/:id/data/overview","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages",":id","data","overview"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"099475ad-1fe2-441d-bc1e-b7128736bced","type":"string","value":"{{campaign_message_id}}","key":"id"}]}},"response":[],"_postman_id":"c5270903-e34e-4018-8990-aeaf5407d92b"},{"name":"interactions_chart","id":"7bea279d-9764-4b0c-9281-fc5e41d4c5c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaign_messages/:id/data/interactions_chart","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages",":id","data","interactions_chart"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"9f405489-892d-4bc9-af02-7b28ffc77090","type":"string","value":"{{campaign_message_id}}","key":"id"}]}},"response":[],"_postman_id":"7bea279d-9764-4b0c-9281-fc5e41d4c5c5"},{"name":"users_table","id":"34e7043b-d15f-4ff0-8212-e35ade46c7f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaign_messages/:id/data/users_table","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaign_messages",":id","data","users_table"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"d4a2cae0-4a71-4dca-8fca-2f478aa46246","type":"string","value":"{{campaign_message_id}}","key":"id"}]}},"response":[],"_postman_id":"34e7043b-d15f-4ff0-8212-e35ade46c7f0"}],"id":"1183b368-ebe0-4dc2-b6bb-2f6afe63c418","_postman_id":"1183b368-ebe0-4dc2-b6bb-2f6afe63c418","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Campaign messages users","item":[],"id":"bd862a42-9737-4dcc-8cae-f6db8d576b7a","_postman_id":"bd862a42-9737-4dcc-8cae-f6db8d576b7a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Campaigns","item":[{"name":"index","event":[{"listen":"test","script":{"id":"9f53fe4a-c98e-4be5-a78d-d08baffbe608","exec":["postman.setNextRequest(\"create_campaign\");"],"type":"text/javascript"}}],"id":"e337ae16-ff59-4b73-9ca2-9dec9ae52944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaigns?per=5&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"5"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e337ae16-ff59-4b73-9ca2-9dec9ae52944"},{"name":"show","event":[{"listen":"test","script":{"id":"8fde5493-0d3e-4dc0-9f58-e7371651edde","exec":["postman.setNextRequest(\"update_campaign\");"],"type":"text/javascript"}}],"id":"64f00e85-aa77-4c8d-978b-217f126cd94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaigns/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"84487975-04fd-4a26-aedd-11c34e55680e","type":"string","value":"{{campaign_id}}","key":"id"}]}},"response":[],"_postman_id":"64f00e85-aa77-4c8d-978b-217f126cd94e"},{"name":"create","event":[{"listen":"test","script":{"id":"a17e387e-06d5-4ed4-8668-eeab00df67bb","exec":["pm.environment.set(\"campaign_id\", pm.response.json().data.id);","postman.setNextRequest(\"show_campaign\");"],"type":"text/javascript"}}],"id":"f63c97fd-3637-4758-9a01-a75c1a7fa6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"campaigns\",\n        \"attributes\": {\n            \"title\": \"New Campaign\",\n            \"start-date\": \"2020-09-09T05:00:00.000Z\",\n            \"end-date\": \"2021-09-10T05:00:00.000Z\",\n            \"is-active\": true,\n            \"days-of-week\": [\n                \"Monday\",\n                \"Tuesday\",\n                \"Wednesday\",\n                \"Thursday\",\n                \"Friday\"\n            ]\n        },\n        \"relationships\": {\n            \"campaign-questions\": {\n                \"data\": [\n                    {\n                        \"id\": \"{{campaign_question_id}}\",\n                        \"type\": \"campaign-questions\"\n                    }\n                ]\n            },\n            \"campaign-messages\": {\n                \"data\": [\n                    {\n                        \"id\": \"{{campaign_messages_id}}\",\n                        \"type\": \"campaign-messages\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/campaigns","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f63c97fd-3637-4758-9a01-a75c1a7fa6d3"},{"name":"update","event":[{"listen":"test","script":{"id":"0f061b13-0baa-4e71-aa32-c77cd0ef2a91","exec":["postman.setNextRequest(\"destroy_campaign\");"],"type":"text/javascript"}}],"id":"193aa30b-ffc7-4757-9328-853856307648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"campaigns\",\n        \"attributes\": {\n            \"end-date\": \"2021-09-15T05:00:00.000Z\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/campaigns/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"70e49fb8-3ec9-4d23-8e21-4aa619475c6f","type":"string","value":"{{campaign_id}}","key":"id"}]}},"response":[],"_postman_id":"193aa30b-ffc7-4757-9328-853856307648"},{"name":"destroy","id":"aed9dd2f-3520-433e-8f2f-6a7556051a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/campaigns/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"2c404d1a-3b77-4d24-ad32-d2f760db85e9","type":"string","value":"{{campaign_id}}","key":"id"}]}},"response":[],"_postman_id":"aed9dd2f-3520-433e-8f2f-6a7556051a2e"},{"name":"daily_pop_ups","event":[{"listen":"prerequest","script":{"id":"b3d87ff4-f1a3-4a92-aa96-3384f1d6deb3","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"53f473e5-4cb6-4b01-9551-81d8a3f7ee64","exec":["postman.setNextRequest(\"bootstrap\");"],"type":"text/javascript"}}],"id":"0e347601-5581-4d12-9cd6-988190629192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/daily_pop_ups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","daily_pop_ups"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e347601-5581-4d12-9cd6-988190629192"},{"name":"overview","id":"cc5bdfb7-964e-4c6e-9773-0d3c23729e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaigns/:id/data/overview","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns",":id","data","overview"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"570f0f81-5d41-4b94-8631-2b0eab1f0ffe","type":"string","value":"{{campaign_id}}","key":"id"}]}},"response":[],"_postman_id":"cc5bdfb7-964e-4c6e-9773-0d3c23729e4a"},{"name":"users_table","id":"b4ceb750-7e9f-46d0-b9e6-a1f3398aaf57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaigns/:id/data/users_table","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns",":id","data","users_table"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"da84f9e9-f766-4172-82ab-34c52bd63636","type":"string","value":"{{campaign_id}}","key":"id"}]}},"response":[],"_postman_id":"b4ceb750-7e9f-46d0-b9e6-a1f3398aaf57"},{"name":"interactions_chart","id":"0e321bfa-3579-4e07-b898-d2107e5dbdd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaigns/:id/data/interactions_chart","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns",":id","data","interactions_chart"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"b743c749-1d46-48b8-951e-6308dfb8b57d","type":"string","value":"{{campaign_id}}","key":"id"}]}},"response":[],"_postman_id":"0e321bfa-3579-4e07-b898-d2107e5dbdd2"},{"name":"elements_table","id":"049c2ce8-b6bc-4dd4-ae82-cc88ea6d975b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/campaigns/:id/data/elements_table","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","campaigns",":id","data","elements_table"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"59e7d047-20a2-4071-9594-b99cae65a1a0","type":"string","value":"{{campaign_id}}","key":"id"}]}},"response":[],"_postman_id":"049c2ce8-b6bc-4dd4-ae82-cc88ea6d975b"}],"id":"364fe25e-94b1-43fb-8552-454a0f4faff2","_postman_id":"364fe25e-94b1-43fb-8552-454a0f4faff2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"BusinessSegmentSchemaTemplates","item":[{"name":"index","event":[{"listen":"test","script":{"id":"d7fb62d7-a9b6-4282-8d12-e87c65874dc9","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d66f9790-c6fa-4a7b-8fd4-9332d36bbf20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/business_segment_schema_templates","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segment_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d66f9790-c6fa-4a7b-8fd4-9332d36bbf20"},{"name":"show","event":[{"listen":"test","script":{"id":"b35f5465-93d2-4380-b0de-24887393bdcd","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4857a614-00ad-4333-a26d-34c56704d7ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/business_segment_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segment_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_business_segment_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"4857a614-00ad-4333-a26d-34c56704d7ee"},{"name":"create","event":[{"listen":"test","script":{"id":"cd611b5f-c2dd-4493-8c66-a77aa335fc58","exec":["pm.environment.set(\"_business_segment_schema_template_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7ae0be4a-a305-4584-a1aa-b926d30d9239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"business-segment-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"México\",\n                \"en\": \"México\"\n            },\n            \"schema\": {},\n            \"description\": \"Some awesome description\"\n        },\n        \"relationships\": {\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/business_segment_schema_templates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>symbol-type</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>longitude</strong> *</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segment_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ae0be4a-a305-4584-a1aa-b926d30d9239"},{"name":"update","event":[{"listen":"test","script":{"id":"86e4b5d5-5d08-4e8d-8178-7a2c2fc01250","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e1e3d8bf-5b76-45d1-9953-df0074f735f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"business-segment-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"EUA\",\n                \"en\": \"USA\"\n            }\n        },\n        \"relationships\": {\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/business_segment_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segment_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_business_segment_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"e1e3d8bf-5b76-45d1-9953-df0074f735f9"},{"name":"destroy","id":"0806b1b1-8cd2-45e0-adfc-3a2ab25625a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/business_segment_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segment_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_business_segment_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"0806b1b1-8cd2-45e0-adfc-3a2ab25625a3"}],"id":"070190b6-3855-4423-aaf1-6d59b9668427","_postman_id":"070190b6-3855-4423-aaf1-6d59b9668427","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"CompanySchemaTemplates","item":[{"name":"index","event":[{"listen":"test","script":{"id":"d7fb62d7-a9b6-4282-8d12-e87c65874dc9","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1a459c83-3bd4-4d07-9fe3-d243c5cb8f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/company_schema_templates","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","company_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a459c83-3bd4-4d07-9fe3-d243c5cb8f34"},{"name":"show","event":[{"listen":"test","script":{"id":"b35f5465-93d2-4380-b0de-24887393bdcd","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b2a897c4-3b47-4cb3-91c4-c74916540796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/company_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","company_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"b2a897c4-3b47-4cb3-91c4-c74916540796"},{"name":"create","event":[{"listen":"test","script":{"id":"cd611b5f-c2dd-4493-8c66-a77aa335fc58","exec":["pm.environment.set(\"_company_schema_template_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"84f90890-62b1-4dc2-a59c-6743583eaa1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"company-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Empresas México\",\n                \"en\": \"Companies México\"\n            },\n            \"schema\": {},\n            \"description\": \"Some awesome description\"\n        },\n        \"relationships\": {\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/company_schema_templates","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>symbol-type</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>latitude</strong> *</td>\n<td>double</td>\n</tr>\n<tr>\n<td><strong>longitude</strong> *</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","company_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"84f90890-62b1-4dc2-a59c-6743583eaa1e"},{"name":"update","event":[{"listen":"test","script":{"id":"86e4b5d5-5d08-4e8d-8178-7a2c2fc01250","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"77cd649c-30d7-4095-b169-9efad24960ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"company-schema-templates\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"es\": \"Empresas México 2\",\n                \"en\": \"Companies México 2\"\n            },\n            \"schema\": {},\n            \"description\": \"Some awesome description\"\n        },\n        \"relationships\": {\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/company_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","company_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"77cd649c-30d7-4095-b169-9efad24960ea"},{"name":"destroy","id":"7ac0ad38-bd35-4f1c-ac66-a34c203dc94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/company_schema_templates/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","company_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_schema_template_id}}","key":"id"}]}},"response":[],"_postman_id":"7ac0ad38-bd35-4f1c-ac66-a34c203dc94e"}],"id":"7fae9ede-d723-490d-901f-08001373ab28","_postman_id":"7fae9ede-d723-490d-901f-08001373ab28","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Business segments","item":[{"name":"create","event":[{"listen":"test","script":{"id":"62b4e2fa-bb6e-466d-b834-0236d79d4bef","exec":["pm.environment.set(\"_business_segment_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"156dea66-b208-4ed6-a74f-a71f046b1a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"business-segments\",\n        \"attributes\": {\n            \"name\": \"amet dolor dicta\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/business_segments","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segments"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"156dea66-b208-4ed6-a74f-a71f046b1a66"},{"name":"index","event":[{"listen":"test","script":{"id":"ecafe970-3517-4f0d-909a-85aa73ddceef","exec":[""],"type":"text/javascript"}}],"id":"c4bc47d3-5972-4550-a9b9-997b8403d428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/business_segments?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segments"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c4bc47d3-5972-4550-a9b9-997b8403d428"},{"name":"show","id":"a4b23cb9-f0a3-4b1a-8646-8635aff87a8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/business_segments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"71596096-429f-40c1-9ca1-695618560f44","type":"string","value":"{{_business_segment_id}}","key":"id"}]}},"response":[],"_postman_id":"a4b23cb9-f0a3-4b1a-8646-8635aff87a8f"},{"name":"update","id":"e13c322e-abee-49f4-b0e2-abd4b2aadc15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"business-segments\",\n        \"attributes\": {\n        \"name\": \"Logistics-2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/business_segments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"155ed95a-3796-4d33-8960-f0764695591c","type":"string","value":"{{_business_segment_id}}","key":"id"}]}},"response":[],"_postman_id":"e13c322e-abee-49f4-b0e2-abd4b2aadc15"},{"name":"delete","id":"a5fa55a3-6de0-46b6-b208-ae0d47d2ec8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/business_segments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","business_segments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"9e4e493a-d314-47dc-9dce-ff877391cbf4","type":"string","value":"{{_business_segment_id}}","key":"id"}]}},"response":[],"_postman_id":"a5fa55a3-6de0-46b6-b208-ae0d47d2ec8a"}],"id":"193317ee-d7db-4884-a49f-17c17ea7e7c0","_postman_id":"193317ee-d7db-4884-a49f-17c17ea7e7c0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Companies","item":[{"name":"index","event":[{"listen":"test","script":{"id":"ecafe970-3517-4f0d-909a-85aa73ddceef","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"05c4df13-ba14-4baf-8f66-e4fb2cbe19d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/companies?per=10&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"05c4df13-ba14-4baf-8f66-e4fb2cbe19d1"},{"name":"show","id":"ccba3c79-eb19-4273-98bf-42ffe7ce97f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/companies/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_id}}","key":"id"}]}},"response":[],"_postman_id":"ccba3c79-eb19-4273-98bf-42ffe7ce97f1"},{"name":"certificates_map_collection","id":"62b49a5e-7e8b-4284-b67e-6eec54833d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"company_ids\": [1],\n    \"certificate_schema_template_ids\": [1],\n    \"start_at\": \"2024-06-03T17:09:01.843Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/companies/certificates_map","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies","certificates_map"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"62b49a5e-7e8b-4284-b67e-6eec54833d68"},{"name":"certificates_map","id":"ba5bed27-553c-48dd-bb7d-7ae0621dd7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"company_ids\": [1],\n    \"certificate_schema_template_ids\": [1],\n    \"start_at\": \"2024-06-03T17:09:01.843Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/companies/:id/certificates_map","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies",":id","certificates_map"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_company_id}}","key":"id"}]}},"response":[],"_postman_id":"ba5bed27-553c-48dd-bb7d-7ae0621dd7a5"},{"name":"create","event":[{"listen":"test","script":{"id":"62b4e2fa-bb6e-466d-b834-0236d79d4bef","exec":["pm.environment.set(\"_company_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1f11bce5-158a-4f9b-be26-3895a1c2d629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"companies\",\n        \"attributes\": {\n            \"trade_name\": \"enim cumque amet\"\n        },\n        \"relationships\": {\n            \"company-schema-template\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"company-schema-templates\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/companies","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f11bce5-158a-4f9b-be26-3895a1c2d629"},{"name":"update","id":"469b00dd-832f-4ead-bdbd-5364fa032619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"companies\",\n        \"attributes\": {\n            \"trade_name\": \"Logistics-2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/companies/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_id}}","key":"id"}]}},"response":[],"_postman_id":"469b00dd-832f-4ead-bdbd-5364fa032619"},{"name":"change_state","id":"91186edb-9403-40fa-966b-6c1610081d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"transitionName\": \"approve\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/companies/:id/change_state","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies",":id","change_state"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_company_id}}","key":"id"}]}},"response":[],"_postman_id":"91186edb-9403-40fa-966b-6c1610081d03"},{"name":"archive","id":"e8a7e7ec-f00e-4605-aa30-6a411caa4ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"companies\",\n        \"attributes\": {\n            \"trade_name\": \"Logistics-2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/companies/:id/archive","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies",":id","archive"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_id}}","key":"id"}]}},"response":[],"_postman_id":"e8a7e7ec-f00e-4605-aa30-6a411caa4ede"},{"name":"unarchive","id":"287bcdd3-2dd2-4463-9536-ce10e841b1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"companies\",\n        \"attributes\": {\n            \"trade_name\": \"Logistics-2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/companies/:id/unarchive","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies",":id","unarchive"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_id}}","key":"id"}]}},"response":[],"_postman_id":"287bcdd3-2dd2-4463-9536-ce10e841b1b5"},{"name":"delete","id":"55d85b42-a3b2-4eeb-802d-2992f7672878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/companies/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","companies",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_company_id}}","key":"id"}]}},"response":[],"_postman_id":"55d85b42-a3b2-4eeb-802d-2992f7672878"}],"id":"5583ef6f-3b31-472e-ab6a-72b6c339504b","_postman_id":"5583ef6f-3b31-472e-ab6a-72b6c339504b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Attachments","item":[{"name":"create","id":"35d66365-6425-40c8-83a9-0b549904cf50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/ivancarbajal/Downloads/image1.jpeg"}]},"url":"https://b.prysmex.com/api/attachments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","attachments"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"35d66365-6425-40c8-83a9-0b549904cf50"},{"name":"placeholder_read_signed_url","id":"cfe0ae01-62d5-45c8-928e-cc9b79b9ed2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/ivancarbajal/Downloads/image1.jpeg"}]},"url":"https://b.prysmex.com/api/attachments/placeholder_read_signed_url","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","attachments","placeholder_read_signed_url"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfe0ae01-62d5-45c8-928e-cc9b79b9ed2d"},{"name":"generate_write_signed_url","id":"817684f6-b2fa-47c8-abee-b7f7d7f9de1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/ivancarbajal/Downloads/image1.jpeg"}]},"url":"https://b.prysmex.com/api/attachments/generate_write_signed_url?filename=hello.txt","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","attachments","generate_write_signed_url"],"host":["https://b.prysmex.com"],"query":[{"key":"filename","value":"hello.txt"}],"variable":[]}},"response":[],"_postman_id":"817684f6-b2fa-47c8-abee-b7f7d7f9de1d"},{"name":"sign_urls","id":"5ad91a91-8fb6-4a50-8bcf-57fb5b6d0f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expires_in\": 60, //seconds\n    \"urls\": [\"https://static.prysmex-staging.com/uploads/prysmex/1/99/pictures/logo_fullwwhite_7cf221a7-beb4-4fbd-85b9-6dd4ef677ba0.png\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/attachments/sign_urls","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","attachments","sign_urls"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ad91a91-8fb6-4a50-8bcf-57fb5b6d0f9e"}],"id":"8d2e1548-aa88-4452-9301-9d827eb2d052","_postman_id":"8d2e1548-aa88-4452-9301-9d827eb2d052","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Reviews TODO","item":[{"name":"create","event":[{"listen":"test","script":{"id":"0ddb1dd2-2c54-4c6e-9831-55ae2528d5fb","exec":["pm.environment.set(\"_review_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"080a0d25-6fa9-42c5-8b81-4a50f437d0d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reviews","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reviews"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"080a0d25-6fa9-42c5-8b81-4a50f437d0d6"},{"name":"show","id":"f5f70c92-5d40-43b1-a14c-e7e4fd9350e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reviews/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reviews",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"906ee955-d35a-4229-af64-39f05d74530f","type":"any","value":"{{_review_id}}","key":"id"}]}},"response":[],"_postman_id":"f5f70c92-5d40-43b1-a14c-e7e4fd9350e0"},{"name":"update","id":"1ea154ef-3b17-4767-b846-2beac922f5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"reviews\",\n        \"attributes\": {\n            \"score\": 3\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/reviews/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reviews",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"23e42f23-8228-44df-8640-347eec1f9861","type":"any","value":"{{_review_id}}","key":"id"}]}},"response":[],"_postman_id":"1ea154ef-3b17-4767-b846-2beac922f5e6"},{"name":"destroy","id":"1d6d14e5-df47-488a-a49a-a06f985b312d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/reviews/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","reviews",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"a5dac208-009d-48a2-a918-8253053df600","type":"any","value":"{{_review_id}}","key":"id"}]}},"response":[],"_postman_id":"1d6d14e5-df47-488a-a49a-a06f985b312d"}],"id":"ebd3c562-3bc9-4203-a8d8-3da8eb58f1cd","_postman_id":"ebd3c562-3bc9-4203-a8d8-3da8eb58f1cd","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Comments","item":[{"name":"update","id":"90a604ec-1e13-407d-beb3-c68e3f7e9aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"comments\",\n        \"attributes\": {\n            \"text\": \"Update comment\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/comments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","comments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"779b3196-fc60-4d5c-bf8f-93638429f86e","type":"any","value":"{{_comment_id}}","key":"id"}]}},"response":[],"_postman_id":"90a604ec-1e13-407d-beb3-c68e3f7e9aa4"},{"name":"destroy","id":"7c9bcde3-e45d-4ef8-bb9e-c01e54d80d00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/comments/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","comments",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"d8809617-549b-4c34-8020-ff1d77c69bcd","type":"any","value":"{{_comment_id}}","key":"id"}]}},"response":[],"_postman_id":"7c9bcde3-e45d-4ef8-bb9e-c01e54d80d00"}],"id":"db0ea8ba-ae7d-4ec6-ae3c-731a5139eb8b","_postman_id":"db0ea8ba-ae7d-4ec6-ae3c-731a5139eb8b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"CreateInstanceScheduledTasks","item":[{"name":"create","event":[{"listen":"test","script":{"id":"b1901281-4673-4b3a-a2d6-9c1790fb3f0a","exec":["pm.environment.set(\"_create_instance_scheduled_task_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c00c1580-97f2-490d-b4bd-da695602b625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"local-p99g9g\",\n        \"attributes\": {\n            \"config\": {},\n            \"data\": {\n                \"data\": {\n                    \"attributes\": {\n                        \"description\": \"Reunión interna con equipo\",\n                        \"document\": {\n                            \"pictures\": [],\n                            \"meta\": {}\n                        }\n                    },\n                    \"relationships\": {\n                        \"project\": {\n                            \"data\": {\n                                \"type\": \"projects\",\n                                \"id\": \"1\"\n                            }\n                        },\n                        \"schema-template-version\": {\n                            \"data\": {\n                                \"type\": \"report-schema-templates\",\n                                \"id\": \"6\"\n                            }\n                        }\n                    },\n                    \"type\": \"reports\"\n                }\n            },\n            \"ical-schedule\": \"DTSTART:20251113T005818Z\\nRRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO\",\n            \"is-active\": true,\n            \"name-translations\": {\n                \"es\": \"Tarea semanal\",\n                \"en\": \"Tarea semanal\"\n            }\n        },\n        \"relationships\": {\n            \"project\": {\n                \"data\": {\n                    \"type\": \"projects\",\n                    \"id\": \"1\"\n                }\n            },\n            \"scheduled-taskable\": {\n                \"data\": {\n                    \"type\": \"report-schema-templates\",\n                    \"id\": \"6\"\n                }\n            }\n        },\n        \"type\": \"create-instance-scheduled-tasks\",\n        \"lid\": \"@ember-data:lid-create-instance-scheduled-task-local-p99g9g\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/create_instance_scheduled_tasks","description":"<p>Use this endpoint to create a <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","create_instance_scheduled_tasks"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c00c1580-97f2-490d-b4bd-da695602b625"},{"name":"search","id":"0cc4f6be-60fe-4d1b-98d3-ea2b136d1433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"schema_template_id\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/create_instance_scheduled_tasks","description":"<p>Use this endpoint to search for all <code>Role</code>s you are authorized to view. You can filter results using any of the attributes defined in the <code>Role</code> <strong>Data Model.</strong></p>\n<h5 id=\"additional-filtering-attributes\">Additional filtering attributes</h5>\n<ul>\n<li>users_count</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","create_instance_scheduled_tasks"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"sort","value":"id"},{"disabled":true,"key":"sort_direction","value":"asc"}],"variable":[]}},"response":[],"_postman_id":"0cc4f6be-60fe-4d1b-98d3-ea2b136d1433"},{"name":"show","id":"7985245a-f680-4d89-9da3-63f31ffbe2bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/create_instance_scheduled_tasks/:id","description":"<p>Use this endpoint to fetch a <code>Role</code> by id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","create_instance_scheduled_tasks",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_create_instance_scheduled_task_id}}","key":"id"}]}},"response":[],"_postman_id":"7985245a-f680-4d89-9da3-63f31ffbe2bd"},{"name":"update","id":"450a25e0-3c09-4cbe-8f5f-949df46f19aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"create-instance-scheduled-tasks\",\n        \"attributes\": {\n            \"name-translations\": {\n                \"en\": \"Tarea semanal 2\",\n                \"es\": \"Tarea semanal 2\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/create_instance_scheduled_tasks/:id","description":"<p>Use this endpoint to update a <code>Role</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","create_instance_scheduled_tasks",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_create_instance_scheduled_task_id}}","key":"id"}]}},"response":[],"_postman_id":"450a25e0-3c09-4cbe-8f5f-949df46f19aa"},{"name":"destroy","id":"c94e8c5b-c810-46a7-9d58-58b3078d0f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/create_instance_scheduled_tasks/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","create_instance_scheduled_tasks",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_create_instance_scheduled_task_id}}","key":"id"}]}},"response":[],"_postman_id":"c94e8c5b-c810-46a7-9d58-58b3078d0f7d"}],"id":"96790c1c-9c98-47c0-a9de-c34aeb27006b","_postman_id":"96790c1c-9c98-47c0-a9de-c34aeb27006b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Links","item":[{"name":"index","id":"c81985ab-e854-46f1-a503-abb3a6aa26be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/links","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","links"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c81985ab-e854-46f1-a503-abb3a6aa26be"},{"name":"show","id":"b305e6c3-eb26-41e3-95fc-c39ac05cbef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/links/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","links",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"2f0d5e9f-8ed1-4360-be44-e2ce4c39b346","type":"any","value":"{{_link_id}}","key":"id"}]}},"response":[],"_postman_id":"b305e6c3-eb26-41e3-95fc-c39ac05cbef7"},{"name":"create","event":[{"listen":"test","script":{"id":"8961ce41-7599-4584-9254-97c7eef61a1b","exec":["pm.environment.set(\"_link_id\", pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"9255c587-743b-4ae9-8319-ef1a6b74d50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"links\",\n        \"attributes\": {\n            \"link-type\": \"duplicates\"\n        },\n        \"relationships\": {\n            \"origin\": {\n                \"data\": {\n                    \"id\": \"213\",\n                    \"type\": \"Report\"\n                }\n            },\n            \"target\": {\n                \"data\": {\n                    \"id\": \"214\",\n                    \"type\": \"Report\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/links","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>link-type</strong> *</td>\n<td>enum { <br />    \"is_blocked_by\", <br />    \"blocks\", <br />    \"is_cloned_by\", <br />    \"clones\" <br />    \"is_duplicated_by\", <br />    \"duplicates\", <br />    \"is_caused_by\", <br />    \"causes\", <br />    \"relates_to\" <br /> }</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>origin</strong> *</li>\n<li><strong>target</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","links"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9255c587-743b-4ae9-8319-ef1a6b74d50b"},{"name":"update","id":"662a6520-9096-436e-b5eb-341bdfea912f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"links\",\n        \"attributes\": {\n            \"link-type\": \"relates_to\"\n        },\n        \"relationships\": {\n            \"origin\": {\n                \"data\": {\n                    \"id\": \"213\",\n                    \"type\": \"Report\"\n                }\n            },\n            \"target\": {\n                \"data\": {\n                    \"id\": \"214\",\n                    \"type\": \"Report\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/links/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","links",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"8dbcc922-ba15-40f8-8419-472f3106a18a","type":"any","value":"{{_link_id}}","key":"id"}]}},"response":[],"_postman_id":"662a6520-9096-436e-b5eb-341bdfea912f"},{"name":"destroy","id":"0b4d3d46-e3e6-4d05-b1e2-5536d7808dba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/links/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","links",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"e18fd168-96be-4fd9-8445-1357ddabf2a0","type":"any","value":"{{_link_id}}","key":"id"}]}},"response":[],"_postman_id":"0b4d3d46-e3e6-4d05-b1e2-5536d7808dba"}],"id":"af4a2c9f-793f-44c3-9056-caae2b165589","_postman_id":"af4a2c9f-793f-44c3-9056-caae2b165589","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Consequences","item":[{"name":"index","id":"05cbd63e-e5a1-4116-b320-4449a88fa933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/consequences","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","consequences"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"05cbd63e-e5a1-4116-b320-4449a88fa933"}],"id":"94ec8de8-8268-4de4-9a83-78ff5667e557","_postman_id":"94ec8de8-8268-4de4-9a83-78ff5667e557","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Likelihoods","item":[{"name":"index","id":"a2653f8f-4717-44f7-ae45-b17ec5fd9ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/likelihoods","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","likelihoods"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2653f8f-4717-44f7-ae45-b17ec5fd9ee5"}],"id":"3b274644-4eb9-4412-ade9-35273a3b8a10","_postman_id":"3b274644-4eb9-4412-ade9-35273a3b8a10","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Risks","item":[{"name":"index","id":"b84dc609-2188-4549-a5ac-e98bc41d9c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/risks","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","risks"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b84dc609-2188-4549-a5ac-e98bc41d9c61"}],"id":"1b91d0a8-0b72-4ab4-b51f-c1aa47050be2","_postman_id":"1b91d0a8-0b72-4ab4-b51f-c1aa47050be2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Widgets","item":[{"name":"create","event":[{"listen":"test","script":{"id":"517a2ec0-ab18-46fb-8805-da62c909baa1","exec":["pm.environment.set(\"_widget_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"9d8f49a9-b339-42a1-9906-f7d2d952300e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"local-cokqhn\",\n        \"attributes\": {\n            \"allow-mute\": false,\n            \"endpoint\": \"reports/search\",\n            \"is-prysmex\": false,\n            \"label\": null,\n            \"label-translations\": {\n                \"en\": \"Test\",\n                \"es\": \"Prueba\"\n            },\n            \"model-type\": \"Report\",\n            \"notification-rules\": [],\n            \"position\": null,\n            \"preload\": false,\n            \"reserved\": false,\n            \"search-state\": [\n                {\n                    \"field\": \"project.id\",\n                    \"values\": [\n                        [\n                            \"2\"\n                        ]\n                    ]\n                }\n            ],\n            \"section\": \"saved\",\n            \"sorting\": {},\n            \"view-config\": {\n                \"config\": {}\n            },\n            \"shared\": \"personal\"\n        },\n        \"relationships\": {\n            \"current-user-widget\": {\n                \"data\": {\n                    \"type\": \"user-widgets\",\n                    \"id\": \"local-f15drq\"\n                }\n            }\n        },\n        \"included\": [\n            {\n                \"id\": \"local-f15drq\",\n                \"attributes\": {\n                    \"ical-schedule\": \"RRULE:FREQ=DAILY;INTERVAL=1\",\n                    \"pinned\": false,\n                    \"position\": null,\n                    \"preload\": false,\n                    \"mute-widget-notifications\": false,\n                    \"section\": \"saved\",\n                    \"notification-rules\": [\n                        {\n                            \"mute\": false,\n                            \"methods\": [\n                                \"email\"\n                            ],\n                            \"events\": [\n                                \"update\"\n                            ]\n                        }\n                    ]\n                },\n                \"relationships\": {\n                    \"widget\": {\n                        \"data\": {\n                            \"type\": \"widgets\",\n                            \"id\": \"local-cokqhn\"\n                        }\n                    },\n                    \"user\": {\n                        \"data\": {\n                            \"type\": \"users\",\n                            \"id\": \"1\"\n                        }\n                    }\n                },\n                \"type\": \"user-widgets\",\n                \"lid\": \"@ember-data:lid-user-widget-local-f15drq\"\n            }\n        ],\n        \"type\": \"widgets\",\n        \"lid\": \"@ember-data:lid-widget-local-cokqhn\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/widgets","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>endpoint</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td>sorting</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>query</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td><strong>model-type</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>label</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>view-config</td>\n<td>json</td>\n</tr>\n<tr>\n<td>web-notification-subscribed</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>email-notification-subscribed</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>app-notification-subscribed</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>preload</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td><strong>section</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td>position</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","widgets"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d8f49a9-b339-42a1-9906-f7d2d952300e"},{"name":"index","event":[{"listen":"test","script":{"id":"0c56a9c5-d12d-4553-839f-2e5339550eb2","exec":[""],"type":"text/javascript"}}],"id":"e0a454d8-8a2d-4660-af47-c4b0734fa3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/widgets","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","widgets"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0a454d8-8a2d-4660-af47-c4b0734fa3c1"},{"name":"update","event":[{"listen":"test","script":{"id":"351baa32-39e4-4255-a089-d675399f4ab6","exec":[""],"type":"text/javascript"}}],"id":"f75246e4-a1d7-40ed-b565-c7de498694af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"widgets\",\n        \"attributes\": {\n            \"label-translations\": {\n                \"en\": \"Test\",\n                \"es\": \"Prueba\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/widgets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","widgets",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"c5262c62-45da-4714-aaf4-e70aab5e1841","type":"string","value":"{{_widget_id}}","key":"id"}]}},"response":[],"_postman_id":"f75246e4-a1d7-40ed-b565-c7de498694af"},{"name":"destroy","id":"be71bfc4-a5b7-407b-ba2a-5e538f026683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/widgets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","widgets",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"e284729a-855e-4f22-8a88-3a5012b0c4f2","type":"string","value":"{{_widget_id}}","key":"id"}]}},"response":[],"_postman_id":"be71bfc4-a5b7-407b-ba2a-5e538f026683"}],"id":"b07adc6a-4971-423c-a3a0-ece519555319","_postman_id":"b07adc6a-4971-423c-a3a0-ece519555319","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Notifications","item":[{"name":"index","event":[{"listen":"test","script":{"id":"0d48c1e2-e822-4b57-9052-8ada6d7a9d33","exec":["pm.environment.set(\"_notification_id\", pm.response.json().data[0].id);"],"type":"text/javascript"}}],"id":"ec1d489e-8678-4f49-a96a-fc01cf5c32fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/notifications?page=1&unread=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","notifications"],"host":["https://b.prysmex.com"],"query":[{"key":"page","value":"1"},{"description":{"content":"<p>Set to true for 'unread notifications'</p>\n","type":"text/plain"},"key":"unread","value":"false"}],"variable":[]}},"response":[{"id":"91cc45ee-4425-4c4a-9585-9e60641c3a9b","name":"index_notifications","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://b.prysmex.com/api/notifications?page=1&unread=false","host":["https://b.prysmex.com"],"path":["api","notifications"],"query":[{"key":"page","value":"1"},{"key":"unread","value":"false","description":"Set to true for 'unread notifications'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"ae8951f67ef12184c7f0ac762ebfb55b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5b0dcab1-35b9-4796-8124-51b2bb83c0f2"},{"key":"X-Runtime","value":"0.749052"},{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"6960"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"939\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:50.666Z\",\n                \"updated-at\": \"2023-05-13T03:22:50.666Z\",\n                \"read-at\": null,\n                \"text\": \"report_was_closed\",\n                \"text-params\": {\n                    \"report_description\": \"Sit ut aliquam minus blanditiis. Nisi corrupti perferendis qui ea placeat expedita. Inventore perferendis maiores facilis explicabo dolorem aspernatur suscipit.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 172\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 172,\n                \"schema-template-id\": 1\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"931\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:50.589Z\",\n                \"updated-at\": \"2023-05-13T03:22:50.589Z\",\n                \"read-at\": null,\n                \"text\": \"report_was_closed\",\n                \"text-params\": {\n                    \"report_description\": \"Libero officia pariatur tenetur vel. Quo nemo mollitia odit consectetur. Accusamus voluptatibus dignissimos nesciunt aperiam nemo. Aliquam nulla laboriosam suscipit possimus corporis. Illum quidem laboriosam non rerum quos voluptate perferendis.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 281\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 281,\n                \"schema-template-id\": 13\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"914\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:50.275Z\",\n                \"updated-at\": \"2023-05-13T03:22:50.275Z\",\n                \"read-at\": null,\n                \"text\": \"report_was_closed\",\n                \"text-params\": {\n                    \"report_description\": \"Quidem eos vitae vel ipsum necessitatibus cumque magnam animi. Magnam id modi iusto esse dolorum rerum reprehenderit. Error enim aliquam aspernatur debitis ut.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 278\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 278,\n                \"schema-template-id\": 13\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"883\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:49.882Z\",\n                \"updated-at\": \"2023-05-13T03:22:49.882Z\",\n                \"read-at\": null,\n                \"text\": \"report_is_ready\",\n                \"text-params\": {\n                    \"report_description\": \"Doloribus natus consequuntur aperiam nisi ipsum maxime. Placeat culpa accusamus adipisci dicta in laudantium tempora. Animi quo occaecati voluptates ad corrupti. Alias officia eos facere reprehenderit. Ullam molestiae ratione corrupti ad.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 230\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 230,\n                \"schema-template-id\": 7\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"868\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:49.715Z\",\n                \"updated-at\": \"2023-05-13T03:22:49.715Z\",\n                \"read-at\": null,\n                \"text\": \"report_is_ready\",\n                \"text-params\": {\n                    \"report_description\": \"Quidem eos vitae vel ipsum necessitatibus cumque magnam animi. Magnam id modi iusto esse dolorum rerum reprehenderit. Error enim aliquam aspernatur debitis ut.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 278\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 278,\n                \"schema-template-id\": 13\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"863\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:49.630Z\",\n                \"updated-at\": \"2023-05-13T03:22:49.630Z\",\n                \"read-at\": null,\n                \"text\": \"report_is_ready\",\n                \"text-params\": {\n                    \"report_description\": \"Quia magni ea assumenda voluptates rem. Iure id quibusdam eaque natus nam. Fugiat voluptate quasi dolorum earum ex aperiam.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 256\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 256,\n                \"schema-template-id\": 11\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"860\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:49.658Z\",\n                \"updated-at\": \"2023-05-13T03:22:49.658Z\",\n                \"read-at\": null,\n                \"text\": \"report_is_ready\",\n                \"text-params\": {\n                    \"report_description\": \"Occaecati alias rem dicta eaque laudantium nesciunt facere ipsa. Aspernatur eos hic minima adipisci. Rem ad ex doloribus ipsam ea iure.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 240\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 240,\n                \"schema-template-id\": 9\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"854\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:49.493Z\",\n                \"updated-at\": \"2023-05-13T03:22:49.493Z\",\n                \"read-at\": null,\n                \"text\": \"report_is_ready\",\n                \"text-params\": {\n                    \"report_description\": \"Libero officia pariatur tenetur vel. Quo nemo mollitia odit consectetur. Accusamus voluptatibus dignissimos nesciunt aperiam nemo. Aliquam nulla laboriosam suscipit possimus corporis. Illum quidem laboriosam non rerum quos voluptate perferendis.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 281\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 281,\n                \"schema-template-id\": 13\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"853\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:49.509Z\",\n                \"updated-at\": \"2023-05-13T03:22:49.509Z\",\n                \"read-at\": null,\n                \"text\": \"report_is_ready\",\n                \"text-params\": {\n                    \"report_description\": \"Sit ut aliquam minus blanditiis. Nisi corrupti perferendis qui ea placeat expedita. Inventore perferendis maiores facilis explicabo dolorem aspernatur suscipit.\",\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 172\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 172,\n                \"schema-template-id\": 1\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"840\",\n            \"type\": \"notifications\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2023-05-13T03:22:30.859Z\",\n                \"updated-at\": \"2023-05-13T03:22:30.859Z\",\n                \"read-at\": null,\n                \"text\": \"report_moved_to_your_zone\",\n                \"text-params\": {\n                    \"user_name\": \"Catherina Hegmann\",\n                    \"id\": 312\n                },\n                \"notifiable-type\": \"Report\",\n                \"notifiable-id\": 312,\n                \"schema-template-id\": 13\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"project\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"projects\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"4\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"first-name\": \"Catherina\",\n                \"last-name\": \"Hegmann\",\n                \"position\": \"nisi provident quia\"\n            },\n            \"relationships\": {}\n        }\n    ],\n    \"meta\": {\n        \"total_pages\": 8,\n        \"total_count\": 74,\n        \"project_counts\": {\n            \"1\": 20,\n            \"2\": 54\n        }\n    }\n}"}],"_postman_id":"ec1d489e-8678-4f49-a96a-fc01cf5c32fe"},{"name":"mark_as_read","event":[{"listen":"test","script":{"id":"a4f32d9a-c7a7-4d24-842a-cf3288fa734e","exec":[""],"type":"text/javascript"}}],"id":"369c5eb5-ec74-42bb-b8b5-0983505f78d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/notifications/:id/mark_as_read","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","notifications",":id","mark_as_read"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"c29a3610-e020-486f-9f62-d443d85ad911","type":"string","value":"{{_notification_id}}","key":"id"}]}},"response":[],"_postman_id":"369c5eb5-ec74-42bb-b8b5-0983505f78d2"},{"name":"mark_as_unread","id":"89467177-13bb-4f78-82ad-72ea35b55bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/notifications/:id/mark_as_unread","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","notifications",":id","mark_as_unread"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"2f0c55ea-a0f7-4c3e-849e-6296c2ac10f5","type":"any","value":"{{_notification_id}}","key":"id"}]}},"response":[],"_postman_id":"89467177-13bb-4f78-82ad-72ea35b55bd5"},{"name":"mark_all_as_read","id":"613f1cfd-1547-4e8a-8937-d9cac35ca2da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/notifications/mark_all_as_read","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","notifications","mark_all_as_read"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"613f1cfd-1547-4e8a-8937-d9cac35ca2da"}],"id":"f2a01fbe-a721-4f91-a589-0dfb2d754d8a","_postman_id":"f2a01fbe-a721-4f91-a589-0dfb2d754d8a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Email events","item":[{"name":"index","event":[{"listen":"test","script":{"id":"0d48c1e2-e822-4b57-9052-8ada6d7a9d33","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b4554352-d5dc-453c-8e3d-d8ff58e3c82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/email_events","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","email_events"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4554352-d5dc-453c-8e3d-d8ff58e3c82e"}],"id":"7bd3ab6f-e6ec-49df-8fab-d28011ddedd6","_postman_id":"7bd3ab6f-e6ec-49df-8fab-d28011ddedd6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Support","item":[{"name":"bootstrap","event":[{"listen":"prerequest","script":{"id":"99cd6723-035b-48a2-942f-8fe89d63cd1f","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"57f86e98-cab9-4988-9c8f-dc01f3a3232e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a649c6ae-755c-41d5-b413-018c65cb8fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/bootstrap","description":"<p>This request is used to initialize Prysmex's Ember application.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","bootstrap"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a649c6ae-755c-41d5-b413-018c65cb8fd6"},{"name":"event_logs","event":[{"listen":"prerequest","script":{"id":"99cd6723-035b-48a2-942f-8fe89d63cd1f","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"57f86e98-cab9-4988-9c8f-dc01f3a3232e","exec":["postman.setNextRequest(\"index_projects\");"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"db0803bb-2439-4839-92c2-1ad84deaf12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_logs\": [\n        {\n            \"log_trigger\": \"test\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/event_logs","description":"<p>This request is used to initialize Prysmex's Ember application.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","event_logs"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db0803bb-2439-4839-92c2-1ad84deaf12a"},{"name":"backend_messages","id":"22bfb0ca-f9ca-46ae-bfbc-5a90d68a86cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/backend_messages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","backend_messages"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22bfb0ca-f9ca-46ae-bfbc-5a90d68a86cf"},{"name":"search","id":"f03a50c8-8dc2-457c-a2d3-6db32bcbbb7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/search?q=report","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","search"],"host":["https://b.prysmex.com"],"query":[{"key":"q","value":"report"}],"variable":[]}},"response":[{"id":"342d074b-26d4-4435-8648-e802b767376c","name":"search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://b.prysmex.com/api/search?q=report","host":["https://b.prysmex.com"],"path":["api","search"],"query":[{"key":"q","value":"report"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"179ba654a89185877cef6ebd92188720\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ae59cdde-f5a9-4f0b-a930-267d7b4c2b78"},{"key":"X-Runtime","value":"0.227042"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"c5ed51579f2b64c2415b\",\n        \"original_id\": 212,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-07T12:21:02.763Z\"\n    },\n    {\n        \"id\": \"3ed315d934402c18d382\",\n        \"original_id\": 225,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-12T10:50:28.719Z\"\n    },\n    {\n        \"id\": \"5a9590bf96e2c9eb5d46\",\n        \"original_id\": 224,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-12T10:50:15.040Z\"\n    },\n    {\n        \"id\": \"7090b9a60c770e5e43b2\",\n        \"original_id\": 223,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-12T10:49:50.969Z\"\n    },\n    {\n        \"id\": \"46c6c46fc7048562cfab\",\n        \"original_id\": 221,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-12T10:30:33.955Z\"\n    },\n    {\n        \"id\": \"bcf704af2602e490eb18\",\n        \"original_id\": 220,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-12T10:24:57.261Z\"\n    },\n    {\n        \"id\": \"eb5528fb91c13c7027ce\",\n        \"original_id\": 217,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-08T17:04:31.668Z\"\n    },\n    {\n        \"id\": \"2c02470b1537cc9cae8e\",\n        \"original_id\": 215,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-08T16:51:42.387Z\"\n    },\n    {\n        \"id\": \"8addf1b2056c8db889cb\",\n        \"original_id\": 210,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-07T12:17:04.302Z\"\n    },\n    {\n        \"id\": \"9ff426650bebd1556f2b\",\n        \"original_id\": 209,\n        \"text\": \"Report\",\n        \"type\": \"report\",\n        \"created_at\": \"2021-07-07T12:13:38.628Z\"\n    }\n]"}],"_postman_id":"f03a50c8-8dc2-457c-a2d3-6db32bcbbb7b"}],"id":"24dbfa7b-8143-48ac-9aae-9254def6bd29","_postman_id":"24dbfa7b-8143-48ac-9aae-9254def6bd29","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Maps","item":[{"name":"reports","id":"6f3ed2ec-7c71-4bf8-aa2a-988fb6284cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"project.id\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/maps/reports","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","maps","reports"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f3ed2ec-7c71-4bf8-aa2a-988fb6284cf8"},{"name":"project_base_elements","id":"bad9c1d9-fd0c-4196-8911-b56e64e84e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/maps/project_base_elements/2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","maps","project_base_elements","2"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bad9c1d9-fd0c-4196-8911-b56e64e84e4e"}],"id":"7a9bbb06-f37e-4e8e-a44c-731c982a374c","_postman_id":"7a9bbb06-f37e-4e8e-a44c-731c982a374c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Utils","item":[{"name":"validation_schemas","id":"4b4c18c5-20ae-43c0-b28e-44e1ab289790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"models\": {\n        // \"role\": {\n        //     \"attributes\": [\"authorizations_config\"],\n        //     \"record_id\": 1\n        // },\n        \"client\": {\n            \"attributes\": [\"extra_info\"],\n            \"record_id\": 1\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/validation_schemas","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","validation_schemas"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b4c18c5-20ae-43c0-b28e-44e1ab289790"}],"id":"df5f0194-718b-47eb-bd35-5aad5485ca76","_postman_id":"df5f0194-718b-47eb-bd35-5aad5485ca76","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Webhook subscriptions","item":[{"name":"create","event":[{"listen":"test","script":{"id":"b52fe707-a17c-4a5b-95b9-8a915b2d0669","exec":["pm.environment.set(\"_webhook_subscription_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"40fe297a-651d-4159-a817-66015d6064d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"local-msi1qb\",\n        \"attributes\": {\n            \"description\": \"This is a webhook description that supports markdown\",\n            \"event-config\": {\n                \"report.create.complete\": {\n                    \"serializer_type\": \"jsonapi_flat\",\n                    \"serializer_config\": {\n                        \"fields\": {},\n                        \"include\": []\n                    },\n                    \"payload_filter\": {}\n                }\n            },\n            \"events\": [\n                \"report.create.complete\",\n                \"report.update.complete\"\n            ],\n            \"headers\": {},\n            \"is-active\": true,\n            \"name\": \"My webhook\",\n            \"request-config\": {},\n            \"url\": \"https://your-url.com\"\n        },\n        \"relationships\": {\n            // \"webhook-secret\": {\n            //     \"data\": {\n            //         \"id\": \"\",\n            //         \"type\": \"webhook-secrets\"\n            //     }\n            // },\n        },\n        \"type\": \"webhook-subscriptions\",\n        \"lid\": \"@ember-data:lid-webhook-subscription-local-msi1qb\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_subscriptions","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>location</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>is-hazardous</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>interior</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>natural-ventilation</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>moving-machinery</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>light-reflection-index</td>\n<td>float</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"40fe297a-651d-4159-a817-66015d6064d3"},{"name":"index","event":[{"listen":"test","script":{"id":"de2be639-a85f-4d46-93de-e6f13632a039","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4d6f2362-3fab-455a-b386-ad14ac9836bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"include\": [\"model_webhook_triggers\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d6f2362-3fab-455a-b386-ad14ac9836bb"},{"name":"show","event":[{"listen":"test","script":{"id":"e1617eb6-822e-43b4-a537-350f170447eb","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b00a38f0-d32e-439e-9039-102c71b7520e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/webhook_subscriptions/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_subscription_id}}","key":"id"}]}},"response":[],"_postman_id":"b00a38f0-d32e-439e-9039-102c71b7520e"},{"name":"update","event":[{"listen":"test","script":{"id":"49fcf745-9d35-4bd4-86f1-634f1a8a26c4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"00cf9958-a2b8-4d03-9689-e3cc4afa3f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"local-msi1qb\",\n        \"attributes\": {\n            \"description\": \"Some awesome description\"\n        },\n        \"type\": \"webhook-subscriptions\",\n        \"lid\": \"@ember-data:lid-webhook-subscription-local-msi1qb\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_subscriptions/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_subscription_id}}","key":"id"}]}},"response":[],"_postman_id":"00cf9958-a2b8-4d03-9689-e3cc4afa3f3b"},{"name":"destroy","id":"e2cc42e1-240e-44ac-8aaa-dddb6139c494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/webhook_subscriptions/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_subscription_id}}","key":"id"}]}},"response":[],"_postman_id":"e2cc42e1-240e-44ac-8aaa-dddb6139c494"},{"name":"reenable","event":[{"listen":"test","script":{"id":"49fcf745-9d35-4bd4-86f1-634f1a8a26c4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"214dda1a-6114-4928-b886-22c3bd07827c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_subscriptions/:id/reenable","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions",":id","reenable"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_subscription_id}}","key":"id"}]}},"response":[],"_postman_id":"214dda1a-6114-4928-b886-22c3bd07827c"},{"name":"preview_payload","event":[{"listen":"test","script":{"id":"49fcf745-9d35-4bd4-86f1-634f1a8a26c4","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8a1dcb85-5d34-4e7b-ba53-94dbfadbe842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"event_type\": \"report.create.complete\",\n    \"record_id\": 1\n    // \"event_config\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_subscriptions/:id/preview_payload","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions",":id","preview_payload"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_subscription_id}}","key":"id"}]}},"response":[],"_postman_id":"8a1dcb85-5d34-4e7b-ba53-94dbfadbe842"},{"name":"run_on_demand","event":[{"listen":"test","script":{"id":"49fcf745-9d35-4bd4-86f1-634f1a8a26c4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6e566e79-fdfe-4fd8-a263-d917606e4faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"model\": \"Report\",\n    \"record_id\": 6,\n    \"payload\": {\n        \"hey\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_subscriptions/:id/run_on_demand","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_subscriptions",":id","run_on_demand"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_subscription_id}}","key":"id"}]}},"response":[],"_postman_id":"6e566e79-fdfe-4fd8-a263-d917606e4faf"}],"id":"dad9047f-82ff-4a5a-ba0a-ba57b14aa413","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Client</code> it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"dad9047f-82ff-4a5a-ba0a-ba57b14aa413","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Webhook events","item":[{"name":"index","event":[{"listen":"test","script":{"id":"de2be639-a85f-4d46-93de-e6f13632a039","exec":[""],"type":"text/javascript","packages":{}}}],"id":"83707b4b-7bdf-46bb-b74c-dfd520d90bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/webhook_events","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_events"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"83707b4b-7bdf-46bb-b74c-dfd520d90bc7"},{"name":"show","event":[{"listen":"test","script":{"id":"e1617eb6-822e-43b4-a537-350f170447eb","exec":["postman.setNextRequest(\"update_zone\");"],"type":"text/javascript","packages":{}}}],"id":"4aa36724-0f46-4990-b706-2515433c3b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/webhook_events/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_events",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_event_id}}","key":"id"}]}},"response":[],"_postman_id":"4aa36724-0f46-4990-b706-2515433c3b9e"}],"id":"507bd5dd-d5b3-4729-9632-fc3e6b398beb","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Client</code> it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"507bd5dd-d5b3-4729-9632-fc3e6b398beb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Webhook deliveries","item":[{"name":"index","event":[{"listen":"test","script":{"id":"de2be639-a85f-4d46-93de-e6f13632a039","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f4c24c77-1673-4d78-b594-8c404b28d097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/webhook_deliveries","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_deliveries"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4c24c77-1673-4d78-b594-8c404b28d097"},{"name":"show","event":[{"listen":"test","script":{"id":"e1617eb6-822e-43b4-a537-350f170447eb","exec":["postman.setNextRequest(\"update_zone\");"],"type":"text/javascript","packages":{}}}],"id":"f98b94fc-9770-4110-aba6-5f0399ac3882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/webhook_deliveries/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_deliveries",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_deliveries_id}}","key":"id"}]}},"response":[],"_postman_id":"f98b94fc-9770-4110-aba6-5f0399ac3882"}],"id":"e8071918-b91e-4bb9-bc2c-b1eaa070ae88","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Client</code> it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e8071918-b91e-4bb9-bc2c-b1eaa070ae88","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Webhook secrets","item":[{"name":"create","event":[{"listen":"test","script":{"id":"b52fe707-a17c-4a5b-95b9-8a915b2d0669","exec":["pm.environment.set(\"_webhook_secret_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"19a5a326-5d28-456d-910a-d088d1ef0870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"local-af56la\",\n        \"attributes\": {\n            \"name\": \"Test\",\n            \"secret\": \"4d3311c5d40983f1649983d543609471fa767bc99e1c0a4e5b57e78127caba6a\"\n        },\n        \"type\": \"webhook-secrets\",\n        \"lid\": \"@ember-data:lid-webhook-secret-local-af56la\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_secrets","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>location</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>is-hazardous</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>interior</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>natural-ventilation</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>moving-machinery</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>light-reflection-index</td>\n<td>float</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_secrets"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19a5a326-5d28-456d-910a-d088d1ef0870"},{"name":"index","event":[{"listen":"test","script":{"id":"de2be639-a85f-4d46-93de-e6f13632a039","exec":[""],"type":"text/javascript","packages":{}}}],"id":"91dc69a7-8ac6-4684-8345-636bfe4680d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/webhook_secrets","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_secrets"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"91dc69a7-8ac6-4684-8345-636bfe4680d1"},{"name":"show","event":[{"listen":"test","script":{"id":"e1617eb6-822e-43b4-a537-350f170447eb","exec":[""],"type":"text/javascript","packages":{}}}],"id":"178f30cb-1260-4562-bdc6-f4d6e69c86a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/webhook_secrets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_secrets",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_secret_id}}","key":"id"}]}},"response":[],"_postman_id":"178f30cb-1260-4562-bdc6-f4d6e69c86a5"},{"name":"update","event":[{"listen":"test","script":{"id":"49fcf745-9d35-4bd4-86f1-634f1a8a26c4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f37059ba-5a7d-4ca2-adab-6e8160575080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhook-secrets\",\n        \"attributes\": {\n            \"Name\": \"Another name\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_secrets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_secrets",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_secret_id}}","key":"id"}]}},"response":[],"_postman_id":"f37059ba-5a7d-4ca2-adab-6e8160575080"},{"name":"destroy","id":"7078dd5b-2c67-4f0b-8f46-b086472b5e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/webhook_secrets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","webhook_secrets",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_webhook_secret_id}}","key":"id"}]}},"response":[],"_postman_id":"7078dd5b-2c67-4f0b-8f46-b086472b5e7b"}],"id":"c9757354-d833-403b-8c80-b9be382bfd3a","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Client</code> it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c9757354-d833-403b-8c80-b9be382bfd3a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Model webhook triggers","item":[{"name":"create","event":[{"listen":"test","script":{"id":"b52fe707-a17c-4a5b-95b9-8a915b2d0669","exec":["pm.environment.set(\"_model_webhook_trigger_id\", pm.response.json().data.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7c8c76ca-4b7a-4b05-9058-10c2ca99d7db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"local-ms51qb\",\n        \"attributes\": {\n            \"name\": \"Some name\",\n            \"model\": [\"Report\"],\n            \"is-active\": true,\n            \"display-properties\": {\n                \"label\": {\n                    \"es\": \"Hello\"\n                }\n            },\n            \"default-payload\": null,\n            \"payload-schema\": null,\n            \"description\": null\n        },\n        \"relationships\": {\n            \"webhook-subscription\": {\n                \"data\": {\n                    \"id\": 6,\n                    \"type\": \"webhook-subscriptions\"\n                }\n            }\n        },\n        \"type\": \"model-webhook-triggers\",\n        \"lid\": \"@ember-data:lid-model-webhook-trigger-local-ms51qb\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/model_webhook_triggers","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>location</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>is-hazardous</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>interior</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>natural-ventilation</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>moving-machinery</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>light-reflection-index</td>\n<td>float</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","model_webhook_triggers"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c8c76ca-4b7a-4b05-9058-10c2ca99d7db"},{"name":"index","event":[{"listen":"test","script":{"id":"de2be639-a85f-4d46-93de-e6f13632a039","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"933b640f-eaab-4015-b121-3f1547681401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"per\": 10,\n    \"page\": 1,\n    \"filters\": {\n        \"model\": [\"Report\"],\n        \"schema_template_ids\": [1,3]\n    }\n    // \"sort\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/model_webhook_triggers/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","model_webhook_triggers","search"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"933b640f-eaab-4015-b121-3f1547681401"},{"name":"show","event":[{"listen":"test","script":{"id":"e1617eb6-822e-43b4-a537-350f170447eb","exec":["postman.setNextRequest(\"update_zone\");"],"type":"text/javascript","packages":{}}}],"id":"811f56b8-81cc-47d5-b3fb-379fab2f81f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/model_webhook_triggers/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","model_webhook_triggers",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_model_webhook_trigger_id}}","key":"id"}]}},"response":[],"_postman_id":"811f56b8-81cc-47d5-b3fb-379fab2f81f0"},{"name":"update","event":[{"listen":"test","script":{"id":"49fcf745-9d35-4bd4-86f1-634f1a8a26c4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2ab8840d-7cac-46b4-88b3-4f22de5f8f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"local-msi1qb\",\n        \"attributes\": {\n            \"description\": \"Some awesome description\"\n        },\n        \"type\": \"webhook-subscriptions\",\n        \"lid\": \"@ember-data:lid-webhook-subscription-local-msi1qb\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/model_webhook_triggers/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","model_webhook_triggers",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_model_webhook_trigger_id}}","key":"id"}]}},"response":[],"_postman_id":"2ab8840d-7cac-46b4-88b3-4f22de5f8f5e"},{"name":"destroy","id":"a19b87e5-29c6-4b22-9f3e-682b68907e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://b.prysmex.com/api/model_webhook_triggers/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","model_webhook_triggers",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"string","value":"{{_model_webhook_trigger_id}}","key":"id"}]}},"response":[],"_postman_id":"a19b87e5-29c6-4b22-9f3e-682b68907e88"},{"name":"run","event":[{"listen":"test","script":{"id":"b52fe707-a17c-4a5b-95b9-8a915b2d0669","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bd610dee-fd19-44b0-9573-737274f17681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\": 6,\n    \"payload\": {\n        \"hey\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/model_webhook_triggers/:id/run","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>location</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>is-hazardous</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>interior</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>natural-ventilation</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>moving-machinery</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>light-reflection-index</td>\n<td>float</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","model_webhook_triggers",":id","run"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"{{_model_webhook_trigger_id}}","key":"id"}]}},"response":[],"_postman_id":"bd610dee-fd19-44b0-9573-737274f17681"},{"name":"bulk_verify_for_record","event":[{"listen":"test","script":{"id":"b52fe707-a17c-4a5b-95b9-8a915b2d0669","exec":[""],"type":"text/javascript","packages":{}}}],"id":"96cc8b05-82a7-419f-8b5d-e27fc212b258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"1\"],\n    \"model\": \"Report\",\n    \"record_id\": 6,\n    \"payload\": {\n        \"what\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/model_webhook_triggers/bulk_verify_for_record","description":"<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> *</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>location</strong> *</td>\n<td>json</td>\n</tr>\n<tr>\n<td>is-hazardous</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>interior</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>natural-ventilation</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>moving-machinery</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>light-reflection-index</td>\n<td>float</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"relationships\">Relationships</h2>\n<ul>\n<li><strong>project</strong> *</li>\n<li>workers</li>\n</ul>\n<p>*<strong>Required</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","model_webhook_triggers","bulk_verify_for_record"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"96cc8b05-82a7-419f-8b5d-e27fc212b258"}],"id":"7c560362-d11a-4a0f-a6f5-90db1a76e1d6","description":"<h1 id=\"attributes\">Attributes</h1>\n<h2 id=\"data-model\">Data Model</h2>\n<p>The following tables describe the attributes available for this model, divided into two categories: 📤 API-settable and 🔒 System-managed attributes.</p>\n<h3 id=\"📤-settable\">📤 Settable</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔒-system-managed\">🔒 System managed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong>*</td>\n<td>integer</td>\n<td></td>\n<td>Id of the <code>Client</code> it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>See <strong>Common Attributes</strong></p>\n<h1 id=\"🔗-relationships\">🔗 Relationships</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7c560362-d11a-4a0f-a6f5-90db1a76e1d6","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Tags","item":[{"name":"index","id":"b5078ba4-e928-414d-a767-8bf4fab7f121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/tags?search=seg","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","tags"],"host":["https://b.prysmex.com"],"query":[{"key":"search","value":"seg"}],"variable":[]}},"response":[],"_postman_id":"b5078ba4-e928-414d-a767-8bf4fab7f121"}],"id":"62a9a2a0-48ec-4a3e-aee8-e2e7b74795ed","_postman_id":"62a9a2a0-48ec-4a3e-aee8-e2e7b74795ed","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Kibana","item":[{"name":"saved_objects","id":"379b6ef1-5cc2-4143-8d9b-af4577a714fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/kibana/saved_objects?per=10&page=1&space=prysmex&type=dashboard","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","kibana","saved_objects"],"host":["https://b.prysmex.com"],"query":[{"key":"per","value":"10"},{"key":"page","value":"1"},{"key":"space","value":"prysmex"},{"key":"type","value":"dashboard"}],"variable":[]}},"response":[],"_postman_id":"379b6ef1-5cc2-4143-8d9b-af4577a714fa"}],"id":"8fe08e0a-f4bd-4660-8d68-ad4e9e5049ae","_postman_id":"8fe08e0a-f4bd-4660-8d68-ad4e9e5049ae","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"Public schema templates","item":[{"name":"import","id":"cad4a4dc-e01c-4e2a-b569-652ca88a1b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://b.prysmex.com/api/public_schema_templates/:id/import","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","public_schema_templates",":id","import"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"58b6b569-d720-4ce5-9cdd-78323fe9ea72","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"cad4a4dc-e01c-4e2a-b569-652ca88a1b8c"}],"id":"dc748f33-f925-4cd5-916a-9a0ea969493b","_postman_id":"dc748f33-f925-4cd5-916a-9a0ea969493b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"billing","item":[{"name":"Checkout session","event":[{"listen":"prerequest","script":{"id":"7500d7c0-d0f6-4198-9f34-77265f586b94","exec":["pm.request.headers.remove(\"Client-Subdomain\")"],"type":"text/javascript"}}],"id":"6d0d37fc-98f1-47ce-8c2f-64d1784d78a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"price_id\": \"price_1NV1LnJwhrNkNEurs3leeJgM\",\n    \"client_subdomain\": \"your-client-identifier\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/billing/checkout_session","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","billing","checkout_session"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d0d37fc-98f1-47ce-8c2f-64d1784d78a1"},{"name":"Teams pro checkout session","event":[{"listen":"prerequest","script":{"id":"7500d7c0-d0f6-4198-9f34-77265f586b94","exec":["pm.request.headers.remove(\"Client-Subdomain\")"],"type":"text/javascript"}}],"id":"53070635-bc75-4b2b-978a-590bd588d4c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"price_id\": \"price_1NXyj7JwhrNkNEurWLjPnSKP\",\n    \"client_subdomain\": \"your-client-identifier\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/billing/trial_pro_checkout_session","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","billing","trial_pro_checkout_session"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"53070635-bc75-4b2b-978a-590bd588d4c6"},{"name":"portal","event":[{"listen":"prerequest","script":{"id":"7500d7c0-d0f6-4198-9f34-77265f586b94","exec":["pm.request.headers.remove(\"Client-Subdomain\")"],"type":"text/javascript"}}],"id":"51c7c10c-2012-4b4e-8036-ca2b5dca4426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"price_id\": \"price_1NEEzGJwhrNkNEurIt7DfOsE\",\n    \"client_subdomain\": \"your-client-identifier\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/billing/portal","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","billing","portal"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"51c7c10c-2012-4b4e-8036-ca2b5dca4426"}],"id":"893caf8a-49f8-477e-90d4-649313f9307f","_postman_id":"893caf8a-49f8-477e-90d4-649313f9307f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"MultishardingClients","item":[{"name":"index","id":"adc0ac7e-f40a-4a27-bdb5-658f02aa2ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/multisharding_clients","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","multisharding_clients"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"per","value":"5"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"adc0ac7e-f40a-4a27-bdb5-658f02aa2ccc"},{"name":"index Copy","id":"e90fee9f-552c-40c3-ae36-239a50a870ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/multisharding_clients","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","multisharding_clients"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"per","value":"5"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e90fee9f-552c-40c3-ae36-239a50a870ea"}],"id":"42c28500-863d-45b8-b59d-e9e1c38d0cbf","_postman_id":"42c28500-863d-45b8-b59d-e9e1c38d0cbf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}}},{"name":"current_locations","id":"6159bf5c-add3-4a11-aeb2-686923fd60f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"project.id\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/current_locations","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","name":"Authenticated endpoints","type":"folder"}},"urlObject":{"path":["api","current_locations"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6159bf5c-add3-4a11-aeb2-686923fd60f8"}],"id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3","description":"<p>These endpoints require user authentication, go to <a href=\"https://developers.prysmex.com/#setup\">Setup</a> to create you ApiKey and set it on your collection to be able to access them.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a18fe5da-c934-43d4-97a3-4b9b873da917","type":"text/javascript","exec":["let multisharding_client = pm.environment.get(\"multisharding_client\")","","if (multisharding_client) {","    pm.request.headers.add({","        key: \"multisharding\",","        value: true","    });","","    pm.request.headers.remove(\"Client-Subdomain\")","    ","    pm.request.headers.add({","        key: \"Client-Subdomain\",","        value: multisharding_client","    });","}"]}},{"listen":"test","script":{"id":"4c5813e1-d912-42d2-94ca-82b648be2db5","type":"text/javascript","exec":[""]}}],"_postman_id":"6f0c2455-ea1f-49d0-b0b7-5e7be52434a3"},{"name":"Unauthenticated endpoints","item":[{"name":"Public schema templates","item":[{"name":"index","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":["pm.environment.set(\"public_schema_template_id\", pm.response.json().data[0].id);"],"type":"text/javascript"}}],"id":"3de833fb-3d27-46ee-9a02-d49e96098038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/public_schema_templates","urlObject":{"path":["api","public_schema_templates"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[{"id":"11f7a9db-44c9-4bd8-9fb9-66521328a16d","name":"index_public_schema_templates","originalRequest":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/public_schema_templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"c6cdec9dfb3e65680d69c8c88ac39186\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a1f17a45-69d1-4405-97a5-fc19b4c75a3c"},{"key":"X-Runtime","value":"0.158334"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"8\",\n            \"type\": \"public-schema-templates\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 2,\n                \"created-at\": \"2021-07-08T13:45:29.665Z\",\n                \"updated-at\": \"2021-07-08T13:45:29.665Z\",\n                \"shard\": \"prysmex\",\n                \"model-type\": \"InspectionSchemaTemplate\",\n                \"schema-template-id\": 26,\n                \"name\": \"Nueva inspección\",\n                \"name-translations\": {\n                    \"en\": \"New inspection\",\n                    \"es\": \"Nueva inspección\"\n                },\n                \"classification\": \"cleaning\",\n                \"description\": \"inspection\",\n                \"schema\": {\n                    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                    \"title\": \"\",\n                    \"type\": \"object\",\n                    \"required\": [],\n                    \"definitions\": {\n                        \"89889yds4diqak8cssqkg6154881\": {\n                            \"isResponseSet\": true,\n                            \"type\": \"string\",\n                            \"anyOf\": [\n                                {\n                                    \"type\": \"string\",\n                                    \"const\": \"response-5zsynsex28hq77cy0msho3hj6998\",\n                                    \"displayProperties\": {\n                                        \"i18n\": {\n                                            \"es\": \"Respuesta A\",\n                                            \"en\": \"Response A\"\n                                        },\n                                        \"color\": \"#333333\"\n                                    },\n                                    \"enableScore\": true,\n                                    \"failed\": false,\n                                    \"score\": 1\n                                },\n                                {\n                                    \"type\": \"string\",\n                                    \"const\": \"response-nmx060jqypqen2aj1ll2d6108092\",\n                                    \"displayProperties\": {\n                                        \"i18n\": {\n                                            \"es\": \"Respuesta B\",\n                                            \"en\": \"Response B\"\n                                        },\n                                        \"color\": \"#333333\"\n                                    },\n                                    \"enableScore\": true,\n                                    \"failed\": false,\n                                    \"score\": 3\n                                }\n                            ]\n                        }\n                    },\n                    \"properties\": {\n                        \"texto8768\": {\n                            \"$id\": \"#/properties/texto8768\",\n                            \"title\": \"texto8768\",\n                            \"type\": \"string\",\n                            \"displayProperties\": {\n                                \"i18n\": {\n                                    \"label\": {\n                                        \"es\": \"Texto\",\n                                        \"en\": \"Text\"\n                                    }\n                                },\n                                \"visibility\": {\n                                    \"label\": true\n                                },\n                                \"textarea\": true,\n                                \"pictures\": [],\n                                \"sort\": 0,\n                                \"hidden\": false\n                            },\n                            \"extra\": [\n                                \"actions\",\n                                \"failed\",\n                                \"notes\",\n                                \"pictures\",\n                                \"score\"\n                            ],\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"date5976\": {\n                            \"$id\": \"#/properties/date5976\",\n                            \"title\": \"date5976\",\n                            \"type\": \"string\",\n                            \"displayProperties\": {\n                                \"i18n\": {\n                                    \"label\": {\n                                        \"es\": \"Date\",\n                                        \"en\": \"Date\"\n                                    }\n                                },\n                                \"visibility\": {\n                                    \"label\": true\n                                },\n                                \"pictures\": [],\n                                \"sort\": 1,\n                                \"hidden\": false\n                            },\n                            \"format\": \"date-time\",\n                            \"extra\": [\n                                \"actions\",\n                                \"failed\",\n                                \"notes\",\n                                \"pictures\",\n                                \"score\"\n                            ],\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"number8380\": {\n                            \"$id\": \"#/properties/number8380\",\n                            \"title\": \"number8380\",\n                            \"type\": \"number\",\n                            \"displayProperties\": {\n                                \"i18n\": {\n                                    \"label\": {\n                                        \"es\": \"Number\",\n                                        \"en\": \"Number\"\n                                    }\n                                },\n                                \"visibility\": {\n                                    \"label\": true\n                                },\n                                \"pictures\": [],\n                                \"sort\": 2,\n                                \"hidden\": false\n                            },\n                            \"extra\": [\n                                \"actions\",\n                                \"failed\",\n                                \"notes\",\n                                \"pictures\",\n                                \"score\"\n                            ],\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"dropdown6734\": {\n                            \"$id\": \"#/properties/dropdown6734\",\n                            \"title\": \"dropdown6734\",\n                            \"displayProperties\": {\n                                \"i18n\": {\n                                    \"label\": {\n                                        \"es\": \"Lista\",\n                                        \"en\": \"Dropdown\"\n                                    }\n                                },\n                                \"visibility\": {\n                                    \"label\": true\n                                },\n                                \"pictures\": [],\n                                \"isSelect\": true,\n                                \"sort\": 3,\n                                \"hidden\": false\n                            },\n                            \"$ref\": \"#/definitions/89889yds4diqak8cssqkg6154881\",\n                            \"extra\": [\n                                \"actions\",\n                                \"failed\",\n                                \"notes\",\n                                \"pictures\",\n                                \"score\"\n                            ],\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"checkbox1738\": {\n                            \"$id\": \"#/properties/checkbox1738\",\n                            \"title\": \"checkbox1738\",\n                            \"type\": \"array\",\n                            \"displayProperties\": {\n                                \"i18n\": {\n                                    \"label\": {\n                                        \"es\": \"Casilla\",\n                                        \"en\": \"Checkbox\"\n                                    }\n                                },\n                                \"visibility\": {\n                                    \"label\": true\n                                },\n                                \"pictures\": [],\n                                \"sort\": 4,\n                                \"hidden\": false\n                            },\n                            \"uniqueItems\": true,\n                            \"items\": {\n                                \"$ref\": \"#/definitions/89889yds4diqak8cssqkg6154881\"\n                            },\n                            \"extra\": [\n                                \"actions\",\n                                \"failed\",\n                                \"notes\",\n                                \"pictures\",\n                                \"score\"\n                            ],\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"slider3448\": {\n                            \"$id\": \"#/properties/slider3448\",\n                            \"title\": \"slider3448\",\n                            \"type\": \"number\",\n                            \"displayProperties\": {\n                                \"i18n\": {\n                                    \"label\": {\n                                        \"es\": \"Deslizador\",\n                                        \"en\": \"Slider\"\n                                    },\n                                    \"enum\": {\n                                        \"en\": {\n                                            \"0\": \"0\",\n                                            \"2\": \"2\",\n                                            \"4\": \"4\",\n                                            \"6\": \"6\",\n                                            \"8\": \"8\",\n                                            \"10\": \"10\"\n                                        },\n                                        \"es\": {\n                                            \"0\": \"0\",\n                                            \"2\": \"2\",\n                                            \"4\": \"4\",\n                                            \"6\": \"6\",\n                                            \"8\": \"8\",\n                                            \"10\": \"19\"\n                                        }\n                                    }\n                                },\n                                \"visibility\": {\n                                    \"label\": true\n                                },\n                                \"useSlider\": true,\n                                \"pictures\": [],\n                                \"sort\": 5,\n                                \"hidden\": false\n                            },\n                            \"enum\": [\n                                0,\n                                2,\n                                4,\n                                6,\n                                8,\n                                10\n                            ],\n                            \"extra\": [\n                                \"actions\",\n                                \"failed\",\n                                \"notes\",\n                                \"pictures\",\n                                \"score\"\n                            ],\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"info6183\": {\n                            \"$id\": \"#/properties/info6183\",\n                            \"title\": \"info6183\",\n                            \"type\": \"null\",\n                            \"displayProperties\": {\n                                \"i18n\": {\n                                    \"label\": {\n                                        \"es\": \"Info\",\n                                        \"en\": \"Info\"\n                                    }\n                                },\n                                \"visibility\": {\n                                    \"label\": true\n                                },\n                                \"kind\": \"positive\",\n                                \"useInfo\": true,\n                                \"pictures\": [],\n                                \"icon\": \"info\",\n                                \"sort\": 6,\n                                \"hidden\": false\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        }\n                    },\n                    \"schemaFormVersion\": \"1.0.0\",\n                    \"allOf\": [],\n                    \"availableLocales\": [\n                        \"en\",\n                        \"es\"\n                    ],\n                    \"maxScore\": 17\n                },\n                \"shared-at\": \"2021-07-08T13:45:29.661Z\",\n                \"downloads\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"workers\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"type\": \"public-schema-templates\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2021-05-24T20:48:07.649Z\",\n                \"updated-at\": \"2021-07-08T12:22:58.756Z\",\n                \"shard\": \"prysmex\",\n                \"model-type\": \"ReportSchemaTemplate\",\n                \"schema-template-id\": 11,\n                \"name\": \"Condicion Insegura\",\n                \"name-translations\": {\n                    \"es\": \"Condicion Insegura\",\n                    \"en\": \"UnsafeConditionReport\"\n                },\n                \"classification\": \"government\",\n                \"description\": \"Ad expedita dignissimos veniam optio iure. Nam voluptas aut omnis asperiores officia magnam.\",\n                \"schema\": {\n                    \"$id\": \"http://example.com/example.json\",\n                    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                    \"type\": \"object\",\n                    \"title\": \"Report\",\n                    \"schemaFormVersion\": \"3.0.0\",\n                    \"required\": [],\n                    \"properties\": {\n                        \"pictures\": {\n                            \"$id\": \"#/properties/pictures\",\n                            \"type\": \"null\",\n                            \"title\": \"Pictures\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 0\n                            }\n                        },\n                        \"description\": {\n                            \"$id\": \"#/properties/description\",\n                            \"type\": \"null\",\n                            \"title\": \"Description\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 1\n                            }\n                        },\n                        \"workers\": {\n                            \"$id\": \"#/properties/workers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 2\n                            }\n                        },\n                        \"reviewer\": {\n                            \"$id\": \"#/properties/reviewer\",\n                            \"type\": \"null\",\n                            \"title\": \"Reviewer\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 3\n                            }\n                        },\n                        \"assignedWorkers\": {\n                            \"$id\": \"#/properties/assignedWorkers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 4\n                            }\n                        },\n                        \"riskAssessment\": {\n                            \"$id\": \"#/properties/riskAssessment\",\n                            \"type\": \"null\",\n                            \"title\": \"Risk assessment\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 5\n                            }\n                        },\n                        \"priority\": {\n                            \"$id\": \"#/properties/priority\",\n                            \"type\": \"null\",\n                            \"title\": \"Priority\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 6,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"occurrenceTime\": {\n                            \"$id\": \"#/properties/occurrenceTime\",\n                            \"type\": \"null\",\n                            \"title\": \"Occurence time\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 7,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"dueAt\": {\n                            \"$id\": \"#/properties/dueAt\",\n                            \"type\": \"null\",\n                            \"title\": \"Due at\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 8\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"financialData\": {\n                            \"$id\": \"#/properties/financialData\",\n                            \"type\": \"null\",\n                            \"title\": \"Financial Data\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 9,\n                                \"hideOnCreate\": true\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"requiredInspectionSchemaTemplate\": {\n                            \"$id\": \"#/properties/requiredInspectionSchemaTemplate\",\n                            \"type\": \"null\",\n                            \"title\": \"Required Inspection Schema Template\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 10\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        }\n                    },\n                    \"definitions\": {},\n                    \"allOf\": [],\n                    \"availableLocales\": [\n                        \"en\",\n                        \"es\"\n                    ]\n                },\n                \"shared-at\": \"2021-05-24T20:48:07.643Z\",\n                \"downloads\": 1\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"workers\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"type\": \"public-schema-templates\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2021-05-24T20:48:07.493Z\",\n                \"updated-at\": \"2021-05-24T20:48:07.493Z\",\n                \"shard\": \"prysmex\",\n                \"model-type\": \"ReportSchemaTemplate\",\n                \"schema-template-id\": 9,\n                \"name\": \"Acto Inseguro\",\n                \"name-translations\": {\n                    \"es\": \"Acto Inseguro\",\n                    \"en\": \"UnsafeActReport\"\n                },\n                \"classification\": \"maritime\",\n                \"description\": \"Vel mollitia est dolore debitis totam culpa eum nobis. Quos enim tempore ut voluptatem architecto consectetur adipisci. Est omnis aliquam eveniet deleniti aliquid qui ratione.\",\n                \"schema\": {\n                    \"$id\": \"http://example.com/example.json\",\n                    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                    \"type\": \"object\",\n                    \"title\": \"Report\",\n                    \"schemaFormVersion\": \"3.0.0\",\n                    \"required\": [],\n                    \"properties\": {\n                        \"pictures\": {\n                            \"$id\": \"#/properties/pictures\",\n                            \"type\": \"null\",\n                            \"title\": \"Pictures\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 0\n                            }\n                        },\n                        \"description\": {\n                            \"$id\": \"#/properties/description\",\n                            \"type\": \"null\",\n                            \"title\": \"Description\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 1\n                            }\n                        },\n                        \"workers\": {\n                            \"$id\": \"#/properties/workers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 2\n                            }\n                        },\n                        \"reviewer\": {\n                            \"$id\": \"#/properties/reviewer\",\n                            \"type\": \"null\",\n                            \"title\": \"Reviewer\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 3\n                            }\n                        },\n                        \"assignedWorkers\": {\n                            \"$id\": \"#/properties/assignedWorkers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 4\n                            }\n                        },\n                        \"riskAssessment\": {\n                            \"$id\": \"#/properties/riskAssessment\",\n                            \"type\": \"null\",\n                            \"title\": \"Risk assessment\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 5\n                            }\n                        },\n                        \"priority\": {\n                            \"$id\": \"#/properties/priority\",\n                            \"type\": \"null\",\n                            \"title\": \"Priority\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 6,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"occurrenceTime\": {\n                            \"$id\": \"#/properties/occurrenceTime\",\n                            \"type\": \"null\",\n                            \"title\": \"Occurence time\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 7,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"dueAt\": {\n                            \"$id\": \"#/properties/dueAt\",\n                            \"type\": \"null\",\n                            \"title\": \"Due at\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 8\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"financialData\": {\n                            \"$id\": \"#/properties/financialData\",\n                            \"type\": \"null\",\n                            \"title\": \"Financial Data\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 9,\n                                \"hideOnCreate\": true\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"requiredInspectionSchemaTemplate\": {\n                            \"$id\": \"#/properties/requiredInspectionSchemaTemplate\",\n                            \"type\": \"null\",\n                            \"title\": \"Required Inspection Schema Template\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 10\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        }\n                    },\n                    \"definitions\": {},\n                    \"allOf\": [],\n                    \"availableLocales\": [\n                        \"en\",\n                        \"es\"\n                    ]\n                },\n                \"shared-at\": \"2021-05-24T20:48:07.489Z\",\n                \"downloads\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"workers\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"type\": \"public-schema-templates\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2021-05-24T20:48:07.347Z\",\n                \"updated-at\": \"2021-05-24T20:48:07.347Z\",\n                \"shard\": \"prysmex\",\n                \"model-type\": \"ReportSchemaTemplate\",\n                \"schema-template-id\": 7,\n                \"name\": \"Incidente\",\n                \"name-translations\": {\n                    \"es\": \"Incidente\",\n                    \"en\": \"NearMissReport\"\n                },\n                \"classification\": \"maritime\",\n                \"description\": \"Natus qui voluptas autem in unde blanditiis. Numquam maxime esse eum quae optio laudantium vel magnam. Sed saepe rerum rerum occaecati dolorum quae aut.\",\n                \"schema\": {\n                    \"$id\": \"http://example.com/example.json\",\n                    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                    \"type\": \"object\",\n                    \"title\": \"Report\",\n                    \"schemaFormVersion\": \"3.0.0\",\n                    \"required\": [],\n                    \"properties\": {\n                        \"pictures\": {\n                            \"$id\": \"#/properties/pictures\",\n                            \"type\": \"null\",\n                            \"title\": \"Pictures\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 0\n                            }\n                        },\n                        \"description\": {\n                            \"$id\": \"#/properties/description\",\n                            \"type\": \"null\",\n                            \"title\": \"Description\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 1\n                            }\n                        },\n                        \"workers\": {\n                            \"$id\": \"#/properties/workers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 2\n                            }\n                        },\n                        \"reviewer\": {\n                            \"$id\": \"#/properties/reviewer\",\n                            \"type\": \"null\",\n                            \"title\": \"Reviewer\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 3\n                            }\n                        },\n                        \"assignedWorkers\": {\n                            \"$id\": \"#/properties/assignedWorkers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 4\n                            }\n                        },\n                        \"riskAssessment\": {\n                            \"$id\": \"#/properties/riskAssessment\",\n                            \"type\": \"null\",\n                            \"title\": \"Risk assessment\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 5\n                            }\n                        },\n                        \"priority\": {\n                            \"$id\": \"#/properties/priority\",\n                            \"type\": \"null\",\n                            \"title\": \"Priority\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 6,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"occurrenceTime\": {\n                            \"$id\": \"#/properties/occurrenceTime\",\n                            \"type\": \"null\",\n                            \"title\": \"Occurence time\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 7,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"dueAt\": {\n                            \"$id\": \"#/properties/dueAt\",\n                            \"type\": \"null\",\n                            \"title\": \"Due at\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 8\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"financialData\": {\n                            \"$id\": \"#/properties/financialData\",\n                            \"type\": \"null\",\n                            \"title\": \"Financial Data\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 9,\n                                \"hideOnCreate\": true\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"requiredInspectionSchemaTemplate\": {\n                            \"$id\": \"#/properties/requiredInspectionSchemaTemplate\",\n                            \"type\": \"null\",\n                            \"title\": \"Required Inspection Schema Template\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 10\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        }\n                    },\n                    \"definitions\": {},\n                    \"allOf\": [],\n                    \"availableLocales\": [\n                        \"en\",\n                        \"es\"\n                    ]\n                },\n                \"shared-at\": \"2021-05-24T20:48:07.341Z\",\n                \"downloads\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"workers\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"public-schema-templates\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2021-05-24T20:48:07.189Z\",\n                \"updated-at\": \"2021-05-24T20:48:07.189Z\",\n                \"shard\": \"prysmex\",\n                \"model-type\": \"ReportSchemaTemplate\",\n                \"schema-template-id\": 5,\n                \"name\": \"Mantenimiento\",\n                \"name-translations\": {\n                    \"es\": \"Mantenimiento\",\n                    \"en\": \"MaintenanceReport\"\n                },\n                \"classification\": \"maritime\",\n                \"description\": \"Distinctio officiis quasi veritatis et et molestiae est dicta. Libero aliquam error iste consequuntur at. Et ipsa aliquid iste reprehenderit.\",\n                \"schema\": {\n                    \"$id\": \"http://example.com/example.json\",\n                    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                    \"type\": \"object\",\n                    \"title\": \"Report\",\n                    \"schemaFormVersion\": \"3.0.0\",\n                    \"required\": [],\n                    \"properties\": {\n                        \"pictures\": {\n                            \"$id\": \"#/properties/pictures\",\n                            \"type\": \"null\",\n                            \"title\": \"Pictures\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 0\n                            }\n                        },\n                        \"description\": {\n                            \"$id\": \"#/properties/description\",\n                            \"type\": \"null\",\n                            \"title\": \"Description\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 1\n                            }\n                        },\n                        \"workers\": {\n                            \"$id\": \"#/properties/workers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 2\n                            }\n                        },\n                        \"reviewer\": {\n                            \"$id\": \"#/properties/reviewer\",\n                            \"type\": \"null\",\n                            \"title\": \"Reviewer\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 3\n                            }\n                        },\n                        \"assignedWorkers\": {\n                            \"$id\": \"#/properties/assignedWorkers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 4\n                            }\n                        },\n                        \"riskAssessment\": {\n                            \"$id\": \"#/properties/riskAssessment\",\n                            \"type\": \"null\",\n                            \"title\": \"Risk assessment\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 5\n                            }\n                        },\n                        \"priority\": {\n                            \"$id\": \"#/properties/priority\",\n                            \"type\": \"null\",\n                            \"title\": \"Priority\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 6,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"occurrenceTime\": {\n                            \"$id\": \"#/properties/occurrenceTime\",\n                            \"type\": \"null\",\n                            \"title\": \"Occurence time\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 7,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"dueAt\": {\n                            \"$id\": \"#/properties/dueAt\",\n                            \"type\": \"null\",\n                            \"title\": \"Due at\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 8\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"financialData\": {\n                            \"$id\": \"#/properties/financialData\",\n                            \"type\": \"null\",\n                            \"title\": \"Financial Data\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 9,\n                                \"hideOnCreate\": true\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"requiredInspectionSchemaTemplate\": {\n                            \"$id\": \"#/properties/requiredInspectionSchemaTemplate\",\n                            \"type\": \"null\",\n                            \"title\": \"Required Inspection Schema Template\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 10\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        }\n                    },\n                    \"definitions\": {},\n                    \"allOf\": [],\n                    \"availableLocales\": [\n                        \"en\",\n                        \"es\"\n                    ]\n                },\n                \"shared-at\": \"2021-05-24T20:48:07.156Z\",\n                \"downloads\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"workers\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"public-schema-templates\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2021-05-24T20:48:06.999Z\",\n                \"updated-at\": \"2021-05-24T20:48:06.999Z\",\n                \"shard\": \"prysmex\",\n                \"model-type\": \"ReportSchemaTemplate\",\n                \"schema-template-id\": 3,\n                \"name\": \"Accidente\",\n                \"name-translations\": {\n                    \"es\": \"Accidente\",\n                    \"en\": \"AccidentReport\"\n                },\n                \"classification\": \"professional_services\",\n                \"description\": \"Cupiditate voluptates voluptatem consequatur minima nihil voluptatem sint.\",\n                \"schema\": {\n                    \"$id\": \"http://example.com/example.json\",\n                    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                    \"type\": \"object\",\n                    \"title\": \"Report\",\n                    \"schemaFormVersion\": \"3.0.0\",\n                    \"required\": [],\n                    \"properties\": {\n                        \"pictures\": {\n                            \"$id\": \"#/properties/pictures\",\n                            \"type\": \"null\",\n                            \"title\": \"Pictures\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 0\n                            }\n                        },\n                        \"description\": {\n                            \"$id\": \"#/properties/description\",\n                            \"type\": \"null\",\n                            \"title\": \"Description\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 1\n                            }\n                        },\n                        \"workers\": {\n                            \"$id\": \"#/properties/workers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 2\n                            }\n                        },\n                        \"reviewer\": {\n                            \"$id\": \"#/properties/reviewer\",\n                            \"type\": \"null\",\n                            \"title\": \"Reviewer\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 3\n                            }\n                        },\n                        \"assignedWorkers\": {\n                            \"$id\": \"#/properties/assignedWorkers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 4\n                            }\n                        },\n                        \"riskAssessment\": {\n                            \"$id\": \"#/properties/riskAssessment\",\n                            \"type\": \"null\",\n                            \"title\": \"Risk assessment\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 5\n                            }\n                        },\n                        \"priority\": {\n                            \"$id\": \"#/properties/priority\",\n                            \"type\": \"null\",\n                            \"title\": \"Priority\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 6,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"occurrenceTime\": {\n                            \"$id\": \"#/properties/occurrenceTime\",\n                            \"type\": \"null\",\n                            \"title\": \"Occurence time\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 7,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"dueAt\": {\n                            \"$id\": \"#/properties/dueAt\",\n                            \"type\": \"null\",\n                            \"title\": \"Due at\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 8\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"financialData\": {\n                            \"$id\": \"#/properties/financialData\",\n                            \"type\": \"null\",\n                            \"title\": \"Financial Data\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 9,\n                                \"hideOnCreate\": true\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"requiredInspectionSchemaTemplate\": {\n                            \"$id\": \"#/properties/requiredInspectionSchemaTemplate\",\n                            \"type\": \"null\",\n                            \"title\": \"Required Inspection Schema Template\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 10\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        }\n                    },\n                    \"definitions\": {},\n                    \"allOf\": [],\n                    \"availableLocales\": [\n                        \"en\",\n                        \"es\"\n                    ]\n                },\n                \"shared-at\": \"2021-05-24T20:48:06.995Z\",\n                \"downloads\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"workers\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"public-schema-templates\",\n            \"attributes\": {\n                \"client-id\": 1,\n                \"created-by-id\": 1,\n                \"created-at\": \"2021-05-24T20:48:06.809Z\",\n                \"updated-at\": \"2021-05-24T20:48:06.809Z\",\n                \"shard\": \"prysmex\",\n                \"model-type\": \"ReportSchemaTemplate\",\n                \"schema-template-id\": 1,\n                \"name\": \"Mejora\",\n                \"name-translations\": {\n                    \"es\": \"Mejora\",\n                    \"en\": \"ImprovementReport\"\n                },\n                \"classification\": \"mining_and_metals\",\n                \"description\": \"Non quia quibusdam similique autem facilis optio assumenda voluptas. Blanditiis voluptatibus esse alias quis.\",\n                \"schema\": {\n                    \"$id\": \"http://example.com/example.json\",\n                    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                    \"type\": \"object\",\n                    \"title\": \"Report\",\n                    \"schemaFormVersion\": \"3.0.0\",\n                    \"required\": [],\n                    \"properties\": {\n                        \"pictures\": {\n                            \"$id\": \"#/properties/pictures\",\n                            \"type\": \"null\",\n                            \"title\": \"Pictures\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 0\n                            }\n                        },\n                        \"description\": {\n                            \"$id\": \"#/properties/description\",\n                            \"type\": \"null\",\n                            \"title\": \"Description\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 1\n                            }\n                        },\n                        \"workers\": {\n                            \"$id\": \"#/properties/workers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 2\n                            }\n                        },\n                        \"reviewer\": {\n                            \"$id\": \"#/properties/reviewer\",\n                            \"type\": \"null\",\n                            \"title\": \"Reviewer\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 3\n                            }\n                        },\n                        \"assignedWorkers\": {\n                            \"$id\": \"#/properties/assignedWorkers\",\n                            \"type\": \"null\",\n                            \"title\": \"Workers\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 4\n                            }\n                        },\n                        \"riskAssessment\": {\n                            \"$id\": \"#/properties/riskAssessment\",\n                            \"type\": \"null\",\n                            \"title\": \"Risk assessment\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 5\n                            }\n                        },\n                        \"priority\": {\n                            \"$id\": \"#/properties/priority\",\n                            \"type\": \"null\",\n                            \"title\": \"Priority\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 6,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"occurrenceTime\": {\n                            \"$id\": \"#/properties/occurrenceTime\",\n                            \"type\": \"null\",\n                            \"title\": \"Occurence time\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 7,\n                                \"hideOnCreate\": true\n                            }\n                        },\n                        \"dueAt\": {\n                            \"$id\": \"#/properties/dueAt\",\n                            \"type\": \"null\",\n                            \"title\": \"Due at\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 8\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"financialData\": {\n                            \"$id\": \"#/properties/financialData\",\n                            \"type\": \"null\",\n                            \"title\": \"Financial Data\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 9,\n                                \"hideOnCreate\": true\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        },\n                        \"requiredInspectionSchemaTemplate\": {\n                            \"$id\": \"#/properties/requiredInspectionSchemaTemplate\",\n                            \"type\": \"null\",\n                            \"title\": \"Required Inspection Schema Template\",\n                            \"static\": true,\n                            \"displayProperties\": {\n                                \"sort\": 10\n                            },\n                            \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                        }\n                    },\n                    \"definitions\": {},\n                    \"allOf\": [],\n                    \"availableLocales\": [\n                        \"en\",\n                        \"es\"\n                    ]\n                },\n                \"shared-at\": \"2021-05-24T20:48:06.803Z\",\n                \"downloads\": 0\n            },\n            \"relationships\": {\n                \"created-by\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"workers\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"3de833fb-3d27-46ee-9a02-d49e96098038"},{"name":"suggestions","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":[""],"type":"text/javascript"}}],"id":"36e9e141-07fd-4e90-b7dd-c9b5650bb45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/public_schema_templates/suggestions","urlObject":{"path":["api","public_schema_templates","suggestions"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36e9e141-07fd-4e90-b7dd-c9b5650bb45d"},{"name":"show","id":"7289e0fc-818c-4b99-a907-3b97247ebfec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/public_schema_templates/:id","urlObject":{"path":["api","public_schema_templates",":id"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"id":"6a54faa9-bcb3-4443-83bc-13b6909901be","type":"any","value":"{{public_schema_template_id}}","key":"id"}]}},"response":[{"id":"ba7331f9-0904-47dd-a2b9-828829ac15bc","name":"show_public_schema_template","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://b.prysmex.com/api/public_schema_templates/:id","host":["https://b.prysmex.com"],"path":["api","public_schema_templates",":id"],"variable":[{"key":"id","value":"{{public_schema_template_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"7584251a296401fc366213779d880e58\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"09996067-fd9a-4f17-b092-8bc91bd28025"},{"key":"X-Runtime","value":"0.053932"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"8\",\n        \"type\": \"public-schema-templates\",\n        \"attributes\": {\n            \"client-id\": 1,\n            \"created-by-id\": 2,\n            \"created-at\": \"2021-07-08T13:45:29.665Z\",\n            \"updated-at\": \"2021-07-08T13:45:29.665Z\",\n            \"shard\": \"prysmex\",\n            \"model-type\": \"InspectionSchemaTemplate\",\n            \"schema-template-id\": 26,\n            \"name\": \"Nueva inspección\",\n            \"name-translations\": {\n                \"en\": \"New inspection\",\n                \"es\": \"Nueva inspección\"\n            },\n            \"classification\": \"cleaning\",\n            \"description\": \"inspection\",\n            \"schema\": {\n                \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n                \"title\": \"\",\n                \"type\": \"object\",\n                \"required\": [],\n                \"definitions\": {\n                    \"89889yds4diqak8cssqkg6154881\": {\n                        \"isResponseSet\": true,\n                        \"type\": \"string\",\n                        \"anyOf\": [\n                            {\n                                \"type\": \"string\",\n                                \"const\": \"response-5zsynsex28hq77cy0msho3hj6998\",\n                                \"displayProperties\": {\n                                    \"i18n\": {\n                                        \"es\": \"Respuesta A\",\n                                        \"en\": \"Response A\"\n                                    },\n                                    \"color\": \"#333333\"\n                                },\n                                \"enableScore\": true,\n                                \"failed\": false,\n                                \"score\": 1\n                            },\n                            {\n                                \"type\": \"string\",\n                                \"const\": \"response-nmx060jqypqen2aj1ll2d6108092\",\n                                \"displayProperties\": {\n                                    \"i18n\": {\n                                        \"es\": \"Respuesta B\",\n                                        \"en\": \"Response B\"\n                                    },\n                                    \"color\": \"#333333\"\n                                },\n                                \"enableScore\": true,\n                                \"failed\": false,\n                                \"score\": 3\n                            }\n                        ]\n                    }\n                },\n                \"properties\": {\n                    \"texto8768\": {\n                        \"$id\": \"#/properties/texto8768\",\n                        \"title\": \"texto8768\",\n                        \"type\": \"string\",\n                        \"displayProperties\": {\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Texto\",\n                                    \"en\": \"Text\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"textarea\": true,\n                            \"pictures\": [],\n                            \"sort\": 0,\n                            \"hidden\": false\n                        },\n                        \"extra\": [\n                            \"actions\",\n                            \"failed\",\n                            \"notes\",\n                            \"pictures\",\n                            \"score\"\n                        ],\n                        \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                    },\n                    \"date5976\": {\n                        \"$id\": \"#/properties/date5976\",\n                        \"title\": \"date5976\",\n                        \"type\": \"string\",\n                        \"displayProperties\": {\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Date\",\n                                    \"en\": \"Date\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"pictures\": [],\n                            \"sort\": 1,\n                            \"hidden\": false\n                        },\n                        \"format\": \"date-time\",\n                        \"extra\": [\n                            \"actions\",\n                            \"failed\",\n                            \"notes\",\n                            \"pictures\",\n                            \"score\"\n                        ],\n                        \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                    },\n                    \"number8380\": {\n                        \"$id\": \"#/properties/number8380\",\n                        \"title\": \"number8380\",\n                        \"type\": \"number\",\n                        \"displayProperties\": {\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Number\",\n                                    \"en\": \"Number\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"pictures\": [],\n                            \"sort\": 2,\n                            \"hidden\": false\n                        },\n                        \"extra\": [\n                            \"actions\",\n                            \"failed\",\n                            \"notes\",\n                            \"pictures\",\n                            \"score\"\n                        ],\n                        \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                    },\n                    \"dropdown6734\": {\n                        \"$id\": \"#/properties/dropdown6734\",\n                        \"title\": \"dropdown6734\",\n                        \"displayProperties\": {\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Lista\",\n                                    \"en\": \"Dropdown\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"pictures\": [],\n                            \"isSelect\": true,\n                            \"sort\": 3,\n                            \"hidden\": false\n                        },\n                        \"$ref\": \"#/definitions/89889yds4diqak8cssqkg6154881\",\n                        \"extra\": [\n                            \"actions\",\n                            \"failed\",\n                            \"notes\",\n                            \"pictures\",\n                            \"score\"\n                        ],\n                        \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                    },\n                    \"checkbox1738\": {\n                        \"$id\": \"#/properties/checkbox1738\",\n                        \"title\": \"checkbox1738\",\n                        \"type\": \"array\",\n                        \"displayProperties\": {\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Casilla\",\n                                    \"en\": \"Checkbox\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"pictures\": [],\n                            \"sort\": 4,\n                            \"hidden\": false\n                        },\n                        \"uniqueItems\": true,\n                        \"items\": {\n                            \"$ref\": \"#/definitions/89889yds4diqak8cssqkg6154881\"\n                        },\n                        \"extra\": [\n                            \"actions\",\n                            \"failed\",\n                            \"notes\",\n                            \"pictures\",\n                            \"score\"\n                        ],\n                        \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                    },\n                    \"slider3448\": {\n                        \"$id\": \"#/properties/slider3448\",\n                        \"title\": \"slider3448\",\n                        \"type\": \"number\",\n                        \"displayProperties\": {\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Deslizador\",\n                                    \"en\": \"Slider\"\n                                },\n                                \"enum\": {\n                                    \"en\": {\n                                        \"0\": \"0\",\n                                        \"2\": \"2\",\n                                        \"4\": \"4\",\n                                        \"6\": \"6\",\n                                        \"8\": \"8\",\n                                        \"10\": \"10\"\n                                    },\n                                    \"es\": {\n                                        \"0\": \"0\",\n                                        \"2\": \"2\",\n                                        \"4\": \"4\",\n                                        \"6\": \"6\",\n                                        \"8\": \"8\",\n                                        \"10\": \"19\"\n                                    }\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"useSlider\": true,\n                            \"pictures\": [],\n                            \"sort\": 5,\n                            \"hidden\": false\n                        },\n                        \"enum\": [\n                            0,\n                            2,\n                            4,\n                            6,\n                            8,\n                            10\n                        ],\n                        \"extra\": [\n                            \"actions\",\n                            \"failed\",\n                            \"notes\",\n                            \"pictures\",\n                            \"score\"\n                        ],\n                        \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                    },\n                    \"info6183\": {\n                        \"$id\": \"#/properties/info6183\",\n                        \"title\": \"info6183\",\n                        \"type\": \"null\",\n                        \"displayProperties\": {\n                            \"i18n\": {\n                                \"label\": {\n                                    \"es\": \"Info\",\n                                    \"en\": \"Info\"\n                                }\n                            },\n                            \"visibility\": {\n                                \"label\": true\n                            },\n                            \"kind\": \"positive\",\n                            \"useInfo\": true,\n                            \"pictures\": [],\n                            \"icon\": \"info\",\n                            \"sort\": 6,\n                            \"hidden\": false\n                        },\n                        \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n                    }\n                },\n                \"schemaFormVersion\": \"1.0.0\",\n                \"allOf\": [],\n                \"availableLocales\": [\n                    \"en\",\n                    \"es\"\n                ],\n                \"maxScore\": 17\n            },\n            \"shared-at\": \"2021-07-08T13:45:29.661Z\",\n            \"downloads\": 0\n        },\n        \"relationships\": {\n            \"created-by\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"workers\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"7289e0fc-818c-4b99-a907-3b97247ebfec"}],"id":"4b28dc48-6897-4786-a5e8-6535b9f0cad7","_postman_id":"4b28dc48-6897-4786-a5e8-6535b9f0cad7","description":""},{"name":"Public schema categories","item":[{"name":"index","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":[""],"type":"text/javascript"}}],"id":"f627fefe-179f-4b88-b513-d5d03dceba27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://b.prysmex.com/api/public_schema_categories","urlObject":{"path":["api","public_schema_categories"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f627fefe-179f-4b88-b513-d5d03dceba27"}],"id":"c36f676d-6dd4-439a-9335-d64fe16bf8d7","_postman_id":"c36f676d-6dd4-439a-9335-d64fe16bf8d7","description":""},{"name":"Billing","item":[{"name":"plans","id":"c3eb7278-b30a-4972-85eb-ea4c235900e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/billing/plans","urlObject":{"path":["api","billing","plans"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3eb7278-b30a-4972-85eb-ea4c235900e9"},{"name":"price","id":"aef9f503-d875-4535-a830-d46b3710eeb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/billing/price/price_1NEEzGJwhrNkNEurIt7DfOsE","urlObject":{"path":["api","billing","price","price_1NEEzGJwhrNkNEurIt7DfOsE"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aef9f503-d875-4535-a830-d46b3710eeb1"},{"name":"webhook","id":"4de11c4e-229a-44aa-8a78-54491bdece38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/billing/webhook","urlObject":{"path":["api","billing","webhook"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4de11c4e-229a-44aa-8a78-54491bdece38"}],"id":"e532241d-c405-4483-bd98-153548a577e8","_postman_id":"e532241d-c405-4483-bd98-153548a577e8","description":""},{"name":"Email events","item":[{"name":"bounced_emails","id":"1dca90f5-db16-4e7d-9d9c-e02e6ee8db01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Message\": \"{\\\"notificationType\\\":\\\"Bounce\\\",\\\"bounce\\\":{\\\"feedbackId\\\":\\\"010001959131116f-ba4a594c-d3e7-4648-ac17-15ddb83173fe-000000\\\",\\\"bounceType\\\":\\\"Transient\\\",\\\"bounceSubType\\\":\\\"General\\\",\\\"bouncedRecipients\\\":[{\\\"emailAddress\\\":\\\"hello.pato@prysmex.com\\\",\\\"action\\\":\\\"failed\\\",\\\"status\\\":\\\"5.7.0\\\",\\\"diagnosticCode\\\":\\\"smtp; 550 relay not permitted, authentication required\\\"}],\\\"timestamp\\\":\\\"2025-03-13T20:27:46.000Z\\\",\\\"reportingMTA\\\":\\\"dns; googlemail.com\\\"},\\\"mail\\\":{\\\"timestamp\\\":\\\"2025-03-13T20:27:44.189Z\\\",\\\"source\\\":\\\"no_reply@prysmex.com\\\",\\\"sourceArn\\\":\\\"arn:aws:ses:us-east-1:738433647107:identity/no_reply@prysmex.com\\\",\\\"sourceIp\\\":\\\"10.0.10.16\\\",\\\"callerIdentity\\\":\\\"ses-smtp-user-prysmex\\\",\\\"sendingAccountId\\\":\\\"738433647107\\\",\\\"messageId\\\":\\\"01000195913106bd-73c129e5-c73a-4948-9eaa-637267c72074-000000\\\",\\\"destination\\\":[\\\"hello.pato@prysmex.com\\\"],\\\"headersTruncated\\\":false,\\\"headers\\\":[{\\\"name\\\":\\\"Received\\\",\\\"value\\\":\\\"from prysmex.com (ip-10-0-10-16.ec2.internal [10.0.10.16]) by email-smtp.amazonaws.com with SMTP (SimpleEmailService-d-B3YM46INB) id meGJSsTTxgfWaMkUVegB for hello.pato@prysmex.com; Thu, 13 Mar 2025 20:27:44 +0000 (UTC)\\\"},{\\\"name\\\":\\\"Date\\\",\\\"value\\\":\\\"Thu, 13 Mar 2025 20:27:44 +0000\\\"},{\\\"name\\\":\\\"From\\\",\\\"value\\\":\\\"Prysmex <no_reply@prysmex.com>\\\"},{\\\"name\\\":\\\"To\\\",\\\"value\\\":\\\"hello.pato@prysmex.com\\\"},{\\\"name\\\":\\\"Message-ID\\\",\\\"value\\\":\\\"<67d33fc045c4_3d27721492410578@ip-10-0-10-16.ec2.internal.mail>\\\"},{\\\"name\\\":\\\"Subject\\\",\\\"value\\\":\\\"STAGING - Hello, Welcome to Prysmex! 👋\\\"},{\\\"name\\\":\\\"Mime-Version\\\",\\\"value\\\":\\\"1.0\\\"},{\\\"name\\\":\\\"Content-Type\\\",\\\"value\\\":\\\"text/html; charset=UTF-8\\\"},{\\\"name\\\":\\\"Content-Transfer-Encoding\\\",\\\"value\\\":\\\"quoted-printable\\\"},{\\\"name\\\":\\\"X-App-Env\\\",\\\"value\\\":\\\"development\\\"},{\\\"name\\\":\\\"X-App-Ctx\\\",\\\"value\\\":\\\"common|client-all\\\"},{\\\"name\\\":\\\"X-Mailer-Source\\\",\\\"value\\\":\\\"PrysmexApp\\\"}],\\\"commonHeaders\\\":{\\\"from\\\":[\\\"Prysmex <no_reply@prysmex.com>\\\"],\\\"date\\\":\\\"Thu, 13 Mar 2025 20:27:44 +0000\\\",\\\"to\\\":[\\\"hello.pato@prysmex.com\\\"],\\\"messageId\\\":\\\"<67d33fc045c4_3d27721492410578@ip-10-0-10-16.ec2.internal.mail>\\\",\\\"subject\\\":\\\"STAGING - Hello, Welcome to Prysmex! 👋\\\"}}}\",\n    \"Type\": \"Notification\"\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/bounced_emails","urlObject":{"path":["api","bounced_emails"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dca90f5-db16-4e7d-9d9c-e02e6ee8db01"}],"id":"efbcd070-98a7-4fcc-81c9-53d13c9b37cb","_postman_id":"efbcd070-98a7-4fcc-81c9-53d13c9b37cb","description":""},{"name":"Webhook deliveries","item":[{"name":"finish processing","id":"425cec84-e684-4ea5-9529-bacef33bef0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"success\" // or failed\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/webhook_deliveries/:id/finish_processing","urlObject":{"path":["api","webhook_deliveries",":id","finish_processing"],"host":["https://b.prysmex.com"],"query":[],"variable":[{"type":"any","value":"36","key":"id"}]}},"response":[],"_postman_id":"425cec84-e684-4ea5-9529-bacef33bef0f"}],"id":"de6489c3-64af-48c9-83ef-536d3eb0d943","_postman_id":"de6489c3-64af-48c9-83ef-536d3eb0d943","description":""},{"name":"resend_email_confirmation","event":[{"listen":"prerequest","script":{"id":"b7f67181-c457-4ee1-a348-980129cf4498","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"997cf504-ed41-4cb2-b6e3-164a0a4d4775","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3a96e889-861a-4100-a444-1ce073839812","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"email\": \"{{user_email}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/auth/confirmation","description":"<p>Send your-username and your-password to get your-token.</p>\n","urlObject":{"path":["api","auth","confirmation"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a96e889-861a-4100-a444-1ce073839812"},{"name":"confirm_email","event":[{"listen":"prerequest","script":{"id":"b7f67181-c457-4ee1-a348-980129cf4498","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"997cf504-ed41-4cb2-b6e3-164a0a4d4775","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f277eee5-436e-4bc5-a09b-7df97dc43430","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"email\": \"{{user_email}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://b.prysmex.com/api/auth/confirmation?confirmation_token=abcdef","description":"<p>Send your-username and your-password to get your-token.</p>\n","urlObject":{"path":["api","auth","confirmation"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"","value":""},{"key":"confirmation_token","value":"abcdef"}],"variable":[]}},"response":[],"_postman_id":"f277eee5-436e-4bc5-a09b-7df97dc43430"},{"name":"bootstrap public","event":[{"listen":"prerequest","script":{"id":"99cd6723-035b-48a2-942f-8fe89d63cd1f","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"57f86e98-cab9-4988-9c8f-dc01f3a3232e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"af1a5789-5602-4e75-a5f6-749558277d48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/bootstrap/public","description":"<p>This request is used to initialize Prysmex's Ember application.</p>\n","urlObject":{"path":["api","bootstrap","public"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af1a5789-5602-4e75-a5f6-749558277d48"},{"name":"health","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":[""],"type":"text/javascript"}}],"id":"a8d5c5ea-859a-4e79-b3ca-557a27fe675d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/health","urlObject":{"path":["api","health"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8d5c5ea-859a-4e79-b3ca-557a27fe675d"},{"name":"backend_messages","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":[""],"type":"text/javascript","packages":{}}}],"id":"964f3364-9d6d-4b8e-bb0e-e1fc2e71b650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/backend_messages","urlObject":{"path":["api","backend_messages"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"964f3364-9d6d-4b8e-bb0e-e1fc2e71b650"},{"name":"privacy_notice","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":[""],"type":"text/javascript"}}],"id":"010e798d-2852-4ef9-b216-0851c16a2a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/privacy_notice","urlObject":{"path":["api","privacy_notice"],"host":["https://b.prysmex.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"010e798d-2852-4ef9-b216-0851c16a2a7d"},{"name":"app_login_url","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c0c08f66-bf0c-4085-8aa1-a54839ce7178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/app_login_url?subdomain=prysmex","urlObject":{"path":["api","app_login_url"],"host":["https://b.prysmex.com"],"query":[{"key":"subdomain","value":"prysmex"}],"variable":[]}},"response":[],"_postman_id":"c0c08f66-bf0c-4085-8aa1-a54839ce7178"},{"name":"cms","event":[{"listen":"test","script":{"id":"60b60c8b-9197-4d74-9e0d-163851a27d00","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ab92653d-758a-418c-b1a5-b809dd7f26b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://b.prysmex.com/api/cms/collections/6360d0b82fdfd6bdb5494411/items?format=withoutHeavyFields","urlObject":{"path":["api","cms","collections","6360d0b82fdfd6bdb5494411","items"],"host":["https://b.prysmex.com"],"query":[{"disabled":true,"key":"fields[category][eq]","value":"b1fb7ad0bc1569d8ba7eb35b7463b609"},{"key":"format","value":"withoutHeavyFields"}],"variable":[]}},"response":[],"_postman_id":"ab92653d-758a-418c-b1a5-b809dd7f26b7"}],"id":"b00b2247-4e5f-4f2e-87ea-57b3a5a17717","event":[{"listen":"prerequest","script":{"id":"9b84298a-f5c6-42c5-938b-eeefdacbfc2b","type":"text/javascript","exec":["let multisharding_client = pm.environment.get(\"multisharding_client\")","","if (multisharding_client) {","    pm.request.headers.add({","        key: \"multisharding\",","        value: true","    });","","    pm.request.headers.remove(\"Client-Subdomain\")","    ","    pm.request.headers.add({","        key: \"Client-Subdomain\",","        value: multisharding_client","    });","}"]}},{"listen":"test","script":{"id":"0e5f1480-3ce0-47b7-bb25-82c343857978","type":"text/javascript","exec":[""]}}],"_postman_id":"b00b2247-4e5f-4f2e-87ea-57b3a5a17717","description":""}],"event":[{"listen":"prerequest","script":{"id":"fa6e2032-5c03-4b25-8c7d-4b2e1fd7fd51","type":"text/javascript","requests":{},"exec":["// ensure content type is as json api is on all requests","pm.request.headers.add({","  key: \"Content-Type\",","  value: \"application/vnd.api+json\"","});","","// add client subdomain  to all requests by default","pm.request.headers.add({","  key: \"Client-Subdomain\",","  value: pm.environment.get(\"client\") || pm.collectionVariables.get(\"client\")","});","","","// Since 'client' variable is only used in js scripts (pre-request), sidetab that displays 'Variables in request' do not show it,","// apparently only variables used as your-client-identifier are detected. As a hack, we can add more variables in the api key auth after |","// and then remove them for all requests here.","let headerKey = 'Authorization';","let headerValue = pm.request.headers.get(headerKey);","","if (headerValue) {","  // Trim everything after the first '|'","  let trimmedValue = headerValue.split(' | ')[0].trim();","","  // Update the header in the request","  pm.request.headers.upsert({","    key: headerKey,","    value: trimmedValue","  });","}","","","// allow adding query parameters if these variables have a value","const optionalQueryParams = ['locale', 'time_zone', 'refresh'];","let url = pm.request.url.toString();","","optionalQueryParams.forEach(param => {","  const value = pm.variables.get(param);","","  if (value !== undefined && value !== null && value !== '' && !new RegExp(`[?&]${param}=`).test(url)) {","    const separator = url.includes('?') ? '&' : '?';","    url += `${separator}${param}=${encodeURIComponent(value)}`;","  }","});","","// Reassign the updated URL back to the request","pm.request.url = url;"]}},{"listen":"test","script":{"id":"2dad8afa-0e9c-44db-927c-f88adf6f859f","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"host","value":"https://app.prysmex.com","description":"Frontend app url (not used due to limitation)"},{"key":"api_host","value":"https://b.prysmex.com","description":"Backend app url"},{"key":"api_key","value":"your-key","description":"Api key used for authenticating the request"},{"key":"client","value":"your-client-identifier","description":"Client identifier that will be set on the Client-Subdomain header"},{"key":"locale","value":""},{"key":"time_zone","value":""},{"key":"refresh","value":""}]}