{"info":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","description":"<html><head></head><body><p>This is techinical documentation for Atabase.</p>\n<p>You can find information on:</p>\n<ol>\n<li><p><a href=\"#1-form-embed\">Form embed</a></p>\n</li>\n<li><p><a href=\"#2-datalist-embed\">Datalist embed</a></p>\n</li>\n<li><p><a href=\"#3-webhooks\">Webhooks</a></p>\n</li>\n<li><p><a href=\"#4-api-usage\">API usage</a></p>\n</li>\n<li><p>IPv4 Allowlist</p>\n</li>\n<li><p><a href=\"#5-formula-functions\">Formula functions</a></p>\n</li>\n<li><p><a href=\"#7-authentication-stub-integration\">Authentication Stub Integration</a></p>\n</li>\n<li><p><a href=\"#5-api-documentation\">API documentation</a></p>\n</li>\n</ol>\n<p>Please contact <a href=\"https://mailto:support@atabix.nl\">support@atabix.nl</a> for any questions or problems related to thinotes documentation.</p>\n<hr>\n<h1 id=\"1-form-embed\">1. Form embed</h1>\n<p>The form embed is a dynamic and flexible component to load in your created forms from Atabase Forms. It allows you to embed the form into your own website. You can find a basic embed script from Atabase Forms in the <em>Share</em> screen of each form.</p>\n<h2 id=\"example\">Example</h2>\n<p>Here's an example of how to initialize the embed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;div class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; id=\"embed\"&gt;&lt;/div&gt;\n&lt;script src=\"https://cdn.atabase.nl/forms/embed-latest.js\"&gt;&lt;/script&gt;\n&lt;link rel=\"stylesheet\" href=\"https://cdn.atabse.nl/forms/embed-latest.css\"&gt;\n&lt;script&gt;\n  Atabase.form('#embed', {\n    id: 'form-id',\n    baseUrl: 'https://TENANT.api.forms.atabase.nl',\n    locale: 'nl-NL',\n  })\n&lt;/script&gt;\n\n</code></pre>\n<h2 id=\"embedoptions\">EmbedOptions</h2>\n<p>The <code>EmbedOptions</code> type defines the configuration options for initializing the embed.<br>These options include what form (and submission), prefilling, loaded page and callbacks.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>string</code></td>\n<td>The id of the form you want to load in.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>baseUrl</code></td>\n<td><code>string</code></td>\n<td>URL or a function returning a URL for fetching data.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>publicKey</code></td>\n<td><code>string</code> or <code>undefined</code></td>\n<td>Using the public key you can start a form from where you left off.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>context</code></td>\n<td><code>Context</code></td>\n<td>Define what page and break you should start on.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>payload</code></td>\n<td><code>Payload</code></td>\n<td>Prefill fields with your own set values.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>isLoading</code></td>\n<td><code>string</code></td>\n<td>Optional set the form into a loading state.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>readonly</code></td>\n<td><code>boolean</code></td>\n<td>Optional make the form uneditable, only allows the used to view the form.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>isSavable</code></td>\n<td><code>boolean</code></td>\n<td>Optional define if the form can be saved for later.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>callbackOptions</code></td>\n<td><code>FormEmbedCallbacks</code></td>\n<td>Optional define callbacks to hook into the form.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>locale</code></td>\n<td><code>string</code></td>\n<td>Use <strong>IETF BCP 47</strong> code, nl-NL, en-GB, etc.</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"context\">Context</h3>\n<p>Define what page and break you should start on.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jacascript\">    context: {\n      page: 'page-id'\n      break: 'break-property-id'\n    },\n\n</code></pre>\n<h3 id=\"payload\">Payload</h3>\n<p>Prefill fields with your own set values.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-jacascript\">    payload: {\n      'property-id-1': 'Hello world'\n      'property-id-2': true\n    },\n\n</code></pre>\n<h3 id=\"callback-options\">Callback options</h3>\n<p>Define callbacks to hook into the form. The available callbacks are described at <a href=\"#formembedcallbacks\">FormEmbedCallbacks</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">    callbackOptions: {\n      onSave: (formPayload) =&gt; {\n        return false\n      },\n      onSubmit: (callbackValues) =&gt; {\n        return false\n      },\n\n</code></pre>\n<h2 id=\"formembedcallbacks\">FormEmbedCallbacks</h2>\n<p>Callbacks can be used to intersect or see certain changes within the form.<br>This allows you to run your own code upon the firing of one of these events.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>onSave</code></td>\n<td>onSaveFunction</td>\n<td>onSave fires when the user clicks on save the form later.</td>\n</tr>\n<tr>\n<td><code>onSubmit</code></td>\n<td>onSubmitFunction</td>\n<td>onSubmit fires when the form is in it's final state and the user can click on the submit button.</td>\n</tr>\n<tr>\n<td><code>onClickPreviousPage</code></td>\n<td>onClickPreviousPageFunction</td>\n<td>onClickPreviousPage fires upon clicking the previous page button.</td>\n</tr>\n<tr>\n<td><code>onClickNextPage</code></td>\n<td>onClickNextPageFunction</td>\n<td>onClickNextPage fires upon clicking the next page button.</td>\n</tr>\n<tr>\n<td><code>onFormSaved</code></td>\n<td>onFormSavedFunction</td>\n<td>onFormSaved is fired after <code>onSave</code> and the saving of the form has been completed.</td>\n</tr>\n<tr>\n<td><code>onFormSubmitted</code></td>\n<td>onFormSubmittedFunction</td>\n<td>onFormSubmitted is fired after <code>onSubmit</code> and the submitting of the form has been completed.</td>\n</tr>\n<tr>\n<td><code>onInputChanged</code></td>\n<td>onInputChangedFunction</td>\n<td>onInputChanged is fired when the value of an input on the form is changed.</td>\n</tr>\n<tr>\n<td><code>onValidationError</code></td>\n<td>onValidationErrorFunction</td>\n<td>onValidationError is whenever the validation is fired and returns some errors.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"onsavefunction\">onSaveFunction</h3>\n<p>onSave fires when the user clicks on save the form later.<br>It returns the current payload and allows you to prevent the saving from happening.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onSave: (formPayload) =&gt; {\n  console.log('formPayload', formPayload)\n  return false\n},\n\n</code></pre>\n<h4 id=\"params\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>formPayload</code></td>\n<td>Record</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns\">Returns</h4>\n<p>When returning false you prevent the saving from happing.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">return false\n\n</code></pre>\n<h3 id=\"onsubmitfunction\">onSubmitFunction</h3>\n<p>onSubmit fires when the form is in it's final state and the user can click on the submit button.<br>It returns the payload and any errors that maybe have come up from the validation rpc.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onSubmit: (callbackValues) =&gt; {\n  console.log('payload', callbackValues.payload)\n  console.log('errors', callbackValues.errors)\n  return false\n},\n\n</code></pre>\n<h4 id=\"params-1\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>callbackValues</code></td>\n<td>SubmitCallbackValues</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"submitcallbackvalues\">SubmitCallbackValues</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>payload</code></td>\n<td>Record</td>\n</tr>\n<tr>\n<td><code>errors</code></td>\n<td>Record</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns-1\">Returns</h4>\n<p>onSubmit can be prevented from executing further this the form from submitting.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">return false\n\n</code></pre>\n<h3 id=\"onclickpreviouspagefunction\">onClickPreviousPageFunction</h3>\n<p>onClickPreviousPage fires upon clicking the previous page button.<br>It returns the payload, the current page and the destination page.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onClickPreviousPage: (callbackValues) =&gt; {\n  console.log('payload', callbackValues.payload)\n  console.log('current_page', callbackValues.current_page)\n  console.log('destination_page', callbackValues.destination_page)\n  return false\n},\n\n</code></pre>\n<h4 id=\"params-2\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>callbackValues</code></td>\n<td>ChangePageCallbackValues</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"changepagecallbackvalues\">ChangePageCallbackValues</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>payload</code></td>\n<td>Record</td>\n</tr>\n<tr>\n<td><code>current_page</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>destination_page</code></td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns-2\">Returns</h4>\n<p>You can prevent the user from going back a page by returning false.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">return false\n\n</code></pre>\n<h3 id=\"onclicknextpagefunction\">onClickNextPageFunction</h3>\n<p>onClickNextPage fires upon clicking the next page button.<br>It returns the payload, the current page and the destination page.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onClickNextPage: (callbackValues) =&gt; {\n  console.log('payload', callbackValues.payload)\n  console.log('current_page', callbackValues.current_page)\n  console.log('destination_page', callbackValues.destination_page)\n  return false\n},\n\n</code></pre>\n<h4 id=\"params-3\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>callbackValues</code></td>\n<td>ChangePageCallbackValues</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"changepagecallbackvalues-1\">ChangePageCallbackValues</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>payload</code></td>\n<td>Record</td>\n</tr>\n<tr>\n<td><code>current_page</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>destination_page</code></td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns-3\">Returns</h4>\n<p>You can prevent the user from going to the next page by returning false.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">return false\n\n</code></pre>\n<h3 id=\"onformsavedfunction\">onFormSavedFunction</h3>\n<p>onFormSaved is fired after <code>onSave</code> and the saving of the form has been completed.<br>It returns the payload and the public key for the saved draft submission.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onFormSaved: (formPayload, publicKey) =&gt; {\n  console.log('formPayload', formPayload)\n  console.log('publicKey', publicKey)\n},\n\n</code></pre>\n<h4 id=\"params-4\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>formPayload</code></td>\n<td>Record</td>\n</tr>\n<tr>\n<td><code>publicKey</code></td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns-4\">Returns</h4>\n<p>As this is a final function it cannot prevent any more code from firing.<br>If you wish to stop the saving please check <code>onSave</code>.</p>\n<h3 id=\"onformsubmittedfunction\">onFormSubmittedFunction</h3>\n<p>onFormSubmitted is fired after <code>onSubmit</code> and the submitting of the form has been completed.<br>It returns the payload of the submission.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onFormSubmitted: (formPayload) =&gt; {\n  console.log('formPayload', formPayload)\n},\n\n</code></pre>\n<h4 id=\"params-5\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>formPayload</code></td>\n<td>Record</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns-5\">Returns</h4>\n<p>As this is a final function it cannot prevent any more code from firing.<br>If you wish to stop the saving please check <code>onSubmit</code>.</p>\n<h3 id=\"oninputchanged\">onInputChanged</h3>\n<p>onInputChanged is fired when the value of an input on the form is changed.<br>It returns the input, the value and the payload of the form.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onInputChanged: (callbackValues) =&gt; {\n  console.log('input', callbackValues.input)\n  console.log('value', callbackValues.value)\n  console.log('payload', callbackValues.payload)\n},\n\n</code></pre>\n<h4 id=\"params-6\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>callbackValues</code></td>\n<td>ChangeInputCallbackValues</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"changeinputcallbackvalues\">ChangeInputCallbackValues</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input</code></td>\n<td>Property</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>any</td>\n</tr>\n<tr>\n<td><code>payload</code></td>\n<td>Record</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns-6\">Returns</h4>\n<p>As this is a final function it cannot prevent any more code from firing.</p>\n<h3 id=\"oninputchangedfunction\">onInputChangedFunction</h3>\n<p>onInputChanged is fired when the value of an input on the form is changed.<br>It returns the input, the value and the payload of the form.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onInputChanged: (callbackValues) =&gt; {\n  console.log('input', callbackValues.input)\n  console.log('value', callbackValues.value)\n  console.log('payload', callbackValues.payload)\n},\n\n</code></pre>\n<h4 id=\"params-7\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>callbackValues</code></td>\n<td>ChangeInputCallbackValues</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"changeinputcallbackvalues-1\">ChangeInputCallbackValues</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input</code></td>\n<td>Property</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>any</td>\n</tr>\n<tr>\n<td><code>payload</code></td>\n<td>Record</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"property\">Property</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>label</code></td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns-7\">Returns</h3>\n<p>As this is a final function it cannot prevent any more code from firing.</p>\n<h3 id=\"onvalidationerrorfunction\">onValidationErrorFunction</h3>\n<p>onValidationError is whenever the validation is fired and returns some errors.<br>It returns the errors and the payload of the form.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">onValidationError: (callbackValues) =&gt; {\n  console.log('errors', callbackValues.errors)\n  console.log('payload', callbackValues.payload)\n},\n\n</code></pre>\n<h4 id=\"params-8\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>callbackValues</code></td>\n<td>ValidationErrorCallbackValues</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"changeinputcallbackvalues-2\">ChangeInputCallbackValues</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>errors</code></td>\n<td>Record</td>\n</tr>\n<tr>\n<td><code>payload</code></td>\n<td>Record</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"returns-8\">Returns</h4>\n<p>As this is a final function it cannot prevent any more code from firing.</p>\n<hr>\n<h1 id=\"2-datalist-embed\">2. Datalist embed</h1>\n<p>Datalist embed is a dynamic and customisable component designed to be integrated with Atabase Datalists. It allows users to present and interact with data across layouts while supporting customisable themes and interactive functionalities like filters, item highlighting and a hero image.</p>\n<h2 id=\"example-1\">Example</h2>\n<p>Here's an example of how to initialise the embed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">window.Atabase.datalist('#embed', {\n  list: [\n    {\n      id: 'overview-1-id',\n      highlight: {\n        column: \"column-1-from-overview-2-id\",\n        list: \"overview-2-id\",\n        title: \"Custom Title\"\n      },\n      layout: {\n        list: {\n          order: ['content', 'thumbnail'],\n          columns: [\n            'column-1-from-overview-1-id',\n            'column-2-from-overview-1-id',\n          ]\n        }\n      },\n      heroTransformers: {\n        title: ({ value }) =&gt; `This is a transformed title in the hero of the detail page ${value}`,\n        subtitle: ({ value }) =&gt; `This is a transformed subtitle in the hero of the detail page ${value}`\n      },\n      transformers: {\n        'Voornaam': ({ value }) =&gt; value,\n        'Naam': (arguments) =&gt; {\n          console.log('Argumenten', arguments);\n          return arguments.value;\n        },\n        'Title': ({ value, context }) =&gt; {\n          switch (context) {\n            case 'list': {\n              const newValue = `This is a tranformed title for list view: ${item['Title']}`\n              return newValue;\n            }\n            case 'grid': {\n              const newValue = `This is a tranformed title for grid: ${item['Title']}`\n              return newValue;\n            }\n            case 'table': {\n              const newValue = `This is a tranformed title for table: ${item['Title']}`\n              return newValue;\n            }\n            case 'detail': {\n              const newValue = `This is a tranformed title for the detail page: ${item['Title']}`\n              return newValue;\n            }\n            case 'suggestion': {\n              const newValue = `This is a tranformed title for the suggestions on a detail page: ${item['Title']}`\n              return newValue;\n            }\n          // No default\n          }\n          return value;\n        },\n      },\n      attributes: {\n        'column-id': {\n          'alt': {\n            type: 'dms',\n            value: 'description'\n          },\n          'date': {\n            type: 'dms',\n            value: 'date'\n          },\n          'crossorigin': {\n            type: 'text',\n            value: 'anonymous'\n          },\n        }\n      }\n      hideSearchBar: true\n    }, \n    {\n      id: 'overview-2-id',\n    }, \n    {\n      id: 'overview-3-id'\n    }\n  ],\n  url: 'https://MIJNOMGEVING.api.accounts.atabase.nl',\n  onClickItem: (item) =&gt; {\n    // Additional event handling\n  },\n  onMounted: () =&gt; {\n    // Additional event handling\n  },\n  onAfterInitialize: () =&gt; {\n    // Additional event handling\n  },\n  onFilter: (filters) =&gt; {\n    // Additional event handling\n  },\n  onChangeOverview: (overviewId) =&gt; {\n    // Additional event handling\n  },\n  onClickSearch: (searchValue) =&gt; {\n    // Additional event handling\n  },\n  onChangeLayoutDisplay: (layoutDisplay) =&gt; {\n    // Additional event handling\n  },\n  onClickHighlight: (highlight) =&gt; {\n    // Additional event handling\n  },\n  onReturnToOverview: () =&gt; {\n    // Additional event handling\n  },\n  onChangePage: (pageNumber) =&gt; {\n    // Additional event handling\n  },\n  onToggleMobileFilters: (filtersOpen) =&gt; {\n    // Additional event handling\n  },\n  headers: () =&gt; ({\n    newHeader: 'xxxx-xxxx',\n  }),\n  queryParam: 'encodedParameters'\n  layout: ['list', 'grid', 'table'],\n  hideEmptyValues: true,\n  listAndGridItemsAsAnchors: true,\n  dictionary: {\n    typesTitle: 'Type',\n    filterTitle: 'Filter',\n    closeButton: 'Sluiten',\n    searchPlaceholder: 'Zoeken',\n    searchButton: 'Zoeken',\n    backButton: 'Terug',\n    filtersButton: 'Filters',\n    layoutList: 'Lijst',\n    layoutGrid: 'Grid',\n    layoutTable: 'Tabel'\n  },\n  theme: {\n    detailHeroImageObjectFit: 'object-cover',\n    detailTableImageObjectFit: 'object-scale-down',\n    tableImageObjectFit: 'object-scale-down',\n    listImageObjectFit: 'object-scale-down',\n    gridImageObjectFit: 'object-scale-down',\n    background: '#00000000',\n    foreground: '#000000',\n    mutedForeground: '#787878',\n    item: '#ffffff',\n    itemForeground: '#000000',\n    itemHover: '#f1f1f1',\n    card: '#ffffff',\n    cardForeground: '#000000',\n    overviewTitleForeground: '#000000',\n    returnButton: '#000000',\n    returnButtonForeground: '#ffffff',\n    highlight: '#f1f1f1',\n    border: '#B4B4B4',\n    input: '#00000000',\n    inputForeground: '#696969',\n    primary: '#0a3d3a',\n    primaryHover: '#0a3d3aCC',\n    primaryForeground: '#ffffff',\n    secondary: '#f1f1f1',\n    secondaryForeground: '#000000',\n    destructive: '#fcfcfc',\n    destructiveForeground: '#990000',\n    ring: '#0a3d3a',\n    radius: '0.3rem',\n    link: '#01689b',\n    fontContent: '\"nudista-web\", sans-serif',\n    fontTitle: '\"nudista-web\", sans-serif',\n  },\n})\n\n</code></pre>\n<h2 id=\"features\">Features</h2>\n<h3 id=\"overview\">Overview</h3>\n<p>An overview is a customizable subset of a datalist. It allows you to select specific columns from a datalist, configure filters and display settings. Overviews are intended to be public, enabling it's use on different websites or within the embed component.</p>\n<p>In the embed, you can use one or multiple overviews simultaneously, allowing users to switch between them within the component.</p>\n<img src=\"https://content.pstmn.io/4b067c22-d3cd-490e-bd0d-e6d7e98d19c3/aW1hZ2UwMDEucG5n\">\n\n<p>Having multiple overviews enables you to change between different content and configurations, allowing for varied settings and filters. Overviews can be different datalist's, using different sets of data.</p>\n<h3 id=\"filters\">Filters</h3>\n<p>Filters refine the data shown in an overview based on specific criteria. Users can interact with visible filters by dynamically changing the displayed data. The filters are configurable as shown in the following image.</p>\n<img src=\"https://content.pstmn.io/6466ed3a-18b7-4eab-b9bc-47e26ae1254c/U2NyZWVuc2hvdCAyMDI0LTA3LTE3IGF0IDE3LjA0LjM0LnBuZw==\">\n\n<p>The settings of a filter include Label, Placeholder, Description, Standard value and Visibility. The list of filters can be sorted to apply the desired order on the embed.</p>\n<p>The result of applying filters in the embed is shown in the next image.</p>\n<img src=\"https://content.pstmn.io/d5e05575-d3f2-4602-936f-2a3c257e836f/aW1hZ2UwMDMucG5n\">\n\n<h3 id=\"groups\">Groups</h3>\n<p>Groups allow you to organise columns in the detail page of an item. This feature helps in structuring the data presentation by grouping related columns together. Inside an overview, you can create groups and select which columns are displayed within a group.</p>\n<img src=\"https://content.pstmn.io/c67a7e14-b755-4870-8513-23c6176de26e/aW1hZ2UwMDYucG5n\">\n\n<p>The result of grouping columns will be seen on the detail page of an item in the embed, as can be seen in the image bellow.</p>\n<img src=\"https://content.pstmn.io/aaf1185a-e2e1-4b00-a1d7-d3bd878d5fea/aW1hZ2UwMDUucG5n\">\n\n<h3 id=\"overview-layout\">Overview Layout</h3>\n<p>Layout allows you to alter the order and content of an item in the overview page.</p>\n<img src=\"https://content.pstmn.io/d0f88dac-4bdb-4e54-b832-f0f6fec47d2a/U2NyZWVuc2hvdCAyMDI0LTA4LTE0IGF0IDEzLjEwLjI4LnBuZw==\">\n\n<h3 id=\"overview-highlight\">Overview Highlight</h3>\n<p>The highlight feature allows you to link related items from other overviews. This is done by specifying a column in one overview that references items from another overview. The result of adding highlights to the configuration conclude in a new section on the detail page of an item, allowing the user to navigate to different items within the same or different overview.</p>\n<img src=\"https://content.pstmn.io/e80ece6d-2e66-4fb2-a604-8ef4cd80d12d/aW1hZ2UwMDQucG5n\">\n\n<h3 id=\"overview-attributes\">Overview Attributes</h3>\n<p>The overview attributes enable the attachment of additional parameters to image elements within embedded hypertext. This allows for the customization of image file metadata displayed on the website where the embed is used.</p>\n<h3 id=\"overview-transformers\">Overview Transformers</h3>\n<p>Transformers allow you to modify the displayed value of a value in the overview. This feature is useful for formatting the data in a specific way, such as converting a value to a different unit. The transform can also be applied conditionally based on the context of the display.</p>\n<h3 id=\"hero-image\">Hero Image</h3>\n<p>Each overview can have a configurable hero image that will be displayed on the detail page of an item. The hero image enhances the visual presentation of the detail page and can be defined in two ways:</p>\n<ol>\n<li><p><strong>From a Column</strong>: Select a specific column in the overview that contains a file and the image from this column is used as the hero image.</p>\n</li>\n<li><p><strong>Default Hero Image</strong>: Set a default hero image to be used.</p>\n</li>\n</ol>\n<p>If neither a column image nor a default hero image is defined, the hero image section will remain empty.</p>\n<img src=\"https://content.pstmn.io/54782ec0-7d59-4f86-8b42-574a37a5bee2/aW1hZ2UwMDkucG5n\">\n\n<h2 id=\"authentication\">Authentication</h2>\n<p>Authentication ensures secure access to the data displayed in the embed component. It can be configured to require basic authentication or handle Cross-Origin Resource Sharing (CORS).</p>\n<h3 id=\"basic-auth\">Basic Auth</h3>\n<p>Basic authentication requires specifying credentials to access the data.</p>\n<img src=\"https://content.pstmn.io/e4e8b2f7-8c8c-488d-83dc-1ac10d126ce8/aW1hZ2UwMDcucG5n\">\n\n<p>If there is a basic configuration set on Atabase Manager you have to configure the embed with the following settings, where the authorization username and password is encoded with base64.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">headers: () =&gt; ({  \n  Authorization: \"Basic XXXXXX\", // \"Basic base64_encode(username:password)\"\n}),\n\n</code></pre>\n<h3 id=\"cors\">CORS</h3>\n<p>Configure CORS settings to allow access from specific origins. This is essential for enabling secure cross-origin requests.</p>\n<img src=\"https://content.pstmn.io/022a5f28-14d5-4491-be93-34058039f3fb/aW1hZ2UwMDgucG5n\">\n\n<h2 id=\"types\">Types</h2>\n<h3 id=\"embedoptions-1\">EmbedOptions</h3>\n<p>The <code>EmbedOptions</code> type defines the configuration options for initialising an embed. These options include settings for themes, layouts, callbacks, and overview configurations.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>list</code></td>\n<td>OverviewListItem</td>\n<td>OverviewListItem[]</td>\n<td>An <code>OverviewListItem</code> or an array of <code>OverviewListItem</code>.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>(() =&gt; string)</td>\n<td>URL or a function returning a URL for fetching data.</td>\n</tr>\n<tr>\n<td><code>theme</code></td>\n<td>EmbedOptionsTheme</td>\n<td>Theme settings.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>dictionary</code></td>\n<td>EmbedOptionsDictionary</td>\n<td>Dictionary to replace static labels</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>headers</code></td>\n<td>() =&gt; Record</td>\n<td>Optional function returning headers for the request.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>queryParam</code></td>\n<td>string</td>\n<td>Optional query parameter for the request.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>layout</code></td>\n<td>LayoutDisplay</td>\n<td>LayoutDisplay[]</td>\n<td>Optional layout display option(s).</td>\n</tr>\n<tr>\n<td><code>onClickItem</code></td>\n<td>(item: Record) =&gt; void</td>\n<td>Optional callback for when an item is clicked.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onFilter</code></td>\n<td>(filters: FilterType[]) =&gt; void</td>\n<td>Optional callback for when filters are applied.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onMounted</code></td>\n<td>() =&gt; void</td>\n<td>Optional callback for when the embed is mounted.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onAfterInitialize</code></td>\n<td>() =&gt; void</td>\n<td>Optional callback for when the embed is initialized.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onChangeOverview</code></td>\n<td>(overviewId: string) =&gt; void</td>\n<td>Optional callback for when overview is changed.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onClickSearch</code></td>\n<td>(searchValue: string) =&gt; void</td>\n<td>Optional callback for when search is performed.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onChangeLayoutDisplay</code></td>\n<td>(layoutDisplay: LayoutDisplay) =&gt; void</td>\n<td>Optional callback for when layout is changed.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onClickHighlight</code></td>\n<td>(highlight: SuggestionItemClickEventData) =&gt; void</td>\n<td>Optional callback for when highlight clicked.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onReturnToOverview</code></td>\n<td>() =&gt; void</td>\n<td>Optional callback for when return to overview is clicked.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onChangePage</code></td>\n<td>(pageNumber: number) =&gt; void</td>\n<td>Optional callback for when page is changed.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>onToggleMobileFilters</code></td>\n<td>(filtersOpen: boolean) =&gt; void</td>\n<td>Optional callback for when mobile filters are toggled.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>hideEmptyValues</code></td>\n<td>boolean</td>\n<td>If set to true, hide empty values instead of showing '-'.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>sidebarPosition</code></td>\n<td>'left' or 'right'</td>\n<td>If set to right the sidebar will move to the right (default is left).</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>dedicatedSearch</code></td>\n<td>boolean</td>\n<td>If set to false the search bar will move to the sidebar (default is true).</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>hideTitle</code></td>\n<td>boolean</td>\n<td>If set to true the title of the overview will be hidden.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>hideResultsSentence</code></td>\n<td>boolean</td>\n<td>If set to true the search result sentence will be hidden.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>enableSelectedFiltersControls</code></td>\n<td>boolean</td>\n<td>If set to true the selected filters card will be hidden.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>enableFriendlyUrl</code></td>\n<td>boolean</td>\n<td>If set to true the URL params will become readable for users (requires \"use slugs\" in accounts to be true).</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>limitToVisibleColumns</code></td>\n<td>boolean</td>\n<td>Default false. Set to true to only return columns visible in the overview.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>replaceTileAnchorWithDivision</code></td>\n<td>boolean</td>\n<td>Replace the anchor of a tile with a division (so one cannot right click open in new tab).</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>isBoundToWrapper</code></td>\n<td>boolean</td>\n<td>If set to true dropdowns will be retained within the bounding box of the embed.</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"overviewlistitem\">OverviewListItem</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Unique identifier for the overview.</td>\n</tr>\n<tr>\n<td><code>highlight</code></td>\n<td>OverviewListHighlight</td>\n<td>Optional highlight settings.</td>\n</tr>\n<tr>\n<td><code>layout</code></td>\n<td>OverviewLayout</td>\n<td>Optional change the item layout style.</td>\n</tr>\n<tr>\n<td><code>attributes</code></td>\n<td>OverviewAttributes</td>\n<td>Optional change for image attributes.</td>\n</tr>\n<tr>\n<td><code>heroTransformers</code></td>\n<td>Record</td>\n<td>Optional transformers for the title and/or subtitle.</td>\n</tr>\n<tr>\n<td><code>transformers</code></td>\n<td>Record</td>\n<td>Optional transformers for the item.</td>\n</tr>\n<tr>\n<td><code>hideOverview</code></td>\n<td>boolean</td>\n<td>Optional hide the item from the type selector.</td>\n</tr>\n<tr>\n<td><code>hideSearchBar</code></td>\n<td>boolean</td>\n<td>Optional hide the searchbar from overview.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"overviewlisthighlight\">OverviewListHighlight</h4>\n<p>The <code>OverviewListHighlight</code> object is used to define highlight settings for items in the embed. This allows for linking to other items within the same or different overviews. The highlight is primarily used on the item detail page to display related items.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>column</code></td>\n<td>string</td>\n<td>Id of the [datalist(s)] column available on the overview (See images 1,2)</td>\n</tr>\n<tr>\n<td><code>list</code></td>\n<td>string</td>\n<td>Id of the overview available in the datalist referred by the column</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>string</td>\n<td>Custom Title label</td>\n</tr>\n</tbody>\n</table>\n</div><p>This feature lets you create connections between overviews using columns with the following types:</p>\n<p><code>Datalijsten (Belongs to Many)</code>: An item can belong to multiple items from a datalist.</p>\n<p><code>Datalijsten (Has Many)</code>: An item has multiple related items from a datalist.</p>\n<p><code>Datalijst (Belongs to)</code>: An item can belong to single item from a datalist.</p>\n<p><code>Datalijst (Has One)</code>: An item has single related item from a datalist.</p>\n<p>The columns allow you to create bidirectional connections between different overviews by linking items from one datalist to another. This means you can select items from another datalist and establish references in both directions.</p>\n<h5 id=\"example-configuration-in-manager---datalijst\">Example: Configuration in Manager - Datalijst</h5>\n<p>Datalist 1:</p>\n<ul>\n<li><p>Column Datalist 1 Naam: Name of the item.</p>\n</li>\n<li><p>Column Datalist 1 Afbeelding: Image File.</p>\n</li>\n<li><p>Column Datalijst 1 Belongs To: Allows selecting items from Datalist 2.</p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/1997bb60-a364-4c38-9f76-9b143a9ce831/U2NyZWVuc2hvdCAyMDI0LTA3LTMwIGF0IDEzLjU4LjMwLnBuZw==\">\n\n<p>Datalist 2:</p>\n<ul>\n<li><p>Column Datalist 2 Naam: Name of the item.</p>\n</li>\n<li><p>Column Datalist 2 Afbeelding: Image File.</p>\n</li>\n<li><p>Column Datalijst 2 Has Many: Indicates items from Datalist 1 that are linked through the Belongs To column.</p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/e9152d1a-f8f1-4eb5-9bf7-0556cf1ff131/U2NyZWVuc2hvdCAyMDI0LTA3LTMwIGF0IDEzLjU4LjQxLnBuZw==\">\n\n<p>Result in manager:</p>\n<p>Datalist 1 items:</p>\n<p>Column <code>Datalist 1 belongs to</code> has been filled with Items from Datalist 2.</p>\n<img src=\"https://content.pstmn.io/4e57bdf0-f6f4-489a-91fa-536702f9f0f3/U2NyZWVuc2hvdCAyMDI0LTA3LTMwIGF0IDEzLjU5LjU4LnBuZw==\">\n\n<p>Datalist 2 items:</p>\n<img src=\"https://content.pstmn.io/f28d9bb7-d346-4835-a05d-d43013ab626b/U2NyZWVuc2hvdCAyMDI0LTA3LTMwIGF0IDE0LjAxLjA1LnBuZw==\">\n\n<p>Column <code>Datalist 2 has many</code> has been filled automatically by the selection from Datalist 1 in the column <code>Belongs to</code>.</p>\n<h5 id=\"configuration-on-the-embed-code\">Configuration on the embed code</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\"> list: [{\n  id: 'overview1',\n  highlight: {\n    column: 'overview2-datalist-2-has-many-column-id',\n    list: 'overview2'\n  }\n }, {\n  id: 'overview2',\n  highlight: {\n    column: 'overview1-datalist-1-belongs-to-column-id',\n    list: 'overview1'\n  }\n }]\n\n</code></pre>\n<p>With the following result:</p>\n<p>Datalist 1 Item 1 - Detail page:</p>\n<img src=\"https://content.pstmn.io/a8245080-9859-4478-9f1c-065e8e1c4eab/U2NyZWVuc2hvdCAyMDI0LTA3LTMwIGF0IDE0LjIwLjI4LnBuZw==\">\n\n<p>Datalist 2 Item 1 - Detail page:</p>\n<img src=\"https://content.pstmn.io/fcbd866d-13d0-4a03-a9e6-2b364d44527d/U2NyZWVuc2hvdCAyMDI0LTA3LTMwIGF0IDE0LjIwLjUwLnBuZw==\">\n\n<h4 id=\"overviewlayout\">OverviewLayout</h4>\n<p>The <code>OverviewLayout</code> object is used to define the layout for the items in the overview.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>list</code></td>\n<td>LayoutListSettings</td>\n<td>Settings for the list Layout</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"layoutlistsettings\">LayoutListSettings</h5>\n<p>The <code>LayoutListSettings</code> object is used to define the layout for the list overview.<br>Here you can change the order and columns used for certain types of the order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order</code></td>\n<td>LayoutListSettingsOrderType[]</td>\n<td>Can use the types: <code>description</code>, <code>content</code>, <code>thumbnail</code>, <code>custom</code></td>\n</tr>\n<tr>\n<td><code>columns</code></td>\n<td>string[]</td>\n<td>Id's for the displayed columns in the <code>content</code></td>\n</tr>\n<tr>\n<td><code>custom_columns</code></td>\n<td>string[]</td>\n<td>Id's for the retrieved values in <code>custom</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>There are 3 types of options for the order: <code>description</code>, <code>thumbnail</code> &amp; <code>content</code>.</p>\n<ul>\n<li><p><code>description</code>: Shows the set up description from manager with the title at the very start.</p>\n</li>\n<li><p><code>thumbnail</code>: shows the thumbnail that was setup in manager.</p>\n</li>\n<li><p><code>content</code>: makes use of an extra setting called <code>columns</code>. By default the content shows the title at the very start.</p>\n</li>\n</ul>\n<p>For the <code>columns</code> setting there is an example below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">layout: {\n  list: {\n    order: ['content', 'thumbnail'],\n    columns: [\n      '9c4eec74-56e6-4864-9ec5-478d12ad2be2',\n      '9c56faae-ca7f-43fe-9634-d4ce17a9ce81',\n    ]\n  }\n}\n\n</code></pre>\n<p>When loading in the <code>content</code> from the order it makes use of the <code>columns</code>.<br>Here you can configure all the columns that should be shown with an item.<br>It will show the label and the value for each column that you add.</p>\n<ul>\n<li><code>custom</code>: makes use of an extra setting called <code>custom_columns</code>. The data displayed here has very little added styling and can thus be used well in combination with transformers.</li>\n</ul>\n<p>For the <code>custom_columns</code> setting there is an example below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{ \n  transformers: {\n    'Zeldzaamheid': ({ value, additional_values }) =&gt; {\n      return `&lt;img class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; alt=\"${value}\" src=\"${additional_values?.foreign_values?.Image?.thumbnail}\" style=\"width: 144px\" /&gt;`\n    }\n  },\n  layout: {\n    list: {\n      order: [\n        'content',\n        'custom'\n      ],\n      columns: [\n        '9c951404-b151-4325-83f8-ba9bec333ae1',\n        '9c9513e2-6e10-4b9f-95d8-ff05c1a22d4b'\n      ],\n      custom_columns: [\n        '9d928a5e-b147-43a9-9c3e-b9bf71b1f59b'\n      ],\n    },\n  }\n}\n\n</code></pre>\n<p>Below here you can see where the <code>layout</code> can be used within the embed code.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">list: [\n  {\n    id: '9c370410-d671-4d2f-8410-3161486e8fed',\n    layout: {\n      list: {\n        order: ['content', 'thumbnail'],\n        columns: [\n          '9c32f8c1-720e-4cba-9d50-2eb3f1cb282e',\n          '9c32f8d7-d9d2-4c9e-a233-b67e1f726ebb',\n        ]\n      }\n    }\n  }, \n  {\n    id: '9c4eeccf-b543-4701-b42a-94d35b917126',\n    layout: {\n      list: {\n        order: ['description', 'thumbnail'],\n      }\n    }\n  }, \n  {\n    id: '9c38ab43-0340-4ab0-ac44-68a8442e58f1'\n  }\n],\n\n</code></pre>\n<h4 id=\"overview-attributes-1\">Overview Attributes</h4>\n<p>The <code>OverviewAttributes</code> object is used to attach customizable attributes to the image HTML elements within the embed. This allows users to attach metadata to image files and bind those values as attributes in the embed column reference.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>column-id</code></td>\n<td><code>OverviewColumnAttribute</code></td>\n<td>Attributes that will be bound to all images that belongs to the specified <code>column-id</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>attribute slug</code></td>\n<td><code>OverviewAttribute</code></td>\n<td>Content that will be bound to the tag of the attribute slug.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td><code>text</code> or <code>dms</code></td>\n<td>Type of value</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>string</td>\n<td>Value that will be bound to the HTML element.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The structure for the Overview Attributes is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n  'column-id': {\n    'attribute-slug': {\n      type: 'text',\n      value: 'static content'\n    },\n    'attribute-slug-2': {\n      type: 'dms',\n      value: 'dynamic content'\n    }\n  }\n}\n\n</code></pre>\n<p>For the implementation of this feature, it requires specific settings on Manager (Accounts) and the Embed.</p>\n<h5 id=\"example-2\">Example:</h5>\n<h5 id=\"configuration-in-manager---datalijst\">Configuration in Manager - Datalijst</h5>\n<p>In the datalist column settings, for the image, file and files types, there is a select input labeled \"File with metadata template,\" allowing the user to select between different templates for the file metadata. Once one is selected, the options that the template contains will be shown in the table below with information on type and key.</p>\n<img src=\"https://content.pstmn.io/0baf62e6-96c3-4816-ab7f-759325fa7892/U2NyZWVuc2hvdCAyMDI0LTA4LTE0IGF0IDExLjI3LjEzLnBuZw==\">\n\n<p>Below this template configuration, there is another table to set up additional custom file metadata. Items can be added by pressing the plus button and then filling in the values for:</p>\n<ul>\n<li><p>Types: selection between 3 different types of values (text, number and date)</p>\n</li>\n<li><p>Key</p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/fedf02c1-6055-463c-bca2-325239027dfa/U2NyZWVuc2hvdCAyMDI0LTA4LTE0IGF0IDExLjI3LjEzIGNvcHkucG5n\">\n\n<p>Once the configuration has been implemented in the column settings, when adding or editing an item and then uploading an image to the recently updated column, an expandable section appears containing the file metadata. This way, all the fields can be filled out with the corresponding data. Besides the file metadata from the template and the additional custom file metadata defined in the column settings, it is possible to add additional metadata for one specific file.</p>\n<img src=\"https://content.pstmn.io/181fceb5-e49c-42fb-902e-5017995d549d/U2NyZWVuc2hvdCAyMDI0LTA4LTE0IGF0IDExLjMxLjU4LnBuZw==\">\n\n<h5 id=\"configuration-in-manager---overzichten\">Configuration in Manager - Overzichten</h5>\n<p>In the overview configuration, there is the possibility to hide the metadata values by column. This way, the keys and values will not be sent along the overview endpoint. The additional metadata for one specific file is always hidden and cannot be shown.</p>\n<img src=\"https://content.pstmn.io/8d0a865d-5d33-48db-90ab-1d833096af0f/U2NyZWVuc2hvdCAyMDI0LTA4LTE0IGF0IDExLjM0LjU4LnBuZw==\">\n\n<h5 id=\"configuration-in-embed\">Configuration in Embed</h5>\n<p>Once the configuration has been set up in the Manager, you can define the attributes for the image elements within the embed. This allows you to attach metadata to image files and bind those values as attributes in the embed column reference.</p>\n<p>Here’s an example of how to configure the attributes in the embed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">attributes: {\n  'datalijst-1-afbeelding-column-id': {\n    'alt': {\n      type: 'dms',\n      value: 'description'\n    },\n    'date': {\n      type: 'dms',\n      value: 'date'\n    },\n    'crossorigin': {\n      type: 'text',\n      value: 'anonymous'\n    },\n  }\n}\n\n</code></pre>\n<h5 id=\"result\">Result</h5>\n<p>This configuration will result in image elements with the new attributes:</p>\n<img src=\"https://content.pstmn.io/19895214-7d95-4786-b1c2-42899f593e0a/U2NyZWVuc2hvdCAyMDI0LTA4LTE0IGF0IDExLjQzLjI1LnBuZw==\">\n\n<img src=\"https://content.pstmn.io/8e6fba98-9c72-4579-a85c-bdcf1a3e2823/U2NyZWVuc2hvdCAyMDI0LTA4LTE0IGF0IDExLjQ1LjI1LnBuZw==\">\n\n<h2 id=\"overview-transformers-1\">Overview Transformers</h2>\n<p>The <code>OverviewTransformers</code> object is used to modify the displayed value of a column in the overview. This feature is useful for formatting the data in a specific way, such as converting a value to a different unit.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event</code></td>\n<td>EmbedOptionsTransformerEvent</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"embedoptionstransformerevent\">EmbedOptionsTransformerEvent</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>value</code></td>\n<td>The value of the column</td>\n</tr>\n<tr>\n<td><code>additional_values</code></td>\n<td>Extra values from the column that can sometimes be passed from backend. (for example extra values from another datalist)</td>\n</tr>\n<tr>\n<td><code>item</code></td>\n<td>The item that is being displayed</td>\n</tr>\n<tr>\n<td><code>group</code></td>\n<td>The group that the column is in</td>\n</tr>\n<tr>\n<td><code>groupItem</code></td>\n<td>The item that is being displayed in the group</td>\n</tr>\n<tr>\n<td><code>context</code></td>\n<td>The page context (list, grid, table, detail, suggestion)</td>\n</tr>\n</tbody>\n</table>\n</div><p>The structure for the transformer is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n  transformers: {\n    'Voornaam': ({ value }) =&gt; value,\n    'Naam': (arguments) =&gt; {\n      console.log('Argumenten', arguments);\n      return arguments.value;\n    },\n    'Title': ({ value, context }) =&gt; {\n      switch (context) {\n        case 'list': {\n          const newValue = `This is a tranformed title for list view: ${item['Title']}`\n          return newValue;\n        }\n        case 'grid': {\n          const newValue = `This is a tranformed title for grid: ${item['Title']}`\n          return newValue;\n        }\n        case 'table': {\n          const newValue = `This is a tranformed title for table: ${item['Title']}`\n          return newValue;\n        }\n        case 'detail': {\n          const newValue = `This is a tranformed title for the detail page: ${item['Title']}`\n          return newValue;\n        }\n        case 'suggestion': {\n          const newValue = `This is a tranformed title for the suggestions on a detail page: ${item['Title']}`\n          return newValue;\n        }\n        default: {\n          return value;\n        }\n      }\n    },\n  },\n}\n\n</code></pre>\n<h3 id=\"embedoptionstheme\">EmbedOptionsTheme</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>detailHeroImageObjectFit</code></td>\n<td>EmbedOptionsThemeImageObjectFit</td>\n<td>Specifies how the hero image should fit.</td>\n</tr>\n<tr>\n<td><code>detailTableImageObjectFit</code></td>\n<td>EmbedOptionsThemeImageObjectFit</td>\n<td>Specifies how the table image should fit.</td>\n</tr>\n<tr>\n<td><code>tableImageObjectFit</code></td>\n<td>EmbedOptionsThemeImageObjectFit</td>\n<td>Specifies how the image in a table should fit.</td>\n</tr>\n<tr>\n<td><code>listImageObjectFit</code></td>\n<td>EmbedOptionsThemeImageObjectFit</td>\n<td>Specifies how the image in a list should fit.</td>\n</tr>\n<tr>\n<td><code>listImageHeight</code></td>\n<td>string</td>\n<td>Specifies the height of the image in a list view.</td>\n</tr>\n<tr>\n<td><code>listImageWidth</code></td>\n<td>string</td>\n<td>Specifies the width of the image in a list view.</td>\n</tr>\n<tr>\n<td><code>gridImageObjectFit</code></td>\n<td>EmbedOptionsThemeImageObjectFit</td>\n<td>Specifies how the image in a grid should fit.</td>\n</tr>\n<tr>\n<td><code>background</code></td>\n<td>string</td>\n<td>Background color of the embed.</td>\n</tr>\n<tr>\n<td><code>foreground</code></td>\n<td>string</td>\n<td>Foreground color (e.g., text color) of the embed.</td>\n</tr>\n<tr>\n<td><code>tint</code></td>\n<td>string</td>\n<td>Optional tint color.</td>\n</tr>\n<tr>\n<td><code>muted</code></td>\n<td>string</td>\n<td>Optional muted color.</td>\n</tr>\n<tr>\n<td><code>mutedForeground</code></td>\n<td>string</td>\n<td>Optional muted foreground color.</td>\n</tr>\n<tr>\n<td><code>popover</code></td>\n<td>string</td>\n<td>Optional popover color.</td>\n</tr>\n<tr>\n<td><code>popoverForeground</code></td>\n<td>string</td>\n<td>Optional popover foreground color.</td>\n</tr>\n<tr>\n<td><code>card</code></td>\n<td>string</td>\n<td>Card background color.</td>\n</tr>\n<tr>\n<td><code>cardForeground</code></td>\n<td>string</td>\n<td>Card foreground color.</td>\n</tr>\n<tr>\n<td><code>border</code></td>\n<td>string</td>\n<td>Border color.</td>\n</tr>\n<tr>\n<td><code>input</code></td>\n<td>string</td>\n<td>Input background color.</td>\n</tr>\n<tr>\n<td><code>primary</code></td>\n<td>string</td>\n<td>Primary color (e.g., for buttons or highlighted text).</td>\n</tr>\n<tr>\n<td><code>primaryForeground</code></td>\n<td>string</td>\n<td>Primary foreground color.</td>\n</tr>\n<tr>\n<td><code>secondary</code></td>\n<td>string</td>\n<td>Secondary color.</td>\n</tr>\n<tr>\n<td><code>secondaryForeground</code></td>\n<td>string</td>\n<td>Secondary foreground color.</td>\n</tr>\n<tr>\n<td><code>accent</code></td>\n<td>string</td>\n<td>Accent color.</td>\n</tr>\n<tr>\n<td><code>accentForeground</code></td>\n<td>string</td>\n<td>Accent foreground color.</td>\n</tr>\n<tr>\n<td><code>destructive</code></td>\n<td>string</td>\n<td>Destructive color (e.g., for error states).</td>\n</tr>\n<tr>\n<td><code>destructiveForeground</code></td>\n<td>string</td>\n<td>Destructive foreground color.</td>\n</tr>\n<tr>\n<td><code>ring</code></td>\n<td>string</td>\n<td>Focus ring color for buttons.</td>\n</tr>\n<tr>\n<td><code>link</code></td>\n<td>string</td>\n<td>Link color.</td>\n</tr>\n<tr>\n<td><code>radius</code></td>\n<td>string</td>\n<td>Border radius.</td>\n</tr>\n<tr>\n<td><code>font</code></td>\n<td>string</td>\n<td>Font family.</td>\n</tr>\n<tr>\n<td><code>overviewTitleForeground</code></td>\n<td>string</td>\n<td>Title color</td>\n</tr>\n<tr>\n<td><code>returnButton</code></td>\n<td>string</td>\n<td>Return button color</td>\n</tr>\n<tr>\n<td><code>returnButtonForeground</code></td>\n<td>string</td>\n<td>Return button text color</td>\n</tr>\n<tr>\n<td><code>returnButtonHover</code></td>\n<td>string</td>\n<td>Return button hover color</td>\n</tr>\n<tr>\n<td><code>returnButtonForegroundHover</code></td>\n<td>string</td>\n<td>Return button hover text color</td>\n</tr>\n<tr>\n<td><code>highlight</code></td>\n<td>string</td>\n<td>Highlight background color</td>\n</tr>\n<tr>\n<td><code>detailValueExpandableWhenMoreThanPx</code></td>\n<td>number</td>\n<td>Default 200. Set to change the breakpoint when a detail field value should become expandable.</td>\n</tr>\n<tr>\n<td><code>detailValueHasAndBelongsAsLinks</code></td>\n<td>boolean</td>\n<td>Default false. Set to true to show <code>Belongs to</code> and <code>Has</code> values in detail pages as links.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"embedoptionsdictionary\">EmbedOptionsDictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Default</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>typesTitle</code></td>\n<td>string</td>\n<td><code>Type</code></td>\n</tr>\n<tr>\n<td><code>filterTitle</code></td>\n<td>string</td>\n<td><code>Filter</code></td>\n</tr>\n<tr>\n<td><code>closeButton</code></td>\n<td>string</td>\n<td><code>Sluiten</code></td>\n</tr>\n<tr>\n<td><code>totalResults</code></td>\n<td>string</td>\n<td><code>gevonden</code></td>\n</tr>\n<tr>\n<td><code>totalResultsText</code></td>\n<td>string</td>\n<td><code>resultaten</code></td>\n</tr>\n<tr>\n<td><code>totalResultText</code></td>\n<td>string</td>\n<td><code>resultaat</code></td>\n</tr>\n<tr>\n<td><code>searchPlaceholder</code></td>\n<td>string</td>\n<td><code>Zoeken</code></td>\n</tr>\n<tr>\n<td><code>searchButton</code></td>\n<td>string</td>\n<td><code>Zoeken</code></td>\n</tr>\n<tr>\n<td><code>backButton</code></td>\n<td>string</td>\n<td><code>Terug</code></td>\n</tr>\n<tr>\n<td><code>filtersButton</code></td>\n<td>string</td>\n<td><code>Filters</code></td>\n</tr>\n<tr>\n<td><code>layoutList</code></td>\n<td>string</td>\n<td><code>Lijst</code></td>\n</tr>\n<tr>\n<td><code>layoutGrid</code></td>\n<td>string</td>\n<td><code>Grid</code></td>\n</tr>\n<tr>\n<td><code>layoutTable</code></td>\n<td>string</td>\n<td><code>Tabel</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorsTitle</code></td>\n<td>string</td>\n<td><code>Operators</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorLowerThan</code></td>\n<td>string</td>\n<td><code>Kleiner dan</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorLowerThanOrEquals</code></td>\n<td>string</td>\n<td><code>Kleiner dan of gelijk aan</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorEquals</code></td>\n<td>string</td>\n<td><code>Gelijk aan</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorGreaterThanOrEqual</code></td>\n<td>string</td>\n<td><code>Groter dan of gelijk aan</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorGreater</code></td>\n<td>string</td>\n<td><code>Groter dan</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorBetween</code></td>\n<td>string</td>\n<td><code>Tussen</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorStartsWith</code></td>\n<td>string</td>\n<td><code>Begint met</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorEndsWith</code></td>\n<td>string</td>\n<td><code>Eindigt met</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorContains</code></td>\n<td>string</td>\n<td><code>Bevat</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorEmpty</code></td>\n<td>string</td>\n<td><code>Leeg</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorContainsAll</code></td>\n<td>string</td>\n<td><code>Bevat alle</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorContainsAny</code></td>\n<td>string</td>\n<td><code>Bevat één van</code></td>\n</tr>\n<tr>\n<td><code>filterOperatorContainsNon</code></td>\n<td>string</td>\n<td><code>Bevat niet</code></td>\n</tr>\n<tr>\n<td><code>filterDateOperatorsTitle</code></td>\n<td>string</td>\n<td><code>Perspectief</code></td>\n</tr>\n<tr>\n<td><code>filterDateOperatorAbsolute</code></td>\n<td>string</td>\n<td><code>Absoluut</code></td>\n</tr>\n<tr>\n<td><code>filterDateOperatorRelative</code></td>\n<td>string</td>\n<td><code>Relatief</code></td>\n</tr>\n<tr>\n<td><code>filterDateValueYesterday</code></td>\n<td>string</td>\n<td><code>Gisteren</code></td>\n</tr>\n<tr>\n<td><code>filterDateValueToday</code></td>\n<td>string</td>\n<td><code>Vandaag</code></td>\n</tr>\n<tr>\n<td><code>filterDateValueTomorrow</code></td>\n<td>string</td>\n<td><code>Morgen</code></td>\n</tr>\n<tr>\n<td><code>cannotReachDataList</code></td>\n<td>string</td>\n<td><code>Kan datalijst niet bereiken</code></td>\n</tr>\n<tr>\n<td><code>cannotReachDatalistItem</code></td>\n<td>string</td>\n<td><code>Kan datalijst item niet bereiken</code></td>\n</tr>\n<tr>\n<td><code>chooseADate</code></td>\n<td>string</td>\n<td><code>Kies een datum</code></td>\n</tr>\n<tr>\n<td><code>chooseARelativeOption</code></td>\n<td>string</td>\n<td><code>Kies een relatieve optie</code></td>\n</tr>\n<tr>\n<td><code>clearAllFilters</code></td>\n<td>string</td>\n<td><code>Wis alle filters</code></td>\n</tr>\n<tr>\n<td><code>insufficientPermissions</code></td>\n<td>string</td>\n<td><code>Onvoldoende rechten</code></td>\n</tr>\n<tr>\n<td><code>more</code></td>\n<td>string</td>\n<td><code>Meer</code></td>\n</tr>\n<tr>\n<td><code>noItems</code></td>\n<td>string</td>\n<td><code>Geen items</code></td>\n</tr>\n<tr>\n<td><code>untitled</code></td>\n<td>string</td>\n<td><code>Naamloos</code></td>\n</tr>\n<tr>\n<td><code>weCouldNotFindTheDataListThatYouAreSearchingFor</code></td>\n<td>string</td>\n<td><code>We konden het datalijst waarnaar u op zoek bent niet vinden!</code></td>\n</tr>\n<tr>\n<td><code>weCouldNotFindTheItemWhereYouAreSearchingFor</code></td>\n<td>string</td>\n<td><code>We konden het item waarnaar u op zoek bent niet vinden!</code></td>\n</tr>\n<tr>\n<td><code>youAreNotAuthorizedToShowThisDataList</code></td>\n<td>string</td>\n<td><code>U bent niet bevoegd om de datalijst te zien</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"embedoptionsthemeimageobjectfit\">EmbedOptionsThemeImageObjectFit</h3>\n<p>Values according to tailwindcss class naming.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>object-contain</code></td>\n<td>The image is scaled to maintain its aspect ratio while fitting within the element’s content box.</td>\n</tr>\n<tr>\n<td><code>object-cover</code></td>\n<td>The image is sized to maintain its aspect ratio while filling the element’s content box.</td>\n</tr>\n<tr>\n<td><code>object-fill</code></td>\n<td>The image is sized to fill the element’s content box.</td>\n</tr>\n<tr>\n<td><code>object-none</code></td>\n<td>The image is not resized.</td>\n</tr>\n<tr>\n<td><code>object-scale-down</code></td>\n<td>The image is scaled down to the smallest possible size while preserving its aspect ratio.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"layoutdisplay\">LayoutDisplay</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>table</code></td>\n<td>Display items in a table format.</td>\n</tr>\n<tr>\n<td><code>grid</code></td>\n<td>Display items in a grid format.</td>\n</tr>\n<tr>\n<td><code>list</code></td>\n<td>Display items in a list format.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"filtertype\">FilterType</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>label</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>original</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>group</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>placeholder</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>operators</code></td>\n<td>string[]</td>\n</tr>\n<tr>\n<td><code>operator</code></td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>multiple</code></td>\n<td>boolean</td>\n</tr>\n<tr>\n<td><code>options</code></td>\n<td>Record</td>\n</tr>\n<tr>\n<td><code>visible</code></td>\n<td>boolean</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>{ <code>label</code>: string, <code>value</code>: string }</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>'select'</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"detailed-explanations-and-examples\">Detailed Explanations and Examples</h2>\n<ol>\n<li><p><strong>Initialization:</strong></p>\n<ol>\n<li><p><strong>Example:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           window.Atabase.datalist('#embed', { ... })\n\n</code></pre>\n</li>\n<li><p><strong>Description:</strong> Initialises the embed within the HTML element identified by <code>#embed</code> using the provided options.</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Data and Layout:</strong></p>\n<ol>\n<li><p><strong>list:</strong></p>\n<ol>\n<li><p>Can accept both a single <code>OverviewListItem</code> and an array of <code>OverviewListItem</code>.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           list: [\n                                                               { id: 'overview1', highlight: { column: 'column-from-overview1-with-values-from-overview2', list: 'overview2' } },\n                                                               { id: 'overview2' }\n                                                           ]\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>layout:</strong></p>\n<ol>\n<li><p>Supports 'table', 'grid', and 'list'.</p>\n</li>\n<li><p>Can combine multiple layouts.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           layout: ['list', 'grid']`\n\n</code></pre>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>URLs and Requests:</strong></p>\n<ol>\n<li><p><strong>url:</strong></p>\n<ol>\n<li><p>Can be a string or a function returning a string.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           url: 'https://example.com/api'\n                                                           // or\n                                                           url: () =&gt; 'https://example.com/api'\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>headers:</strong></p>\n<ol>\n<li><p>Function returning request headers.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           headers: () =&gt; ({ 'Authorization': 'Bearer token' })\n\n</code></pre>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>Interactivity:</strong></p>\n<ol>\n<li><p><strong>onClickItem:</strong></p>\n<ol>\n<li><p>Triggered when an item is clicked.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onClickItem: (item) =&gt; { console.log('clicked on item', item) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onMounted:</strong></p>\n<ol>\n<li><p>Triggered when the component is mounted.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onMounted: () =&gt; { console.log('component mounted') }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onAfterInitialize:</strong></p>\n<ol>\n<li><p>Triggered when the component is done initializing and loading the data.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                onAfterInitialize: () =&gt; { console.log('component initialized') }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onFilter:</strong></p>\n<ol>\n<li><p>Triggered when filters are applied.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                             onFilter: (filters) =&gt; { console.log('clicked on filters:', filters) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onChangeOverview:</strong></p>\n<ol>\n<li><p>Triggered when the overview is changed.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onChangeOverview: (overviewId) =&gt; { console.log('changed overview:', overviewId) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onClickSearch:</strong></p>\n<ol>\n<li><p>Triggered when a search is performed.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onClickSearch: (searchValue) =&gt; { console.log('searching for:', searchValue) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onChangeLayoutDisplay:</strong></p>\n<ol>\n<li><p>Triggered when the layout display is changed.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onChangeLayoutDisplay: (layoutDisplay) =&gt; { console.log('changed layout to:', layoutDisplay) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onClickHighlight:</strong></p>\n<ol>\n<li><p>Triggered when a highlight is clicked.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onClickHighlight: (highlight) =&gt; { console.log('clicked on highlight:', highlight) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onReturnToOverview:</strong></p>\n<ol>\n<li><p>Triggered when returning to the overview.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onReturnToOverview: () =&gt; { console.log('clicked on return to overview') }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onChangePage:</strong></p>\n<ol>\n<li><p>Triggered when the page number is changed.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onChangePage: (pageNumber) =&gt; { console.log('changed page to:', pageNumber) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onToggleMobileFilters:</strong></p>\n<ol>\n<li><p>Triggered when mobile filters are toggled.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                          onToggleMobileFilters: (filtersOpen) =&gt; { console.log('mobile filters open:', filtersOpen) }\n\n</code></pre>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>Customization:</strong></p>\n<ol>\n<li><p><strong>theme:</strong></p>\n<ol>\n<li><p>Customize the appearance using various properties</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           theme: {\n                                                              background: '#ffffff',\n                                                              foreground: '#000000',\n                                                              detailHeroImageObjectFit: 'object-cover'\n                                                           }\n\n</code></pre>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>Lifecycle Events:</strong></p>\n<ol>\n<li><p><strong>onMounted:</strong></p>\n<ol>\n<li><p>Called when the embed is mounted.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                           onMounted: () =&gt; { console.log('mounted') }\n\n</code></pre>\n</li>\n</ol>\n</li>\n<li><p><strong>onAfterInitialize:</strong></p>\n<ol>\n<li><p>Triggered when the component is done initializing and loading the data.</p>\n</li>\n<li><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                                onAfterInitialize: () =&gt; { console.log('initialized') }\n\n</code></pre>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n</ol>\n<h2 id=\"frequently-used-transformers\">Frequently Used Transformers</h2>\n<h3 id=\"customising-the-name-of-a-file\">Customising the name of a file</h3>\n<ol>\n<li>Configuration in Manager:</li>\n</ol>\n<ul>\n<li>A. Open the datalist. Go to <code>Manage columns</code>. Activate the file column. In the section for file metadata click on the add icon. Choose for the type <code>Text</code>. Name it eg. <code>Title</code>.</li>\n</ul>\n<img src=\"https://content.pstmn.io/a3b64299-3f80-4cd6-b0a8-1f2587bbf597/aW1hZ2UtMjAyNTEyMDMtMTI1MzQ3LnBuZw==\" width=\"556\" height=\"452\">\n\n<ul>\n<li>B. Open the edit item dialog in the datalist (by clicking on the pencil icon on the end of a row). Open the meta data for the file (by clicking on the arrow next to the uploaded file). Next to the key eg. <code>Title</code> you can now add a title eg. <code>My file</code>.</li>\n</ul>\n<img src=\"https://content.pstmn.io/4f872477-541a-4ead-85be-dc4014f28309/aW1hZ2UtMjAyNTEyMDMtMTI1MjE0LnBuZw==\" width=\"552\" height=\"406\">\n\n<ol>\n<li><p>Configuration in Embed:</p>\n<ul>\n<li><p>Transformer:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                      {\n                                        transformers: {\n                                          Bestand: ({ value }) =&gt; {\n                                            return formatNewFileUrl(value, value?.custom_properties?['Title'])\n                                          }\n                                        }\n                                      }\n\n</code></pre>\n</li>\n<li><p>Javascript function:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">                                      function formatNewFileUrl(field, titleField) {\n                                        return field &amp;&amp; titleField\n                                          ? {\n                                              ...field,\n                                              name: titleField\n                                            }\n                                          : field\n                                      }\n\n</code></pre>\n</li>\n</ul>\n</li>\n</ol>\n<p>This documentation provides a comprehensive guide to understanding and utilizing the <code>EmbedOptions</code> for initializing and customizing your embed effectively.</p>\n<hr>\n<h1 id=\"3-webhooks\">3. Webhooks</h1>\n<p>Users can create outgoing webhooks in automations as an action. The goal of this is to notify another party that a specific trigger has happened for a specific matter. We will only send enough data so that they know where what happened. The other party is responsible for then using the Atabase (v1) API to fetch any additional information they may need.</p>\n<h2 id=\"automation-action\">Automation action</h2>\n<p>To create such an outgoing webshook, simply add a new action of the type \"Uitgaande webhook versturen\" to an existing or new automation. For this action to work properly, an url is required. Optionally, up to five headers and up to five parameters can be added to the outgoing webhook request.</p>\n<img src=\"https://content.pstmn.io/99477584-f549-4d68-9c54-3e1d5c339528/aW1hZ2UucG5n\" alt=\"Outgoing%20webhook%20action%20dialog\" width=\"604\" height=\"308\">\n\n<h2 id=\"technical-details\">Technical details</h2>\n<p>Whenever an automation is triggered, if the logic conditions are valid, it will execute all listed actions. For the outgoing webhook, what happens is that a POST request is done to the listed URL in combination with the parameters. The request also contains the listed headers. The request body is a json body containing some general information about the automation and the matter for which it triggered. The request has a timeout time of 10 seconds.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"trigger\": \"matter_created\",\n    \"meta\": {\n        \"attempt\": 1,\n        \"automation\": \"91b5e4ff-04cd-4981-a02b-096dc251028a\",\n        \"datetime\": \"2025-02-04T11:57:53.499314Z\"\n    },\n    \"matter\": {\n        \"id\": \"f23d6251-44e6-4f9c-9a13-f0252e2716dc\",\n        \"name\": \"2025000001\"\n    }\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>trigger</td>\n<td>string</td>\n<td>Automation trigger type, see table below.</td>\n</tr>\n<tr>\n<td>meta.attempt</td>\n<td>int</td>\n<td>Attempt number, from 1 to 6.</td>\n</tr>\n<tr>\n<td>meta.automation</td>\n<td>string</td>\n<td>Id of automation that was triggered.</td>\n</tr>\n<tr>\n<td>meta.datetime</td>\n<td>string</td>\n<td>When the automation was originally triggered.</td>\n</tr>\n<tr>\n<td>matter.id</td>\n<td>string</td>\n<td>Id of matter that automation was triggered for.</td>\n</tr>\n<tr>\n<td>matter.name</td>\n<td>string</td>\n<td>Name of matter that automation was triggered for.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"automation-triggers\">Automation triggers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Trigger</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>Bericht geplaatst</td>\n</tr>\n<tr>\n<td>party_added</td>\n<td>Betrokkene toegevoegd</td>\n</tr>\n<tr>\n<td>party_removed</td>\n<td>Betrokkene verwijderd</td>\n</tr>\n<tr>\n<td>media</td>\n<td>Document toegevoegd</td>\n</tr>\n<tr>\n<td>media_deleted</td>\n<td>Document verwijderd</td>\n</tr>\n<tr>\n<td>time_offset</td>\n<td>Moment</td>\n</tr>\n<tr>\n<td>matter_created</td>\n<td>Nieuwe zaak</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status wijzigt</td>\n</tr>\n<tr>\n<td>task_completed</td>\n<td>Taak afgerond</td>\n</tr>\n<tr>\n<td>task_uncompleted</td>\n<td>Taak onafgerond</td>\n</tr>\n<tr>\n<td>task_added</td>\n<td>Taak toegevoegd</td>\n</tr>\n<tr>\n<td>task_removed</td>\n<td>Taak verwijderd</td>\n</tr>\n<tr>\n<td>transaction</td>\n<td>Transactie wijzigt</td>\n</tr>\n<tr>\n<td>field</td>\n<td>Veld wijzigt</td>\n</tr>\n<tr>\n<td>matter_status_deadline</td>\n<td>Volgende mijlpaal wijzigt</td>\n</tr>\n</tbody>\n</table>\n</div><p>After outgoing webhook is sent, and receives a response, it will add a record of this in the new webhooks page (section 9.1.3.). If the response was not successful, with a status code not in within 2XX, it will schedule a retry attempt. It will retry up to 5 additional times, waiting exponentially longer before trying again.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attempt</strong></th>\n<th><strong>Next Resend Interval (seconds)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>5</td>\n</tr>\n<tr>\n<td>2</td>\n<td>60</td>\n</tr>\n<tr>\n<td>3</td>\n<td>300</td>\n</tr>\n<tr>\n<td>4</td>\n<td>900</td>\n</tr>\n<tr>\n<td>5</td>\n<td>3600</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"webhooks-page\">Webhooks page</h2>\n<p>After an outgoing webhook has been triggered and sent, the results are visible on a new page in beheer. The \"Webhooks\" page is listed in the \"Algemeen\" section. On this page, an overview is given for all sent webhooks for all matters of all process types. By default the latest sent webhook is listed first.</p>\n<hr>\n<h1 id=\"4-api-usage\">4. API usage</h1>\n<p>We offer an JSON restful API for integrations and automations.</p>\n<h2 id=\"authentication-1\">Authentication</h2>\n<p>There are two ways to authenticate to the API. In <em>Beheer</em> you create an application user and assign roles to it. In the <em>Authentication</em> screen you can create tokens to authenticate.</p>\n<h3 id=\"oauth2\">oAuth2</h3>\n<p>The advised way of authentication is using oAuth2. You create a <em>secret</em> for the application user with a specific date range it is valid.</p>\n<p>On all API requests you need to add the following header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   Authorization: Bearer &lt;secret&gt;\n\n</code></pre><h3 id=\"api-key\">API key</h3>\n<p>You create an <em>API-key</em> for the application user.</p>\n<p>On all API requests you need to add the following header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   x-api-key: &lt;API-key&gt;\n\n</code></pre><h2 id=\"rate-limits\">Rate Limits</h2>\n<p>API access rate limits are applied at a per-user basis in unit time. Access to the API using a key is limited to <strong>500 requests per minute</strong>.</p>\n<p>In addition, every API response is accompanied by the following set of headers to identify the status of your consumption.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-RateLimit-Limit</td>\n<td>The maximum number of requests that the consumer is permitted to make per minute.</td>\n</tr>\n<tr>\n<td>X-RateLimit-Remaining</td>\n<td>The number of requests remaining in the current rate limit window.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Once you hit the rate limit, you will receive a response similar to the following JSON, with a status code of <code>429 Too Many Requests</code>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Too Many Attempts.\"\n}\n\n</code></pre>\n<h2 id=\"http-status-codes\">HTTP Status Codes</h2>\n<p>The REST API returns an HTTP status and code each time a request is made. The following HTTP status codes are used by our API. Additional codes might be added in the future and if you encounter a code not in this list please consult the HTTP specification for a definition.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 OK</td>\n<td>The request was successful.</td>\n</tr>\n<tr>\n<td>201 Created</td>\n<td>The resource was created successfully.</td>\n</tr>\n<tr>\n<td>401 Unauthorized</td>\n<td>API Key is invalid.</td>\n</tr>\n<tr>\n<td>403 Forbidden</td>\n<td>Insufficient permissions for the resource.</td>\n</tr>\n<tr>\n<td>404 Not Found</td>\n<td>The path is invalid or no resource exists with the given ID.</td>\n</tr>\n<tr>\n<td>405 Method Not Allowed</td>\n<td>The path is valid but not for this method.</td>\n</tr>\n<tr>\n<td>422 Unprocessable Entity</td>\n<td>The request has missing or invalid parameters.</td>\n</tr>\n<tr>\n<td>429 Too Many Requests</td>\n<td>The user or path has too many outstanding requests.</td>\n</tr>\n<tr>\n<td>500 Internal Server Error</td>\n<td>An unexpected internal error occurred and the request was not processed.</td>\n</tr>\n<tr>\n<td>503 Service Unavailable</td>\n<td>The service is down for maintenance. It will be up again soon.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filters-1\">Filters</h2>\n<p>Filters provide the ability to query, sort and paginate an endpoint for its information. Let's take a look at the query string that would be required to filter for the criteria in the previous sentence:</p>\n<p><code>/v1/messages?filters[from]=2017-05-01&amp;filters[status]=send&amp;limit=10&amp;sort=!created_at</code>.</p>\n<p>Notice how <code>limit</code> and <code>sort</code> do not belong to <code>filters[]</code>. Parameters passed to <code>filters[]</code> are unique to that endpoint. The available filters will be listed per endpoint. We also have a few generic filters that are available all the time. These include: <code>limit</code>, <code>page</code> &amp; <code>sort</code>.</p>\n<h3 id=\"generic-filters\">Generic Filters</h3>\n<p>Generic filters are applicable to all filterable endpoints. They provide standard functionality such as sorting the result data set and paginating through it.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filter</th>\n<th>Example Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>?limit=10</td>\n<td>Defines the amount of records you want to return. There is a hard limit of 100.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>?page=1</td>\n<td>Skips the amount of records defined in limit multiplied by the page number. This is used for paginating through the results.</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>?sort=!created_at</td>\n<td>The sortable value is dependent on what is available per endpoint. Use <em>!</em> before the value to reverse the order. Consult the endpoint for which values can be sorted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"unique-filters\">Unique Filters</h3>\n<p>Unique filters are only applicable to a specific endpoint. They are documented under each endpoint.</p>\n<h3 id=\"chaining-filters\">Chaining Filters</h3>\n<p>Filters can be chained by attaching as many as you want (e.g. <code>?filters[status]=active&amp;filters[age]=25</code>). Parameters will be automatically casted.</p>\n<h2 id=\"includes\">Includes</h2>\n<p>Some endpoints have includeables. Includeables are defined by passing the query parameter with (e.g. <code>?with[]=recipients</code>). The include will return an extra data that is not normally returned. Only add includes when the data is needed. Including any unnecessary date will only slow down the response, creating worse perceived performance for the end user. Available includes will be listed per endpoint.</p>\n<h1 id=\"5-ipv4-allowlist\">5. IPv4 allowlist</h1>\n<p>In case you need to allowlist our IPs on your system, we use the following IP addresses:</p>\n<ul>\n<li><p>Production:</p>\n<ul>\n<li><p>Egress:</p>\n<ul>\n<li><p>52.58.11.58</p>\n</li>\n<li><p>18.193.162.153</p>\n</li>\n</ul>\n</li>\n<li><p>Ingress:</p>\n<ul>\n<li><p>52.223.59.226</p>\n</li>\n<li><p>3.33.150.104</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Acceptance:</p>\n<ul>\n<li><p>Egress:</p>\n<ul>\n<li><p>3.68.3.240</p>\n</li>\n<li><p>18.192.224.105</p>\n</li>\n</ul>\n</li>\n<li><p>Ingress:</p>\n<ul>\n<li><p>75.2.28.149</p>\n</li>\n<li><p>76.223.34.228</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"6-formula-functions\">6. Formula functions</h1>\n<p>All available formula functions can be found here. The formula field is available in Cases and Forms.</p>\n<h3 id=\"logical-functions\">Logical Functions</h3>\n<ul>\n<li><p><strong>IF(condition, valueIfTrue, valueIfFalse)</strong> - Conditional logic</p>\n</li>\n<li><p><strong>AND(...)</strong> - Returns true if all conditions are true</p>\n</li>\n<li><p><strong>OR(...)</strong> - Returns true if any condition is true</p>\n</li>\n<li><p><strong>NOT(condition)</strong> - Inverts a boolean value</p>\n</li>\n</ul>\n<h3 id=\"comparison-functions\">Comparison Functions</h3>\n<ul>\n<li><p><strong>EQ(a, b)</strong> - Equal to (a = b)</p>\n</li>\n<li><p><strong>NE(a, b)</strong> - Not equal to (a ≠ b)</p>\n</li>\n<li><p><strong>GT(a, b)</strong> - Greater than (a &gt; b)</p>\n</li>\n<li><p><strong>LT(a, b)</strong> - Less than (a &lt; b)</p>\n</li>\n<li><p><strong>GTE(a, b)</strong> - Greater than or equal (a ≥ b)</p>\n</li>\n<li><p><strong>LTE(a, b)</strong> - Less than or equal (a ≤ b)</p>\n</li>\n</ul>\n<h3 id=\"numeric-functions\">Numeric Functions</h3>\n<ul>\n<li><p><strong>SUM(...)</strong> - Sum of all arguments</p>\n</li>\n<li><p><strong>AVG(...)</strong> - Average of all arguments</p>\n</li>\n<li><p><strong>MIN(...)</strong> - Minimum value</p>\n</li>\n<li><p><strong>MAX(...)</strong> - Maximum value</p>\n</li>\n<li><p><strong>ROUND(num, digits)</strong> - Round to specified decimals</p>\n</li>\n<li><p><strong>ROUNDUP(num, digits)</strong> - Round up</p>\n</li>\n<li><p><strong>ROUNDDOWN(num, digits)</strong> - Round down</p>\n</li>\n<li><p><strong>SQRT(num)</strong> - Square root</p>\n</li>\n<li><p><strong>POWER(base, exp)</strong> - Exponentiation</p>\n</li>\n<li><p><strong>ABS(num)</strong> - Absolute value</p>\n</li>\n<li><p><strong>MOD(num, divisor)</strong> - Modulo operation</p>\n</li>\n<li><p><strong>MULTIPLY(a, b)</strong> - Multiplication</p>\n</li>\n<li><p><strong>DIVIDE(a, b)</strong> - Division</p>\n</li>\n<li><p><strong>MINUS(a, b)</strong> - Subtraction</p>\n</li>\n<li><p><strong>CEILING(num)</strong> - Round up to nearest integer</p>\n</li>\n<li><p><strong>FLOOR(num)</strong> - Round down to nearest integer</p>\n</li>\n<li><p><strong>TRUNC(num)</strong> - Remove decimal part</p>\n</li>\n<li><p><strong>SIGN(num)</strong> - Returns -1, 0, or 1</p>\n</li>\n<li><p><strong>LOG(num, [base])</strong> - Logarithm (default base 10)</p>\n</li>\n<li><p><strong>LN(num)</strong> - Natural logarithm</p>\n</li>\n<li><p><strong>EXP(num)</strong> - e raised to power</p>\n</li>\n<li><p><strong>PI()</strong> - Value of π (3.14159...)</p>\n</li>\n<li><p><strong>E()</strong> - Value of e (2.71828...)</p>\n</li>\n<li><p><strong>FACTORIAL(n)</strong> - n! (factorial)</p>\n</li>\n<li><p><strong>GCD(a, b)</strong> - Greatest common divisor</p>\n</li>\n<li><p><strong>LCM(a, b)</strong> - Least common multiple</p>\n</li>\n<li><p><strong>RAND()</strong> - Random number 0-1</p>\n</li>\n<li><p><strong>RANDBETWEEN(min, max)</strong> - Random integer in range</p>\n</li>\n</ul>\n<h3 id=\"text-functions\">Text Functions</h3>\n<ul>\n<li><p><strong>CONCATENATE(...)</strong> - Join strings</p>\n</li>\n<li><p><strong>UPPER(text)</strong> - Convert to uppercase</p>\n</li>\n<li><p><strong>LOWER(text)</strong> - Convert to lowercase</p>\n</li>\n<li><p><strong>TRIM(text)</strong> - Remove extra whitespace</p>\n</li>\n<li><p><strong>REPLACE(text, old, new)</strong> - Replace text</p>\n</li>\n<li><p><strong>DATEFORMAT(date, format)</strong> - Format date with PHP-style format codes (locale-aware)</p>\n</li>\n<li><p><strong>LEN(text)</strong> - String length</p>\n</li>\n<li><p><strong>LEFT(text, n)</strong> - First n characters</p>\n</li>\n<li><p><strong>RIGHT(text, n)</strong> - Last n characters</p>\n</li>\n<li><p><strong>MID(text, start, length)</strong> - Extract substring</p>\n</li>\n<li><p><strong>FIND(search, text)</strong> - Position of substring (1-indexed)</p>\n</li>\n<li><p><strong>CONTAINS(text, search)</strong> - Check if text contains substring</p>\n</li>\n<li><p><strong>STARTSWITH(text, prefix)</strong> - Check if text starts with prefix</p>\n</li>\n<li><p><strong>ENDSWITH(text, suffix)</strong> - Check if text ends with suffix</p>\n</li>\n<li><p><strong>REVERSE(text)</strong> - Reverse string</p>\n</li>\n<li><p><strong>REPEAT(text, n)</strong> - Repeat text n times</p>\n</li>\n<li><p><strong>SPLIT(text, delimiter)</strong> - Split text by delimiter</p>\n</li>\n</ul>\n<h3 id=\"date-functions\">Date Functions</h3>\n<ul>\n<li><p><strong>DATE(year, month, day)</strong> - Create date</p>\n</li>\n<li><p><strong>TODAY()</strong> - Current date</p>\n</li>\n<li><p><strong>WORKDAY(start, days)</strong> - Calculate workday</p>\n</li>\n<li><p><strong>DATEVALUE(dateStr)</strong> - Parse date</p>\n</li>\n<li><p><strong>EARLIEST(...)</strong> - Minimum date</p>\n</li>\n<li><p><strong>LATEST(...)</strong> - Maximum date</p>\n</li>\n<li><p><strong>DAY(date)</strong> - Extract day</p>\n</li>\n<li><p><strong>MONTH(date)</strong> - Extract month</p>\n</li>\n<li><p><strong>YEAR(date)</strong> - Extract year</p>\n</li>\n<li><p><strong>WEEKDAY(date)</strong> - Day of week (1-7)</p>\n</li>\n<li><p><strong>WEEKNUM(date)</strong> - Week number</p>\n</li>\n<li><p><strong>DATEDIF(date1, date2, unit)</strong> - Date difference (\"D\", \"M\", \"Y\")</p>\n</li>\n</ul>\n<h3 id=\"type-checking-functions\">Type Checking Functions</h3>\n<ul>\n<li><p><strong>ISNUMBER(value)</strong> - Check if value is a number</p>\n</li>\n<li><p><strong>ISTEXT(value)</strong> - Check if value is text</p>\n</li>\n<li><p><strong>ISBLANK(value)</strong> - Check if value is empty</p>\n</li>\n<li><p><strong>ISBOOL(value)</strong> - Check if value is boolean</p>\n</li>\n<li><p><strong>ISDATE(value)</strong> - Check if value is valid date</p>\n</li>\n</ul>\n<h3 id=\"conversion-functions\">Conversion Functions</h3>\n<ul>\n<li><p><strong>TEXT(value, [format])</strong> - Convert to formatted string</p>\n</li>\n<li><p><strong>VALUE(text)</strong> - Convert string to number</p>\n</li>\n<li><p><strong>INT(number)</strong> - Convert to integer</p>\n</li>\n<li><p><strong>FLOAT(text)</strong> - Convert to float</p>\n</li>\n<li><p><strong>BOOL(value)</strong> - Convert to boolean</p>\n</li>\n</ul>\n<h1 id=\"7-authentication-stub-integration\">7. Authentication stub integration</h1>\n<p>The stub integration is a built-in OIDC provider hosted on Atabase's own Keycloak server (in a dedicated <code>stub</code> realm). It simulates DigiD and eHerkenning authentication flows, allowing developers to test login without needing real citizen or business credentials.</p>\n<p>Use this integration in non-production environments when you want to test authentication flows end-to-end.</p>\n<h2 id=\"setup-in-admin-beheer\">Setup in Admin (Beheer)</h2>\n<p>Navigate to the authentication integration settings and create a new OIDC integration.</p>\n<p>Choose the <strong>provider type</strong> based on the user type:</p>\n<ul>\n<li><p><strong>DigiD</strong> — for citizen (BSN) logins</p>\n</li>\n<li><p><strong>eHerkenning</strong> — for business (KVK) logins</p>\n</li>\n</ul>\n<h3 id=\"openid-connect\">OpenID Connect</h3>\n<p>Use the following URLs depending on the environment:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Base URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><code>https://auth.test.atabase.nl/realms/stub/protocol/openid-connect</code></td>\n</tr>\n<tr>\n<td>Acceptance</td>\n<td><code>https://auth.acceptance.atabase.nl/realms/stub/protocol/openid-connect</code></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><code>https://auth.atabase.nl/realms/stub/protocol/openid-connect</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Fill in the URL fields using the base URL for your environment:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field (NL)</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Token-URL</td>\n<td><code>{base}/token</code></td>\n</tr>\n<tr>\n<td>Auth-URL</td>\n<td><code>{base}/auth</code></td>\n</tr>\n<tr>\n<td>Logout-URL</td>\n<td><code>{base}/logout</code></td>\n</tr>\n<tr>\n<td>Certificaten-URL</td>\n<td><code>{base}/certs</code></td>\n</tr>\n<tr>\n<td>Gebruikersinformatie-URL</td>\n<td><code>{base}/userinfo</code></td>\n</tr>\n<tr>\n<td>Scopes</td>\n<td><code>openid</code></td>\n</tr>\n<tr>\n<td>Prompt</td>\n<td><em>(leave empty)</em></td>\n</tr>\n<tr>\n<td>ACR waardes</td>\n<td><em>(leave empty)</em></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Client ID and Client Secret are handled internally so contact us to fill this information. </p>\n</blockquote>\n<p>You can use for OIDC the wellknown url to fill the fields automatically: <a href=\"https://auth.atabase.nl/realms/stub/.well-known/openid-configuration\">https://auth.atabase.nl/realms/stub/.well-known/openid-configuration</a></p>\n<h3 id=\"saml\">SAML</h3>\n<p>To fill the fields for SAML protocol, use the information that can be found in the following link:</p>\n<p>Descriptor: <a href=\"https://auth.atabase.nl/realms/stub/protocol/saml/descriptor\">https://auth.atabase.nl/realms/stub/protocol/saml/descriptor</a></p>\n<h2 id=\"test-users\">Test users</h2>\n<p>Stub users are pre-configured fake users (not real people) with BSN or KVK attributes. You can retrieve the list of available stub users via:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /stub/users\n\n</code></pre><p>Use these users to select which login scenario to test.</p>\n<h1 id=\"8-api-documentation\">8. API documentation</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"1. Form embed","slug":"1-form-embed"},{"content":"2. Datalist embed","slug":"2-datalist-embed"},{"content":"3. Webhooks","slug":"3-webhooks"},{"content":"4. API usage","slug":"4-api-usage"},{"content":"5. IPv4 allowlist","slug":"5-ipv4-allowlist"},{"content":"6. Formula functions","slug":"6-formula-functions"},{"content":"7. Authentication stub integration","slug":"7-authentication-stub-integration"},{"content":"8. API documentation","slug":"8-api-documentation"}],"owner":"1182324","collectionId":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","publishedId":"2sA2rFSLVC","public":true,"customColor":{"top-bar":"0A3D3A","right-sidebar":"303030","highlight":"0A3D3A"},"publishDate":"2024-02-28T08:27:59.000Z"},"item":[{"name":"Cases","item":[{"name":"RPC","item":[{"name":"matter:media-upload-portal","id":"e0b5adef-10b1-47d0-b0e1-0e887cd172b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"signature\": \"matter:media-upload-portal\",\n    \"body\": {\n        \"target\": {\n            \"id\": \"9d09e5b6-2e30-42ec-bae2-d9a7c21c5632\",\n            \"type\": \"matter\"\n        },\n        \"entity_id\": \"9d09a380-79ff-40f0-a47b-2cd0502c0cba\",\n        \"files\": [\n            \n        ]\n    }\n}"},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/rpc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","rpc"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0b5adef-10b1-47d0-b0e1-0e887cd172b0"},{"name":"matter:generate-tree","id":"b958afd1-d8e2-4fcc-9994-1f64e3387782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"signature\": \"matter:generate-tree\",\n    \"body\": {\n        \"tree\": {\n            \"id\": \"9d09e5b6-2e30-42ec-bae2-d9a7c21c5632\"\n        }\n    }\n}"},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/rpc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","rpc"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"b958afd1-d8e2-4fcc-9994-1f64e3387782"},{"name":"case:overview-export","id":"132feeea-a8f3-4ca4-9a46-af371c35bae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"signature\": \"case:overview-export\",\n    \"body\": {\n        \"table\": \"62478f4b-c1fb-4610-ae3d-c8306f21a42e\",\n        \"format\": \"xlsx\"\n    }\n}"},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/rpc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","rpc"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"132feeea-a8f3-4ca4-9a46-af371c35bae4"},{"name":"matter:refresh-party-matters","id":"f657573b-cf3d-4d8a-b9b8-cff66f727809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"signature\": \"matter:refresh-party-matters\",\n    \"body\": {\n        \"entity\": {\n            \"id\": \"{{entity_id}}\"\n        }\n    }\n}"},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/rpc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","rpc"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f657573b-cf3d-4d8a-b9b8-cff66f727809"}],"id":"2fd60fe0-9874-4075-a869-6e6ebbd1cf9f","_postman_id":"2fd60fe0-9874-4075-a869-6e6ebbd1cf9f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Fields","item":[{"name":"List Fields","id":"928b428c-5614-400a-8280-bad7e5ef15d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/fields","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","fields"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"928b428c-5614-400a-8280-bad7e5ef15d5"}],"id":"b92407a8-d74c-4d29-80bf-72ebbeaf8207","_postman_id":"b92407a8-d74c-4d29-80bf-72ebbeaf8207","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Matters","item":[{"name":"Tasks","item":[{"name":"List Tasks","id":"81f1fafc-a164-4dd7-b9b6-ec8d5d077a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/tasks","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","tasks"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Matter UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Search by name</p>\n","type":"text/plain"},"key":"filters[search]","value":"Send contract"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of matter UUID's</p>\n","type":"text/plain"},"key":"filters[matters]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Group UUID</p>\n","type":"text/plain"},"key":"filters[group]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of group UUID's</p>\n","type":"text/plain"},"key":"filters[groups]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Owner UUID</p>\n","type":"text/plain"},"key":"filters[owner]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of owner UUID's</p>\n","type":"text/plain"},"key":"filters[owners]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[me]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_required]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_consent]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_completed]","value":"true"},{"disabled":true,"description":{"content":"<p>Default sort</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by duration</p>\n","type":"text/plain"},"key":"sort","value":"duration"},{"disabled":true,"description":{"content":"<p>Sort by owner</p>\n","type":"text/plain"},"key":"sort","value":"owner"},{"disabled":true,"description":{"content":"<p>Sort by group</p>\n","type":"text/plain"},"key":"sort","value":"group"},{"disabled":true,"description":{"content":"<p>Sort by task UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by task creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by task update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include group</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include owner</p>\n","type":"text/plain"},"key":"with[]","value":"owner"},{"disabled":true,"description":{"content":"<p>Include user that completed the task</p>\n","type":"text/plain"},"key":"with[]","value":"completer"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include process statuses</p>\n","type":"text/plain"},"key":"with[]","value":"statuses"},{"disabled":true,"description":{"content":"<p>Include metadata</p>\n","type":"text/plain"},"key":"with[]","value":"meta"}],"variable":[]}},"response":[],"_postman_id":"81f1fafc-a164-4dd7-b9b6-ec8d5d077a4b"},{"name":"Read Task","id":"70a61627-2cc4-4d4f-a4ec-252a48350015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/tasks/{{matter_task_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","tasks","{{matter_task_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include group</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include owner</p>\n","type":"text/plain"},"key":"with[]","value":"owner"},{"disabled":true,"description":{"content":"<p>Include user that completed the task</p>\n","type":"text/plain"},"key":"with[]","value":"completer"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include process statuses</p>\n","type":"text/plain"},"key":"with[]","value":"statuses"},{"disabled":true,"description":{"content":"<p>Include metadata</p>\n","type":"text/plain"},"key":"with[]","value":"meta"}],"variable":[]}},"response":[],"_postman_id":"70a61627-2cc4-4d4f-a4ec-252a48350015"},{"name":"Create Task","id":"21f1b50e-94a8-4af1-9bb0-33c85b812647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Group item UUID</p>\n","type":"text"},{"key":"group[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Group UUID</p>\n","type":"text"},{"key":"group[name]","value":"Developers","description":"<p>Group name</p>\n","type":"text"},{"key":"group[media]","value":"","description":"<p>Group media</p>\n","type":"text"},{"key":"matter[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Matter UUID</p>\n","type":"text"},{"key":"owner","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>User UUID</p>\n","type":"text"},{"key":"name","value":"Send contract","description":"<p>Text</p>\n","type":"text"},{"key":"description","value":"Send contract to applicant","description":"<p>Text</p>\n","type":"text"},{"key":"deadline_at","value":"2024-02-28 00:00","description":"<p>JJJJMMDD HH:MM</p>\n","type":"text"},{"key":"is_required","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"is_consent","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"is_party_restricted","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"process_statuses[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Process status UUID</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/tasks","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","tasks"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"21f1b50e-94a8-4af1-9bb0-33c85b812647"},{"name":"Delete Task","id":"2d65f139-6344-4c9c-9f94-4172493e9029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/tasks/{{matter_task_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","tasks","{{matter_task_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d65f139-6344-4c9c-9f94-4172493e9029"},{"name":"Update Task","id":"9c87bcc5-5a81-46f7-b543-438b08f72617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"group[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Group UUID</p>\n","type":"text"},{"key":"completer","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>User UUID</p>\n","type":"text"},{"key":"owner","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>User UUID</p>\n","type":"text"},{"key":"is_completed","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"name","value":"Send contract","description":"<p>Text</p>\n","type":"text"},{"key":"description","value":"Send contract to applicant","description":"<p>Text</p>\n","type":"text"},{"key":"deadline_at","value":"2024-02-28 00:00","description":"<p>JJJJ-MM-DD HH:MM</p>\n","type":"text"},{"key":"is_required","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"is_consent","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"is_party_restricted","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"process_statuses[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Process status UUID</p>\n","type":"text"},{"key":"item[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Denied, cant change group item after creation</p>\n","type":"text"},{"key":"matter[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Denied, cant change matter after creation</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/tasks/{{matter_task_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","tasks","{{matter_task_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c87bcc5-5a81-46f7-b543-438b08f72617"}],"id":"c382910c-25dc-4fb7-9a61-b7827fbf5470","_postman_id":"c382910c-25dc-4fb7-9a61-b7827fbf5470","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Objects","item":[{"name":"List Objects","id":"53dffe12-a374-4f82-a272-3b7cd2514e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters-objects","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters-objects"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Matter object UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of matter object UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Default sort</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include group</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include object</p>\n","type":"text/plain"},"key":"with[]","value":"object"},{"disabled":true,"description":{"content":"<p>Include item</p>\n","type":"text/plain"},"key":"with[]","value":"item"}],"variable":[]}},"response":[],"_postman_id":"53dffe12-a374-4f82-a272-3b7cd2514e56"},{"name":"Read Object","id":"e3d15fb2-2dd9-42d5-82ef-8145cb63e9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters-objects/{{matter_object_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters-objects","{{matter_object_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include group</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include object</p>\n","type":"text/plain"},"key":"with[]","value":"object"},{"disabled":true,"description":{"content":"<p>Include item</p>\n","type":"text/plain"},"key":"with[]","value":"item"}],"variable":[]}},"response":[],"_postman_id":"e3d15fb2-2dd9-42d5-82ef-8145cb63e9b5"},{"name":"Delete Object","id":"40544c48-730e-414e-8494-db231a2a460b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters-objects/{{matter_object_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters-objects","{{matter_object_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"40544c48-730e-414e-8494-db231a2a460b"},{"name":"Create Object","id":"3ab7f53c-53f4-427f-b04b-530870e7c49f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"matter[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Matter UUID </p>\n","type":"text"},{"key":"item[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Group item UUID</p>\n","type":"text"},{"key":"group[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Group UUID</p>\n","type":"text"},{"key":"target","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Either custom list item object UUID or BAG object UUID</p>\n","type":"text"},{"key":"custom_list_item[custom_list][id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Custom list UUID</p>\n","type":"text"},{"key":"bag_object[nummeraanduiding_identificatie]","value":"0034200000048666","description":"<p>Text</p>\n","type":"text"},{"key":"bag_object[postal_code]","value":"1101 BE","description":"<p>Text</p>\n","type":"text"},{"key":"bag_object[house_number]","value":"56","description":"<p>Text</p>\n","type":"text"},{"key":"bag_object[house_letter]","value":"R","description":"<p>Text</p>\n","type":"text"},{"key":"bag_object[house_number_addition]","value":"2","description":"<p>Text</p>\n","type":"text"},{"key":"bag_object[street_name]","value":"Hoogoorddreef","description":"<p>Text</p>\n","type":"text"},{"key":"bag_object[street_name_short]","value":"Hoogoorddreef","description":"<p>Text</p>\n","type":"text"},{"key":"bag_object[city]","value":"Amsterdam","description":"<p>Text</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters-objects","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters-objects"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ab7f53c-53f4-427f-b04b-530870e7c49f"}],"id":"ceaba8ef-8250-47c1-9bd0-ca041374314a","_postman_id":"ceaba8ef-8250-47c1-9bd0-ca041374314a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Status deadlines","item":[{"name":"List status deadlines","id":"b431ae9f-21bf-4eb3-b4e4-3c1ad0b855a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/status-deadlines","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","status-deadlines"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>approved, pending, rejected, canceled</p>\n","type":"text/plain"},"key":"filters[status]","value":"approved"},{"disabled":true,"description":{"content":"<p>approved, pending, rejected, canceled</p>\n","type":"text/plain"},"key":"filters[statuses][]","value":"approved"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Process status UUID</p>\n","type":"text/plain"},"key":"filters[process_status]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[reviewed_by]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Reason UUID</p>\n","type":"text/plain"},"key":"filters[reason]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Matter name</p>\n","type":"text/plain"},"key":"filters[name]","value":"2024000001"},{"disabled":true,"description":{"content":"<p>Deadline UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Deadline UUID</p>\n","type":"text/plain"},"key":"filters[ids][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Sort by review date</p>\n","type":"text/plain"},"key":"sort","value":"reviewed_at"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include reviewer</p>\n","type":"text/plain"},"key":"with[]","value":"reviewed_by"},{"disabled":true,"description":{"content":"<p>Include reason</p>\n","type":"text/plain"},"key":"with[]","value":"reason"},{"disabled":true,"description":{"content":"<p>Include process status</p>\n","type":"text/plain"},"key":"with[]","value":"process_status"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"}],"variable":[]}},"response":[],"_postman_id":"b431ae9f-21bf-4eb3-b4e4-3c1ad0b855a7"},{"name":"Read status deadline","id":"ac7edc28-0e11-4b75-b8f1-71c27b3c44f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/status-deadlines/{{status_deadline_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","status-deadlines","{{status_deadline_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include reviewer</p>\n","type":"text/plain"},"key":"with[]","value":"reviewed_by"},{"disabled":true,"description":{"content":"<p>Include reason</p>\n","type":"text/plain"},"key":"with[]","value":"reason"},{"disabled":true,"description":{"content":"<p>Include process status</p>\n","type":"text/plain"},"key":"with[]","value":"process_status"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"}],"variable":[]}},"response":[],"_postman_id":"ac7edc28-0e11-4b75-b8f1-71c27b3c44f2"},{"name":"Create status deadline","id":"3f1d2c9e-cdb2-4a30-bc17-6eb0b9fc19c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"matter[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Matter UUID</p>\n","type":"text"},{"key":"reason[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Reason UUID</p>\n","type":"text"},{"key":"status","value":"approved","description":"<p>pending, approved, rejected, canceled</p>\n","type":"text"},{"key":"new_deadline_at","value":"2024-02-27 00:00","description":"<p>JJJJ-MM-DD HH:MM</p>\n","type":"text"},{"key":"description","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"review_description","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/status-deadlines","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","status-deadlines"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f1d2c9e-cdb2-4a30-bc17-6eb0b9fc19c5"},{"name":"Update status deadline","id":"32076d87-d0b3-49b4-83c0-53d2d4e85d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"matter[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Matter UUID</p>\n","type":"text"},{"key":"reason[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Reason UUID</p>\n","type":"text"},{"key":"status","value":"approved","description":"<p>pending, approved, rejected, canceled</p>\n","type":"text"},{"key":"new_deadline_at","value":"2024-02-27 00:00","description":"<p>JJJJ-MM-DD HH:MM</p>\n","type":"text"},{"key":"description","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"review_description","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/status-deadlines/{{status_deadline_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","status-deadlines","{{status_deadline_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"32076d87-d0b3-49b4-83c0-53d2d4e85d1a"},{"name":"Delete status deadline","id":"820eeabe-077a-4764-b5e3-389f31516827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v0/matters/status-deadlines/{{status_deadline_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v0","matters","status-deadlines","{{status_deadline_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"820eeabe-077a-4764-b5e3-389f31516827"}],"id":"e0f57076-1d1a-4d04-9ffc-d136ab093987","_postman_id":"e0f57076-1d1a-4d04-9ffc-d136ab093987","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Create Matter","id":"0960b31c-f9dd-4e3d-aeee-c837e735a08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"process","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Process UUID</p>\n","type":"text"},{"key":"type","value":"standard","description":"<p>standard, private</p>\n","type":"text"},{"key":"department","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Department UUID</p>\n","type":"text"},{"key":"parties[role][id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Role UUID</p>\n","type":"text"},{"key":"parties[external]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>external id</p>\n","type":"text"},{"key":"parties[ssn]","value":"111222333","description":"<p>ssn number</p>\n","type":"text"},{"key":"parties[kvk]","value":"9305 6589","description":"<p>KVK number</p>\n","type":"text"},{"key":"parties[name]","value":"John William Doe","description":"<p>Name</p>\n","type":"text"},{"key":"parties[initials]","value":"JWD","description":"<p>Initials</p>\n","type":"text"},{"key":"parties[first_name]","value":"John","description":"<p>First name</p>\n","type":"text"},{"key":"parties[middle_name]","value":"William","description":"<p>Middle name</p>\n","type":"text"},{"key":"parties[last_name]","value":"Doe","description":"<p>Last name</p>\n","type":"text"},{"key":"parties[email]","value":"john.doe@example.com","description":"<p>Email</p>\n","type":"text"},{"key":"parties[phone]","value":"02123456789","description":"<p>Phone number</p>\n","type":"text"},{"key":"parties[mobile]","value":"0695851412","description":"<p>Mobile phone number</p>\n","type":"text"},{"key":"parties[fields][id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Field UUID</p>\n","type":"text"},{"key":"parties[fields][value]","value":"Beslissing niet eens","description":"<p>Field value</p>\n","type":"text"},{"key":"parties[fields][is_pinned]","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"applicant[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Applicant UUID</p>\n","type":"text"},{"key":"practitioner[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Practitioner UUID</p>\n","type":"text"},{"key":"responsible_party","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>User UUID, Department UUID</p>\n","type":"text"},{"key":"retention_policy[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Retention policy UUID</p>\n","type":"text"},{"key":"extension_policy[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Extension policy UUID</p>\n","type":"text"},{"key":"tags[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Tag UUID</p>\n","type":"text"}]},"url":"https://orionis.api.cases.atabase.nl/v1/matters","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","matters"],"host":["orionis","api","cases","atabase","nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"0960b31c-f9dd-4e3d-aeee-c837e735a08d"},{"name":"List Matters","id":"9c5e9380-a5be-4ced-8c46-58c1e9bfbada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters?with[]=parties&filters[name]=2024000001&with[]=process&with[]=status&with[]=deadline_next_status_at","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include fields data</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"description":{"content":"<p>Include party data</p>\n","type":"text/plain"},"key":"with[]","value":"parties"},{"disabled":true,"description":{"content":"<p>Include address data</p>\n","type":"text/plain"},"key":"with[]","value":"address"},{"description":{"content":"<p>Filter by name </p>\n","type":"text/plain"},"key":"filters[name]","value":"2024000001"},{"disabled":true,"description":{"content":"<p>Filter by status id</p>\n","type":"text/plain"},"key":"filters[status]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Filter by multiple status ids</p>\n","type":"text/plain"},"key":"filters[statuses]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Filter by process id</p>\n","type":"text/plain"},"key":"filters[process]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple process ids</p>\n","type":"text/plain"},"key":"filters[processes]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by applicant id</p>\n","type":"text/plain"},"key":"filters[applicant]","value":"9888fe26-9d5f-40c1-953b-1084a9ca657b"},{"disabled":true,"description":{"content":"<p>Filter by user id</p>\n","type":"text/plain"},"key":"filters[user]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by multiple user ids</p>\n","type":"text/plain"},"key":"filters[users]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by party user id</p>\n","type":"text/plain"},"key":"filters[party_user]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple party user ids</p>\n","type":"text/plain"},"key":"filters[party_users]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by party department id</p>\n","type":"text/plain"},"key":"filters[party_department]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple party department ids</p>\n","type":"text/plain"},"key":"filters[party_departments]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by tag id</p>\n","type":"text/plain"},"key":"filters[tag]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple tag ids</p>\n","type":"text/plain"},"key":"filters[tags]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by practitioner id</p>\n","type":"text/plain"},"key":"filters[practitioner]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple practitioner ids</p>\n","type":"text/plain"},"key":"filters[practitioners]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by responsible party id</p>\n","type":"text/plain"},"key":"filters[responsible_party]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple responsible party ids</p>\n","type":"text/plain"},"key":"filters[responsible_parties]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by entity id</p>\n","type":"text/plain"},"key":"filters[entity]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple entity ids</p>\n","type":"text/plain"},"key":"filters[entities]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by project id</p>\n","type":"text/plain"},"key":"filters[project]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple project ids</p>\n","type":"text/plain"},"key":"filters[projects]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by department id</p>\n","type":"text/plain"},"key":"filters[department]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple department ids</p>\n","type":"text/plain"},"key":"filters[departments]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by matter department id</p>\n","type":"text/plain"},"key":"filters[matterDepartment]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multple matter department ids</p>\n","type":"text/plain"},"key":"filters[matterDepartments]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by external id</p>\n","type":"text/plain"},"key":"filters[external]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple external ids</p>\n","type":"text/plain"},"key":"filters[externals]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>ok, almost (within 3 days of deadline), late</p>\n","type":"text/plain"},"key":"filters[deadline]","value":"ok"},{"disabled":true,"description":{"content":"<p>Filter by tree id</p>\n","type":"text/plain"},"key":"filters[tree]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by post code</p>\n","type":"text/plain"},"key":"filters[postCode]","value":"1101BE"},{"disabled":true,"description":{"content":"<p>Filter by house number</p>\n","type":"text/plain"},"key":"filters[houseNumber]","value":"56R"},{"disabled":true,"description":{"content":"<p>Filter by street</p>\n","type":"text/plain"},"key":"filters[street]","value":"Hoogoorddreef"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[isDefault]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[isPlannable]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[isPaused]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[hasAddress]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[isFinal]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[isChild]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[isParent]","value":"true"},{"disabled":true,"description":{"content":"<p>Filter by child matter id</p>\n","type":"text/plain"},"key":"filters[child]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple child matter ids</p>\n","type":"text/plain"},"key":"filters[children]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by parent matter id</p>\n","type":"text/plain"},"key":"filters[parent]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple parent matter ids</p>\n","type":"text/plain"},"key":"filters[parents]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>array{latitude:string,longitude:string,zoom:int}</p>\n","type":"text/plain"},"key":"filters[location]","value":"['latitude' => '4.94578', '52.31117', 7]"},{"disabled":true,"description":{"content":"<p>Project id</p>\n","type":"text/plain"},"key":"filters[excludeProject]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Submission id</p>\n","type":"text/plain"},"key":"filters[createdFromSubmission]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Sort default (by deadline)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by deadline </p>\n","type":"text/plain"},"key":"sort","value":"deadline"},{"disabled":true,"description":{"content":"<p>Sort by deadline for next status</p>\n","type":"text/plain"},"key":"sort","value":"deadline_next_status_at"},{"disabled":true,"description":{"content":"<p>Sort by process</p>\n","type":"text/plain"},"key":"sort","value":"process"},{"disabled":true,"description":{"content":"<p>Sort by external_id</p>\n","type":"text/plain"},"key":"sort","value":"external_id"},{"disabled":true,"description":{"content":"<p>Sort by department</p>\n","type":"text/plain"},"key":"sort","value":"department"},{"disabled":true,"description":{"content":"<p>Sort by status</p>\n","type":"text/plain"},"key":"sort","value":"status"},{"disabled":true,"description":{"content":"<p>Sort by practitioner</p>\n","type":"text/plain"},"key":"sort","value":"practitioner"},{"disabled":true,"description":{"content":"<p>Sort by applicant</p>\n","type":"text/plain"},"key":"sort","value":"applicant"},{"disabled":true,"description":{"content":"<p>Sort by responsible party</p>\n","type":"text/plain"},"key":"sort","value":"responsible_party"},{"disabled":true,"description":{"content":"<p>Include user data</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"description":{"content":"<p>Include process data</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"description":{"content":"<p>Include status data</p>\n","type":"text/plain"},"key":"with[]","value":"status"},{"disabled":true,"description":{"content":"<p>Include department data</p>\n","type":"text/plain"},"key":"with[]","value":"department"},{"disabled":true,"description":{"content":"<p>Include applicant data</p>\n","type":"text/plain"},"key":"with[]","value":"applicant"},{"disabled":true,"description":{"content":"<p>Include practitioner data</p>\n","type":"text/plain"},"key":"with[]","value":"practitioner"},{"disabled":true,"description":{"content":"<p>Include responsible party data</p>\n","type":"text/plain"},"key":"with[]","value":"responsible_party"},{"disabled":true,"description":{"content":"<p>Include retention policy data</p>\n","type":"text/plain"},"key":"with[]","value":"retention_policy"},{"disabled":true,"description":{"content":"<p>Include extension policy data</p>\n","type":"text/plain"},"key":"with[]","value":"extension_policy"},{"disabled":true,"description":{"content":"<p>Include policy state data</p>\n","type":"text/plain"},"key":"with[]","value":"policyable_state"},{"disabled":true,"description":{"content":"<p>Include tag data</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include transition data</p>\n","type":"text/plain"},"key":"with[]","value":"transition"},{"disabled":true,"description":{"content":"<p>Include deadline data</p>\n","type":"text/plain"},"key":"with[]","value":"deadline"},{"description":{"content":"<p>Include next status deadline data</p>\n","type":"text/plain"},"key":"with[]","value":"deadline_next_status_at"},{"disabled":true,"description":{"content":"<p>Include roles data</p>\n","type":"text/plain"},"key":"with[]","value":"roles"},{"disabled":true,"description":{"content":"<p>Include tree data</p>\n","type":"text/plain"},"key":"with[]","value":"tree"},{"disabled":true,"description":{"content":"<p>Include tab data</p>\n","type":"text/plain"},"key":"with[]","value":"tab"},{"disabled":true,"description":{"content":"<p>Include activities data</p>\n","type":"text/plain"},"key":"with[]","value":"activities"},{"disabled":true,"description":{"content":"<p>Include members data</p>\n","type":"text/plain"},"key":"with[]","value":"members"},{"disabled":true,"description":{"content":"<p>Include entity data</p>\n","type":"text/plain"},"key":"with[]","value":"entity_ids"},{"disabled":true,"description":{"content":"<p>Include data of related matters</p>\n","type":"text/plain"},"key":"with[]","value":"related_matters"},{"disabled":true,"description":{"content":"<p>Include settings data</p>\n","type":"text/plain"},"key":"with[]","value":"settings"}],"variable":[]}},"response":[{"id":"a26f28e7-09d0-49b6-910f-3827334a0cef","name":"List Matters","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters?with[]=parties&filters[name]=2024000001&with[]=process&with[]=status&with[]=deadline_next_status_at","host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"path":["v1","matters"],"query":[{"key":"with[]","value":"fields","description":"Include fields data","disabled":true},{"key":"with[]","value":"parties","description":"Include party data"},{"key":"with[]","value":"address","description":"Include address data","disabled":true},{"key":"filters[name]","value":"2024000001","description":"Filter by name "},{"key":"filters[status]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"Filter by status id","disabled":true},{"key":"filters[statuses]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"Filter by multiple status ids","disabled":true},{"key":"filters[process]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by process id","disabled":true},{"key":"filters[processes]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple process ids","disabled":true},{"key":"filters[applicant]","value":"9888fe26-9d5f-40c1-953b-1084a9ca657b","description":"Filter by applicant id","disabled":true},{"key":"filters[user]","value":"00000000-0000-0000-0000-000000000000","description":"Filter by user id","disabled":true},{"key":"filters[users]","value":"00000000-0000-0000-0000-000000000000","description":"Filter by multiple user ids","disabled":true},{"key":"filters[party_user]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by party user id","disabled":true},{"key":"filters[party_users]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple party user ids","disabled":true},{"key":"filters[party_department]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by party department id","disabled":true},{"key":"filters[party_departments]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple party department ids","disabled":true},{"key":"filters[tag]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by tag id","disabled":true},{"key":"filters[tags]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple tag ids","disabled":true},{"key":"filters[practitioner]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by practitioner id","disabled":true},{"key":"filters[practitioners]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple practitioner ids","disabled":true},{"key":"filters[responsible_party]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by responsible party id","disabled":true},{"key":"filters[responsible_parties]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple responsible party ids","disabled":true},{"key":"filters[entity]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by entity id","disabled":true},{"key":"filters[entities]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple entity ids","disabled":true},{"key":"filters[project]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by project id","disabled":true},{"key":"filters[projects]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple project ids","disabled":true},{"key":"filters[department]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by department id","disabled":true},{"key":"filters[departments]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple department ids","disabled":true},{"key":"filters[matterDepartment]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by matter department id","disabled":true},{"key":"filters[matterDepartments]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multple matter department ids","disabled":true},{"key":"filters[external]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by external id","disabled":true},{"key":"filters[externals]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple external ids","disabled":true},{"key":"filters[deadline]","value":"ok","description":"ok, almost (within 3 days of deadline), late","disabled":true},{"key":"filters[tree]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by tree id","disabled":true},{"key":"filters[postCode]","value":"1101BE","description":"Filter by post code","disabled":true},{"key":"filters[houseNumber]","value":"56R","description":"Filter by house number","disabled":true},{"key":"filters[street]","value":"Hoogoorddreef","description":"Filter by street","disabled":true},{"key":"filters[isDefault]","value":"true","description":"true, false","disabled":true},{"key":"filters[isPlannable]","value":"true","description":"true, false","disabled":true},{"key":"filters[isPaused]","value":"true","description":"true, false","disabled":true},{"key":"filters[hasAddress]","value":"true","description":"true, false","disabled":true},{"key":"filters[isFinal]","value":"true","description":"true, false","disabled":true},{"key":"filters[isChild]","value":"true","description":"true, false","disabled":true},{"key":"filters[isParent]","value":"true","description":"true, false","disabled":true},{"key":"filters[child]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by child matter id","disabled":true},{"key":"filters[children]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple child matter ids","disabled":true},{"key":"filters[parent]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by parent matter id","disabled":true},{"key":"filters[parents]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Filter by multiple parent matter ids","disabled":true},{"key":"filters[location]","value":"['latitude' => '4.94578', '52.31117', 7]","description":"array{latitude:string,longitude:string,zoom:int}","disabled":true},{"key":"filters[excludeProject]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Project id","disabled":true},{"key":"filters[createdFromSubmission]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"Submission id","disabled":true},{"key":"sort","value":"default","description":"Sort default (by deadline)","disabled":true},{"key":"sort","value":"name","description":"Sort by name","disabled":true},{"key":"sort","value":"deadline","description":"Sort by deadline ","disabled":true},{"key":"sort","value":"deadline_next_status_at","description":"Sort by deadline for next status","disabled":true},{"key":"sort","value":"process","description":"Sort by process","disabled":true},{"key":"sort","value":"external_id","description":"Sort by external_id","disabled":true},{"key":"sort","value":"department","description":"Sort by department","disabled":true},{"key":"sort","value":"status","description":"Sort by status","disabled":true},{"key":"sort","value":"practitioner","description":"Sort by practitioner","disabled":true},{"key":"sort","value":"applicant","description":"Sort by applicant","disabled":true},{"key":"sort","value":"responsible_party","description":"Sort by responsible party","disabled":true},{"key":"with[]","value":"user","description":"Include user data","disabled":true},{"key":"with[]","value":"process","description":"Include process data"},{"key":"with[]","value":"status","description":"Include status data"},{"key":"with[]","value":"department","description":"Include department data","disabled":true},{"key":"with[]","value":"applicant","description":"Include applicant data","disabled":true},{"key":"with[]","value":"practitioner","description":"Include practitioner data","disabled":true},{"key":"with[]","value":"responsible_party","description":"Include responsible party data","disabled":true},{"key":"with[]","value":"retention_policy","description":"Include retention policy data","disabled":true},{"key":"with[]","value":"extension_policy","description":"Include extension policy data","disabled":true},{"key":"with[]","value":"policyable_state","description":"Include policy state data","disabled":true},{"key":"with[]","value":"tags","description":"Include tag data","disabled":true},{"key":"with[]","value":"transition","description":"Include transition data","disabled":true},{"key":"with[]","value":"deadline","description":"Include deadline data","disabled":true},{"key":"with[]","value":"deadline_next_status_at","description":"Include next status deadline data"},{"key":"with[]","value":"roles","description":"Include roles data","disabled":true},{"key":"with[]","value":"tree","description":"Include tree data","disabled":true},{"key":"with[]","value":"tab","description":"Include tab data","disabled":true},{"key":"with[]","value":"activities","description":"Include activities data","disabled":true},{"key":"with[]","value":"members","description":"Include members data","disabled":true},{"key":"with[]","value":"entity_ids","description":"Include entity data","disabled":true},{"key":"with[]","value":"related_matters","description":"Include data of related matters","disabled":true},{"key":"with[]","value":"settings","description":"Include settings data","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:30:36 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n            \"name\": \"2024000001\",\n            \"type\": \"standard\",\n            \"created_at\": \"2024-02-06T09:55:19.000000Z\",\n            \"meta\": {\n                \"id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n                \"type\": \"matter\"\n            },\n            \"atabase_email\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b.matter.cases.atabix@mail.test.atabase.nl\",\n            \"tree\": {\n                \"id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\"\n            },\n            \"parties\": [\n                {\n                    \"id\": \"9b539af8-f8c5-435b-820b-e46cba71d2f0\",\n                    \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n                    \"entity_id\": null,\n                    \"type\": \"user\",\n                    \"name\": \"Joseph Budiarto\",\n                    \"email\": \"j.budiarto@atabix.nl\",\n                    \"phone\": null,\n                    \"is_pinned\": false,\n                    \"created_at\": \"2024-02-13T14:17:25.000000Z\",\n                    \"updated_at\": \"2024-02-13T14:17:25.000000Z\",\n                    \"role\": {\n                        \"id\": \"8824dade-893c-4fe9-85c7-27a1f8e57222\",\n                        \"name\": \"Behandelaar\",\n                        \"functions\": [\n                            {\n                                \"id\": \"user\",\n                                \"name\": \"Gebruiker\"\n                            }\n                        ],\n                        \"is_editable\": false,\n                        \"is_deletable\": false,\n                        \"is_pinned\": true,\n                        \"sort_order\": 1,\n                        \"is_draggable\": false,\n                        \"group\": null\n                    },\n                    \"meta\": {\n                        \"id\": \"9b539af8-f8c5-435b-820b-e46cba71d2f0\",\n                        \"type\": \"party\"\n                    }\n                },\n                {\n                    \"id\": \"9b7160ea-07b6-4c9d-8184-53765d525ced\",\n                    \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n                    \"entity_id\": \"9b53a317-5c03-4f31-a087-c163bc7d014f\",\n                    \"type\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n                    \"name\": \"Atabix\",\n                    \"email\": \"info@atabix.nl\",\n                    \"phone\": \"0612345678\",\n                    \"is_pinned\": false,\n                    \"created_at\": \"2024-02-28T09:29:55.000000Z\",\n                    \"updated_at\": \"2024-02-28T09:29:55.000000Z\",\n                    \"role\": {\n                        \"id\": \"9b53a1cd-4f49-42b6-a942-b928a1d63d53\",\n                        \"name\": \"Company\",\n                        \"functions\": [\n                            {\n                                \"id\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n                                \"name\": \"Bedrijf\"\n                            }\n                        ],\n                        \"is_editable\": true,\n                        \"is_deletable\": true,\n                        \"is_pinned\": false,\n                        \"sort_order\": 9,\n                        \"is_draggable\": true,\n                        \"group\": null\n                    },\n                    \"meta\": {\n                        \"id\": \"9b7160ea-07b6-4c9d-8184-53765d525ced\",\n                        \"type\": \"party\"\n                    }\n                },\n                {\n                    \"id\": \"9b716103-86aa-4ce7-b6dc-7f3547eab9db\",\n                    \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n                    \"entity_id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n                    \"type\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                    \"name\": \"Joseph Budiarto\",\n                    \"email\": null,\n                    \"phone\": null,\n                    \"is_pinned\": false,\n                    \"created_at\": \"2024-02-28T09:30:12.000000Z\",\n                    \"updated_at\": \"2024-02-28T09:30:12.000000Z\",\n                    \"role\": {\n                        \"id\": \"9b53a1ad-8d6e-4a1f-83ff-7f8031145de8\",\n                        \"name\": \"Backenders\",\n                        \"functions\": [\n                            {\n                                \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                                \"name\": \"Persoon\"\n                            }\n                        ],\n                        \"is_editable\": true,\n                        \"is_deletable\": true,\n                        \"is_pinned\": false,\n                        \"sort_order\": 5,\n                        \"is_draggable\": true,\n                        \"group\": {\n                            \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n                            \"name\": \"Developers\",\n                            \"description\": null,\n                            \"type\": \"party\",\n                            \"is_pinned\": false,\n                            \"is_custom_list\": false,\n                            \"is_custom_list_appendable\": false,\n                            \"is_bag_object\": false,\n                            \"sort_order\": 1,\n                            \"created_at\": \"2024-02-13 15:34:37\",\n                            \"meta\": {\n                                \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n                                \"type\": \"process.template.group\"\n                            },\n                            \"process\": {\n                                \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n                                \"name\": \"Forms integration\",\n                                \"description\": \"\",\n                                \"icon\": \"mdi-database\",\n                                \"max_duration\": 0,\n                                \"is_template\": false,\n                                \"created_at\": \"2024-02-06T09:30:09.000000Z\",\n                                \"meta\": {\n                                    \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n                                    \"type\": \"process\",\n                                    \"statuses_count\": null\n                                }\n                            }\n                        }\n                    },\n                    \"meta\": {\n                        \"id\": \"9b716103-86aa-4ce7-b6dc-7f3547eab9db\",\n                        \"type\": \"party\"\n                    }\n                },\n                {\n                    \"id\": \"9b71611a-b516-47b5-8a45-a91f169021f6\",\n                    \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n                    \"entity_id\": \"9b2140b8-d434-4781-a689-0ea0c4fdf3f5\",\n                    \"type\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                    \"name\": \"Isabelle Smits\",\n                    \"email\": \"i.smits@atabix.nl\",\n                    \"phone\": null,\n                    \"is_pinned\": false,\n                    \"created_at\": \"2024-02-28T09:30:27.000000Z\",\n                    \"updated_at\": \"2024-02-28T09:30:27.000000Z\",\n                    \"role\": {\n                        \"id\": \"f125c5dd-b530-4a46-a834-9a7a502d103d\",\n                        \"name\": \"Aanvrager\",\n                        \"functions\": [\n                            {\n                                \"id\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n                                \"name\": \"Bedrijf\"\n                            },\n                            {\n                                \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                                \"name\": \"Persoon\"\n                            }\n                        ],\n                        \"is_editable\": true,\n                        \"is_deletable\": false,\n                        \"is_pinned\": true,\n                        \"sort_order\": 3,\n                        \"is_draggable\": false,\n                        \"group\": null\n                    },\n                    \"meta\": {\n                        \"id\": \"9b71611a-b516-47b5-8a45-a91f169021f6\",\n                        \"type\": \"party\"\n                    }\n                }\n            ],\n            \"process\": {\n                \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n                \"name\": \"Forms integration\",\n                \"description\": \"\",\n                \"icon\": \"mdi-database\",\n                \"max_duration\": 0,\n                \"is_template\": false,\n                \"created_at\": \"2024-02-06T09:30:09.000000Z\",\n                \"meta\": {\n                    \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n                    \"type\": \"process\",\n                    \"statuses_count\": null\n                }\n            },\n            \"status\": {\n                \"id\": \"9b451f71-4521-4fa8-a435-016ece013d66\",\n                \"name\": \"first\",\n                \"name_external\": \"first\",\n                \"color\": \"#F4C761\",\n                \"description\": null,\n                \"duration\": 1,\n                \"is_default\": false,\n                \"is_final\": false,\n                \"is_plannable\": false,\n                \"is_paused\": false,\n                \"has_statusables\": false,\n                \"created_at\": \"2024-02-06T09:30:25.000000Z\",\n                \"pivot\": null,\n                \"meta\": {\n                    \"id\": \"9b451f71-4521-4fa8-a435-016ece013d66\",\n                    \"type\": \"process.status\",\n                    \"incoming_count\": null,\n                    \"outgoing_count\": null\n                },\n                \"process\": {\n                    \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n                    \"name\": \"Forms integration\",\n                    \"description\": \"\",\n                    \"icon\": \"mdi-database\",\n                    \"max_duration\": 0,\n                    \"is_template\": false,\n                    \"created_at\": \"2024-02-06T09:30:09.000000Z\"\n                }\n            },\n            \"deadline_next_status_at\": {\n                \"status\": \"late\",\n                \"date\": \"2024-02-14T22:59:59.999999Z\",\n                \"is_deadline_extended\": false,\n                \"duration\": {\n                    \"human\": \"1 week ago\",\n                    \"minutes\": 20790,\n                    \"hours\": 346,\n                    \"days\": 14.4\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"9c5e9380-a5be-4ced-8c46-58c1e9bfbada"},{"name":"Read Matter","id":"b97a8ae9-fa07-476e-9bbc-0fc498c15eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/{{matter_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","{{matter_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include fields data</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include party data</p>\n","type":"text/plain"},"key":"with[]","value":"parties"},{"disabled":true,"description":{"content":"<p>Include address data</p>\n","type":"text/plain"},"key":"with[]","value":"address"},{"disabled":true,"description":{"content":"<p>Include user data</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include process data</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include status data</p>\n","type":"text/plain"},"key":"with[]","value":"status"},{"disabled":true,"description":{"content":"<p>Include department data</p>\n","type":"text/plain"},"key":"with[]","value":"department"},{"disabled":true,"description":{"content":"<p>Include applicant data</p>\n","type":"text/plain"},"key":"with[]","value":"applicant"},{"disabled":true,"description":{"content":"<p>Include practitioner data</p>\n","type":"text/plain"},"key":"with[]","value":"practitioner"},{"disabled":true,"description":{"content":"<p>Include responsible party data</p>\n","type":"text/plain"},"key":"with[]","value":"responsible_party"},{"disabled":true,"description":{"content":"<p>Include retention policy data</p>\n","type":"text/plain"},"key":"with[]","value":"retention_policy"},{"disabled":true,"description":{"content":"<p>Include extension policy data</p>\n","type":"text/plain"},"key":"with[]","value":"extension_policy"},{"disabled":true,"description":{"content":"<p>Include policy state data</p>\n","type":"text/plain"},"key":"with[]","value":"policyable_state"},{"disabled":true,"description":{"content":"<p>Include tag data</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include transition data</p>\n","type":"text/plain"},"key":"with[]","value":"transition"},{"disabled":true,"description":{"content":"<p>Include deadline data</p>\n","type":"text/plain"},"key":"with[]","value":"deadline"},{"disabled":true,"description":{"content":"<p>Include next status deadline data</p>\n","type":"text/plain"},"key":"with[]","value":"deadline_next_status_at"},{"disabled":true,"description":{"content":"<p>Include roles data</p>\n","type":"text/plain"},"key":"with[]","value":"roles"},{"disabled":true,"description":{"content":"<p>Include tree data</p>\n","type":"text/plain"},"key":"with[]","value":"tree"},{"disabled":true,"description":{"content":"<p>Include tab data</p>\n","type":"text/plain"},"key":"with[]","value":"tab"},{"disabled":true,"description":{"content":"<p>Include activities data</p>\n","type":"text/plain"},"key":"with[]","value":"activities"},{"disabled":true,"description":{"content":"<p>Include member data</p>\n","type":"text/plain"},"key":"with[]","value":"members"},{"disabled":true,"description":{"content":"<p>Include entity data</p>\n","type":"text/plain"},"key":"with[]","value":"entity_ids"},{"disabled":true,"description":{"content":"<p>Include data of related matters</p>\n","type":"text/plain"},"key":"with[]","value":"related_matters"},{"disabled":true,"description":{"content":"<p>Include settings data</p>\n","type":"text/plain"},"key":"with[]","value":"settings"}],"variable":[]}},"response":[{"id":"63c58c71-110f-46ae-be71-0cec356acb6e","name":"Read Matter","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/9b452858-3e20-47e0-b6fd-21652cfdcf5b?with[]=fields&with[]=parties","host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"path":["v1","matters","9b452858-3e20-47e0-b6fd-21652cfdcf5b"],"query":[{"key":"with[]","value":"fields","description":"Include fields data"},{"key":"with[]","value":"parties","description":"Include party data"},{"key":"with[]","value":"address","description":"Include address data","disabled":true},{"key":"with[]","value":"user","description":"Include user data","disabled":true},{"key":"with[]","value":"process","description":"Include process data","disabled":true},{"key":"with[]","value":"status","description":"Include status data","disabled":true},{"key":"with[]","value":"department","description":"Include department data","disabled":true},{"key":"with[]","value":"applicant","description":"Include applicant data","disabled":true},{"key":"with[]","value":"practitioner","description":"Include practitioner data","disabled":true},{"key":"with[]","value":"responsible_party","description":"Include responsible party data","disabled":true},{"key":"with[]","value":"retention_policy","description":"Include retention policy data","disabled":true},{"key":"with[]","value":"extension_policy","description":"Include extension policy data","disabled":true},{"key":"with[]","value":"policyable_state","description":"Include policy state data","disabled":true},{"key":"with[]","value":"tags","description":"Include tag data","disabled":true},{"key":"with[]","value":"transition","description":"Include transition data","disabled":true},{"key":"with[]","value":"deadline","description":"Include deadline data","disabled":true},{"key":"with[]","value":"deadline_next_status_at","description":"Include next status deadline data","disabled":true},{"key":"with[]","value":"roles","description":"Include roles data","disabled":true},{"key":"with[]","value":"tree","description":"Include tree data","disabled":true},{"key":"with[]","value":"tab","description":"Include tab data","disabled":true},{"key":"with[]","value":"activities","description":"Include activities data","disabled":true},{"key":"with[]","value":"members","description":"Include member data","disabled":true},{"key":"with[]","value":"entity_ids","description":"Include entity data","disabled":true},{"key":"with[]","value":"related_matters","description":"Include data of related matters","disabled":true},{"key":"with[]","value":"settings","description":"Include settings data","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:33:21 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n    \"name\": \"2024000001\",\n    \"type\": \"standard\",\n    \"created_at\": \"2024-02-06T09:55:19.000000Z\",\n    \"meta\": {\n        \"id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n        \"type\": \"matter\"\n    },\n    \"atabase_email\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b.matter.cases.atabix@mail.test.atabase.nl\",\n    \"tree\": {\n        \"id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\"\n    },\n    \"fields\": [\n        {\n            \"id\": \"9b5f7d68-7a8b-4c4d-ad01-73917ff1f1f6\",\n            \"name\": \"Atabixers\",\n            \"human\": \"Joseph\",\n            \"value\": {\n                \"id\": \"9b3749c0-0bb5-4851-9947-71c2f3fd0b72\",\n                \"name\": \"Joseph\",\n                \"attributes\": [\n                    {\n                        \"Naam\": {\n                            \"id\": \"9abc46eb-cc54-4070-9885-0af22a16e4c5\",\n                            \"name\": \"Naam\",\n                            \"type\": \"text\",\n                            \"human\": \"Joseph\",\n                            \"value\": \"Joseph\"\n                        }\n                    },\n                    {\n                        \"Age\": {\n                            \"id\": \"9abc46f7-3f4a-4b4b-b4df-97e6b3b9069f\",\n                            \"name\": \"Age\",\n                            \"type\": \"number\",\n                            \"human\": \"31\",\n                            \"value\": \"31\"\n                        }\n                    },\n                    {\n                        \"Function\": {\n                            \"id\": \"9abc46fc-f401-4fbc-a513-38237c9d4bf3\",\n                            \"name\": \"Function\",\n                            \"type\": \"foreign\",\n                            \"human\": \"Backend\",\n                            \"value\": \"Backend\"\n                        }\n                    },\n                    {\n                        \"Image\": {\n                            \"id\": \"9b1eeb26-d05f-456c-ba68-6ac6e0c0420d\",\n                            \"name\": \"Image\",\n                            \"type\": \"file\",\n                            \"human\": \"http://atabix.atabase-accounts-api.test/storage/media/9b375689-e356-4d9c-9cc1-b77eb1a5ebbc/cat.jpeg\",\n                            \"value\": \"http://atabix.atabase-accounts-api.test/storage/media/9b375689-e356-4d9c-9cc1-b77eb1a5ebbc/cat.jpeg\"\n                        }\n                    }\n                ]\n            },\n            \"type\": \"custom_list\",\n            \"placeholder\": null,\n            \"description\": null,\n            \"is_pinned\": false,\n            \"is_pinned_process\": false,\n            \"is_disabled\": false,\n            \"is_editable\": true,\n            \"is_hidden\": false,\n            \"sort_order\": 127,\n            \"source\": \"9abc46eb-cabb-48da-bcd6-ae54fe4eced0\",\n            \"is_required\": false,\n            \"options\": null,\n            \"requirement\": null,\n            \"is_complete\": true,\n            \"group\": null\n        },\n        {\n            \"id\": \"9b613807-6bed-4a7f-acca-8c4857528a75\",\n            \"name\": \"Checkbox with default values\",\n            \"human\": \"1, 2, 3\",\n            \"value\": [\n                \"62036830-4a74-4457-ad5e-ce0c6d1a6933\",\n                \"b839840b-6e67-4fa4-bd64-a9adef70f0a7\",\n                \"e0ef3330-bf05-4909-b72b-46d4255f9e73\"\n            ],\n            \"type\": \"checkbox\",\n            \"placeholder\": null,\n            \"description\": null,\n            \"is_pinned\": false,\n            \"is_pinned_process\": false,\n            \"is_disabled\": false,\n            \"is_editable\": true,\n            \"is_hidden\": false,\n            \"sort_order\": 161,\n            \"source\": null,\n            \"is_required\": false,\n            \"options\": [\n                {\n                    \"id\": \"62036830-4a74-4457-ad5e-ce0c6d1a6933\",\n                    \"label\": \"1\",\n                    \"value\": \"1\"\n                },\n                {\n                    \"id\": \"b839840b-6e67-4fa4-bd64-a9adef70f0a7\",\n                    \"label\": \"2\",\n                    \"value\": \"2\"\n                },\n                {\n                    \"id\": \"e0ef3330-bf05-4909-b72b-46d4255f9e73\",\n                    \"label\": \"3\",\n                    \"value\": \"3\"\n                },\n                {\n                    \"id\": \"ed55ac0c-316f-4809-ad8e-91a3a5ab1af3\",\n                    \"label\": \"4\",\n                    \"value\": \"4\"\n                },\n                {\n                    \"id\": \"14fcee27-6a87-4718-b049-ec6491568baf\",\n                    \"label\": \"5\",\n                    \"value\": \"5\"\n                },\n                {\n                    \"id\": \"05efaf0d-0a6a-4b7d-af43-2b8b340dcca6\",\n                    \"label\": \"6\",\n                    \"value\": \"6\"\n                }\n            ],\n            \"requirement\": null,\n            \"is_complete\": true,\n            \"group\": {\n                \"id\": \"9b53a236-51fb-48c1-b04c-c32874d18665\",\n                \"name\": \"Metadata\",\n                \"description\": null,\n                \"type\": \"field\",\n                \"is_pinned\": false,\n                \"is_custom_list\": false,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 1,\n                \"created_at\": \"2024-02-13 15:37:40\"\n            }\n        },\n        {\n            \"id\": \"9b61382a-bb60-4f13-8a13-cef110254323\",\n            \"name\": \"Functies\",\n            \"human\": \"Backend\",\n            \"value\": {\n                \"id\": \"9abc46c9-f1b9-44c1-ab7f-1b278146b09b\",\n                \"name\": \"Backend\",\n                \"attributes\": [\n                    {\n                        \"Naam\": {\n                            \"id\": \"9abc466e-ec24-4812-a078-5adbce88737e\",\n                            \"name\": \"Naam\",\n                            \"type\": \"text\",\n                            \"human\": \"Backend\",\n                            \"value\": \"Backend\"\n                        }\n                    }\n                ]\n            },\n            \"type\": \"custom_list\",\n            \"placeholder\": null,\n            \"description\": null,\n            \"is_pinned\": false,\n            \"is_pinned_process\": false,\n            \"is_disabled\": false,\n            \"is_editable\": true,\n            \"is_hidden\": false,\n            \"sort_order\": 171,\n            \"source\": \"9abc466e-e37a-476e-a031-eb3dbf830ef5\",\n            \"is_required\": false,\n            \"options\": null,\n            \"requirement\": null,\n            \"is_complete\": true,\n            \"group\": {\n                \"id\": \"9b53a236-51fb-48c1-b04c-c32874d18665\",\n                \"name\": \"Metadata\",\n                \"description\": null,\n                \"type\": \"field\",\n                \"is_pinned\": false,\n                \"is_custom_list\": false,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 1,\n                \"created_at\": \"2024-02-13 15:37:40\"\n            }\n        }\n    ],\n    \"parties\": [\n        {\n            \"id\": \"9b539af8-f8c5-435b-820b-e46cba71d2f0\",\n            \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n            \"entity_id\": null,\n            \"type\": \"user\",\n            \"name\": \"Joseph Budiarto\",\n            \"email\": \"j.budiarto@atabix.nl\",\n            \"phone\": null,\n            \"is_pinned\": false,\n            \"created_at\": \"2024-02-13T14:17:25.000000Z\",\n            \"updated_at\": \"2024-02-13T14:17:25.000000Z\",\n            \"role\": {\n                \"id\": \"8824dade-893c-4fe9-85c7-27a1f8e57222\",\n                \"name\": \"Behandelaar\",\n                \"functions\": [\n                    {\n                        \"id\": \"user\",\n                        \"name\": \"Gebruiker\"\n                    }\n                ],\n                \"is_editable\": false,\n                \"is_deletable\": false,\n                \"is_pinned\": true,\n                \"sort_order\": 1,\n                \"is_draggable\": false,\n                \"group\": null\n            },\n            \"meta\": {\n                \"id\": \"9b539af8-f8c5-435b-820b-e46cba71d2f0\",\n                \"type\": \"party\"\n            },\n            \"fields\": []\n        },\n        {\n            \"id\": \"9b7160ea-07b6-4c9d-8184-53765d525ced\",\n            \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n            \"entity_id\": \"9b53a317-5c03-4f31-a087-c163bc7d014f\",\n            \"type\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n            \"name\": \"Atabix\",\n            \"email\": \"info@atabix.nl\",\n            \"phone\": \"0612345678\",\n            \"is_pinned\": false,\n            \"created_at\": \"2024-02-28T09:29:55.000000Z\",\n            \"updated_at\": \"2024-02-28T09:29:55.000000Z\",\n            \"role\": {\n                \"id\": \"9b53a1cd-4f49-42b6-a942-b928a1d63d53\",\n                \"name\": \"Company\",\n                \"functions\": [\n                    {\n                        \"id\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n                        \"name\": \"Bedrijf\"\n                    }\n                ],\n                \"is_editable\": true,\n                \"is_deletable\": true,\n                \"is_pinned\": false,\n                \"sort_order\": 9,\n                \"is_draggable\": true,\n                \"group\": null\n            },\n            \"meta\": {\n                \"id\": \"9b7160ea-07b6-4c9d-8184-53765d525ced\",\n                \"type\": \"party\"\n            },\n            \"fields\": []\n        },\n        {\n            \"id\": \"9b716103-86aa-4ce7-b6dc-7f3547eab9db\",\n            \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n            \"entity_id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n            \"type\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n            \"name\": \"Joseph Budiarto\",\n            \"email\": null,\n            \"phone\": null,\n            \"is_pinned\": false,\n            \"created_at\": \"2024-02-28T09:30:12.000000Z\",\n            \"updated_at\": \"2024-02-28T09:30:12.000000Z\",\n            \"role\": {\n                \"id\": \"9b53a1ad-8d6e-4a1f-83ff-7f8031145de8\",\n                \"name\": \"Backenders\",\n                \"functions\": [\n                    {\n                        \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                        \"name\": \"Persoon\"\n                    }\n                ],\n                \"is_editable\": true,\n                \"is_deletable\": true,\n                \"is_pinned\": false,\n                \"sort_order\": 5,\n                \"is_draggable\": true,\n                \"group\": {\n                    \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n                    \"name\": \"Developers\",\n                    \"description\": null,\n                    \"type\": \"party\",\n                    \"is_pinned\": false,\n                    \"is_custom_list\": false,\n                    \"is_custom_list_appendable\": false,\n                    \"is_bag_object\": false,\n                    \"sort_order\": 1,\n                    \"created_at\": \"2024-02-13 15:34:37\",\n                    \"meta\": {\n                        \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n                        \"type\": \"process.template.group\"\n                    }\n                }\n            },\n            \"meta\": {\n                \"id\": \"9b716103-86aa-4ce7-b6dc-7f3547eab9db\",\n                \"type\": \"party\"\n            },\n            \"fields\": []\n        },\n        {\n            \"id\": \"9b71611a-b516-47b5-8a45-a91f169021f6\",\n            \"matter_id\": \"9b452858-3e20-47e0-b6fd-21652cfdcf5b\",\n            \"entity_id\": \"9b2140b8-d434-4781-a689-0ea0c4fdf3f5\",\n            \"type\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n            \"name\": \"Isabelle Smits\",\n            \"email\": \"i.smits@atabix.nl\",\n            \"phone\": null,\n            \"is_pinned\": false,\n            \"created_at\": \"2024-02-28T09:30:27.000000Z\",\n            \"updated_at\": \"2024-02-28T09:30:27.000000Z\",\n            \"role\": {\n                \"id\": \"f125c5dd-b530-4a46-a834-9a7a502d103d\",\n                \"name\": \"Aanvrager\",\n                \"functions\": [\n                    {\n                        \"id\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n                        \"name\": \"Bedrijf\"\n                    },\n                    {\n                        \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                        \"name\": \"Persoon\"\n                    }\n                ],\n                \"is_editable\": true,\n                \"is_deletable\": false,\n                \"is_pinned\": true,\n                \"sort_order\": 3,\n                \"is_draggable\": false,\n                \"group\": null\n            },\n            \"meta\": {\n                \"id\": \"9b71611a-b516-47b5-8a45-a91f169021f6\",\n                \"type\": \"party\"\n            },\n            \"fields\": []\n        }\n    ]\n}"}],"_postman_id":"b97a8ae9-fa07-476e-9bbc-0fc498c15eb6"},{"name":"Update matter","id":"3bc064f8-f0bf-4754-8e67-0e62727142d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"2024000001","description":"<p>Matter name</p>\n","type":"text"},{"key":"type","value":"standard","description":"<p>standard, private</p>\n","type":"text"},{"key":"department","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Department UUID</p>\n","type":"text"},{"key":"process","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Process UUID</p>\n","type":"text"},{"key":"status[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Status UUID</p>\n","type":"text"},{"key":"fields[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Field UUID</p>\n","type":"text"},{"key":"fields[value]","value":"Beslissing niet eens","description":"<p>Text</p>\n","type":"text"},{"key":"responsible_party","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>User UUID, Department UUID</p>\n","type":"text"},{"key":"retention_policy[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Retention policy UUID</p>\n","type":"text"},{"key":"extension_policy[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Extension policy UUID</p>\n","type":"text"},{"key":"tags[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Tag UUID</p>\n","type":"text"},{"key":"members[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>User UUID</p>\n","type":"text"},{"key":"members[is_owner]","value":"true","description":"<p>true, false</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/99cd6ba8-1aa7-4f7c-949a-fdab262f4414","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","99cd6ba8-1aa7-4f7c-949a-fdab262f4414"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bc064f8-f0bf-4754-8e67-0e62727142d4"},{"name":"Delete matter","id":"f92a7399-2bd1-490c-9d6d-06aaed9d2625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/99cd6ba8-1aa7-4f7c-949a-fdab262f4414","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","99cd6ba8-1aa7-4f7c-949a-fdab262f4414"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f92a7399-2bd1-490c-9d6d-06aaed9d2625"},{"name":"List Related Matters","id":"d43fdc87-1f07-1512-c98d-4c0b640b6d77","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/matters/{{matter_id}}/related","description":"<p>Returns matters related to the given matter (via matter relations).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","matters","{{matter_id}}","related"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Status UUID</p>\n","type":"text/plain"},"key":"filters[status]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of status UUID's</p>\n","type":"text/plain"},"key":"filters[statuses]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9]"},{"disabled":true,"description":{"content":"<p>Process UUID</p>\n","type":"text/plain"},"key":"filters[process]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of process UUID's</p>\n","type":"text/plain"},"key":"filters[processes]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9]"},{"disabled":true,"description":{"content":"<p>Reason UUID</p>\n","type":"text/plain"},"key":"filters[reason]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of reason UUID's</p>\n","type":"text/plain"},"key":"filters[reasons]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9]"}],"variable":[]}},"response":[],"_postman_id":"d43fdc87-1f07-1512-c98d-4c0b640b6d77"}],"id":"a2a0854a-1e2e-4b06-8eeb-1ed10025c98b","_postman_id":"a2a0854a-1e2e-4b06-8eeb-1ed10025c98b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Media","item":[{"name":"List Media","id":"6de5a17e-f4c0-4e42-be47-2b982870269f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/media","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include target</p>\n","type":"text/plain"},"key":"with[]","value":"target"},{"disabled":true,"description":{"content":"<p>Include links</p>\n","type":"text/plain"},"key":"with[]","value":"links"},{"disabled":true,"description":{"content":"<p>Media UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Media UUID</p>\n","type":"text/plain"},"key":"filters[ids][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Search by file name</p>\n","type":"text/plain"},"key":"filters[search]","value":"contract"},{"disabled":true,"description":{"content":"<p>Text</p>\n","type":"text/plain"},"key":"filters[name]","value":"template"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[users][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"key":"filters[target_id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matters][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"key":"filters[target_ids][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[has_retention]","value":"true"},{"disabled":true,"description":{"content":"<p>Submission UUID</p>\n","type":"text/plain"},"key":"filters[created_from_submission]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Text</p>\n","type":"text/plain"},"key":"filters[collection]","value":"pdf"},{"disabled":true,"description":{"content":"<p>Text</p>\n","type":"text/plain"},"key":"filters[collections][]","value":"pdf"},{"disabled":true,"description":{"content":"<p>Include retention policy</p>\n","type":"text/plain"},"key":"with[]","value":"retention_policy"},{"disabled":true,"description":{"content":"<p>Include extension policy</p>\n","type":"text/plain"},"key":"with[]","value":"extension_policy"},{"disabled":true,"description":{"content":"<p>Include policy state</p>\n","type":"text/plain"},"key":"with[]","value":"policyable_state"},{"disabled":true,"description":{"content":"<p>Include group item</p>\n","type":"text/plain"},"key":"with[]","value":"item"},{"disabled":true,"description":{"content":"<p>Include transaction</p>\n","type":"text/plain"},"key":"with[]","value":"transaction"},{"disabled":true,"description":{"content":"<p>Include custom properties</p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"}],"variable":[]}},"response":[],"_postman_id":"6de5a17e-f4c0-4e42-be47-2b982870269f"},{"name":"Fetch Media","id":"0901601d-37e6-4ff5-a337-41b99c8da17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/media/{{media_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media","{{media_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include links</p>\n","type":"text/plain"},"key":"with[]","value":"links"},{"disabled":true,"description":{"content":"<p>Include target</p>\n","type":"text/plain"},"key":"with[]","value":"target"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include custom properties</p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"},{"disabled":true,"description":{"content":"<p>Include retention policy</p>\n","type":"text/plain"},"key":"with[]","value":"retention_policy"},{"disabled":true,"description":{"content":"<p>Include extension policy</p>\n","type":"text/plain"},"key":"with[]","value":"extension_policy"},{"disabled":true,"description":{"content":"<p>Include policy state</p>\n","type":"text/plain"},"key":"with[]","value":"policyable_state"},{"disabled":true,"description":{"content":"<p>Include group item</p>\n","type":"text/plain"},"key":"with[]","value":"item"},{"disabled":true,"description":{"content":"<p>Include transaction</p>\n","type":"text/plain"},"key":"with[]","value":"transaction"}],"variable":[]}},"response":[],"_postman_id":"0901601d-37e6-4ff5-a337-41b99c8da17b"},{"name":"Create Media","event":[{"listen":"test","script":{"id":"0e1e8d53-a9b4-4ab6-ba65-ff163a8af4aa","exec":["var data = JSON.parse(responseBody);","","if (data.id) {","    postman.setEnvironmentVariable(\"media_id\", data.id);","}"],"type":"text/javascript","packages":{}}}],"id":"df0b65c6-1c14-467f-bf86-9a6c1909e888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"target[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>UUID</p>\n","type":"text"},{"key":"target[type]","value":"matter","description":"<p>matter, matter.task, package</p>\n","type":"text","uuid":"18cbc76b-476e-4a7f-9892-81a3902c20ea"},{"key":"collection","value":"pdf","description":"<p>Text</p>\n","type":"text"},{"key":"file","description":"<p>File</p>\n","type":"file","value":null},{"key":"label","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"files[]","description":"<p>File</p>\n","type":"file","value":null},{"key":"sort_order","value":"1","description":"<p>Number</p>\n","type":"text"},{"key":"retention_policy[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Policy UUID</p>\n","type":"text"},{"key":"extension_policy[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Policy UUID</p>\n","type":"text"},{"key":"group[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Group UUID</p>\n","type":"text","uuid":"f9261dda-5dc9-4c7c-8bb8-0cbb0532fc5b"},{"key":"item[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Group item UUID</p>\n","type":"text","uuid":"a6989656-a77e-4293-9544-e56240a1122c"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/media","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"links"}],"variable":[]}},"response":[],"_postman_id":"df0b65c6-1c14-467f-bf86-9a6c1909e888"},{"name":"Update Media","id":"8035164c-f9fd-4963-b92b-d2fb74e457fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"target","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>DENIED, cant update after creation</p>\n","type":"text"},{"key":"collection","value":"pdf","description":"<p>Text</p>\n","type":"text"},{"key":"file","description":"<p>DENIED, cant update after creation</p>\n","type":"file","value":null},{"key":"label","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"files[]","description":"<p>DENIED, cant update after creation</p>\n","type":"file","value":null},{"key":"sort_order","value":"1","description":"<p>Number</p>\n","type":"text"},{"key":"description","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"show_in_report","value":"true","description":"<p>true, false</p>\n","type":"text"},{"key":"retention_policy[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Policy UUID</p>\n","type":"text"},{"key":"extension_policy[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Policy UUID</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/media/{{media_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media","{{media_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"8035164c-f9fd-4963-b92b-d2fb74e457fc"},{"name":"Delete Media","id":"e4286fe3-3534-461e-b51a-57195e458599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/media/{{media_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media","{{media_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4286fe3-3534-461e-b51a-57195e458599"}],"id":"0d0f569a-1bf7-4caa-a3e6-8c7ec16fd124","_postman_id":"0d0f569a-1bf7-4caa-a3e6-8c7ec16fd124","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Messages","item":[{"name":"List Messages","id":"e536b983-4b67-425a-8841-f82c87223ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/messages?with[]=data","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>matter, entity, media, task</p>\n","type":"text/plain"},"key":"filters[target_type]","value":"matter"},{"disabled":true,"description":{"content":"<p>matter, entity, media, task</p>\n","type":"text/plain"},"key":"filters[target_types][]","value":"matter"},{"disabled":true,"description":{"content":"<p>Either entity UUID, matter UUID, media UUID or Task UUID</p>\n","type":"text/plain"},"key":"filters[target]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>Either entity UUID, matter UUID, media UUID or Task UUID</p>\n","type":"text/plain"},"key":"filters[targets][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>Message UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>Message UUID</p>\n","type":"text/plain"},"key":"filters[ids][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>Search message body</p>\n","type":"text/plain"},"key":"filters[search]","value":"Matter has been created"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[author]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[authors][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>External id</p>\n","type":"text/plain"},"key":"filters[external]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>External id</p>\n","type":"text/plain"},"key":"filters[externals][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3"},{"disabled":true,"description":{"content":"<p>attribute, comment, notification, status, sync, json, applicant, email, contact_moment, process_type</p>\n","type":"text/plain"},"key":"filters[type]","value":"notification"},{"disabled":true,"description":{"content":"<p>attribute, comment, notification, status, sync, json, applicant, email, contact_moment, process_type</p>\n","type":"text/plain"},"key":"filters[types][]","value":"notification"},{"disabled":true,"description":{"content":"<p>greater, greater_than_or_equal_to, equal, less, less_than_or_equal_to, range</p>\n","type":"text/plain"},"key":"filters[$created_at]","value":"less"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: Not available for range, see filters[created_at][]</p>\n","type":"text/plain"},"key":"filters[created_at]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: When using range both of the rangevalues should be send in an array</p>\n","type":"text/plain"},"key":"filters[created_at][]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[created_at][from]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[created_at][to]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>greater, greater_than_or_equal_to, equal, less, less_than_or_equal_to, range</p>\n","type":"text/plain"},"key":"filters[$updated_at]","value":"less"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: Not available for range, see filters[updated_at][]</p>\n","type":"text/plain"},"key":"filters[updated_at]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: When using range both of the rangevalues should be send in an array</p>\n","type":"text/plain"},"key":"filters[updated_at][]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[updated_at][from]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[updated_at][to]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>true/false</p>\n","type":"text/plain"},"key":"filters[is_deleted]","value":"true"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"with[]","value":"media"},{"disabled":true,"description":{"content":"<p>Include matter (enabled by default)</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"description":{"content":"<p>Include data</p>\n","type":"text/plain"},"key":"with[]","value":"data"},{"disabled":true,"description":{"content":"<p>Include author (enabled by default)</p>\n","type":"text/plain"},"key":"with[]","value":"author"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include target (enabled by default)</p>\n","type":"text/plain"},"key":"with[]","value":"target"},{"disabled":true,"description":{"content":"<p>When this parameter is added, it will only return the following for the messages: id, type, is_deleted, created_at, updated_at.</p>\n<p>This works with all filters. So you can filter on all messages for a specific matter (\"target\" filter).</p>\n","type":"text/plain"},"key":"as_simple_data","value":""}],"variable":[]}},"response":[{"id":"e8954159-0cf5-40aa-9cc5-46f92697f0a1","name":"List Messages","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/messages?with[]=data","host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"path":["v1","messages"],"query":[{"key":"filters[target_type]","value":"matter","disabled":true},{"key":"filters[target_types][]","value":"matter","type":"text","disabled":true},{"key":"filters[target]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","type":"text","description":"Either entity UUID, matter UUID, media UUID or Task UUID","disabled":true},{"key":"filters[targets][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","type":"text","description":"Either entity UUID, matter UUID, media UUID or Task UUID","disabled":true},{"key":"filters[id]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","description":"Message UUID","type":"text","disabled":true},{"key":"filters[ids][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","description":"Message UUID","type":"text","disabled":true},{"key":"filters[search]","value":"Matter has been created","description":"Search message body","type":"text","disabled":true},{"key":"filters[author]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","description":"User UUID","type":"text","disabled":true},{"key":"filters[authors][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","description":"User UUID","type":"text","disabled":true},{"key":"filters[external]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","description":"External id","disabled":true},{"key":"filters[externals][]","value":"61e42ca8-4c60-4ce0-94d8-6a49c465c7a3","description":"External id","disabled":true},{"key":"filters[type]","value":"notification","description":"attribute, comment, notification, status, sync, json, applicant, email, contact_moment, process_type","disabled":true},{"key":"filters[types][]","value":"notification","description":"attribute, comment, notification, status, sync, json, applicant, email, contact_moment, process_type","disabled":true},{"key":"filters[targetType]","value":"matter","description":"matter, entity, media, task","type":"text","disabled":true},{"key":"filters[targetTypes][]","value":"matter","description":"matter, entity, media, task","disabled":true},{"key":"filters[created_at][from]","value":"2024-02-28","description":"JJJJ-MM-DD","disabled":true},{"key":"filters[created_at][to]","value":"2024-02-29","description":"JJJJ-MM-DD","disabled":true},{"key":"sort","value":"default","description":"Sort by created date","type":"text","disabled":true},{"key":"sort","value":"created_at","description":"Sort by created date","type":"text","disabled":true},{"key":"sort","value":"id","description":"Sort by UUID","type":"text","disabled":true},{"key":"sort","value":"updated_at","description":"Sort by update date","type":"text","disabled":true},{"key":"with[]","value":"media","description":"Include media","type":"text","disabled":true},{"key":"with[]","value":"matter","description":"Include matter (enabled by default)","type":"text","disabled":true},{"key":"with[]","value":"data","description":"Include data"},{"key":"with[]","value":"author","description":"Include author (enabled by default)","type":"text","disabled":true},{"key":"with[]","value":"target","description":"Include target (enabled by default)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:48:16 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 24,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 2,\n    \"next_page_url\": \"http://atabix.atabase-cases-api.test/v1/messages?with%5B0%5D=data&page=2\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 15,\n    \"data\": [\n        {\n            \"id\": \"9b672d21-d162-4061-a2a0-89bbf7ce9daa\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-23T07:46:51.000000Z\",\n            \"updated_at\": \"2024-02-23T07:46:51.000000Z\",\n            \"meta\": {\n                \"id\": \"9b672d21-d162-4061-a2a0-89bbf7ce9daa\",\n                \"type\": \"message\"\n            },\n            \"author\": null,\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b672d21-c807-412d-a74f-f7afdec209b9\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b672d21-c807-412d-a74f-f7afdec209b9\",\n                    \"name\": \"2024000003\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b615773-441c-43a1-ba88-5314ec0260b8\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-20T10:10:13.000000Z\",\n            \"updated_at\": \"2024-02-20T10:10:13.000000Z\",\n            \"meta\": {\n                \"id\": \"9b615773-441c-43a1-ba88-5314ec0260b8\",\n                \"type\": \"message\"\n            },\n            \"author\": null,\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b615773-3494-4d48-9c8c-99ad09a5545a\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b615773-3494-4d48-9c8c-99ad09a5545a\",\n                    \"name\": \"2024000006\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b5f5069-ee01-415c-9626-a9c2316c9b66\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-19T09:58:53.000000Z\",\n            \"updated_at\": \"2024-02-19T09:58:53.000000Z\",\n            \"meta\": {\n                \"id\": \"9b5f5069-ee01-415c-9626-a9c2316c9b66\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b5f5069-e37e-4ea9-8dbc-d99c9dfeffd0\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b5f5069-e37e-4ea9-8dbc-d99c9dfeffd0\",\n                    \"name\": \"2024000005\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b5f5002-b8b3-4e1a-8165-9e85cf001e1e\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-19T09:57:45.000000Z\",\n            \"updated_at\": \"2024-02-19T09:57:45.000000Z\",\n            \"meta\": {\n                \"id\": \"9b5f5002-b8b3-4e1a-8165-9e85cf001e1e\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b5f5002-a3c9-4855-9462-bb3bd3906358\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b5f5002-a3c9-4855-9462-bb3bd3906358\",\n                    \"name\": \"2024000004\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b5918cc-cf6c-4d34-a689-846da9278d60\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-16T07:48:24.000000Z\",\n            \"updated_at\": \"2024-02-16T07:48:24.000000Z\",\n            \"meta\": {\n                \"id\": \"9b5918cc-cf6c-4d34-a689-846da9278d60\",\n                \"type\": \"message\"\n            },\n            \"author\": null,\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b5918cc-c044-4720-8a12-616e419146b2\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b5918cc-c044-4720-8a12-616e419146b2\",\n                    \"name\": \"2024000003\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b55ac20-8783-4c4c-8ff8-9bef83d83947\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T14:57:03.000000Z\",\n            \"updated_at\": \"2024-02-14T14:57:03.000000Z\",\n            \"meta\": {\n                \"id\": \"9b55ac20-8783-4c4c-8ff8-9bef83d83947\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b55ac20-7f62-424b-806a-ac41f27f5c5e\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b55ac20-7f62-424b-806a-ac41f27f5c5e\",\n                    \"name\": \"2024000013\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557c04-6939-4726-8925-15da3c1014e5\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:42:31.000000Z\",\n            \"updated_at\": \"2024-02-14T12:42:31.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557c04-6939-4726-8925-15da3c1014e5\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557c04-619e-494a-b7c9-41671bd337b7\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557c04-619e-494a-b7c9-41671bd337b7\",\n                    \"name\": \"2024000012\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557b9e-87f2-448e-b4ed-359c193effd7\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:41:25.000000Z\",\n            \"updated_at\": \"2024-02-14T12:41:25.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557b9e-87f2-448e-b4ed-359c193effd7\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557b9e-81e7-4638-b009-7f5507686cd6\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557b9e-81e7-4638-b009-7f5507686cd6\",\n                    \"name\": \"2024000011\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557b8f-197b-41e8-b8e5-1f76c1c34cbf\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:41:15.000000Z\",\n            \"updated_at\": \"2024-02-14T12:41:15.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557b8f-197b-41e8-b8e5-1f76c1c34cbf\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557b8f-1379-4201-81c4-443cc5c33059\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557b8f-1379-4201-81c4-443cc5c33059\",\n                    \"name\": \"2024000010\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557b7c-8a80-4b87-ac7c-432551e75067\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:41:02.000000Z\",\n            \"updated_at\": \"2024-02-14T12:41:02.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557b7c-8a80-4b87-ac7c-432551e75067\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557b7c-83b8-4570-8e1f-1025fe6bab5f\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557b7c-83b8-4570-8e1f-1025fe6bab5f\",\n                    \"name\": \"2024000009\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557b68-dc3f-4301-9c7b-0444cde0eb3b\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:40:49.000000Z\",\n            \"updated_at\": \"2024-02-14T12:40:49.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557b68-dc3f-4301-9c7b-0444cde0eb3b\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557b68-d3ea-40a9-8850-d29957f1e61d\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557b68-d3ea-40a9-8850-d29957f1e61d\",\n                    \"name\": \"2024000008\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557b53-41b0-4a05-bd16-fc46c3054ef7\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:40:35.000000Z\",\n            \"updated_at\": \"2024-02-14T12:40:35.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557b53-41b0-4a05-bd16-fc46c3054ef7\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557b53-3be2-4961-a97e-7dccd306678c\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557b53-3be2-4961-a97e-7dccd306678c\",\n                    \"name\": \"2024000007\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557b44-0268-47b3-be20-ae085fab22eb\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:40:25.000000Z\",\n            \"updated_at\": \"2024-02-14T12:40:25.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557b44-0268-47b3-be20-ae085fab22eb\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557b43-fbb5-4469-b640-5849061c209e\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557b43-fbb5-4469-b640-5849061c209e\",\n                    \"name\": \"2024000006\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557b08-0423-4d06-b72d-d2f5be9abd74\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:39:46.000000Z\",\n            \"updated_at\": \"2024-02-14T12:39:46.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557b08-0423-4d06-b72d-d2f5be9abd74\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557b07-fddc-456f-9644-190d93b80c3b\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557b07-fddc-456f-9644-190d93b80c3b\",\n                    \"name\": \"2024000005\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        },\n        {\n            \"id\": \"9b557991-ce81-4a83-9433-9baeb47aff6c\",\n            \"type\": \"status\",\n            \"body\": \"\",\n            \"tag\": null,\n            \"created_at\": \"2024-02-14T12:35:41.000000Z\",\n            \"updated_at\": \"2024-02-14T12:35:41.000000Z\",\n            \"meta\": {\n                \"id\": \"9b557991-ce81-4a83-9433-9baeb47aff6c\",\n                \"type\": \"message\"\n            },\n            \"author\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"system@atabase.nl\",\n                \"name\": \"Systeem\",\n                \"first_name\": \"Systeem\",\n                \"last_name\": \"\",\n                \"avatar\": \"https://www.gravatar.com/avatar/4b24a15c3472fffed14edd03615ff30c?d=identicon&s=128\"\n            },\n            \"matter\": null,\n            \"target\": {\n                \"id\": \"9b557991-c62e-47da-ba52-3c46557bd961\",\n                \"type\": \"matter\"\n            },\n            \"data\": {\n                \"matter\": {\n                    \"id\": \"9b557991-c62e-47da-ba52-3c46557bd961\",\n                    \"name\": \"2024000004\"\n                },\n                \"next_status\": {\n                    \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                    \"name\": \"Start\"\n                },\n                \"previous_status\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"e536b983-4b67-425a-8841-f82c87223ac8"},{"name":"Fetch Message","id":"90b4c97e-68a5-421d-838e-dbc699efda0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/messages/{{message_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages","{{message_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"with[]","value":"media"},{"disabled":true,"description":{"content":"<p>Include matter (enabled by default)</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include data</p>\n","type":"text/plain"},"key":"with[]","value":"data"},{"disabled":true,"description":{"content":"<p>Include author (enabled by default)</p>\n","type":"text/plain"},"key":"with[]","value":"author"},{"disabled":true,"description":{"content":"<p>Include target (enabled by default)</p>\n","type":"text/plain"},"key":"with[]","value":"target"}],"variable":[]}},"response":[],"_postman_id":"90b4c97e-68a5-421d-838e-dbc699efda0d"},{"name":"Create Message","event":[{"listen":"test","script":{"id":"ecb6b66c-458f-4598-886b-64fece34f41a","exec":["var data = JSON.parse(responseBody);","","if (data.id) {","    postman.setEnvironmentVariable(\"message_id\", data.id);","}"],"type":"text/javascript"}}],"id":"9befe6fc-97c0-45e1-b46c-d0da9d583833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"target","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9","description":"<p>Matter UUID, User UUID, Entity UUID or Media UUID</p>\n","type":"text"},{"key":"type","value":"applicant","description":"<p>applicant, attribute, comment, notification, email, status, sync, json, contact_moment, process_type</p>\n","type":"text"},{"key":"body","value":"Matter has been created","description":"<p>Text</p>\n","type":"text"},{"key":"tag","value":"matter-creation","description":"<p>Text</p>\n","type":"text"},{"key":"media","description":"<p>File</p>\n","type":"file","value":null}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/messages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"9befe6fc-97c0-45e1-b46c-d0da9d583833"},{"name":"Update Message","id":"8742c440-0317-634f-51d6-fc6106eca206","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"Updated message body\",\n    \"tag\": \"matter-update\",\n    \"tags\": [\n        {\n            \"id\": \"9876e06d-7f3a-492f-af5e-6da5729eaea9\"\n        }\n    ],\n    \"is_read\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/messages/{{message_id}}","description":"<p>Updates an existing message. Target, type, direction, role, matter and author cannot be changed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages","{{message_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"8742c440-0317-634f-51d6-fc6106eca206"}],"id":"5a75eb10-dd74-4175-9386-76f1db8b22d6","_postman_id":"5a75eb10-dd74-4175-9386-76f1db8b22d6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Processes","item":[{"name":"Groups","item":[{"name":"List groups","id":"836995e5-9f3e-4f80-8119-d3d23648d4aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","groups"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>media, field, task, party, object</p>\n","type":"text/plain"},"key":"filters[type]","value":"field"},{"disabled":true,"description":{"content":"<p>media, field, task, party, object</p>\n","type":"text/plain"},"key":"filters[types]","value":"[field, task]"},{"disabled":true,"description":{"content":"<p>Process UUID</p>\n","type":"text/plain"},"key":"filters[process]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>array of Process UUID's</p>\n","type":"text/plain"},"key":"filters[processes]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[has_items]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_custom_list]","value":"true"},{"disabled":true,"description":{"content":"<p>Target UUID</p>\n","type":"text/plain"},"key":"filters[target]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>target UUID</p>\n","type":"text/plain"},"key":"filters[targets]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Include process data</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include custom list data</p>\n","type":"text/plain"},"key":"with[]","value":"custom_list"},{"disabled":true,"description":{"content":"<p>Include permissions data</p>\n","type":"text/plain"},"key":"with[]","value":"permissions"},{"disabled":true,"description":{"content":"<p>Include settings data</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>Include custom properties </p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"},{"disabled":true,"description":{"content":"<p>Include list column settings</p>\n","type":"text/plain"},"key":"with[]","value":"custom_list_column_settings"},{"disabled":true,"description":{"content":"<p>default sort</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"}],"variable":[]}},"response":[],"_postman_id":"836995e5-9f3e-4f80-8119-d3d23648d4aa"},{"name":"Read group","id":"7b27e1d1-3dc6-4421-86b3-430499a56e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/groups/985f495c-b58c-4d49-a916-00be51203363","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","groups","985f495c-b58c-4d49-a916-00be51203363"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include process data</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include custom list data</p>\n","type":"text/plain"},"key":"with[]","value":"custom_list"},{"disabled":true,"description":{"content":"<p>Include permissions data</p>\n","type":"text/plain"},"key":"with[]","value":"permissions"},{"disabled":true,"description":{"content":"<p>Include settings data</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>Include custom properties</p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"},{"disabled":true,"description":{"content":"<p>Include list column settings</p>\n","type":"text/plain"},"key":"with[]","value":"custom_list_column_settings"}],"variable":[]}},"response":[],"_postman_id":"7b27e1d1-3dc6-4421-86b3-430499a56e85"}],"id":"2be0fcee-cb4d-464c-973d-b7e63fc229cb","_postman_id":"2be0fcee-cb4d-464c-973d-b7e63fc229cb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Group items","item":[{"name":"List Group Items","id":"c85f62c0-6a2d-42fe-83b1-9968b1f96306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/group-items","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","group-items"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Group item UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of group item UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>Group UUID</p>\n","type":"text/plain"},"key":"filters[group]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of group UUID's</p>\n","type":"text/plain"},"key":"filters[groups]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>Process UUID</p>\n","type":"text/plain"},"key":"filters[process]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of process UUID's</p>\n","type":"text/plain"},"key":"filters[processes]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>media, field, task, party, object</p>\n","type":"text/plain"},"key":"filters[type]","value":"media"},{"disabled":true,"description":{"content":"<p>media, field, task, party, object</p>\n","type":"text/plain"},"key":"filters[types]","value":"[media, task]"},{"disabled":true,"description":{"content":"<p>Search by name</p>\n","type":"text/plain"},"key":"filters[search]","value":"Design"},{"disabled":true,"description":{"content":"<p>Default sort</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by created time</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by updated time</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include group </p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include default retention policy</p>\n","type":"text/plain"},"key":"with[]","value":"default_retention_policy"},{"disabled":true,"description":{"content":"<p>Include statuses of process</p>\n","type":"text/plain"},"key":"with[]","value":"process_statuses"},{"disabled":true,"description":{"content":"<p>Include custom properties</p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"}],"variable":[]}},"response":[],"_postman_id":"c85f62c0-6a2d-42fe-83b1-9968b1f96306"},{"name":"Read Group Item","id":"72f45b2b-409b-4244-af5c-e85bd8493209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/group-items/{{process_group_item_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","group-items","{{process_group_item_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include group </p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include default retention policy</p>\n","type":"text/plain"},"key":"with[]","value":"default_retention_policy"},{"disabled":true,"description":{"content":"<p>Include statuses of process</p>\n","type":"text/plain"},"key":"with[]","value":"process_statuses"},{"disabled":true,"description":{"content":"<p>Include custom properties</p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"}],"variable":[]}},"response":[],"_postman_id":"72f45b2b-409b-4244-af5c-e85bd8493209"}],"id":"b61bfa45-fc5d-418c-b838-9f575dad7e2a","_postman_id":"b61bfa45-fc5d-418c-b838-9f575dad7e2a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Roles","item":[{"name":"List Roles","id":"34022cc0-7c62-49e5-9c6a-f13daa8f6ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/roles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","roles"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Process role UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of process role UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>Search by name</p>\n","type":"text/plain"},"key":"filters[search]","value":"Behandelaar"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of matter UUID's</p>\n","type":"text/plain"},"key":"filters[matters]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>Process UUID</p>\n","type":"text/plain"},"key":"filters[process]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of process UUID's</p>\n","type":"text/plain"},"key":"filters[processes]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>Function name</p>\n","type":"text/plain"},"key":"filters[function]","value":"User"},{"disabled":true,"description":{"content":"<p>Array of function names</p>\n","type":"text/plain"},"key":"filters[functions]","value":"[user, department]"},{"disabled":true,"description":{"content":"<p>Group UUID</p>\n","type":"text/plain"},"key":"filters[group]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of group UUID's</p>\n","type":"text/plain"},"key":"filters[groups]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>Default sort</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by updated date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include parties</p>\n","type":"text/plain"},"key":"with[]","value":"parties"},{"disabled":true,"description":{"content":"<p>Include group</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include departments</p>\n","type":"text/plain"},"key":"with[]","value":"departments"},{"disabled":true,"description":{"content":"<p>Include process</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include permissions</p>\n","type":"text/plain"},"key":"with[]","value":"permissions"},{"disabled":true,"description":{"content":"<p>Include requirements</p>\n","type":"text/plain"},"key":"with[]","value":"requirements"}],"variable":[]}},"response":[],"_postman_id":"34022cc0-7c62-49e5-9c6a-f13daa8f6ca6"},{"name":"Read Role","id":"203ac1dc-e449-4916-8840-459461c3362b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/roles/{{process_role_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","roles","{{process_role_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include parties</p>\n","type":"text/plain"},"key":"with[]","value":"parties"},{"disabled":true,"description":{"content":"<p>Include group</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include departments</p>\n","type":"text/plain"},"key":"with[]","value":"departments"},{"disabled":true,"description":{"content":"<p>Include process</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include permissions</p>\n","type":"text/plain"},"key":"with[]","value":"permissions"},{"disabled":true,"description":{"content":"<p>Include requirements</p>\n","type":"text/plain"},"key":"with[]","value":"requirements"}],"variable":[]}},"response":[],"_postman_id":"203ac1dc-e449-4916-8840-459461c3362b"}],"id":"837637de-b5a1-4692-9b3e-d8688d08f9bf","_postman_id":"837637de-b5a1-4692-9b3e-d8688d08f9bf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Transitions","item":[{"name":"List Transitions","id":"5a1f903f-86cc-0953-9100-3fa75a655845","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/transitions","description":"<p>Returns a paginated list of process transitions. Transitions track movement of matters between statuses.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","transitions"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of matter UUID's</p>\n","type":"text/plain"},"key":"filters[matters]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9, 9876e06d-7f3a-492f-af5e-6da5729eaea8]"},{"disabled":true,"description":{"content":"<p>Package UUID</p>\n","type":"text/plain"},"key":"filters[package]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of package UUID's</p>\n","type":"text/plain"},"key":"filters[packages]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9]"},{"disabled":true,"description":{"content":"<p>Status UUID</p>\n","type":"text/plain"},"key":"filters[status]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of status UUID's</p>\n","type":"text/plain"},"key":"filters[statuses]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9]"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"9876e06d-7f3a-492f-af5e-6da5729eaea9"},{"disabled":true,"description":{"content":"<p>Array of user UUID's</p>\n","type":"text/plain"},"key":"filters[users]","value":"[9876e06d-7f3a-492f-af5e-6da5729eaea9]"},{"disabled":true,"description":{"content":"<p>Created before date</p>\n","type":"text/plain"},"key":"filters[created_before]","value":"2026-01-01"},{"disabled":true,"description":{"content":"<p>Created after date</p>\n","type":"text/plain"},"key":"filters[created_after]","value":"2025-01-01"},{"disabled":true,"description":{"content":"<p>Duration less than (seconds)</p>\n","type":"text/plain"},"key":"filters[duration_less]","value":"3600"},{"disabled":true,"description":{"content":"<p>Duration more than (seconds)</p>\n","type":"text/plain"},"key":"filters[duration_more]","value":"60"},{"disabled":true,"description":{"content":"<p>Search by status name, user name/email or matter name</p>\n","type":"text/plain"},"key":"filters[search]","value":"Behandeling"},{"disabled":true,"description":{"content":"<p>Default sort (created_at desc)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Include reason</p>\n","type":"text/plain"},"key":"with[]","value":"reason"}],"variable":[]}},"response":[],"_postman_id":"5a1f903f-86cc-0953-9100-3fa75a655845"},{"name":"Read Transition","id":"8b9427fb-a9b7-154e-8c15-5b5b3e1f7e23","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/transitions/{{transition_id}}","description":"<p>Returns a single process transition by its UUID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","transitions","{{transition_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include reason</p>\n","type":"text/plain"},"key":"with[]","value":"reason"}],"variable":[]}},"response":[],"_postman_id":"8b9427fb-a9b7-154e-8c15-5b5b3e1f7e23"}],"id":"54695d1d-0384-9981-83ff-a8b84a9189a5","_postman_id":"54695d1d-0384-9981-83ff-a8b84a9189a5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Processes","id":"8f910be7-ebb5-4baa-8f58-b7bb770fac46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes?filters[type]=matter&with[]=map","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"description":{"content":"<p>Proccess type (matter or package)</p>\n","type":"text/plain"},"key":"filters[type]","value":"matter"},{"disabled":true,"description":{"content":"<p>Process UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Process UUID</p>\n","type":"text/plain"},"key":"filters[ids]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Search by name</p>\n","type":"text/plain"},"key":"filters[search]","value":"Process name"},{"disabled":true,"description":{"content":"<p>text</p>\n","type":"text/plain"},"key":"filters[name]","value":"Process name"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[has_statuses]","value":"true"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by max duration</p>\n","type":"text/plain"},"key":"sort","value":"max_duration"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Include statuses data</p>\n","type":"text/plain"},"key":"with[]","value":"statuses"},{"description":{"content":"<p>Include map data</p>\n","type":"text/plain"},"key":"with[]","value":"map"},{"disabled":true,"description":{"content":"<p>Include retention policy data</p>\n","type":"text/plain"},"key":"with[]","value":"default_retention_policy"},{"disabled":true,"description":{"content":"<p>Include sharepoint site data</p>\n","type":"text/plain"},"key":"with[]","value":"sharepoint_site"},{"disabled":true,"description":{"content":"<p>Include default status data</p>\n","type":"text/plain"},"key":"with[]","value":"default"},{"disabled":true,"description":{"content":"<p>Include roles data</p>\n","type":"text/plain"},"key":"with[]","value":"roles"},{"disabled":true,"description":{"content":"<p>Include settings data</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>Include groups data</p>\n","type":"text/plain"},"key":"with[]","value":"groups"},{"disabled":true,"description":{"content":"<p>Include group items data</p>\n","type":"text/plain"},"key":"with[]","value":"group_items"},{"disabled":true,"description":{"content":"<p>Include group media items data</p>\n","type":"text/plain"},"key":"with[]","value":"group_media_items"},{"disabled":true,"description":{"content":"<p>Include group object items</p>\n","type":"text/plain"},"key":"with[]","value":"group_matter_object_items"}],"variable":[]}},"response":[{"id":"238e82bc-7a24-41f5-bec8-2e16f747bd16","name":"List Processes","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes?with[]=map","host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"path":["v1","processes"],"query":[{"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","type":"text","description":"Process UUID","disabled":true},{"key":"filters[ids]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","type":"text","description":"Process UUID","disabled":true},{"key":"filters[search]","value":"Process name","type":"text","description":"Search by name","disabled":true},{"key":"filters[name]","value":"Process name","type":"text","description":"text","disabled":true},{"key":"filters[has_statuses]","value":"true","description":"true, false","type":"text","disabled":true},{"key":"sort","value":"default","description":"Sort by name","type":"text","disabled":true},{"key":"sort","value":"max_duration","description":"Sort by max duration","type":"text","disabled":true},{"key":"sort","value":"name","description":"Sort by name","type":"text","disabled":true},{"key":"with[]","value":"statuses","description":"Include statuses data","type":"text","disabled":true},{"key":"with[]","value":"map","description":"Include map data"},{"key":"with[]","value":"default_retention_policy","description":"Include retention policy data","type":"text","disabled":true},{"key":"with[]","value":"sharepoint_site","description":"Include sharepoint site data","type":"text","disabled":true},{"key":"with[]","value":"default","description":"Include default status data","type":"text","disabled":true},{"key":"with[]","value":"roles","description":"Include roles data","type":"text","disabled":true},{"key":"with[]","value":"settings","description":"Include settings data","type":"text","disabled":true},{"key":"with[]","value":"groups","description":"Include groups data","type":"text","disabled":true},{"key":"with[]","value":"group_items","description":"Include group items data","type":"text","disabled":true},{"key":"with[]","value":"group_media_items","description":"Include group media items data","type":"text","disabled":true},{"key":"with[]","value":"group_matter_object_items","description":"Include group object items","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:45:37 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n            \"name\": \"Forms integration\",\n            \"description\": \"\",\n            \"icon\": \"mdi-database\",\n            \"max_duration\": 0,\n            \"is_template\": false,\n            \"created_at\": \"2024-02-06T09:30:09.000000Z\",\n            \"meta\": {\n                \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n                \"type\": \"process\",\n                \"statuses_count\": null\n            },\n            \"map\": {\n                \"bpmn\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\\n<bpmn:definitions xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\" xmlns:bpmn=\\\"http://www.omg.org/spec/BPMN/20100524/MODEL\\\" xmlns:bpmndi=\\\"http://www.omg.org/spec/BPMN/20100524/DI\\\" xmlns:dc=\\\"http://www.omg.org/spec/DD/20100524/DC\\\" xmlns:bioc=\\\"http://bpmn.io/schema/bpmn/biocolor/1.0\\\" xmlns:color=\\\"http://www.omg.org/spec/BPMN/non-normative/color/1.0\\\" xmlns:di=\\\"http://www.omg.org/spec/DD/20100524/DI\\\" id=\\\"Definitions_1\\\" targetNamespace=\\\"http://bpmn.io/schema/bpmn\\\" exporter=\\\"cases (https://cases.atabase.nl)\\\" exporterVersion=\\\"v1.0.0\\\"><bpmn:process id=\\\"Process_1\\\" isExecutable=\\\"false\\\"><bpmn:task id=\\\"Activity_1fo2e5q\\\" name=\\\"Start\\\" status_id=\\\"9b451f67-2286-4bb0-ba19-c63ba7df32ea\\\" original_name=\\\"Start\\\"><bpmn:outgoing>Flow_032a6n3</bpmn:outgoing></bpmn:task><bpmn:task id=\\\"Activity_1h29oa3\\\" name=\\\"first\\\" status_id=\\\"9b451f71-4521-4fa8-a435-016ece013d66\\\" original_name=\\\"first\\\"><bpmn:incoming>Flow_032a6n3</bpmn:incoming><bpmn:outgoing>Flow_1vg5t3f</bpmn:outgoing></bpmn:task><bpmn:task id=\\\"Activity_0i1cutg\\\" name=\\\"second\\\" status_id=\\\"9b451f7a-264a-45e3-a442-d71f37e10cb3\\\" original_name=\\\"second\\\"><bpmn:incoming>Flow_1vg5t3f</bpmn:incoming><bpmn:outgoing>Flow_18pnv9d</bpmn:outgoing></bpmn:task><bpmn:task id=\\\"Activity_0fwwaru\\\" name=\\\"end\\\" status_id=\\\"9b451f7f-cda6-4664-b8c8-0adc41942346\\\" original_name=\\\"end\\\"><bpmn:incoming>Flow_18pnv9d</bpmn:incoming></bpmn:task><bpmn:sequenceFlow id=\\\"Flow_032a6n3\\\" sourceRef=\\\"Activity_1fo2e5q\\\" targetRef=\\\"Activity_1h29oa3\\\" connection_id=\\\"9b451f8d-5dfe-43a2-b2a4-e368c57fd177\\\"/><bpmn:sequenceFlow id=\\\"Flow_1vg5t3f\\\" sourceRef=\\\"Activity_1h29oa3\\\" targetRef=\\\"Activity_0i1cutg\\\" connection_id=\\\"9b451f90-4e85-4ba5-8b8d-0dd006bcc46f\\\"/><bpmn:sequenceFlow id=\\\"Flow_18pnv9d\\\" sourceRef=\\\"Activity_0i1cutg\\\" targetRef=\\\"Activity_0fwwaru\\\" connection_id=\\\"9b451f94-5f59-4910-8669-89fbbb72c1d2\\\"/></bpmn:process><bpmndi:BPMNDiagram id=\\\"BPMNDiagram_1\\\"><bpmndi:BPMNPlane id=\\\"BPMNPlane_1\\\" bpmnElement=\\\"Process_1\\\"><bpmndi:BPMNShape id=\\\"Activity_1fo2e5q_di\\\" bpmnElement=\\\"Activity_1fo2e5q\\\" bioc:stroke=\\\"#BF10AE\\\" bioc:fill=\\\"#BF10AE\\\" color:background-color=\\\"#BF10AE\\\" color:border-color=\\\"#BF10AE\\\"><dc:Bounds x=\\\"150\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNShape id=\\\"Activity_1h29oa3_di\\\" bpmnElement=\\\"Activity_1h29oa3\\\" bioc:stroke=\\\"#F4C761\\\" bioc:fill=\\\"#F4C761\\\" color:background-color=\\\"#F4C761\\\" color:border-color=\\\"#F4C761\\\"><dc:Bounds x=\\\"300\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNShape id=\\\"Activity_0i1cutg_di\\\" bpmnElement=\\\"Activity_0i1cutg\\\" bioc:stroke=\\\"#C31BB7\\\" bioc:fill=\\\"#C31BB7\\\" color:background-color=\\\"#C31BB7\\\" color:border-color=\\\"#C31BB7\\\"><dc:Bounds x=\\\"460\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNShape id=\\\"Activity_0fwwaru_di\\\" bpmnElement=\\\"Activity_0fwwaru\\\" bioc:stroke=\\\"#A723DE\\\" bioc:fill=\\\"#A723DE\\\" color:background-color=\\\"#A723DE\\\" color:border-color=\\\"#A723DE\\\"><dc:Bounds x=\\\"610\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNEdge id=\\\"Flow_032a6n3_di\\\" bpmnElement=\\\"Flow_032a6n3\\\"><di:waypoint x=\\\"250\\\" y=\\\"190\\\"/><di:waypoint x=\\\"300\\\" y=\\\"190\\\"/></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\\\"Flow_1vg5t3f_di\\\" bpmnElement=\\\"Flow_1vg5t3f\\\"><di:waypoint x=\\\"400\\\" y=\\\"190\\\"/><di:waypoint x=\\\"460\\\" y=\\\"190\\\"/></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\\\"Flow_18pnv9d_di\\\" bpmnElement=\\\"Flow_18pnv9d\\\"><di:waypoint x=\\\"560\\\" y=\\\"190\\\"/><di:waypoint x=\\\"610\\\" y=\\\"190\\\"/></bpmndi:BPMNEdge></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></bpmn:definitions>\",\n                \"created_at\": \"2024-02-06T09:30:19.000000Z\",\n                \"updated_at\": \"2024-02-06T09:31:16.000000Z\",\n                \"meta\": {\n                    \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n                    \"type\": \"process.map\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8f910be7-ebb5-4baa-8f58-b7bb770fac46"},{"name":"Read Process","id":"332f0eba-ac30-42d7-a542-9db1bf07f64f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/{{process_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","processes","{{process_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include statuses data</p>\n","type":"text/plain"},"key":"with[]","value":"statuses"},{"disabled":true,"description":{"content":"<p>Include map data</p>\n","type":"text/plain"},"key":"with[]","value":"map"},{"disabled":true,"description":{"content":"<p>Include retention policy data</p>\n","type":"text/plain"},"key":"with[]","value":"default_retention_policy"},{"disabled":true,"description":{"content":"<p>Include sharepoint site data</p>\n","type":"text/plain"},"key":"with[]","value":"sharepoint_site"},{"disabled":true,"description":{"content":"<p>Include default status data</p>\n","type":"text/plain"},"key":"with[]","value":"default"},{"disabled":true,"description":{"content":"<p>Include roles data</p>\n","type":"text/plain"},"key":"with[]","value":"roles"},{"disabled":true,"description":{"content":"<p>Include settings data</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>Include groups data</p>\n","type":"text/plain"},"key":"with[]","value":"groups"},{"disabled":true,"description":{"content":"<p>Include group items data</p>\n","type":"text/plain"},"key":"with[]","value":"group_items"},{"disabled":true,"description":{"content":"<p>Include group media items data</p>\n","type":"text/plain"},"key":"with[]","value":"group_media_items"},{"disabled":true,"description":{"content":"<p>Include group object items</p>\n","type":"text/plain"},"key":"with[]","value":"group_matter_object_items"}],"variable":[]}},"response":[{"id":"17709029-2e97-4f0d-a062-664161147c67","name":"Read Process","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/processes/9b451f58-db09-4f69-bb55-8c420056ea34?with[]=statuses&with[]=map&with[]=roles&with[]=groups&with[]=group_items","host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"path":["v1","processes","9b451f58-db09-4f69-bb55-8c420056ea34"],"query":[{"key":"with[]","value":"statuses","description":"Include statuses data","type":"text"},{"key":"with[]","value":"map","description":"Include map data","type":"text"},{"key":"with[]","value":"default_retention_policy","description":"Include retention policy data","type":"text","disabled":true},{"key":"with[]","value":"sharepoint_site","description":"Include sharepoint site data","type":"text","disabled":true},{"key":"with[]","value":"default","description":"Include default status data","type":"text","disabled":true},{"key":"with[]","value":"roles","description":"Include roles data","type":"text"},{"key":"with[]","value":"settings","description":"Include settings data","disabled":true},{"key":"with[]","value":"groups","description":"Include groups data"},{"key":"with[]","value":"group_items","description":"Include group items data"},{"key":"with[]","value":"group_media_items","description":"Include group media items data","disabled":true},{"key":"with[]","value":"group_matter_object_items","description":"Include group object items","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:46:53 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n    \"name\": \"Forms integration\",\n    \"description\": \"\",\n    \"icon\": \"mdi-database\",\n    \"max_duration\": 0,\n    \"is_template\": false,\n    \"created_at\": \"2024-02-06T09:30:09.000000Z\",\n    \"meta\": {\n        \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n        \"type\": \"process\",\n        \"statuses_count\": null\n    },\n    \"statuses\": [\n        {\n            \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n            \"name\": \"Start\",\n            \"name_external\": \"Start\",\n            \"color\": \"#BF10AE\",\n            \"description\": null,\n            \"duration\": 1,\n            \"is_default\": true,\n            \"is_final\": false,\n            \"is_plannable\": false,\n            \"is_paused\": false,\n            \"has_statusables\": false,\n            \"created_at\": \"2024-02-06T09:30:19.000000Z\",\n            \"pivot\": null,\n            \"meta\": {\n                \"id\": \"9b451f67-2286-4bb0-ba19-c63ba7df32ea\",\n                \"type\": \"process.status\",\n                \"incoming_count\": null,\n                \"outgoing_count\": null\n            }\n        },\n        {\n            \"id\": \"9b451f71-4521-4fa8-a435-016ece013d66\",\n            \"name\": \"first\",\n            \"name_external\": \"first\",\n            \"color\": \"#F4C761\",\n            \"description\": null,\n            \"duration\": 1,\n            \"is_default\": false,\n            \"is_final\": false,\n            \"is_plannable\": false,\n            \"is_paused\": false,\n            \"has_statusables\": false,\n            \"created_at\": \"2024-02-06T09:30:25.000000Z\",\n            \"pivot\": null,\n            \"meta\": {\n                \"id\": \"9b451f71-4521-4fa8-a435-016ece013d66\",\n                \"type\": \"process.status\",\n                \"incoming_count\": null,\n                \"outgoing_count\": null\n            }\n        },\n        {\n            \"id\": \"9b451f7a-264a-45e3-a442-d71f37e10cb3\",\n            \"name\": \"second\",\n            \"name_external\": \"second\",\n            \"color\": \"#C31BB7\",\n            \"description\": null,\n            \"duration\": null,\n            \"is_default\": false,\n            \"is_final\": false,\n            \"is_plannable\": false,\n            \"is_paused\": false,\n            \"has_statusables\": false,\n            \"created_at\": \"2024-02-06T09:30:31.000000Z\",\n            \"pivot\": null,\n            \"meta\": {\n                \"id\": \"9b451f7a-264a-45e3-a442-d71f37e10cb3\",\n                \"type\": \"process.status\",\n                \"incoming_count\": null,\n                \"outgoing_count\": null\n            }\n        },\n        {\n            \"id\": \"9b451f7f-cda6-4664-b8c8-0adc41942346\",\n            \"name\": \"end\",\n            \"name_external\": \"end\",\n            \"color\": \"#A723DE\",\n            \"description\": null,\n            \"duration\": null,\n            \"is_default\": false,\n            \"is_final\": true,\n            \"is_plannable\": false,\n            \"is_paused\": false,\n            \"has_statusables\": false,\n            \"created_at\": \"2024-02-06T09:30:35.000000Z\",\n            \"pivot\": null,\n            \"meta\": {\n                \"id\": \"9b451f7f-cda6-4664-b8c8-0adc41942346\",\n                \"type\": \"process.status\",\n                \"incoming_count\": null,\n                \"outgoing_count\": null\n            }\n        }\n    ],\n    \"map\": {\n        \"bpmn\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\\n<bpmn:definitions xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\" xmlns:bpmn=\\\"http://www.omg.org/spec/BPMN/20100524/MODEL\\\" xmlns:bpmndi=\\\"http://www.omg.org/spec/BPMN/20100524/DI\\\" xmlns:dc=\\\"http://www.omg.org/spec/DD/20100524/DC\\\" xmlns:bioc=\\\"http://bpmn.io/schema/bpmn/biocolor/1.0\\\" xmlns:color=\\\"http://www.omg.org/spec/BPMN/non-normative/color/1.0\\\" xmlns:di=\\\"http://www.omg.org/spec/DD/20100524/DI\\\" id=\\\"Definitions_1\\\" targetNamespace=\\\"http://bpmn.io/schema/bpmn\\\" exporter=\\\"cases (https://cases.atabase.nl)\\\" exporterVersion=\\\"v1.0.0\\\"><bpmn:process id=\\\"Process_1\\\" isExecutable=\\\"false\\\"><bpmn:task id=\\\"Activity_1fo2e5q\\\" name=\\\"Start\\\" status_id=\\\"9b451f67-2286-4bb0-ba19-c63ba7df32ea\\\" original_name=\\\"Start\\\"><bpmn:outgoing>Flow_032a6n3</bpmn:outgoing></bpmn:task><bpmn:task id=\\\"Activity_1h29oa3\\\" name=\\\"first\\\" status_id=\\\"9b451f71-4521-4fa8-a435-016ece013d66\\\" original_name=\\\"first\\\"><bpmn:incoming>Flow_032a6n3</bpmn:incoming><bpmn:outgoing>Flow_1vg5t3f</bpmn:outgoing></bpmn:task><bpmn:task id=\\\"Activity_0i1cutg\\\" name=\\\"second\\\" status_id=\\\"9b451f7a-264a-45e3-a442-d71f37e10cb3\\\" original_name=\\\"second\\\"><bpmn:incoming>Flow_1vg5t3f</bpmn:incoming><bpmn:outgoing>Flow_18pnv9d</bpmn:outgoing></bpmn:task><bpmn:task id=\\\"Activity_0fwwaru\\\" name=\\\"end\\\" status_id=\\\"9b451f7f-cda6-4664-b8c8-0adc41942346\\\" original_name=\\\"end\\\"><bpmn:incoming>Flow_18pnv9d</bpmn:incoming></bpmn:task><bpmn:sequenceFlow id=\\\"Flow_032a6n3\\\" sourceRef=\\\"Activity_1fo2e5q\\\" targetRef=\\\"Activity_1h29oa3\\\" connection_id=\\\"9b451f8d-5dfe-43a2-b2a4-e368c57fd177\\\"/><bpmn:sequenceFlow id=\\\"Flow_1vg5t3f\\\" sourceRef=\\\"Activity_1h29oa3\\\" targetRef=\\\"Activity_0i1cutg\\\" connection_id=\\\"9b451f90-4e85-4ba5-8b8d-0dd006bcc46f\\\"/><bpmn:sequenceFlow id=\\\"Flow_18pnv9d\\\" sourceRef=\\\"Activity_0i1cutg\\\" targetRef=\\\"Activity_0fwwaru\\\" connection_id=\\\"9b451f94-5f59-4910-8669-89fbbb72c1d2\\\"/></bpmn:process><bpmndi:BPMNDiagram id=\\\"BPMNDiagram_1\\\"><bpmndi:BPMNPlane id=\\\"BPMNPlane_1\\\" bpmnElement=\\\"Process_1\\\"><bpmndi:BPMNShape id=\\\"Activity_1fo2e5q_di\\\" bpmnElement=\\\"Activity_1fo2e5q\\\" bioc:stroke=\\\"#BF10AE\\\" bioc:fill=\\\"#BF10AE\\\" color:background-color=\\\"#BF10AE\\\" color:border-color=\\\"#BF10AE\\\"><dc:Bounds x=\\\"150\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNShape id=\\\"Activity_1h29oa3_di\\\" bpmnElement=\\\"Activity_1h29oa3\\\" bioc:stroke=\\\"#F4C761\\\" bioc:fill=\\\"#F4C761\\\" color:background-color=\\\"#F4C761\\\" color:border-color=\\\"#F4C761\\\"><dc:Bounds x=\\\"300\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNShape id=\\\"Activity_0i1cutg_di\\\" bpmnElement=\\\"Activity_0i1cutg\\\" bioc:stroke=\\\"#C31BB7\\\" bioc:fill=\\\"#C31BB7\\\" color:background-color=\\\"#C31BB7\\\" color:border-color=\\\"#C31BB7\\\"><dc:Bounds x=\\\"460\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNShape id=\\\"Activity_0fwwaru_di\\\" bpmnElement=\\\"Activity_0fwwaru\\\" bioc:stroke=\\\"#A723DE\\\" bioc:fill=\\\"#A723DE\\\" color:background-color=\\\"#A723DE\\\" color:border-color=\\\"#A723DE\\\"><dc:Bounds x=\\\"610\\\" y=\\\"150\\\" width=\\\"100\\\" height=\\\"80\\\"/><bpmndi:BPMNLabel/></bpmndi:BPMNShape><bpmndi:BPMNEdge id=\\\"Flow_032a6n3_di\\\" bpmnElement=\\\"Flow_032a6n3\\\"><di:waypoint x=\\\"250\\\" y=\\\"190\\\"/><di:waypoint x=\\\"300\\\" y=\\\"190\\\"/></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\\\"Flow_1vg5t3f_di\\\" bpmnElement=\\\"Flow_1vg5t3f\\\"><di:waypoint x=\\\"400\\\" y=\\\"190\\\"/><di:waypoint x=\\\"460\\\" y=\\\"190\\\"/></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\\\"Flow_18pnv9d_di\\\" bpmnElement=\\\"Flow_18pnv9d\\\"><di:waypoint x=\\\"560\\\" y=\\\"190\\\"/><di:waypoint x=\\\"610\\\" y=\\\"190\\\"/></bpmndi:BPMNEdge></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></bpmn:definitions>\",\n        \"created_at\": \"2024-02-06T09:30:19.000000Z\",\n        \"updated_at\": \"2024-02-06T09:31:16.000000Z\",\n        \"meta\": {\n            \"id\": \"9b451f58-db09-4f69-bb55-8c420056ea34\",\n            \"type\": \"process.map\"\n        }\n    },\n    \"roles\": [\n        {\n            \"id\": \"9b456763-c658-4341-8757-3cda35b926d9\",\n            \"name\": \"Role\",\n            \"functions\": [\n                {\n                    \"id\": \"department\",\n                    \"name\": \"Gebruikersgroep\"\n                }\n            ],\n            \"is_editable\": true,\n            \"is_deletable\": true,\n            \"is_pinned\": false,\n            \"sort_order\": 5,\n            \"is_draggable\": true,\n            \"group\": null\n        },\n        {\n            \"id\": \"9b53a1ad-8d6e-4a1f-83ff-7f8031145de8\",\n            \"name\": \"Backenders\",\n            \"functions\": [\n                {\n                    \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                    \"name\": \"Persoon\"\n                }\n            ],\n            \"is_editable\": true,\n            \"is_deletable\": true,\n            \"is_pinned\": false,\n            \"sort_order\": 1,\n            \"is_draggable\": true,\n            \"group\": {\n                \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n                \"name\": \"Developers\",\n                \"description\": null,\n                \"type\": \"party\",\n                \"is_pinned\": false,\n                \"is_custom_list\": false,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 1,\n                \"created_at\": \"2024-02-13 15:34:37\",\n                \"meta\": {\n                    \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n                    \"type\": \"process.template.group\"\n                }\n            }\n        },\n        {\n            \"id\": \"9b53a1cd-4f49-42b6-a942-b928a1d63d53\",\n            \"name\": \"Company\",\n            \"functions\": [\n                {\n                    \"id\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n                    \"name\": \"Bedrijf\"\n                },\n                {\n                    \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                    \"name\": \"Persoon\"\n                }\n            ],\n            \"is_editable\": true,\n            \"is_deletable\": true,\n            \"is_pinned\": false,\n            \"sort_order\": 1,\n            \"is_draggable\": true,\n            \"group\": {\n                \"id\": \"9b53a1bd-9742-48e5-9119-8d3fcb752974\",\n                \"name\": \"Top DOG\",\n                \"description\": null,\n                \"type\": \"party\",\n                \"is_pinned\": false,\n                \"is_custom_list\": false,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 3,\n                \"created_at\": \"2024-02-13 15:36:21\",\n                \"meta\": {\n                    \"id\": \"9b53a1bd-9742-48e5-9119-8d3fcb752974\",\n                    \"type\": \"process.template.group\"\n                }\n            }\n        }\n    ],\n    \"groups\": [\n        {\n            \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n            \"name\": \"Rivm\",\n            \"description\": null,\n            \"type\": \"media\",\n            \"is_pinned\": false,\n            \"is_custom_list\": false,\n            \"is_custom_list_appendable\": false,\n            \"is_bag_object\": false,\n            \"sort_order\": 1,\n            \"created_at\": \"2024-02-06 10:49:01\",\n            \"meta\": {\n                \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n                \"type\": \"process.template.group\"\n            }\n        },\n        {\n            \"id\": \"9b476480-faea-43bd-a613-9a77115b070a\",\n            \"name\": \"Datalijst\",\n            \"description\": null,\n            \"type\": \"object\",\n            \"is_pinned\": false,\n            \"is_custom_list\": true,\n            \"is_custom_list_appendable\": false,\n            \"is_bag_object\": false,\n            \"sort_order\": 1,\n            \"created_at\": \"2024-02-07 13:35:11\",\n            \"meta\": {\n                \"id\": \"9b476480-faea-43bd-a613-9a77115b070a\",\n                \"type\": \"process.template.group\"\n            }\n        },\n        {\n            \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n            \"name\": \"Developers\",\n            \"description\": null,\n            \"type\": \"party\",\n            \"is_pinned\": false,\n            \"is_custom_list\": false,\n            \"is_custom_list_appendable\": false,\n            \"is_bag_object\": false,\n            \"sort_order\": 1,\n            \"created_at\": \"2024-02-13 15:34:37\",\n            \"meta\": {\n                \"id\": \"9b53a11f-92a9-4cc8-b248-d1a5e4be8ba9\",\n                \"type\": \"process.template.group\"\n            }\n        },\n        {\n            \"id\": \"9b53a236-51fb-48c1-b04c-c32874d18665\",\n            \"name\": \"Metadata\",\n            \"description\": null,\n            \"type\": \"field\",\n            \"is_pinned\": false,\n            \"is_custom_list\": false,\n            \"is_custom_list_appendable\": false,\n            \"is_bag_object\": false,\n            \"sort_order\": 1,\n            \"created_at\": \"2024-02-13 15:37:40\",\n            \"meta\": {\n                \"id\": \"9b53a236-51fb-48c1-b04c-c32874d18665\",\n                \"type\": \"process.template.group\"\n            }\n        },\n        {\n            \"id\": \"9b53a1bd-9742-48e5-9119-8d3fcb752974\",\n            \"name\": \"Top DOG\",\n            \"description\": null,\n            \"type\": \"party\",\n            \"is_pinned\": false,\n            \"is_custom_list\": false,\n            \"is_custom_list_appendable\": false,\n            \"is_bag_object\": false,\n            \"sort_order\": 3,\n            \"created_at\": \"2024-02-13 15:36:21\",\n            \"meta\": {\n                \"id\": \"9b53a1bd-9742-48e5-9119-8d3fcb752974\",\n                \"type\": \"process.template.group\"\n            }\n        }\n    ],\n    \"group_items\": [\n        {\n            \"id\": \"9b476496-001e-43d5-86cb-a026ee8b0827\",\n            \"name\": \"Backender\",\n            \"is_pinned\": false,\n            \"is_required\": false,\n            \"is_party_restricted\": false,\n            \"is_draggable\": true,\n            \"is_atabase_forms\": false,\n            \"is_custom_list\": true,\n            \"is_bag_object\": false,\n            \"description\": null,\n            \"created_at\": \"2024-02-07T12:35:25.000000Z\",\n            \"group\": {\n                \"id\": \"9b476480-faea-43bd-a613-9a77115b070a\",\n                \"name\": \"Datalijst\",\n                \"description\": null,\n                \"type\": \"object\",\n                \"is_pinned\": false,\n                \"is_custom_list\": true,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 1,\n                \"created_at\": \"2024-02-07 13:35:11\",\n                \"meta\": {\n                    \"id\": \"9b476480-faea-43bd-a613-9a77115b070a\",\n                    \"type\": \"process.template.group\"\n                }\n            }\n        },\n        {\n            \"id\": \"9b659179-5e1d-41f8-81f1-0b523c2b0b01\",\n            \"name\": \"should use case/process policy\",\n            \"is_pinned\": false,\n            \"is_required\": false,\n            \"is_party_restricted\": false,\n            \"is_draggable\": true,\n            \"is_atabase_forms\": false,\n            \"is_custom_list\": false,\n            \"is_bag_object\": false,\n            \"description\": null,\n            \"created_at\": \"2024-02-22T12:35:46.000000Z\",\n            \"group\": {\n                \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n                \"name\": \"Rivm\",\n                \"description\": null,\n                \"type\": \"media\",\n                \"is_pinned\": false,\n                \"is_custom_list\": false,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 1,\n                \"created_at\": \"2024-02-06 10:49:01\",\n                \"meta\": {\n                    \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n                    \"type\": \"process.template.group\"\n                }\n            }\n        },\n        {\n            \"id\": \"9b65918a-5bb4-4cf0-982d-c18b81129ea8\",\n            \"name\": \"should use item policy\",\n            \"is_pinned\": false,\n            \"is_required\": false,\n            \"is_party_restricted\": false,\n            \"is_draggable\": true,\n            \"is_atabase_forms\": false,\n            \"is_custom_list\": false,\n            \"is_bag_object\": false,\n            \"description\": null,\n            \"created_at\": \"2024-02-22T12:35:57.000000Z\",\n            \"group\": {\n                \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n                \"name\": \"Rivm\",\n                \"description\": null,\n                \"type\": \"media\",\n                \"is_pinned\": false,\n                \"is_custom_list\": false,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 1,\n                \"created_at\": \"2024-02-06 10:49:01\",\n                \"meta\": {\n                    \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n                    \"type\": \"process.template.group\"\n                }\n            }\n        },\n        {\n            \"id\": \"9b6591a4-071a-4df7-9679-cd57b81ebd9b\",\n            \"name\": \"use from template or fallback\",\n            \"is_pinned\": false,\n            \"is_required\": false,\n            \"is_party_restricted\": false,\n            \"is_draggable\": true,\n            \"is_atabase_forms\": false,\n            \"is_custom_list\": false,\n            \"is_bag_object\": false,\n            \"description\": null,\n            \"created_at\": \"2024-02-22T12:36:14.000000Z\",\n            \"group\": {\n                \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n                \"name\": \"Rivm\",\n                \"description\": null,\n                \"type\": \"media\",\n                \"is_pinned\": false,\n                \"is_custom_list\": false,\n                \"is_custom_list_appendable\": false,\n                \"is_bag_object\": false,\n                \"sort_order\": 1,\n                \"created_at\": \"2024-02-06 10:49:01\",\n                \"meta\": {\n                    \"id\": \"9b452617-e4b6-40a6-8206-43fe8313c1da\",\n                    \"type\": \"process.template.group\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"332f0eba-ac30-42d7-a542-9db1bf07f64f"}],"id":"907dfd04-f8ce-4baa-81f3-4c5cfd9beeed","_postman_id":"907dfd04-f8ce-4baa-81f3-4c5cfd9beeed","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Roles","item":[{"name":"List Roles","id":"38321252-21f3-4f64-b496-fa537478f9f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/roles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","roles"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"38321252-21f3-4f64-b496-fa537478f9f5"},{"name":"Read Role","id":"182aa079-d1e5-b34a-4735-f1c7076dbff4","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/roles/{{process_role_id}}","description":"<p>Returns a single process role by its UUID. Public alias of /v1/processes/roles/{role}.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","roles","{{process_role_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include parties</p>\n","type":"text/plain"},"key":"with[]","value":"parties"},{"disabled":true,"description":{"content":"<p>Include group</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Include departments</p>\n","type":"text/plain"},"key":"with[]","value":"departments"},{"disabled":true,"description":{"content":"<p>Include process</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include permissions</p>\n","type":"text/plain"},"key":"with[]","value":"permissions"},{"disabled":true,"description":{"content":"<p>Include requirements</p>\n","type":"text/plain"},"key":"with[]","value":"requirements"}],"variable":[]}},"response":[],"_postman_id":"182aa079-d1e5-b34a-4735-f1c7076dbff4"}],"id":"a1bdbb26-f890-4dde-aeb2-4f6ffa62a6be","_postman_id":"a1bdbb26-f890-4dde-aeb2-4f6ffa62a6be","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Parties","item":[{"name":"List Parties","id":"624e87c0-247a-44fb-b5be-f44cf2bfb4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/parties","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","parties"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Party UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Party UUID</p>\n","type":"text/plain"},"key":"filters[id][]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matters][]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entities][]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Group UUID</p>\n","type":"text/plain"},"key":"filters[group]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Group UUID</p>\n","type":"text/plain"},"key":"filters[groups][]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Role UUID</p>\n","type":"text/plain"},"key":"filters[role]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Role UUID</p>\n","type":"text/plain"},"key":"filters[roles][]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>company, person, user, departmnet, entity_group</p>\n","type":"text/plain"},"key":"filters[type]","value":"company"},{"disabled":true,"description":{"content":"<p>company, person, user, departmnet, entity_group</p>\n","type":"text/plain"},"key":"filters[types][]","value":"company"},{"disabled":true,"description":{"content":"<p>Search by name</p>\n","type":"text/plain"},"key":"filters[search]","value":"John Doe"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[hasEmail]","value":"true"},{"disabled":true,"description":{"content":"<p>Sort by UUID</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include department</p>\n","type":"text/plain"},"key":"with[]","value":"department"},{"disabled":true,"description":{"content":"<p>Include entity type</p>\n","type":"text/plain"},"key":"with[]","value":"entity_type"},{"disabled":true,"description":{"content":"<p>Include fields</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include address</p>\n","type":"text/plain"},"key":"with[]","value":"address"},{"disabled":true,"description":{"content":"<p>Include role (included by default)</p>\n","type":"text/plain"},"key":"with[]","value":"role"}],"variable":[]}},"response":[],"_postman_id":"624e87c0-247a-44fb-b5be-f44cf2bfb4a2"},{"name":"Read Party","id":"c5412faa-e75a-4496-958f-8266e5c9e09c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/parties/{{party_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","parties","{{party_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include department</p>\n","type":"text/plain"},"key":"with[]","value":"department"},{"disabled":true,"description":{"content":"<p>Include entity type</p>\n","type":"text/plain"},"key":"with[]","value":"entity_type"},{"disabled":true,"description":{"content":"<p>Include fields</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include address</p>\n","type":"text/plain"},"key":"with[]","value":"address"},{"disabled":true,"description":{"content":"<p>Include role (included by default)</p>\n","type":"text/plain"},"key":"with[]","value":"role"}],"variable":[]}},"response":[],"_postman_id":"c5412faa-e75a-4496-958f-8266e5c9e09c"},{"name":"Create Party","id":"e3c48188-8570-4f48-b7e1-f3502acc1eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"role[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Role UUID</p>\n","type":"text"},{"key":"matter[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Matter UUID</p>\n","type":"text"},{"key":"user[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>User UUID</p>\n","type":"text"},{"key":"department[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Department UUID</p>\n","type":"text"},{"key":"external","value":"","description":"<p>Text</p>\n","type":"text"},{"key":"name","value":"John Doe","description":"<p>Text</p>\n","type":"text"},{"key":"email","value":"john.doe@example.com","description":"<p>Text</p>\n","type":"text"},{"key":"phone","value":"0612345678","description":"<p>Text</p>\n","type":"text"},{"key":"entity[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Entity UUID</p>\n","type":"text"},{"key":"entity[type][id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Entity type UUID</p>\n","type":"text"},{"key":"entity[name]","value":"John Doe","description":"<p>Text</p>\n","type":"text"},{"key":"entity[email]","value":"john.doe@example.com","description":"<p>Email</p>\n","type":"text"},{"key":"entity[phone]","value":"0612345678","description":"<p>Text</p>\n","type":"text"},{"key":"entity[fields][id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Field UUID</p>\n","type":"text"},{"key":"entity[fields][value]","value":"Lorem ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"entity[address][post_code]","value":"1101 BE","description":"<p>Text</p>\n","type":"text"},{"key":"entity[address][number]","value":"56R","description":"<p>Text</p>\n","type":"text"},{"key":"entity[address][street]","value":"Hoogoorddreef","description":"<p>Text</p>\n","type":"text"},{"key":"entity[address][city]","value":"Amsterdam","description":"<p>Text</p>\n","type":"text"},{"key":"values[name]","value":"Name","description":"<p>Text</p>\n","type":"text"},{"key":"values[value]","value":"John Doe","description":"<p>Text</p>\n","type":"text"},{"key":"fields[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f","description":"<p>Field UUID</p>\n","type":"text"},{"key":"fields[value]","value":"Lorem Ipsum","description":"<p>Text</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/parties","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","parties"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3c48188-8570-4f48-b7e1-f3502acc1eb8"},{"name":"Delete Party","id":"5ee1fc87-9bf8-4ad5-83e7-0046b9b9c19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/entities/{{party_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entities","{{party_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ee1fc87-9bf8-4ad5-83e7-0046b9b9c19d"}],"id":"6a8716e1-f4c9-4802-99e7-3815e4520f13","_postman_id":"6a8716e1-f4c9-4802-99e7-3815e4520f13","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Audits","item":[{"name":"List Audits","id":"8adc35a7-332e-41e3-a991-2a13fa15e682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/audits","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Audit ID</p>\n","type":"text/plain"},"key":"filters[id]","value":"1"},{"disabled":true,"description":{"content":"<p>Audit ID</p>\n","type":"text/plain"},"key":"filters[ids][]","value":"1"},{"disabled":true,"description":{"content":"<p>auditable model</p>\n","type":"text/plain"},"key":"filters[model_type]","value":"matter"},{"disabled":true,"description":{"content":"<p>created, deleted, updated, retrieved</p>\n","type":"text/plain"},"key":"filters[event]","value":"created"},{"disabled":true,"description":{"content":"<p>created, deleted, updated, retrieved</p>\n","type":"text/plain"},"key":"filters[events][]","value":"created"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_console]","value":"true"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[users][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matters][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Role slug</p>\n","type":"text/plain"},"key":"filters[role]","value":"admin"},{"disabled":true,"description":{"content":"<p>Role slug</p>\n","type":"text/plain"},"key":"filters[roles][]","value":"admin"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD HH:MM</p>\n","type":"text/plain"},"key":"filters[created_before]","value":"2024-02-28 00:00"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD HH:MM</p>\n","type":"text/plain"},"key":"filters[created_after]","value":"2024-02-28 00:00"},{"disabled":true,"description":{"content":"<p>Project UUID</p>\n","type":"text/plain"},"key":"filters[project]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Project UUID</p>\n","type":"text/plain"},"key":"filters[projects][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created"},{"disabled":true,"description":{"content":"<p>Include values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include model</p>\n","type":"text/plain"},"key":"with[]","value":"model"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"}],"variable":[]}},"response":[],"_postman_id":"8adc35a7-332e-41e3-a991-2a13fa15e682"},{"name":"Read Audit","id":"af744e9a-c16b-49ba-8d4d-190782587a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/audits/{{audit_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits","{{audit_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include model</p>\n","type":"text/plain"},"key":"with[]","value":"model"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"}],"variable":[]}},"response":[],"_postman_id":"af744e9a-c16b-49ba-8d4d-190782587a36"}],"id":"7b2566ba-8456-45cb-acaf-a214121c7244","_postman_id":"7b2566ba-8456-45cb-acaf-a214121c7244","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Projects","item":[{"name":"List Projects","id":"4a9aa22d-3abe-41cd-b866-ca63c23f4240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/projects","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","projects"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Project UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Project UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Search by project name</p>\n","type":"text/plain"},"key":"filters[search]","value":"My project"},{"disabled":true,"description":{"content":"<p>Process UUID</p>\n","type":"text/plain"},"key":"filters[process]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Process UUID's</p>\n","type":"text/plain"},"key":"filters[processes]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Arrray of User UUID's</p>\n","type":"text/plain"},"key":"filters[users]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Matter UUID's</p>\n","type":"text/plain"},"key":"filters[matters]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD HH:MM</p>\n","type":"text/plain"},"key":"filters[period][starts_at]","value":"2024-02-28 00:00"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD HH:MM</p>\n","type":"text/plain"},"key":"filters[period][ends_at]","value":"2024-02-28 00:00"},{"disabled":true,"description":{"content":"<p>Sort by default (UUID)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by start date</p>\n","type":"text/plain"},"key":"sort","value":"starts_at"},{"disabled":true,"description":{"content":"<p>Sort by end date</p>\n","type":"text/plain"},"key":"sort","value":"ends_at"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include process</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include matters</p>\n","type":"text/plain"},"key":"with[]","value":"matters"}],"variable":[]}},"response":[],"_postman_id":"4a9aa22d-3abe-41cd-b866-ca63c23f4240"},{"name":"Read Project","id":"a4e51540-81b0-4363-a1e6-4cb5903d6003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/projects/{{project_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","projects","{{project_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include process</p>\n","type":"text/plain"},"key":"with[]","value":"process"},{"disabled":true,"description":{"content":"<p>Include matters</p>\n","type":"text/plain"},"key":"with[]","value":"matters"}],"variable":[]}},"response":[],"_postman_id":"a4e51540-81b0-4363-a1e6-4cb5903d6003"},{"name":"Delete Project","id":"1f432b71-f707-4fe7-a494-32de506899e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/projects/{{project_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","projects","{{project_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f432b71-f707-4fe7-a494-32de506899e2"},{"name":"Create Project","id":"1714463d-25b8-4131-a91d-12c4a3382dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"My project","description":"<p>Text (required)</p>\n","type":"text"},{"key":"starts_at","value":"2024-2-27 00:00","description":"<p>Y-m-d H:i:s (required)</p>\n","type":"text"},{"key":"ends_at","value":"2024-2-27 00:00","description":"<p>Y-m-d H:i:s (required)</p>\n","type":"text"},{"key":"process[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Process UUID (required)</p>\n","type":"text"},{"key":"user[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>User UUID</p>\n","type":"text"},{"key":"matters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Matter UUID</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/projects","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","projects"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1714463d-25b8-4131-a91d-12c4a3382dd6"},{"name":"Update Project","id":"2731be36-41a4-4820-a7d1-37b6e95b6af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"My project","description":"<p>Text</p>\n","type":"text"},{"key":"starts_at","value":"2024-2-27 00:00","description":"<p>Y-m-d H:i:s </p>\n","type":"text"},{"key":"ends_at","value":"2024-2-27 00:00","description":"<p>Y-m-d H:i:s </p>\n","type":"text"},{"key":"process[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Process UUID </p>\n","type":"text"},{"key":"user[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>User UUID</p>\n","type":"text"},{"key":"matters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Matter UUID</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/projects/{{project_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","projects","{{project_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"2731be36-41a4-4820-a7d1-37b6e95b6af2"}],"id":"73875841-2930-4816-a576-b3d01c4e1c63","_postman_id":"73875841-2930-4816-a576-b3d01c4e1c63","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Records","item":[{"name":"Policies","item":[{"name":"List Policies","id":"6e09e5f7-3a81-4eaa-7e95-df35e9a514f1","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/records/policies","description":"<p>Returns a paginated list of record retention policies (selectielijsten).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","records","policies"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Search term</p>\n","type":"text/plain"},"key":"filters[search]","value":"vernietigen"},{"disabled":true,"description":{"content":"<p>Period type</p>\n","type":"text/plain"},"key":"filters[period_type]","value":"year"},{"disabled":true,"description":{"content":"<p>Array of period types</p>\n","type":"text/plain"},"key":"filters[period_types]","value":"[year, month]"},{"disabled":true,"description":{"content":"<p>Action</p>\n","type":"text/plain"},"key":"filters[action]","value":"destroy"},{"disabled":true,"description":{"content":"<p>Array of actions</p>\n","type":"text/plain"},"key":"filters[actions]","value":"[destroy, transfer]"},{"disabled":true,"description":{"content":"<p>Trigger</p>\n","type":"text/plain"},"key":"filters[trigger]","value":"matter_close"},{"disabled":true,"description":{"content":"<p>Array of triggers</p>\n","type":"text/plain"},"key":"filters[triggers]","value":"[matter_close]"},{"disabled":true,"description":{"content":"<p>Processed value</p>\n","type":"text/plain"},"key":"filters[processed]","value":"manual"},{"disabled":true,"description":{"content":"<p>Array of processed values</p>\n","type":"text/plain"},"key":"filters[processeds]","value":"[manual, automatic]"},{"disabled":true,"description":{"content":"<p>Default sort (name asc)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by reference</p>\n","type":"text/plain"},"key":"sort","value":"reference"},{"disabled":true,"description":{"content":"<p>Include reviewer_two_department</p>\n","type":"text/plain"},"key":"with[]","value":"reviewer_two_department"},{"disabled":true,"description":{"content":"<p>Include reviewer_three_department</p>\n","type":"text/plain"},"key":"with[]","value":"reviewer_three_department"}],"variable":[]}},"response":[],"_postman_id":"6e09e5f7-3a81-4eaa-7e95-df35e9a514f1"},{"name":"Read Policy","id":"f3bf93c6-57c5-b571-b0e8-c6f4a33c6ebd","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/records/policies/{{policy_id}}","description":"<p>Returns a single record retention policy by its UUID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","records","policies","{{policy_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include reviewer_two_department</p>\n","type":"text/plain"},"key":"with[]","value":"reviewer_two_department"},{"disabled":true,"description":{"content":"<p>Include reviewer_three_department</p>\n","type":"text/plain"},"key":"with[]","value":"reviewer_three_department"}],"variable":[]}},"response":[],"_postman_id":"f3bf93c6-57c5-b571-b0e8-c6f4a33c6ebd"}],"id":"fd833965-ed1a-9af5-101c-5620750faa33","_postman_id":"fd833965-ed1a-9af5-101c-5620750faa33","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Records","id":"0cacec24-7868-4e23-8440-c7f800960310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/records","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","records"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Record UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Record UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Tag UUID</p>\n","type":"text/plain"},"key":"filters[tag]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Tag UUID's</p>\n","type":"text/plain"},"key":"filters[tags]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_deleted]","value":"true"},{"disabled":true,"description":{"content":"<p>Policy UUID</p>\n","type":"text/plain"},"key":"filters[retention_policy]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Policy UUID's</p>\n","type":"text/plain"},"key":"filters[retention_policies]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Policy UUID</p>\n","type":"text/plain"},"key":"filters[extension_policy]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Policy UUID's</p>\n","type":"text/plain"},"key":"filters[extension_policies]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_deleted]","value":"true"},{"disabled":true,"description":{"content":"<p>Y-m-d H:i:s</p>\n","type":"text/plain"},"key":"filters[expires_at]","value":"2024-02-28 00:00:00"},{"disabled":true,"description":{"content":"<p>Sort by default (UUID)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include retention policy</p>\n","type":"text/plain"},"key":"with[]","value":"retention_policy"},{"disabled":true,"description":{"content":"<p>Include extension policy</p>\n","type":"text/plain"},"key":"with[]","value":"extension_policy"},{"disabled":true,"description":{"content":"<p>Include policyable state</p>\n","type":"text/plain"},"key":"with[]","value":"policyable_state"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include file</p>\n","type":"text/plain"},"key":"with[]","value":"file"},{"disabled":true,"description":{"content":"<p>Include email</p>\n","type":"text/plain"},"key":"with[]","value":"email"}],"variable":[]}},"response":[],"_postman_id":"0cacec24-7868-4e23-8440-c7f800960310"},{"name":"Read Record","id":"f2e15172-b0b7-4a6d-84c4-5625b64470bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/records/{{record_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","records","{{record_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include retention policy</p>\n","type":"text/plain"},"key":"with[]","value":"retention_policy"},{"disabled":true,"description":{"content":"<p>Include extension policy</p>\n","type":"text/plain"},"key":"with[]","value":"extension_policy"},{"disabled":true,"description":{"content":"<p>Include policyable state</p>\n","type":"text/plain"},"key":"with[]","value":"policyable_state"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include file</p>\n","type":"text/plain"},"key":"with[]","value":"file"},{"disabled":true,"description":{"content":"<p>Include email</p>\n","type":"text/plain"},"key":"with[]","value":"email"}],"variable":[]}},"response":[],"_postman_id":"f2e15172-b0b7-4a6d-84c4-5625b64470bd"},{"name":"Delete Record","id":"72308836-f58a-4eed-ad4a-b3131fb2cf5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/records/{{record_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","records","{{record_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"72308836-f58a-4eed-ad4a-b3131fb2cf5e"},{"name":"Create Record","id":"906aeb55-946b-45e9-b745-b990e360de3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"My record","description":"<p>Text</p>\n","type":"text"},{"key":"retention_policy[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Policy UUID</p>\n","type":"text"},{"key":"extension_policy[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Policy UUID</p>\n","type":"text"},{"key":"tags[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Tag UUID</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/records","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","records"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"906aeb55-946b-45e9-b745-b990e360de3d"}],"id":"d0bf4158-90f5-43bf-abdc-5c1ed91e872c","_postman_id":"d0bf4158-90f5-43bf-abdc-5c1ed91e872c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Knowledge","item":[{"name":"Folder","item":[{"name":"List Folders","id":"cc10a484-3451-4f25-a3c7-c7f3f8773187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/folders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","folders"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Folder UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of Folder UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Search by folder title</p>\n","type":"text/plain"},"key":"filters[search]","value":"My folder"},{"disabled":true,"description":{"content":"<p>library, changelist, article</p>\n","type":"text/plain"},"key":"filters[type]","value":"library"},{"disabled":true,"description":{"content":"<p>Parent folder UUID</p>\n","type":"text/plain"},"key":"filters[parent]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of parent folder UUID's</p>\n","type":"text/plain"},"key":"filters[parents]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Sort by default (sort_order)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by sort_order</p>\n","type":"text/plain"},"key":"sort","value":"sort_order"},{"disabled":true,"description":{"content":"<p>Sort by title</p>\n","type":"text/plain"},"key":"sort","value":"title"},{"disabled":true,"description":{"content":"<p>Include parent</p>\n","type":"text/plain"},"key":"with[]","value":"parent"},{"disabled":true,"description":{"content":"<p>Include folders</p>\n","type":"text/plain"},"key":"with[]","value":"folders"},{"disabled":true,"description":{"content":"<p>Include articles</p>\n","type":"text/plain"},"key":"with[]","value":"articles"},{"disabled":true,"description":{"content":"<p>Include child folders</p>\n","type":"text/plain"},"key":"with[]","value":"children"}],"variable":[]}},"response":[],"_postman_id":"cc10a484-3451-4f25-a3c7-c7f3f8773187"},{"name":"Read Folder","id":"5dd7e3a3-7544-4dca-a062-0d8270718fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/folders/{{folder_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","folders","{{folder_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include parent</p>\n","type":"text/plain"},"key":"with[]","value":"parent"},{"disabled":true,"description":{"content":"<p>Include folders</p>\n","type":"text/plain"},"key":"with[]","value":"folders"},{"disabled":true,"description":{"content":"<p>Include articles</p>\n","type":"text/plain"},"key":"with[]","value":"articles"},{"disabled":true,"description":{"content":"<p>Include child folders</p>\n","type":"text/plain"},"key":"with[]","value":"children"}],"variable":[]}},"response":[],"_postman_id":"5dd7e3a3-7544-4dca-a062-0d8270718fbc"},{"name":"Delete Folder","id":"bd0afe42-fa8a-4832-a0a7-ee56b33b094d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/folders/{{folder_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","folders","{{folder_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd0afe42-fa8a-4832-a0a7-ee56b33b094d"},{"name":"Create Folder","id":"f48efcfd-a9eb-4cb8-abcc-09b28bb02ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"My folder","description":"<p>Text (required)</p>\n","type":"text"},{"key":"type","value":"article","description":"<p>article, library, changelist (required)</p>\n","type":"text"},{"key":"parents[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Parent folder UUID</p>\n","type":"text"},{"key":"sort_order","value":"1","description":"<p>Number</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/folders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","folders"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f48efcfd-a9eb-4cb8-abcc-09b28bb02ca8"},{"name":"Update Folder","id":"4d23dcc4-82d9-49df-9078-4404f2f517bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"My folder","description":"<p>Text</p>\n","type":"text"},{"key":"type","value":"article","description":"<p>article, library, changelist </p>\n","type":"text"},{"key":"parents[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Parent folder UUID</p>\n","type":"text"},{"key":"sort_order","value":"1","description":"<p>Number</p>\n","type":"text"},{"key":"sorting[position]","value":"first","description":"<p>first, last, after</p>\n","type":"text"},{"key":"sorting[rel_id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Folder or article UUID</p>\n","type":"text"},{"key":"sorting[rel_model]","value":"folder","description":"<p>folder or article</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/folders/{{folder_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","folders","{{folder_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d23dcc4-82d9-49df-9078-4404f2f517bb"}],"id":"e95ac630-235c-4b97-93ce-8d1cb4a4f776","_postman_id":"e95ac630-235c-4b97-93ce-8d1cb4a4f776","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Article","item":[{"name":"List Articles","id":"c9c0eb7f-02aa-40a2-8dc1-515f7cb0e137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/articles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","articles"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Article UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9"},{"disabled":true,"description":{"content":"<p>Array of article UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9, 9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f8]"},{"disabled":true,"description":{"content":"<p>Search by article title</p>\n","type":"text/plain"},"key":"filters[search]","value":"My article"},{"disabled":true,"description":{"content":"<p>draft, released</p>\n","type":"text/plain"},"key":"filters[status]","value":"draft"},{"disabled":true,"description":{"content":"<p>draft, released</p>\n","type":"text/plain"},"key":"filters[statuses]","value":"[draft, released]"},{"disabled":true,"description":{"content":"<p>Sort by default (sort_order)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by title</p>\n","type":"text/plain"},"key":"sort","value":"title"},{"disabled":true,"description":{"content":"<p>Sort by sort_order</p>\n","type":"text/plain"},"key":"sort","value":"sort_order"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by release date</p>\n","type":"text/plain"},"key":"sort","value":"released_at"},{"disabled":true,"description":{"content":"<p>Include folder</p>\n","type":"text/plain"},"key":"with[]","value":"folder"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"with[]","value":"media"}],"variable":[]}},"response":[],"_postman_id":"c9c0eb7f-02aa-40a2-8dc1-515f7cb0e137"},{"name":"Read Article","id":"8094abaf-c8d0-433a-ada8-9cacb0d16296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/articles/{{article_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","articles","{{article_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include folder</p>\n","type":"text/plain"},"key":"with[]","value":"folder"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"with[]","value":"media"}],"variable":[]}},"response":[],"_postman_id":"8094abaf-c8d0-433a-ada8-9cacb0d16296"},{"name":"Delete Article","id":"02f65316-a98c-4ff9-95ef-81c4aafd1612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/articles/{{article_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","articles","{{article_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"02f65316-a98c-4ff9-95ef-81c4aafd1612"},{"name":"Create Article","id":"b6233e54-5294-4c3f-b855-42bdf84b087e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"folder[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Folder UUID (required)</p>\n","type":"text"},{"key":"title","value":"My article","description":"<p>Text (required)</p>\n","type":"text"},{"key":"status","value":"draft","description":"<p>draft, released</p>\n","type":"text"},{"key":"description","value":"Lorem Ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"released_at","value":"2024-02-27 00:00:00","description":"<p>Y-m-d H:i:s</p>\n","type":"text"},{"key":"sort_order","value":"1","description":"<p>Number</p>\n","type":"text"},{"key":"user[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>User UUID</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/articles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","articles"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6233e54-5294-4c3f-b855-42bdf84b087e"},{"name":"Update Article","id":"6ca5893a-3129-492c-a89a-b533cf5b8783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"folder[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Folder UUID </p>\n","type":"text"},{"key":"title","value":"My article","description":"<p>Text</p>\n","type":"text"},{"key":"status","value":"released","description":"<p>draft, released</p>\n","type":"text"},{"key":"description","value":"Lorem Ipsum","description":"<p>Text</p>\n","type":"text"},{"key":"released_at","value":"2024-02-27 00:00:00","description":"<p>Y-m-d H:i:s</p>\n","type":"text"},{"key":"sort_order","value":"1","description":"<p>Number</p>\n","type":"text"},{"key":"user[id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>User UUID</p>\n","type":"text"},{"key":"sorting[position]","value":"first","description":"<p>first, last, after</p>\n","type":"text"},{"key":"sorting[rel_id]","value":"9b46f9e4-3b4f-4c1b-b29a-6da6c967d2f9","description":"<p>Folder or article UUID</p>\n","type":"text"},{"key":"sorting[rel_model]","value":"article","description":"<p>folder, article</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/knowledge/articles/{{article_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","knowledge","articles","{{article_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ca5893a-3129-492c-a89a-b533cf5b8783"}],"id":"5b0bda80-6961-4de0-aa73-d20ad7976358","_postman_id":"5b0bda80-6961-4de0-aa73-d20ad7976358","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"94c2b305-2eea-44b4-80b6-92c3a93393ae","_postman_id":"94c2b305-2eea-44b4-80b6-92c3a93393ae","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Events","item":[{"name":"List Events","id":"9c88d79f-6551-46d2-922a-15a90bd162ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/events","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","events"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Filter by event UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"99830bce-fb43-4b7d-bb97-951b8afce865"},{"disabled":true,"description":{"content":"<p>Filter by multiple event UUID's</p>\n","type":"text/plain"},"key":"filters[ids][]","value":"99830bce-fb43-4b7d-bb97-951b8afce865"},{"disabled":true,"description":{"content":"<p>Filter by start period</p>\n","type":"text/plain"},"key":"filters[period][starts_at]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>Filter by end period</p>\n","type":"text/plain"},"key":"filters[period][ends_at]","value":"2024-02-29"},{"disabled":true,"description":{"content":"<p>Filter by type, can be appointment, availability or holiday</p>\n","type":"text/plain"},"key":"filters[type]","value":"appointment"},{"disabled":true,"description":{"content":"<p>Filter by multiple types, can be appointment, availability or holiday</p>\n","type":"text/plain"},"key":"filters[types][]","value":"appointment"},{"disabled":true,"description":{"content":"<p>Filter by matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"9b46ffb2-fbb7-4bf1-8927-a70f109a620d"},{"disabled":true,"description":{"content":"<p>Filter by multiple matter UUID's</p>\n","type":"text/plain"},"key":"filters[matters][]","value":"9b46ffb2-fbb7-4bf1-8927-a70f109a620d"},{"disabled":true,"description":{"content":"<p>Filter by status, can be draft, planned, canceled or completed</p>\n","type":"text/plain"},"key":"filters[status]","value":"draft"},{"disabled":true,"description":{"content":"<p>Filter by multiple statuses, can be draft, planned, canceled or completed</p>\n","type":"text/plain"},"key":"filters[statuses][]","value":"draft"},{"disabled":true,"description":{"content":"<p>Filter by user UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by multiple user UUID's</p>\n","type":"text/plain"},"key":"filters[users][]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by multiple entity UUID's</p>\n","type":"text/plain"},"key":"filters[entities][]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Sort by default (starts_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by status</p>\n","type":"text/plain"},"key":"sort","value":"status"},{"disabled":true,"description":{"content":"<p>Sort by start date</p>\n","type":"text/plain"},"key":"sort","value":"starts_at"},{"disabled":true,"description":{"content":"<p>Sort by event creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by event update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include users</p>\n","type":"text/plain"},"key":"with[]","value":"users"},{"disabled":true,"description":{"content":"<p>Include user that created the event</p>\n","type":"text/plain"},"key":"with[]","value":"created_by_user"},{"disabled":true,"description":{"content":"<p>Include event group</p>\n","type":"text/plain"},"key":"with[]","value":"event_group"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"}],"variable":[]}},"response":[],"_postman_id":"9c88d79f-6551-46d2-922a-15a90bd162ea"},{"name":"Read Event","id":"7e8ea565-6aa0-4bfb-9c42-e346f864fd5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/events/{{event_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","events","{{event_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include users</p>\n","type":"text/plain"},"key":"with[]","value":"users"},{"disabled":true,"description":{"content":"<p>Include user that created the event</p>\n","type":"text/plain"},"key":"with[]","value":"created_by_user"},{"disabled":true,"description":{"content":"<p>Include event group</p>\n","type":"text/plain"},"key":"with[]","value":"event_group"},{"disabled":true,"description":{"content":"<p>Include matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"}],"variable":[]}},"response":[],"_postman_id":"7e8ea565-6aa0-4bfb-9c42-e346f864fd5f"},{"name":"Create Event","id":"1300a3f7-c196-45a5-b595-3d67dff1f35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"user[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>User UUID. (Required if users array is not present)</p>\n","type":"text"},{"key":"type","value":"appointment","description":"<p>Text, can be appointment, availability or holiday (Required)</p>\n","type":"text"},{"key":"status","value":"draft","description":"<p>Text, can be draft, planned, canceled or completed</p>\n","type":"text"},{"key":"description","value":"My description","description":"<p>Text</p>\n","type":"text"},{"key":"name","value":"My event","description":"<p>Text</p>\n","type":"text"},{"key":"starts_at","value":"2024-02-28 00:00:00","description":"<p>Date with format: Y-m-d H:i:s. (Required)</p>\n","type":"text"},{"key":"ends_at","value":"2024-02-29 00:00:00","description":"<p>Date with format: Y-m-d H:i:s. (Required)</p>\n","type":"text"},{"key":"users[0][id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Array of user ids. (Required if single user id is not present)</p>\n","type":"text"},{"key":"contact_moment[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Moment UUID</p>\n","type":"text"},{"key":"matter[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Matter UUID</p>\n","type":"text"},{"key":"entity[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Entity UUID</p>\n","type":"text"},{"key":"notify","value":"true","description":"<p>true, false</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/events","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","events"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1300a3f7-c196-45a5-b595-3d67dff1f35f"},{"name":"Delete Event","id":"052a0ecc-c273-411b-926c-d2fce09a1573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/events/{{event_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","events","{{event_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"052a0ecc-c273-411b-926c-d2fce09a1573"},{"name":"Update Event","id":"cd6d88e1-be95-4002-acbf-a08dd45a061d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"user[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>User UUID</p>\n","type":"text"},{"key":"type","value":"appointment","description":"<p>Text, can be appointment, availability or holiday </p>\n","type":"text"},{"key":"status","value":"draft","description":"<p>Text, can be draft, planned, canceled or completed</p>\n","type":"text"},{"key":"description","value":"My description","description":"<p>Text</p>\n","type":"text"},{"key":"name","value":"My event","description":"<p>Text</p>\n","type":"text"},{"key":"starts_at","value":"2024-02-28 00:00:00","description":"<p>Date with format: Y-m-d H:i:s. </p>\n","type":"text"},{"key":"ends_at","value":"2024-02-29 00:00:00","description":"<p>Date with format: Y-m-d H:i:s. </p>\n","type":"text"},{"key":"users[0][id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Array of user ids. </p>\n","type":"text"},{"key":"contact_moment[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Moment UUID</p>\n","type":"text"},{"key":"matter[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Matter UUID</p>\n","type":"text"},{"key":"entity[id]","value":"00000000-0000-0000-0000-000000000000","description":"<p>Entity UUID</p>\n","type":"text"},{"key":"notify","value":"true","description":"<p>true, false</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/events/{{event_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","events","{{event_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd6d88e1-be95-4002-acbf-a08dd45a061d"}],"id":"0d5cfd5e-7380-44e7-a32b-9e6ba46f69b8","_postman_id":"0d5cfd5e-7380-44e7-a32b-9e6ba46f69b8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Exports","item":[{"name":"List exports","id":"f1559e5e-04b0-4617-9e25-a2191833a830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/exports","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","exports"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[auth_creator]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[auth_users]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7"},{"disabled":true,"description":{"content":"<p>pending, processing, available, expired, failed</p>\n","type":"text/plain"},"key":"filters[status]","value":"pending"},{"disabled":true,"description":{"content":"<p>pending, processing, available, expired, failed</p>\n","type":"text/plain"},"key":"filters[statuses][]","value":"pending"},{"disabled":true,"description":{"content":"<p>Exportable morph alias</p>\n","type":"text/plain"},"key":"filters[model_type]","value":"custom_list"},{"disabled":true,"description":{"content":"<p>return expired export records</p>\n","type":"text/plain"},"key":"filters[is_expired]","value":"true"},{"disabled":true,"description":{"content":"<p>return export that has files attached to it</p>\n","type":"text/plain"},"key":"filters[has_file]","value":"true"},{"disabled":true,"description":{"content":"<p>return export created before date</p>\n","type":"text/plain"},"key":"filters[created_before]","value":"2024-01-01"},{"disabled":true,"description":{"content":"<p>return export created after date</p>\n","type":"text/plain"},"key":"filters[created_after]","value":"2024-01-01"},{"disabled":true,"description":{"content":"<p>id of the export to filter</p>\n","type":"text/plain"},"key":"filters[id]","value":"62478f4b-c1fb-4610-ae3d-c8306f21a42e"},{"disabled":true,"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>include the export file</p>\n","type":"text/plain"},"key":"with[]","value":"file"},{"disabled":true,"description":{"content":"<p>include the applied filters when doing the import</p>\n","type":"text/plain"},"key":"with[]","value":"filters"},{"disabled":true,"description":{"content":"<p>include the tags of the import</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>include the creator (user) of the import</p>\n","type":"text/plain"},"key":"with[]","value":"creator"},{"disabled":true,"description":{"content":"<p>include the users who can see the export</p>\n","type":"text/plain"},"key":"with[]","value":"users"}],"variable":[]}},"response":[],"_postman_id":"f1559e5e-04b0-4617-9e25-a2191833a830"}],"id":"e372502c-1f33-49e6-8743-7890f1f41f31","_postman_id":"e372502c-1f33-49e6-8743-7890f1f41f31","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Forms","item":[{"name":"List Forms","id":"5980f822-fd99-401b-aa67-8123e976cc4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/atabase-forms/forms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","atabase-forms","forms"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Filter by Process UUID</p>\n","type":"text/plain"},"key":"filters[process]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple Process UUID's</p>\n","type":"text/plain"},"key":"filters[processes][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_create]","value":"true"},{"disabled":true,"description":{"content":"<p>Filter by Form UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Filter by multiple Form UUID's </p>\n","type":"text/plain"},"key":"filters[ids][]","value":"9b46f9d9-1397-40cd-b060-38de5f8bcb7f"},{"disabled":true,"description":{"content":"<p>Sort by default (UUID)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include process</p>\n","type":"text/plain"},"key":"with[]","value":"process"}],"variable":[]}},"response":[],"_postman_id":"5980f822-fd99-401b-aa67-8123e976cc4b"},{"name":"Read Form","id":"d43ff6bb-b489-4384-b2fa-4c96e82f9f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/atabase-forms/forms/{{form_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","atabase-forms","forms","{{form_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include process</p>\n","type":"text/plain"},"key":"with[]","value":"process"}],"variable":[]}},"response":[],"_postman_id":"d43ff6bb-b489-4384-b2fa-4c96e82f9f79"}],"id":"488ac0e6-8ddf-40ff-8910-172b4f9f08e5","_postman_id":"488ac0e6-8ddf-40ff-8910-172b4f9f08e5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Notifications","item":[{"name":"List Notifications","id":"8e62c614-1082-4ae1-b221-a82ddfc17a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/notifications","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","notifications"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Filter by UUID of model to notify</p>\n","type":"text/plain"},"key":"filters[notifiable_id]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by multiple UUID's of model to notify</p>\n","type":"text/plain"},"key":"filters[notifiable_ids][]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by user UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by multiple user UUID's</p>\n","type":"text/plain"},"key":"filters[users][]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by type. Options: automation, event, message.created, party.assigned, signature, task.assigned</p>\n","type":"text/plain"},"key":"filters[type]","value":"event"},{"disabled":true,"description":{"content":"<p>Filter by type. Options: automation, event, message.created, party.assigned, signature, task.assigned</p>\n","type":"text/plain"},"key":"filters[types][]","value":"event"},{"disabled":true,"description":{"content":"<p>Filter notifications that are read. Options: true, false</p>\n","type":"text/plain"},"key":"filters[is_read]","value":"true"},{"disabled":true,"description":{"content":"<p>Sort by default (created_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by update date</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Include metadata</p>\n","type":"text/plain"},"key":"with[]","value":"meta"}],"variable":[]}},"response":[],"_postman_id":"8e62c614-1082-4ae1-b221-a82ddfc17a65"},{"name":"Read Notification","id":"0a911697-c4e6-4a60-8f01-c54fd69fb911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/notifications/{{notification_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","notifications","{{notification_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include metadata</p>\n","type":"text/plain"},"key":"with[]","value":"meta"}],"variable":[]}},"response":[],"_postman_id":"0a911697-c4e6-4a60-8f01-c54fd69fb911"},{"name":"Update Notification","id":"019f439a-ba6b-4c27-812f-2351630159ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"read_at","value":"2024-02-28 00:00:00","description":"<p>Date Y-m-d H:i:s</p>\n","type":"text"},{"key":"is_read","value":"true","description":"<p>true, false</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/notifications/{{notification_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","notifications","{{notification_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"019f439a-ba6b-4c27-812f-2351630159ce"}],"id":"0060b262-fe65-4b83-8356-143641e83a24","_postman_id":"0060b262-fe65-4b83-8356-143641e83a24","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Departments","item":[{"name":"List Departments","id":"ce4d8de9-f8ff-4365-b3a8-1c69ad1c9147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/departments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","departments"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"reports"},{"disabled":true,"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filters[id]","value":""},{"disabled":true,"description":{"content":"<p>string[]</p>\n","type":"text/plain"},"key":"filters[ids]","value":""},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filters[search]","value":""},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filters[name]","value":""},{"disabled":true,"key":"sort","value":"name"},{"disabled":true,"key":"sort","value":"id"},{"disabled":true,"key":"sort","value":"created_at"},{"disabled":true,"key":"with[]","value":"parent"},{"disabled":true,"key":"with[]","value":"children"},{"disabled":true,"key":"filters[process_role]","value":"9816de61-20d8-4d20-85cc-3bd662f64f34"}],"variable":[]}},"response":[],"_postman_id":"ce4d8de9-f8ff-4365-b3a8-1c69ad1c9147"},{"name":"Fetch Department","id":"289e5051-ec32-4795-93c9-04d102300f22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/departments/{{department_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","departments","{{department_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"289e5051-ec32-4795-93c9-04d102300f22"}],"id":"7c612a7c-f2f2-44b3-b353-1c50e6bc7a19","_postman_id":"7c612a7c-f2f2-44b3-b353-1c50e6bc7a19","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Users","item":[{"name":"List Users","id":"25e52a99-28bd-418f-a07d-ce2d71e54d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/users?filters[current]=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"token"},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filters[id]","value":""},{"disabled":true,"description":{"content":"<p>string[]</p>\n","type":"text/plain"},"key":"filters[ids]","value":""},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filters[department_division]","value":"97eeb78c-33a8-4645-9340-c3dda9a60210"},{"disabled":true,"description":{"content":"<p>string[]</p>\n","type":"text/plain"},"key":"filters[name]","value":""},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"key":"sort","value":"created_at"},{"key":"filters[current]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"25e52a99-28bd-418f-a07d-ce2d71e54d91"},{"name":"Fetch User","id":"5746cf0d-ae51-4ae4-9fb7-4ca6ef0921d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/users/{{user_id}}?with[]=departments&with[]=settings&with[]=targets","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users","{{user_id}}"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"finance"},{"disabled":true,"key":"with[]","value":"contractor"},{"disabled":true,"key":"with[]","value":"reports"},{"disabled":true,"key":"with[]","value":"roles"},{"key":"with[]","value":"departments"},{"key":"with[]","value":"settings"},{"key":"with[]","value":"targets"}],"variable":[]}},"response":[],"_postman_id":"5746cf0d-ae51-4ae4-9fb7-4ca6ef0921d5"}],"id":"e5d7d27a-f3a1-4a19-bf88-27c45dc80496","_postman_id":"e5d7d27a-f3a1-4a19-bf88-27c45dc80496","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Reasons","item":[{"name":"List Reasons","id":"ff1d298f-1765-c7a6-3586-df3ace10aa38","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/reasons","description":"<p>Returns a list of reasons (e.g. cancel reasons, relation reasons), filterable by type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","reasons"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Reason type</p>\n","type":"text/plain"},"key":"filters[type]","value":"cancel"},{"disabled":true,"description":{"content":"<p>Array of reason types</p>\n","type":"text/plain"},"key":"filters[types]","value":"[cancel, relation]"},{"disabled":true,"description":{"content":"<p>Default sort (type, name)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by type</p>\n","type":"text/plain"},"key":"sort","value":"type"}],"variable":[]}},"response":[],"_postman_id":"ff1d298f-1765-c7a6-3586-df3ace10aa38"}],"id":"1596171e-41e2-06ad-4410-bea76015e3d5","_postman_id":"1596171e-41e2-06ad-4410-bea76015e3d5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Search","item":[{"name":"Search","id":"95668b84-d2d7-426e-5c93-031bf68dda6c","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.cases.atabase.nl/v1/search","description":"<p>Performs a Scout/OpenSearch full-text search across matters, parties, media, etc. Filters: search term, type (matter/party/...) and is_exact toggle.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","search"],"host":["https://MIJNOMGEVING.api.cases.atabase.nl"],"query":[{"description":{"content":"<p>Search term</p>\n","type":"text/plain"},"key":"filters[search]","value":"Jansen"},{"disabled":true,"description":{"content":"<p>Type (matter, party, media, ...)</p>\n","type":"text/plain"},"key":"filters[type]","value":"matter"},{"disabled":true,"description":{"content":"<p>Exact match (true/false)</p>\n","type":"text/plain"},"key":"filters[is_exact]","value":"false"},{"disabled":true,"description":{"content":"<p>Page size (max 50)</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"95668b84-d2d7-426e-5c93-031bf68dda6c"}],"id":"67d8e730-3a5e-79f6-b0aa-176f06c82185","_postman_id":"67d8e730-3a5e-79f6-b0aa-176f06c82185","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"311db988-b41f-4c19-9fdc-b1db30c9d8d5","_postman_id":"311db988-b41f-4c19-9fdc-b1db30c9d8d5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"CRM","item":[{"name":"Audits","item":[{"name":"List Audits","id":"c9520a78-fe1f-49f1-8c7b-6652dc4f4c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/audits","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Filter by model type of model being audited.</p>\n","type":"text/plain"},"key":"filters[model_type]","value":"entity"},{"disabled":true,"description":{"content":"<p>Filter by model type of model being audited.</p>\n","type":"text/plain"},"key":"filters[model_types][]","value":"entity"},{"disabled":true,"description":{"content":"<p>Filter by UUID of model being audited</p>\n","type":"text/plain"},"key":"filters[model_id]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by multiple UUID's of model being audited</p>\n","type":"text/plain"},"key":"filters[model_ids][]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by event. Options: created, updated, deleted, retrieved</p>\n","type":"text/plain"},"key":"filters[event]","value":"created"},{"disabled":true,"description":{"content":"<p>Filter by multiple events. Options: created, updated, deleted, retrieved</p>\n","type":"text/plain"},"key":"filters[events][]","value":"created"},{"disabled":true,"description":{"content":"<p>Filter by is_console boolean</p>\n","type":"text/plain"},"key":"filters[is_console]","value":"true"},{"disabled":true,"description":{"content":"<p>Filter by user UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by multiple user UUID's</p>\n","type":"text/plain"},"key":"filters[users][]","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"description":{"content":"<p>Filter by entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"1797bb09-8ecc-4477-8ab7-6c2478a26e8a"},{"disabled":true,"description":{"content":"<p>Return all notifications created before given date</p>\n","type":"text/plain"},"key":"filters[created_before]","value":"2024-02-26 00:00:00"},{"disabled":true,"description":{"content":"<p>Return all notifications created after given date</p>\n","type":"text/plain"},"key":"filters[created_after]","value":"2024-02-26 00:00:00"},{"disabled":true,"description":{"content":"<p>Filter by user email</p>\n","type":"text/plain"},"key":"filters[email]","value":"john.doe@example.com"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created"},{"disabled":true,"description":{"content":"<p>Include values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include model</p>\n","type":"text/plain"},"key":"with[]","value":"model"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include target </p>\n","type":"text/plain"},"key":"with[]","value":"target"}],"variable":[]}},"response":[],"_postman_id":"c9520a78-fe1f-49f1-8c7b-6652dc4f4c1e"},{"name":"Read Audit","id":"a2d92487-5732-4c80-afcd-75027d94b628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/audits/{{audit_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits","{{audit_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include model</p>\n","type":"text/plain"},"key":"with[]","value":"model"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include target</p>\n","type":"text/plain"},"key":"with[]","value":"target"}],"variable":[]}},"response":[],"_postman_id":"a2d92487-5732-4c80-afcd-75027d94b628"}],"id":"52acc208-0956-4464-b03b-addfc1400a88","_postman_id":"52acc208-0956-4464-b03b-addfc1400a88","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Contact Moments","item":[{"name":"List Contact Moment","id":"978cfdff-93f5-4901-b272-1419b9d19f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include label</p>\n","type":"text/plain"},"key":"with[]","value":"label"},{"disabled":true,"description":{"content":"<p>Include project</p>\n","type":"text/plain"},"key":"with[]","value":"project"},{"disabled":true,"description":{"content":"<p>Include result label</p>\n","type":"text/plain"},"key":"with[]","value":"result"},{"disabled":true,"description":{"content":"<p>Include contact moment users</p>\n","type":"text/plain"},"key":"with[]","value":"users"},{"disabled":true,"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"},{"disabled":true,"description":{"content":"<p>Include related cases matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"},{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Contact moment UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Contact moment UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Contact moment UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Contact moment UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Filter by summary, subject, label name or result label name</p>\n","type":"text/plain"},"key":"filters[search]","value":"Afgerond"},{"disabled":true,"description":{"content":"<p>planned, completed, cancelled</p>\n","type":"text/plain"},"key":"filters[status]","value":"planned"},{"disabled":true,"description":{"content":"<p>planned, completed, cancelled</p>\n","type":"text/plain"},"key":"filters[statuses]","value":"[planned, completed]"},{"disabled":true,"description":{"content":"<p>Label UUID</p>\n","type":"text/plain"},"key":"filters[label]","value":"475d9450-48be-495f-bb58-70c351e082dc"},{"disabled":true,"description":{"content":"<p>Array of Label UUID's</p>\n","type":"text/plain"},"key":"filters[labels]","value":"[475d9450-48be-495f-bb58-70c351e082dc, 8bdd6a10-aa05-4f28-a8cf-ec0743f335fd]"},{"disabled":true,"description":{"content":"<p>Project UUID</p>\n","type":"text/plain"},"key":"filters[project]","value":"475d9450-48be-495f-bb58-70c351e082dc"},{"disabled":true,"description":{"content":"<p>Array of Project UUID's</p>\n","type":"text/plain"},"key":"filters[projects]","value":"[475d9450-48be-495f-bb58-70c351e082dc, 8bdd6a10-aa05-4f28-a8cf-ec0743f335fd]"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"475d9450-48be-495f-bb58-70c351e082dc"},{"disabled":true,"description":{"content":"<p>Array of Entity UUID's</p>\n","type":"text/plain"},"key":"filters[entities]","value":"[475d9450-48be-495f-bb58-70c351e082dc, 8bdd6a10-aa05-4f28-a8cf-ec0743f335fd]"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"475d9450-48be-495f-bb58-70c351e082dc"},{"disabled":true,"description":{"content":"<p>Array of User UUID's</p>\n","type":"text/plain"},"key":"filters[users]","value":"[475d9450-48be-495f-bb58-70c351e082dc, 8bdd6a10-aa05-4f28-a8cf-ec0743f335fd]"},{"disabled":true,"description":{"content":"<p>Label UUID</p>\n","type":"text/plain"},"key":"filters[result]","value":"475d9450-48be-495f-bb58-70c351e082dc"},{"disabled":true,"description":{"content":"<p>Array of Label UUID's</p>\n","type":"text/plain"},"key":"filters[results]","value":"[475d9450-48be-495f-bb58-70c351e082dc, 8bdd6a10-aa05-4f28-a8cf-ec0743f335fd]"},{"disabled":true,"description":{"content":"<p>Cases matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"475d9450-48be-495f-bb58-70c351e082dc"},{"disabled":true,"description":{"content":"<p>Array of Cases matter UUID's</p>\n","type":"text/plain"},"key":"filters[matters]","value":"[475d9450-48be-495f-bb58-70c351e082dc, 8bdd6a10-aa05-4f28-a8cf-ec0743f335fd]"},{"disabled":true,"description":{"content":"<p>Filter by creation date period (start date) Both start and end dates need to be present to work</p>\n","type":"text/plain"},"key":"filters[period][starts_at]","value":"2024-01-10"},{"disabled":true,"description":{"content":"<p>Filter by creation period (end date) Both start and end dates need to be present to work</p>\n","type":"text/plain"},"key":"filters[period][ends_at]","value":"2024-12-30"},{"disabled":true,"description":{"content":"<p>Default sort (starts_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by contact moment start datetime</p>\n","type":"text/plain"},"key":"sort","value":"starts_at"},{"disabled":true,"description":{"content":"<p>Sort by contact moment end datetime</p>\n","type":"text/plain"},"key":"sort","value":"ends_at"},{"disabled":true,"description":{"content":"<p>Sort by contact moment UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by contact moments creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by contact moment update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Sort by contact moment projcet UUID</p>\n","type":"text/plain"},"key":"sort","value":"project"},{"disabled":true,"description":{"content":"<p>Sort by contact moment entity UUID</p>\n","type":"text/plain"},"key":"sort","value":"entity"},{"disabled":true,"description":{"content":"<p>Sort by contact moment label UUID</p>\n","type":"text/plain"},"key":"sort","value":"label"}],"variable":[]}},"response":[],"_postman_id":"978cfdff-93f5-4901-b272-1419b9d19f57"},{"name":"Read Contact Moment","id":"9aeb1118-dfce-4c97-a31f-c056b1283199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments/{{moment_id}}?with[]=label&with[]=project&with[]=result&with[]=users&with[]=entity&with[]=matter","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments","{{moment_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"description":{"content":"<p>Include label</p>\n","type":"text/plain"},"key":"with[]","value":"label"},{"description":{"content":"<p>Include project</p>\n","type":"text/plain"},"key":"with[]","value":"project"},{"description":{"content":"<p>Include result label</p>\n","type":"text/plain"},"key":"with[]","value":"result"},{"description":{"content":"<p>Include contact moment users</p>\n","type":"text/plain"},"key":"with[]","value":"users"},{"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"},{"description":{"content":"<p>Include related cases matter</p>\n","type":"text/plain"},"key":"with[]","value":"matter"}],"variable":[]}},"response":[],"_postman_id":"9aeb1118-dfce-4c97-a31f-c056b1283199"},{"name":"Create Contact Moment","id":"b5ae16ff-7001-41bf-9871-54fe2d3c5681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Project UUID (required without entity.id)</p>\n"},{"key":"entity.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Entity UUID (required without project.id)</p>\n"},{"key":"label.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Label UUID (required)</p>\n"},{"key":"result.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Result Label UUID</p>\n"},{"key":"summary","value":"Summary description","type":"text","description":"<p>Summary of contact moment</p>\n"},{"key":"subject","value":"Gebeld door Henk","type":"text","description":"<p>Subject of contact moment</p>\n"},{"key":"users","value":"[{\"id\" => \"14f72354-38be-4f14-9071-19b1728f805d\"}]","type":"text","description":"<p>Array of users (required)</p>\n"},{"key":"users.*.id","value":"14f72354-38be-4f14-9071-19b1728f805d","type":"text","description":"<p>User UUID</p>\n"},{"key":"starts_at","value":"2024-01-01 11:11:00","type":"text","description":"<p>Contact moment start date (datetime)</p>\n"},{"key":"ends_at","value":"2024-01-05 11:11:00","type":"text","description":"<p>Contact moment end date (datetime)</p>\n"},{"key":"matter.id","value":"f406e097-54e3-4335-b477-00a75613fe08","type":"text","description":"<p>Related cases matter UUID</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5ae16ff-7001-41bf-9871-54fe2d3c5681"},{"name":"Update Contact Moment","id":"f4ad51ad-eb99-4b8b-b68f-c9193d1c5305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"project.id","value":"DENY","type":"text","description":"<p>Project UUID</p>\n"},{"key":"entity.id","value":"DENY","type":"text","description":"<p>Entity UUID</p>\n"},{"key":"label.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Label UUID</p>\n"},{"key":"result.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Result Label UUID</p>\n"},{"key":"summary","value":"Summary description","type":"text","description":"<p>Summary of contact moment</p>\n"},{"key":"subject","value":"Gebeld door Henk","type":"text","description":"<p>Subject of contact moment</p>\n"},{"key":"users","value":"[{\"id\" => \"14f72354-38be-4f14-9071-19b1728f805d\"}]","type":"text","description":"<p>Array of users (required)</p>\n"},{"key":"users.*.id","value":"14f72354-38be-4f14-9071-19b1728f805d","type":"text","description":"<p>User UUID</p>\n"},{"key":"starts_at","value":"2024-01-01 11:11:00","type":"text","description":"<p>Contact moment start date (datetime)</p>\n"},{"key":"ends_at","value":"2024-01-05 11:11:00","type":"text","description":"<p>Contact moment end date (datetime)</p>\n"},{"key":"matter.id","value":"f406e097-54e3-4335-b477-00a75613fe08","type":"text","description":"<p>Related cases matter UUID</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments/{{moment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments","{{moment_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4ad51ad-eb99-4b8b-b68f-c9193d1c5305"},{"name":"Delete Contact Moment","id":"3ce7767b-8d3f-4096-80fd-c62c9c686677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments/{{moment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments","{{moment_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ce7767b-8d3f-4096-80fd-c62c9c686677"}],"id":"e66acc0c-40ce-457a-9247-9826c6f4fe53","_postman_id":"e66acc0c-40ce-457a-9247-9826c6f4fe53","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Entity Types","item":[{"name":"Fields","item":[{"name":"List Entity Type Fields","id":"e70cb105-092f-439c-be88-05edeb42975c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entity-types/fields","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entity-types","fields"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include field options</p>\n","type":"text/plain"},"key":"with[]","value":"options"},{"disabled":true,"description":{"content":"<p>Include group of field</p>\n","type":"text/plain"},"key":"with[]","value":"group"},{"disabled":true,"description":{"content":"<p>Field UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of Field UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Field UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Field UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Search by field name and description</p>\n","type":"text/plain"},"key":"filters[search]","value":"Company name"},{"disabled":true,"description":{"content":"<p>'checkbox', 'date', 'embed', 'number', 'radio', 'select', 'switch', 'text', 'text_area', 'url', 'currency', 'user'</p>\n","type":"text/plain"},"key":"filters[type]","value":"text"},{"disabled":true,"description":{"content":"<p>'checkbox', 'date', 'embed', 'number', 'radio', 'select', 'switch', 'text', 'text_area', 'url', 'currency', 'user'</p>\n","type":"text/plain"},"key":"filters[types]","value":"[text, text_area]"},{"disabled":true,"description":{"content":"<p>Tag UUID</p>\n","type":"text/plain"},"key":"filters[tag]","value":"1d7c9444-8e37-4626-909a-b85c798d065a"},{"disabled":true,"description":{"content":"<p>Array of Tag UUID's</p>\n","type":"text/plain"},"key":"filters[tags]","value":"[ea455aca-7c4d-4f19-a021-e131c9adf6f4, f1348634-20eb-4953-825d-c02353ff9de7]"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_hidden]","value":"false"},{"disabled":true,"description":{"content":"<p>Filtering by the entity type id</p>\n","type":"text/plain"},"key":"filters[entity_type]","value":"1d7c9444-8e37-4626-909a-b85c798d065a"},{"disabled":true,"description":{"content":"<p>Filtering by the entity type ids</p>\n","type":"text/plain"},"key":"filters[entity_types][]","value":"1d7c9444-8e37-4626-909a-b85c798d065a"},{"disabled":true,"description":{"content":"<p>Default sort (order)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by field sort_order</p>\n","type":"text/plain"},"key":"sort","value":"order"},{"disabled":true,"description":{"content":"<p>Sort by field UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by field creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by field update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[],"_postman_id":"e70cb105-092f-439c-be88-05edeb42975c"},{"name":"Read Entity Type Field","id":"9fbd5a21-93c2-4f65-b64a-beec9537d5b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entity-types/fields/{{field_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entity-types","fields","{{field_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include field options</p>\n","type":"text/plain"},"key":"with[]","value":"options"},{"disabled":true,"description":{"content":"<p>Include group of field</p>\n","type":"text/plain"},"key":"with[]","value":"group"}],"variable":[]}},"response":[],"_postman_id":"9fbd5a21-93c2-4f65-b64a-beec9537d5b8"}],"id":"43c41184-6933-448f-93b0-27f0b79ef94c","_postman_id":"43c41184-6933-448f-93b0-27f0b79ef94c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Entity Type","id":"404d45a6-6611-42f3-b08b-cecc62b5d4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entity-types","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entity-types"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include field groups, each with their fields</p>\n","type":"text/plain"},"key":"with[]","value":"groups"},{"disabled":true,"description":{"content":"<p>Include all fields</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include entity count with this type</p>\n","type":"text/plain"},"key":"with[]","value":"count"},{"disabled":true,"description":{"content":"<p>Include name fields</p>\n","type":"text/plain"},"key":"with[]","value":"name_fields"},{"disabled":true,"description":{"content":"<p>Entity Type UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of Entity Type UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Entity Type UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Entity Type UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Search by Entity Type name</p>\n","type":"text/plain"},"key":"filters[name]","value":"Bedrijf"},{"disabled":true,"description":{"content":"<p>Default sort (id)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by Entity Type name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by Entity Type UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by form creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by form update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[{"id":"09176e6e-f947-470c-a236-062b048e3825","name":"List Entity Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entity-types","host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"path":["v1","entity-types"],"query":[{"key":"page","value":"1","type":"text","description":"Page number","disabled":true},{"key":"limit","value":"15","type":"text","description":"Items per page","disabled":true},{"key":"with[]","value":"groups","type":"text","description":"Include field groups, each with their fields","disabled":true},{"key":"with[]","value":"fields","type":"text","description":"Include all fields","disabled":true},{"key":"with[]","value":"count","type":"text","description":"Include entity count with this type","disabled":true},{"key":"with[]","value":"name_fields","type":"text","description":"Include name fields","disabled":true},{"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270","type":"text","description":"Entity Type UUID","disabled":true},{"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","type":"text","description":"Array of Entity Type UUID's","disabled":true},{"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759","type":"text","description":"Entity Type UUID to exclude from result","disabled":true},{"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","type":"text","description":"Array of Entity Type UUID's to exclude from result","disabled":true},{"key":"filters[name]","value":"Bedrijf","type":"text","description":"Search by Entity Type name","disabled":true},{"key":"sort","value":"default","type":"text","description":"Default sort (id)","disabled":true},{"key":"sort","value":"name","type":"text","description":"Sort by Entity Type name","disabled":true},{"key":"sort","value":"id","type":"text","description":"Sort by Entity Type UUID","disabled":true},{"key":"sort","value":"created_at","type":"text","description":"Sort by form creation datetime","disabled":true},{"key":"sort","value":"updated_at","type":"text","description":"Sort by form update datetime","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:55:24 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 2,\n    \"data\": [\n        {\n            \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n            \"name\": \"Persoon\",\n            \"icon\": null,\n            \"description\": null,\n            \"is_editable\": true,\n            \"is_deleteable\": true,\n            \"created_at\": \"2023-11-10T12:31:05.000000Z\",\n            \"meta\": {\n                \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n                \"type\": \"entity.type\"\n            }\n        },\n        {\n            \"id\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n            \"name\": \"Bedrijf\",\n            \"icon\": null,\n            \"description\": null,\n            \"is_editable\": true,\n            \"is_deleteable\": true,\n            \"created_at\": \"2023-11-10T12:31:05.000000Z\",\n            \"meta\": {\n                \"id\": \"7303a79c-a711-4b90-9775-772eae32f5ef\",\n                \"type\": \"entity.type\"\n            }\n        }\n    ]\n}"}],"_postman_id":"404d45a6-6611-42f3-b08b-cecc62b5d4e0"},{"name":"Read Entity Type","id":"8ba1d83d-dd32-44ce-9251-db53388e4687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entity-types/{{entity_type_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entity-types","{{entity_type_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include field groups, each with their fields</p>\n","type":"text/plain"},"key":"with[]","value":"groups"},{"disabled":true,"description":{"content":"<p>Include all fields</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include entity count with this type</p>\n","type":"text/plain"},"key":"with[]","value":"count"},{"disabled":true,"description":{"content":"<p>Include name fields</p>\n","type":"text/plain"},"key":"with[]","value":"name_fields"}],"variable":[]}},"response":[{"id":"107a7bdd-24c2-47e3-9ac1-888034f0ad1c","name":"Read Entity Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entity-types/1336b9ab-abb5-490a-9f64-a182ff209916?with[]=groups&with[]=fields&with[]=count","host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"path":["v1","entity-types","1336b9ab-abb5-490a-9f64-a182ff209916"],"query":[{"key":"with[]","value":"groups","type":"text","description":"Include field groups, each with their fields"},{"key":"with[]","value":"fields","type":"text","description":"Include all fields"},{"key":"with[]","value":"count","description":"Include entity count with this type"},{"key":"with[]","value":"name_fields","type":"text","description":"Include name fields","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:02:04 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n    \"name\": \"Persoon\",\n    \"icon\": null,\n    \"description\": null,\n    \"is_editable\": true,\n    \"is_deleteable\": true,\n    \"created_at\": \"2023-11-10T12:31:05.000000Z\",\n    \"meta\": {\n        \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n        \"type\": \"entity.type\"\n    },\n    \"groups\": [\n        {\n            \"id\": \"9aaca26e-41cb-4a47-a529-919b4553a9a3\",\n            \"type\": \"field\",\n            \"name\": \"Personal Details\",\n            \"description\": null,\n            \"is_pinned\": false,\n            \"sort_order\": 1,\n            \"created_at\": \"2023-11-22 15:15:01\",\n            \"fields\": [\n                {\n                    \"id\": \"9ad8a168-a43e-4637-98f9-c578928f1525\",\n                    \"type\": \"text\",\n                    \"name\": \"Voornaam\",\n                    \"default\": \"Joseph\",\n                    \"placeholder\": \"\",\n                    \"description\": \"\",\n                    \"is_required\": false,\n                    \"sort_order\": 1,\n                    \"created_at\": \"2023-12-14T11:08:36.000000Z\",\n                    \"updated_at\": \"2024-01-18T14:49:22.000000Z\",\n                    \"group\": {\n                        \"id\": \"9aaca26e-41cb-4a47-a529-919b4553a9a3\"\n                    },\n                    \"name_priority\": 1,\n                    \"is_portal\": false,\n                    \"is_portal_editable\": false,\n                    \"name_portal\": null,\n                    \"is_top_level_column\": false,\n                    \"options\": [],\n                    \"meta\": {\n                        \"id\": \"9ad8a168-a43e-4637-98f9-c578928f1525\",\n                        \"type\": \"group.field\"\n                    }\n                },\n                {\n                    \"id\": \"9ad8a178-9af3-48c4-94da-d7fb74f6ab42\",\n                    \"type\": \"text\",\n                    \"name\": \"Achternaam\",\n                    \"default\": \"Budiarto\",\n                    \"placeholder\": \"\",\n                    \"description\": \"\",\n                    \"is_required\": false,\n                    \"sort_order\": 3,\n                    \"created_at\": \"2023-12-14T11:08:46.000000Z\",\n                    \"updated_at\": \"2024-01-18T14:49:28.000000Z\",\n                    \"group\": {\n                        \"id\": \"9aaca26e-41cb-4a47-a529-919b4553a9a3\"\n                    },\n                    \"name_priority\": 2,\n                    \"is_portal\": false,\n                    \"is_portal_editable\": false,\n                    \"name_portal\": null,\n                    \"is_top_level_column\": false,\n                    \"options\": [],\n                    \"meta\": {\n                        \"id\": \"9ad8a178-9af3-48c4-94da-d7fb74f6ab42\",\n                        \"type\": \"group.field\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"fields\": [\n        {\n            \"id\": \"9ad8a168-a43e-4637-98f9-c578928f1525\",\n            \"type\": \"text\",\n            \"name\": \"Voornaam\",\n            \"default\": \"Joseph\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"is_required\": false,\n            \"sort_order\": 1,\n            \"created_at\": \"2023-12-14T11:08:36.000000Z\",\n            \"updated_at\": \"2024-01-18T14:49:22.000000Z\",\n            \"group\": {\n                \"id\": \"9aaca26e-41cb-4a47-a529-919b4553a9a3\"\n            },\n            \"name_priority\": 1,\n            \"is_portal\": false,\n            \"is_portal_editable\": false,\n            \"name_portal\": null,\n            \"is_top_level_column\": false,\n            \"options\": [],\n            \"meta\": {\n                \"id\": \"9ad8a168-a43e-4637-98f9-c578928f1525\",\n                \"type\": \"group.field\"\n            }\n        },\n        {\n            \"id\": \"9ad8a178-9af3-48c4-94da-d7fb74f6ab42\",\n            \"type\": \"text\",\n            \"name\": \"Achternaam\",\n            \"default\": \"Budiarto\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"is_required\": false,\n            \"sort_order\": 3,\n            \"created_at\": \"2023-12-14T11:08:46.000000Z\",\n            \"updated_at\": \"2024-01-18T14:49:28.000000Z\",\n            \"group\": {\n                \"id\": \"9aaca26e-41cb-4a47-a529-919b4553a9a3\"\n            },\n            \"name_priority\": 2,\n            \"is_portal\": false,\n            \"is_portal_editable\": false,\n            \"name_portal\": null,\n            \"is_top_level_column\": false,\n            \"options\": [],\n            \"meta\": {\n                \"id\": \"9ad8a178-9af3-48c4-94da-d7fb74f6ab42\",\n                \"type\": \"group.field\"\n            }\n        },\n        {\n            \"id\": \"9b2753a8-d8f6-4ccd-a1cc-6de5befef910\",\n            \"type\": \"checkbox\",\n            \"name\": \"Checkbox\",\n            \"default\": [\n                \"6730baf4-ff75-4501-9666-da98d19f5bbe\"\n            ],\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"is_required\": false,\n            \"sort_order\": 5,\n            \"created_at\": \"2024-01-22T14:01:36.000000Z\",\n            \"updated_at\": \"2024-01-22T14:01:42.000000Z\",\n            \"group\": null,\n            \"name_priority\": null,\n            \"is_portal\": true,\n            \"is_portal_editable\": true,\n            \"name_portal\": \"Checkbox\",\n            \"is_top_level_column\": false,\n            \"options\": [\n                {\n                    \"id\": \"6730baf4-ff75-4501-9666-da98d19f5bbe\",\n                    \"field_id\": \"9b2753a8-d8f6-4ccd-a1cc-6de5befef910\",\n                    \"label\": \"Opt 1\",\n                    \"value\": \"Opt 1\",\n                    \"sort_order\": 1,\n                    \"created_at\": \"2024-01-22T14:01:36.000000Z\",\n                    \"updated_at\": \"2024-01-22T14:01:36.000000Z\"\n                },\n                {\n                    \"id\": \"ab417c99-c8c3-4958-99b9-73972c152153\",\n                    \"field_id\": \"9b2753a8-d8f6-4ccd-a1cc-6de5befef910\",\n                    \"label\": \"Opt 2\",\n                    \"value\": \"Opt 2\",\n                    \"sort_order\": 3,\n                    \"created_at\": \"2024-01-22T14:01:36.000000Z\",\n                    \"updated_at\": \"2024-01-22T14:01:36.000000Z\"\n                },\n                {\n                    \"id\": \"be222675-6968-4ee1-b88d-47d6d6c8cf76\",\n                    \"field_id\": \"9b2753a8-d8f6-4ccd-a1cc-6de5befef910\",\n                    \"label\": \"Opt 3\",\n                    \"value\": \"Opt 3\",\n                    \"sort_order\": 5,\n                    \"created_at\": \"2024-01-22T14:01:36.000000Z\",\n                    \"updated_at\": \"2024-01-22T14:01:36.000000Z\"\n                },\n                {\n                    \"id\": \"5cded8a9-c5d4-4f83-8fc4-bfafcb26fd0f\",\n                    \"field_id\": \"9b2753a8-d8f6-4ccd-a1cc-6de5befef910\",\n                    \"label\": \"Opt 4\",\n                    \"value\": \"Opt 4\",\n                    \"sort_order\": 7,\n                    \"created_at\": \"2024-01-22T14:01:36.000000Z\",\n                    \"updated_at\": \"2024-01-22T14:01:36.000000Z\"\n                }\n            ],\n            \"meta\": {\n                \"id\": \"9b2753a8-d8f6-4ccd-a1cc-6de5befef910\",\n                \"type\": \"group.field\"\n            }\n        }\n    ],\n    \"count\": {\n        \"total\": 3\n    }\n}"}],"_postman_id":"8ba1d83d-dd32-44ce-9251-db53388e4687"}],"id":"5a5b3bd5-36d0-40c1-adb0-aeb7a4a80c09","_postman_id":"5a5b3bd5-36d0-40c1-adb0-aeb7a4a80c09","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Entities","item":[{"name":"List Entities","id":"6023def2-1ce4-478d-bd25-3563f355a401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entities"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include addresses</p>\n","type":"text/plain"},"key":"with[]","value":"addresses"},{"disabled":true,"description":{"content":"<p>Include emails</p>\n","type":"text/plain"},"key":"with[]","value":"emails"},{"disabled":true,"description":{"content":"<p>Include phones</p>\n","type":"text/plain"},"key":"with[]","value":"phones"},{"disabled":true,"description":{"content":"<p>Include projects</p>\n","type":"text/plain"},"key":"with[]","value":"projects"},{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"with[]","value":"media"},{"disabled":true,"description":{"content":"<p>Include fields including values (with top level fields)</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include entity fields including values (without top level fields)</p>\n","type":"text/plain"},"key":"with[]","value":"entity_fields"},{"disabled":true,"description":{"content":"<p>Include top level fields including values</p>\n","type":"text/plain"},"key":"with[]","value":"top_level_fields"},{"disabled":true,"description":{"content":"<p>Include fields for portal including values</p>\n","type":"text/plain"},"key":"with[]","value":"portal_fields"},{"disabled":true,"description":{"content":"<p>Include entity type</p>\n","type":"text/plain"},"key":"with[]","value":"entity_type"},{"disabled":true,"description":{"content":"<p>Include primary address, phone and email</p>\n","type":"text/plain"},"key":"with[]","value":"primary"},{"disabled":true,"description":{"content":"<p>Include entity relations</p>\n","type":"text/plain"},"key":"with[]","value":"relations"},{"disabled":true,"description":{"content":"<p>Include integrations</p>\n","type":"text/plain"},"key":"with[]","value":"integrations"},{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of Entity UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Entity UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Entity UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Filter by entity emails</p>\n","type":"text/plain"},"key":"filters[email]","value":"henk@atabix.nl"},{"disabled":true,"description":{"content":"<p>Filter by entity phone numbers</p>\n","type":"text/plain"},"key":"filters[phone]","value":"0612345678"},{"disabled":true,"description":{"content":"<p>Filter by entity name</p>\n","type":"text/plain"},"key":"filters[name]","value":"Henk"},{"disabled":true,"description":{"content":"<p>Filter by entity type UUID</p>\n","type":"text/plain"},"key":"filters[entity_type]","value":"1d7c9444-8e37-4626-909a-b85c798d065a"},{"disabled":true,"description":{"content":"<p>Filter by entity type UUIDs</p>\n","type":"text/plain"},"key":"filters[entity_types]","value":"[ea455aca-7c4d-4f19-a021-e131c9adf6f4, f1348634-20eb-4953-825d-c02353ff9de7]"},{"disabled":true,"description":{"content":"<p>greater, greater_than_or_equal_to, equal, less, less_than_or_equal_to, range</p>\n","type":"text/plain"},"key":"filters[$created_at]","value":"less"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: Not available for range, see filters[created_at][]</p>\n","type":"text/plain"},"key":"filters[created_at]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: When using range both of the rangevalues should be send in an array</p>\n","type":"text/plain"},"key":"filters[created_at][]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[created_at][from]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[created_at][to]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>greater, greater_than_or_equal_to, equal, less, less_than_or_equal_to, range</p>\n","type":"text/plain"},"key":"filters[$updated_at]","value":"less"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: Not available for range, see filters[updated_at][]</p>\n","type":"text/plain"},"key":"filters[updated_at]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: When using range both of the rangevalues should be send in an array</p>\n","type":"text/plain"},"key":"filters[updated_at][]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[updated_at][to]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[updated_at][from]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>Sort by entity creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by entity name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by entity update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"disabled":true,"description":{"content":"<p>Sort by entity UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Default sort (name)</p>\n","type":"text/plain"},"key":"sort","value":"default"}],"variable":[]}},"response":[{"id":"9a2c047c-f5f0-4980-9089-f2e57ba2c479","name":"List Entities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities","host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"path":["v1","entities"],"query":[{"key":"with[]","value":"addresses","type":"text","description":"Include addresses","disabled":true},{"key":"with[]","value":"emails","type":"text","description":"Include emails","disabled":true},{"key":"with[]","value":"phones","type":"text","description":"Include phones","disabled":true},{"key":"with[]","value":"projects","type":"text","description":"Include projects","disabled":true},{"key":"with[]","value":"media","type":"text","description":"Include media","disabled":true},{"key":"with[]","value":"fields","type":"text","description":"Include fields including values (with top level fields)","disabled":true},{"key":"with[]","value":"entity_fields","type":"text","description":"Include entity fields including values (without top level fields)","disabled":true},{"key":"with[]","value":"top_level_fields","type":"text","description":"Include top level fields including values","disabled":true},{"key":"with[]","value":"portal_fields","type":"text","description":"Include fields for portal including values","disabled":true},{"key":"with[]","value":"entity_type","type":"text","description":"Include entity type","disabled":true},{"key":"with[]","value":"primary","type":"text","description":"Include primary address, phone and email","disabled":true},{"key":"with[]","value":"relations","type":"text","description":"Include entity relations","disabled":true},{"key":"with[]","value":"integrations","type":"text","description":"Include integrations","disabled":true},{"key":"page","value":"1","type":"text","description":"Page number","disabled":true},{"key":"limit","value":"15","type":"text","description":"Items per page","disabled":true},{"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270","type":"text","description":"Entity UUID","disabled":true},{"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","type":"text","description":"Array of Entity UUID's","disabled":true},{"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759","type":"text","description":"Entity UUID to exclude from result","disabled":true},{"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","type":"text","description":"Array of Entity UUID's to exclude from result","disabled":true},{"key":"filters[email]","value":"henk@atabix.nl","type":"text","description":"Filter by entity emails","disabled":true},{"key":"filters[phone]","value":"0612345678","type":"text","description":"Filter by entity phone numbers","disabled":true},{"key":"filters[name]","value":"Henk","type":"text","description":"Filter by entity name","disabled":true},{"key":"filters[entity_type]","value":"1d7c9444-8e37-4626-909a-b85c798d065a","type":"text","description":"Filter by entity type UUID","disabled":true},{"key":"filters[entity_types]","value":"[ea455aca-7c4d-4f19-a021-e131c9adf6f4, f1348634-20eb-4953-825d-c02353ff9de7]","type":"text","description":"Filter by entity type UUIDs","disabled":true},{"key":"sort","value":"default","type":"text","description":"Default sort (name)","disabled":true},{"key":"sort","value":"name","type":"text","description":"Sort by entity name","disabled":true},{"key":"sort","value":"id","type":"text","description":"Sort by entity UUID","disabled":true},{"key":"sort","value":"created_at","type":"text","description":"Sort by entity creation datetime","disabled":true},{"key":"sort","value":"updated_at","type":"text","description":"Sort by entity update datetime","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:54:10 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 4,\n    \"data\": [\n        {\n            \"id\": \"9b2141c5-7613-46fb-a814-a4d5cd22dd02\",\n            \"name\": \"Alex Rood\",\n            \"username\": null,\n            \"is_active\": true,\n            \"created_at\": \"2024-01-19T13:36:36.000000Z\",\n            \"meta\": {\n                \"id\": \"9b2141c5-7613-46fb-a814-a4d5cd22dd02\",\n                \"type\": \"entity\"\n            }\n        },\n        {\n            \"id\": \"9b53a317-5c03-4f31-a087-c163bc7d014f\",\n            \"name\": \"Atabix\",\n            \"username\": null,\n            \"is_active\": true,\n            \"created_at\": \"2024-02-13T14:40:08.000000Z\",\n            \"meta\": {\n                \"id\": \"9b53a317-5c03-4f31-a087-c163bc7d014f\",\n                \"type\": \"entity\"\n            }\n        },\n        {\n            \"id\": \"9b2140b8-d434-4781-a689-0ea0c4fdf3f5\",\n            \"name\": \"Isabelle Smits\",\n            \"username\": null,\n            \"is_active\": true,\n            \"created_at\": \"2024-01-19T13:33:40.000000Z\",\n            \"meta\": {\n                \"id\": \"9b2140b8-d434-4781-a689-0ea0c4fdf3f5\",\n                \"type\": \"entity\"\n            }\n        },\n        {\n            \"id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n            \"name\": \"Joseph Budiarto\",\n            \"username\": null,\n            \"is_active\": true,\n            \"created_at\": \"2024-01-19T13:30:15.000000Z\",\n            \"meta\": {\n                \"id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n                \"type\": \"entity\"\n            }\n        }\n    ]\n}"}],"_postman_id":"6023def2-1ce4-478d-bd25-3563f355a401"},{"name":"Read Entity","id":"d6a08ca6-2458-46a7-9fb5-c4295852a716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities/{{entity_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entities","{{entity_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include addresses</p>\n","type":"text/plain"},"key":"with[]","value":"addresses"},{"disabled":true,"description":{"content":"<p>Include emails</p>\n","type":"text/plain"},"key":"with[]","value":"emails"},{"disabled":true,"description":{"content":"<p>Include phones</p>\n","type":"text/plain"},"key":"with[]","value":"phones"},{"disabled":true,"description":{"content":"<p>Include projects</p>\n","type":"text/plain"},"key":"with[]","value":"projects"},{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"with[]","value":"media"},{"disabled":true,"description":{"content":"<p>Include fields including values (with top level fields)</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include entity fields including values (without top level fields)</p>\n","type":"text/plain"},"key":"with[]","value":"entity_fields"},{"disabled":true,"description":{"content":"<p>Include top level fields including values</p>\n","type":"text/plain"},"key":"with[]","value":"top_level_fields"},{"disabled":true,"description":{"content":"<p>Include fields for portal including values</p>\n","type":"text/plain"},"key":"with[]","value":"portal_fields"},{"disabled":true,"description":{"content":"<p>Include entity type</p>\n","type":"text/plain"},"key":"with[]","value":"entity_type"},{"disabled":true,"description":{"content":"<p>Include primary address, phone and email</p>\n","type":"text/plain"},"key":"with[]","value":"primary"},{"disabled":true,"description":{"content":"<p>Include entity relations</p>\n","type":"text/plain"},"key":"with[]","value":"relations"},{"disabled":true,"description":{"content":"<p>Include integrations</p>\n","type":"text/plain"},"key":"with[]","value":"integrations"}],"variable":[]}},"response":[{"id":"b8f8a368-e824-4a99-9d7b-44ea559e6ecd","name":"Read Entity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities/9b213f7f-2c85-4701-b151-04c5758d7943?with[]=entity_type","host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"path":["v1","entities","9b213f7f-2c85-4701-b151-04c5758d7943"],"query":[{"key":"with[]","value":"addresses","type":"text","description":"Include addresses","disabled":true},{"key":"with[]","value":"emails","type":"text","description":"Include emails","disabled":true},{"key":"with[]","value":"phones","type":"text","description":"Include phones","disabled":true},{"key":"with[]","value":"projects","type":"text","description":"Include projects","disabled":true},{"key":"with[]","value":"media","type":"text","description":"Include media","disabled":true},{"key":"with[]","value":"fields","type":"text","description":"Include fields including values (with top level fields)","disabled":true},{"key":"with[]","value":"entity_fields","type":"text","description":"Include entity fields including values (without top level fields)","disabled":true},{"key":"with[]","value":"top_level_fields","description":"Include top level fields including values","disabled":true},{"key":"with[]","value":"portal_fields","type":"text","description":"Include fields for portal including values","disabled":true},{"key":"with[]","value":"entity_type","type":"text","description":"Include entity type"},{"key":"with[]","value":"primary","type":"text","description":"Include primary address, phone and email","disabled":true},{"key":"with[]","value":"relations","type":"text","description":"Include entity relations","disabled":true},{"key":"with[]","value":"integrations","type":"text","description":"Include integrations","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:55:04 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n    \"name\": \"Joseph Budiarto\",\n    \"username\": null,\n    \"is_active\": true,\n    \"created_at\": \"2024-01-19T13:30:15.000000Z\",\n    \"meta\": {\n        \"id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n        \"type\": \"entity\"\n    },\n    \"entity_type\": {\n        \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n        \"name\": \"Persoon\",\n        \"icon\": null,\n        \"description\": null,\n        \"is_editable\": true,\n        \"is_deleteable\": true,\n        \"created_at\": \"2023-11-10T12:31:05.000000Z\",\n        \"meta\": {\n            \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n            \"type\": \"entity.type\"\n        }\n    }\n}"}],"_postman_id":"d6a08ca6-2458-46a7-9fb5-c4295852a716"},{"name":"Fetch Profile","id":"a689903f-0e15-44f3-92fd-f1d5451cadd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI3YzUwNmJiMi1jNWI4LTQ4MzYtYTYyMS1hZDgxNTYxOWM4YmEiLCJqdGkiOiJlNzJjN2EyNTgzZmFhMzEzMzBhYjlmY2RmYWEzMzRhODExY2UxMmY2ZWNjM2U1NWU1ZTYyNTNjYWY2MjE4M2Y2MTAxOWYzNTViODE5ZmU3ZCIsImlhdCI6MTc3MzQwMzExNi44MjkxNiwibmJmIjoxNzczNDAzMTE2LjgyOTE2MywiZXhwIjoxNzczNDA0OTE2LjgxMzkwNywic3ViIjoiOWQxYmMwZWYtZDNjNi00NWE3LWI2NTgtYzYwNWJiOGM2OThlIiwic2NvcGVzIjpbXX0.a1YOV-jYgut6cZzw1Xeb8I14hHQHO9oZomfLucTsO-e7rhH1V9PW943exOl85tE_Ofe_lCAc0437bYySxWSvEIezIeJEfC6_uZ_6IIPrwUvawApUpxxjTVT1PsrVsGJkEoAcyM228VkuL4ToqHK0rR0BfGqCGORcyt1PEpquGA30Kv7ybhLIplkj1MWuZnydF0tbdcrkVnHVfSPHGnYPxIB7BfOSqeNMmy2r0YcRSDTqICuyPVdz1Tt24w8ofOLLNtRd-G3zxixvbD8hiy76T7VLvBj-L0huRLD91on04hRzRInExk5u4Ca3yCKlESqNjzHla6Gas8lSnQ2Rfv2Z-7sP7l_pm5I46RXWRX3oY4mPMgE_80tatKbFIBXawxxkrSO28JG1VG07B76lnUDNLDXPnoT4WyG6rwv5Nrop4lgqnlU7JuXWUyeUC3qUxACDk8SLhoFgbDHnSB6U6bWVPF18ZTAMO6G0A6nfs4-zRwxnsucMHMMDnQIe0Y_WidJ3ivGe9W4tzx7dVTvnSBRFVQ1Kh_BMwH5ObIkiC8GXnIt8LHueQ0kOJG6hxBPcOW49Azo4GKau7qn19TwgmsUgD8yA5bR2xxruZnS9UKl2vIQGEqPJcMLApVa-do-Ci0kP3rJdWD5XDeHfy4dVTZlTFQx-Knid6gf1J9T3jblprrI","type":"text"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities/profile?with[]=fields","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entities","profile"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"description":{"content":"<p>Include entity fields including values (without top level fields)</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include primary address, phone and email</p>\n","type":"text/plain"},"key":"with[]","value":"primary"}],"variable":[]}},"response":[{"id":"b8b8b0cb-3ca0-4400-ad12-cc919a5f2373","name":"Read Entity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities/9b213f7f-2c85-4701-b151-04c5758d7943?with[]=entity_type","host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"path":["v1","entities","9b213f7f-2c85-4701-b151-04c5758d7943"],"query":[{"key":"with[]","value":"addresses","type":"text","description":"Include addresses","disabled":true},{"key":"with[]","value":"emails","type":"text","description":"Include emails","disabled":true},{"key":"with[]","value":"phones","type":"text","description":"Include phones","disabled":true},{"key":"with[]","value":"projects","type":"text","description":"Include projects","disabled":true},{"key":"with[]","value":"media","type":"text","description":"Include media","disabled":true},{"key":"with[]","value":"fields","type":"text","description":"Include fields including values (with top level fields)","disabled":true},{"key":"with[]","value":"entity_fields","type":"text","description":"Include entity fields including values (without top level fields)","disabled":true},{"key":"with[]","value":"top_level_fields","description":"Include top level fields including values","disabled":true},{"key":"with[]","value":"portal_fields","type":"text","description":"Include fields for portal including values","disabled":true},{"key":"with[]","value":"entity_type","type":"text","description":"Include entity type"},{"key":"with[]","value":"primary","type":"text","description":"Include primary address, phone and email","disabled":true},{"key":"with[]","value":"relations","type":"text","description":"Include entity relations","disabled":true},{"key":"with[]","value":"integrations","type":"text","description":"Include integrations","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:55:04 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n    \"name\": \"Joseph Budiarto\",\n    \"username\": null,\n    \"is_active\": true,\n    \"created_at\": \"2024-01-19T13:30:15.000000Z\",\n    \"meta\": {\n        \"id\": \"9b213f7f-2c85-4701-b151-04c5758d7943\",\n        \"type\": \"entity\"\n    },\n    \"entity_type\": {\n        \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n        \"name\": \"Persoon\",\n        \"icon\": null,\n        \"description\": null,\n        \"is_editable\": true,\n        \"is_deleteable\": true,\n        \"created_at\": \"2023-11-10T12:31:05.000000Z\",\n        \"meta\": {\n            \"id\": \"1336b9ab-abb5-490a-9f64-a182ff209916\",\n            \"type\": \"entity.type\"\n        }\n    }\n}"}],"_postman_id":"a689903f-0e15-44f3-92fd-f1d5451cadd9"},{"name":"Create Entity","id":"a1f169e2-780a-4903-9a34-861fec2be1d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"entity_type","value":"45e5e61f-90bb-4345-884d-9cf1b3c18102","type":"text","description":"<p>Entity type UUID (required)</p>\n"},{"key":"name","value":"Henk","type":"text","description":"<p>Entity name, max 191 characters</p>\n"},{"key":"is_active","value":"true","type":"text","description":"<p>true, false</p>\n"},{"key":"emails[0][value]","value":"henk@atabix.nl","type":"text","description":"<p>Array of emails for entity. Here email address</p>\n"},{"key":"emails[0][label]","value":"work","type":"text","description":"<p>work, private, other</p>\n"},{"key":"emails[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 email can be primary</p>\n"},{"key":"phones[0][value]","value":"0612345678","type":"text","description":"<p>Array of phone numbers for entity. Here phone number</p>\n"},{"key":"phones[0][label]","value":"work","type":"text","description":"<p>work, private, other</p>\n"},{"key":"phones[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 phone number can be primary</p>\n"},{"key":"addresses[0][post_code]","value":"1101BE","type":"text","description":"<p>Array of addresses for entity. Here postal code</p>\n"},{"key":"addresses[0][number]","value":"56","type":"text","description":"<p>House number</p>\n"},{"key":"addresses[0][number_addition]","value":"R","type":"text","description":"<p>House number addition</p>\n"},{"key":"addresses[0][street]","value":"Hoogoorddreef","type":"text","description":"<p>Street</p>\n"},{"key":"addresses[0][city]","value":"Amsterdam","type":"text","description":"<p>City</p>\n"},{"key":"addresses[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 address can be primary</p>\n"},{"key":"projects[0][id]","value":"0b9028ae-9286-48e7-aeea-8477f2aac6a3","type":"text","description":"<p>Array of project UUID's</p>\n"},{"key":"fields[0][id]","value":"f04b610d-c33f-42eb-96b2-c391a4c42af8","type":"text","description":"<p>Array of fields. Here field UUID (required)</p>\n"},{"key":"fields[0][value]","value":"Blue","type":"text","description":"<p>Field value</p>\n"},{"key":"relations[0][id]","value":"f04b610d-c33f-42eb-96b2-c391a4c42af8","type":"text","description":"<p>Array of relations. Here relation UUID (required)</p>\n"},{"key":"relations[0][function]","value":"Werkgever","type":"text","description":"<p>Function of the relation compared to you</p>\n"},{"key":"relations[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 relation can be primary</p>\n"},{"key":"relations[0][is_equivalent_function]","value":"false","type":"text","description":"<p>true, false. If true the function and relation_function will be the same</p>\n"},{"key":"relations[0][relation_function]","value":"Werknemer","type":"text","description":"<p>Your function compared to the relation</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entities"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1f169e2-780a-4903-9a34-861fec2be1d3"},{"name":"Update Entity","id":"8a68d6a9-9747-40cc-8b61-928d4a44ed3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Henk","type":"text","description":"<p>Entity name, max 191 characters</p>\n"},{"key":"is_active","value":"true","type":"text","description":"<p>true, false</p>\n"},{"key":"emails[0][id]","value":"6ef9ee86-4161-4985-b664-f9ad647ab3f6","type":"text","description":"<p>Array of emails for entity. Here email address UUID</p>\n"},{"key":"emails[0][value]","value":"henk@atabix.nl","type":"text","description":"<p>Email address</p>\n"},{"key":"emails[0][label]","value":"work","type":"text","description":"<p>work, private, other</p>\n"},{"key":"emails[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 email can be primary</p>\n"},{"key":"phones[0][id]","value":"1cd6e1ce-0cd2-47d9-9d60-5556676d8926","type":"text","description":"<p>Array of phone numbers for entity. Here phone number UUID</p>\n"},{"key":"phones[0][value]","value":"0612345678","type":"text","description":"<p>Phone number</p>\n"},{"key":"phones[0][label]","value":"work","type":"text","description":"<p>work, private, other</p>\n"},{"key":"phones[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 phone number can be primary</p>\n"},{"key":"addresses[0][id]","value":"7065c869-636f-41ac-920d-ce0a2ab55712","type":"text","description":"<p>Array of addresses for entity. Here address UUID</p>\n"},{"key":"addresses[0][post_code]","value":"1101BE","type":"text","description":"<p>Postal code</p>\n"},{"key":"addresses[0][number]","value":"56","type":"text","description":"<p>House number</p>\n"},{"key":"addresses[0][number_addition]","value":"R","type":"text","description":"<p>House number addition</p>\n"},{"key":"addresses[0][street]","value":"Hoogoorddreef","type":"text","description":"<p>Street</p>\n"},{"key":"addresses[0][city]","value":"Amsterdam","type":"text","description":"<p>City</p>\n"},{"key":"addresses[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 address can be primary</p>\n"},{"key":"projects[0][id]","value":"0b9028ae-9286-48e7-aeea-8477f2aac6a3","type":"text","description":"<p>Array of project UUID's</p>\n"},{"key":"fields[0][id]","value":"f04b610d-c33f-42eb-96b2-c391a4c42af8","type":"text","description":"<p>Array of fields. Here field UUID (required)</p>\n"},{"key":"fields[0][value]","value":"Blue","type":"text","description":"<p>Field value</p>\n"},{"key":"relations[0][id]","value":"f04b610d-c33f-42eb-96b2-c391a4c42af8","type":"text","description":"<p>Array of relations. Here relation UUID (required)</p>\n"},{"key":"relations[0][function]","value":"Werkgever","type":"text","description":"<p>Function of the relation compared to you</p>\n"},{"key":"relations[0][is_primary]","value":"true","type":"text","description":"<p>true, false. Only 1 relation can be primary</p>\n"},{"key":"relations[0][is_equivalent_function]","value":"false","type":"text","description":"<p>true, false. If true the function and relation_function will be the same</p>\n"},{"key":"relations[0][relation_function]","value":"Werknemer","type":"text","description":"<p>Your function compared to the relation</p>\n"},{"key":"credentials[username]","value":"henk","type":"text","description":"<p>Username of entity</p>\n"},{"key":"credentials[password]","value":"secret","type":"text","description":"<p>Password of entity</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities/{{entity_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entities","{{entity_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a68d6a9-9747-40cc-8b61-928d4a44ed3b"},{"name":"Delete Entity","id":"17ed2b89-105b-4855-8c73-660b34e8ab91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/entities/{{entity_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","entities","{{entity_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"17ed2b89-105b-4855-8c73-660b34e8ab91"}],"id":"176a852c-5a0b-4f39-8dff-d58fa4a15790","_postman_id":"176a852c-5a0b-4f39-8dff-d58fa4a15790","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Labels","item":[{"name":"List Labels","id":"6d6ea47d-8bf2-4da2-b8f9-ad351e6b46c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","labels"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include addresses</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Include emails</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include phones</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Include projects</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Include fields including values (with top level fields)</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>address, contact, contact_result, document_function, document_structure, document_status, task</p>\n","type":"text/plain"},"key":"filters[type]","value":"address"},{"disabled":true,"description":{"content":"<p>address, contact, contact_result, document_function, document_structure, document_status, task</p>\n","type":"text/plain"},"key":"filters[types]","value":"[addres, contact]"},{"disabled":true,"description":{"content":"<p>Include fields for portal including values</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Include entity type</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Include primary address, phone and email</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"key":"sort","value":"created_at"},{"disabled":true,"key":"sort","value":"updated_at"}],"variable":[]}},"response":[{"id":"7cf7d0f4-b46d-407e-adcc-db690aad01de","name":"List Labels","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels","host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"path":["v1","labels"],"query":[{"key":"with[]","value":"addresses","description":"Include addresses","type":"text","disabled":true},{"key":"with[]","value":"emails","description":"Include emails","type":"text","disabled":true},{"key":"with[]","value":"phones","description":"Include phones","type":"text","disabled":true},{"key":"with[]","value":"projects","description":"Include projects","type":"text","disabled":true},{"key":"with[]","value":"media","description":"Include media","type":"text","disabled":true},{"key":"with[]","value":"fields","description":"Include fields including values (with top level fields)","type":"text","disabled":true},{"key":"with[]","value":"entity_fields","description":"Include entity fields including values (without top level fields)","type":"text","disabled":true},{"key":"with[]","value":"top_level_fields","description":"Include top level fields including values","type":"text","disabled":true},{"key":"with[]","value":"portal_fields","description":"Include fields for portal including values","type":"text","disabled":true},{"key":"with[]","value":"entity_type","description":"Include entity type","type":"text","disabled":true},{"key":"with[]","value":"primary","description":"Include primary address, phone and email","type":"text","disabled":true},{"key":"with[]","value":"relations","description":"Include entity relations","type":"text","disabled":true},{"key":"with[]","value":"integrations","description":"Include integrations","type":"text","disabled":true},{"key":"page","value":"1","description":"Page number","type":"text","disabled":true},{"key":"limit","value":"15","description":"Items per page","type":"text","disabled":true},{"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270","description":"Entity UUID","type":"text","disabled":true},{"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of Entity UUID's","type":"text","disabled":true},{"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759","description":"Entity UUID to exclude from result","type":"text","disabled":true},{"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of Entity UUID's to exclude from result","type":"text","disabled":true},{"key":"filters[email]","value":"henk@atabix.nl","description":"Filter by entity emails","type":"text","disabled":true},{"key":"filters[phone]","value":"0612345678","description":"Filter by entity phone numbers","type":"text","disabled":true},{"key":"filters[name]","value":"Henk","description":"Filter by entity name","type":"text","disabled":true},{"key":"filters[entity_type]","value":"1d7c9444-8e37-4626-909a-b85c798d065a","description":"Filter by entity type UUID","type":"text","disabled":true},{"key":"filters[entity_types]","value":"[ea455aca-7c4d-4f19-a021-e131c9adf6f4, f1348634-20eb-4953-825d-c02353ff9de7]","description":"Filter by entity type UUIDs","type":"text","disabled":true},{"key":"sort","value":"default","description":"Default sort (name)","type":"text","disabled":true},{"key":"sort","value":"name","description":"Sort by entity name","type":"text","disabled":true},{"key":"sort","value":"id","description":"Sort by entity UUID","type":"text","disabled":true},{"key":"sort","value":"created_at","description":"Sort by entity creation datetime","type":"text","disabled":true},{"key":"sort","value":"updated_at","description":"Sort by entity update datetime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:54:10 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 23,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 2,\n    \"next_page_url\": \"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels?page=2\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 15,\n    \"data\": [\n        {\n            \"id\": \"45054436-4034-44b4-9da3-8ab75d61e79b\",\n            \"name\": \"Anders\",\n            \"type\": \"contact\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"a35de4d1-55f5-4d9e-a96a-dd6aa4475c6c\",\n            \"name\": \"E-mail\",\n            \"type\": \"contact\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"c0aa0635-3806-4e12-9a1f-3b87be6f5d3e\",\n            \"name\": \"Fysiek\",\n            \"type\": \"contact\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"8e2ace1e-2fbf-4099-b81c-de62a4f38b4d\",\n            \"name\": \"Telefoon\",\n            \"type\": \"contact\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"f763c721-d6bd-434a-abfe-2cff8ebbedd9\",\n            \"name\": \"Geen gehoor\",\n            \"type\": \"contact_result\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"fb7838a9-e621-4a54-b060-941151cd62e0\",\n            \"name\": \"Geen interesse\",\n            \"type\": \"contact_result\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"7a116dd9-a59d-44b6-a6a0-11c12356a71b\",\n            \"name\": \"Terugbellen\",\n            \"type\": \"contact_result\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"67fac52b-0745-4295-a3b6-d29796864f7a\",\n            \"name\": \"Voicemail\",\n            \"type\": \"contact_result\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"9b8d80f7-58ba-4be4-ab4b-82b642cd2157\",\n            \"name\": \"Anders\",\n            \"type\": \"address\",\n            \"created_at\": \"2024-03-13T09:02:43.000000Z\"\n        },\n        {\n            \"id\": \"9c8b5f76-42a7-4fdb-b56c-c63595e576fe\",\n            \"name\": \"Privé\",\n            \"type\": \"address\",\n            \"created_at\": \"2024-07-17T13:49:19.000000Z\"\n        },\n        {\n            \"id\": \"9c8b5f85-7501-467f-8c9e-6a367d5e51a3\",\n            \"name\": \"Werk\",\n            \"type\": \"address\",\n            \"created_at\": \"2024-07-17T13:49:29.000000Z\"\n        },\n        {\n            \"id\": \"aa0951c6-b694-4fbd-b9f5-5b005883e1e9\",\n            \"name\": \"Aanvraag\",\n            \"type\": \"document_function\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"e0a23722-080c-41d3-96a8-ea54d9f707a5\",\n            \"name\": \"Advies\",\n            \"type\": \"document_function\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"2b05987c-58e6-476d-aa84-84e5c6221f33\",\n            \"name\": \"Beleid\",\n            \"type\": \"document_function\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        },\n        {\n            \"id\": \"795a6827-0bb4-44b4-b460-5071d6a1638e\",\n            \"name\": \"Bezwaar\",\n            \"type\": \"document_function\",\n            \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"6d6ea47d-8bf2-4da2-b8f9-ad351e6b46c3"},{"name":"Read Label","id":"9df638a6-8203-48e9-973c-af9e2459cbbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels/{{label_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","labels","{{label_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include addresses</p>\n","type":"text/plain"},"key":"with[]","value":"addresses"},{"disabled":true,"description":{"content":"<p>Include emails</p>\n","type":"text/plain"},"key":"with[]","value":"emails"},{"disabled":true,"description":{"content":"<p>Include phones</p>\n","type":"text/plain"},"key":"with[]","value":"phones"},{"disabled":true,"description":{"content":"<p>Include projects</p>\n","type":"text/plain"},"key":"with[]","value":"projects"},{"disabled":true,"description":{"content":"<p>Include media</p>\n","type":"text/plain"},"key":"with[]","value":"media"},{"disabled":true,"description":{"content":"<p>Include fields including values (with top level fields)</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include entity fields including values (without top level fields)</p>\n","type":"text/plain"},"key":"with[]","value":"entity_fields"},{"disabled":true,"description":{"content":"<p>Include top level fields including values</p>\n","type":"text/plain"},"key":"with[]","value":"top_level_fields"},{"disabled":true,"description":{"content":"<p>Include fields for portal including values</p>\n","type":"text/plain"},"key":"with[]","value":"portal_fields"},{"disabled":true,"description":{"content":"<p>Include entity type</p>\n","type":"text/plain"},"key":"with[]","value":"entity_type"},{"disabled":true,"description":{"content":"<p>Include primary address, phone and email</p>\n","type":"text/plain"},"key":"with[]","value":"primary"},{"disabled":true,"description":{"content":"<p>Include entity relations</p>\n","type":"text/plain"},"key":"with[]","value":"relations"},{"disabled":true,"description":{"content":"<p>Include integrations</p>\n","type":"text/plain"},"key":"with[]","value":"integrations"}],"variable":[]}},"response":[{"id":"1e8af13a-d744-48c6-9c4e-3624e9fb0fc1","name":"Read Label","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels/9b213f7f-2c85-4701-b151-04c5758d7943","host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"path":["v1","labels","9b213f7f-2c85-4701-b151-04c5758d7943"],"query":[{"key":"with[]","value":"addresses","description":"Include addresses","type":"text","disabled":true},{"key":"with[]","value":"emails","description":"Include emails","type":"text","disabled":true},{"key":"with[]","value":"phones","description":"Include phones","type":"text","disabled":true},{"key":"with[]","value":"projects","description":"Include projects","type":"text","disabled":true},{"key":"with[]","value":"media","description":"Include media","type":"text","disabled":true},{"key":"with[]","value":"fields","description":"Include fields including values (with top level fields)","type":"text","disabled":true},{"key":"with[]","value":"entity_fields","description":"Include entity fields including values (without top level fields)","type":"text","disabled":true},{"key":"with[]","value":"top_level_fields","description":"Include top level fields including values","disabled":true},{"key":"with[]","value":"portal_fields","description":"Include fields for portal including values","type":"text","disabled":true},{"key":"with[]","value":"primary","description":"Include primary address, phone and email","type":"text","disabled":true},{"key":"with[]","value":"relations","description":"Include entity relations","type":"text","disabled":true},{"key":"with[]","value":"integrations","description":"Include integrations","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:55:04 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"45054436-4034-44b4-9da3-8ab75d61e79b\",\n    \"name\": \"Anders\",\n    \"type\": \"contact\",\n    \"created_at\": \"2024-02-16T17:23:13.000000Z\"\n}"}],"_postman_id":"9df638a6-8203-48e9-973c-af9e2459cbbd"},{"name":"Create Label","event":[{"script":{"exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"label_id\", data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"0bc42e1f-177e-a5a0-89a7-0b1f304b1d34","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Important\",\n    \"type\": \"contact\"\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels","description":"<p>Creates a new label.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","labels"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bc42e1f-177e-a5a0-89a7-0b1f304b1d34"},{"name":"Update Label","id":"d6168992-3fe7-2b3d-c105-b929fddea5ef","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated label name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels/{{label_id}}","description":"<p>Updates an existing label. Type cannot be changed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","labels","{{label_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6168992-3fe7-2b3d-c105-b929fddea5ef"},{"name":"Delete Label","id":"a20ab0b8-e73a-71b2-a3ee-44d0e7589eb8","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/labels/{{label_id}}","description":"<p>Deletes a label.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","labels","{{label_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"a20ab0b8-e73a-71b2-a3ee-44d0e7589eb8"}],"id":"a7f6a359-c292-43dc-9900-95a18247c473","_postman_id":"a7f6a359-c292-43dc-9900-95a18247c473","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Media","item":[{"name":"List Media","id":"3addb246-97d3-421e-8007-55c12a623967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/media","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Media UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Media UUID</p>\n","type":"text/plain"},"key":"filters[ids][]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Target UUID</p>\n","type":"text/plain"},"key":"filters[target_id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Target UUID</p>\n","type":"text/plain"},"key":"filters[target_ids][]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Moment UUID</p>\n","type":"text/plain"},"key":"filters[moment]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Moment UUID</p>\n","type":"text/plain"},"key":"filters[moments][]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Text</p>\n","type":"text/plain"},"key":"filters[name]","value":"contract"},{"disabled":true,"description":{"content":"<p>Text</p>\n","type":"text/plain"},"key":"filters[collection]","value":"pdf"},{"disabled":true,"description":{"content":"<p>Text</p>\n","type":"text/plain"},"key":"filters[collections][]","value":"pdf"},{"disabled":true,"description":{"content":"<p>Search by name</p>\n","type":"text/plain"},"key":"filters[search]","value":"contract"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_deleted]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[has_retention]","value":"true"},{"disabled":true,"description":{"content":"<p>Label UUID</p>\n","type":"text/plain"},"key":"filters[status]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Label UUID</p>\n","type":"text/plain"},"key":"filters[statuses]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entities]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Media type UUID</p>\n","type":"text/plain"},"key":"filters[media_type]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Media type UUID</p>\n","type":"text/plain"},"key":"filters[media_types][]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Date (Y-m-d H:i:s)</p>\n","type":"text/plain"},"key":"filters[created_at]","value":"2024-02-26 00:00:00"},{"disabled":true,"description":{"content":"<p>Date (Y-m-d H:i:s)</p>\n","type":"text/plain"},"key":"filters[starts_at]","value":"2024-02-26 00:00:00"},{"disabled":true,"description":{"content":"<p>Date (Y-m-d H:i:s)</p>\n","type":"text/plain"},"key":"filters[ends_at]","value":"2024-02-26 00:00:00"},{"disabled":true,"description":{"content":"<p>Sort by default</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Include media type</p>\n","type":"text/plain"},"key":"with[]","value":"media_type"},{"disabled":true,"description":{"content":"<p>Include status label</p>\n","type":"text/plain"},"key":"with[]","value":"status_label"},{"disabled":true,"description":{"content":"<p>Include moment</p>\n","type":"text/plain"},"key":"with[]","value":"moment"},{"disabled":true,"description":{"content":"<p>Include target</p>\n","type":"text/plain"},"key":"with[]","value":"target"},{"disabled":true,"description":{"content":"<p>include links</p>\n","type":"text/plain"},"key":"with[]","value":"links"},{"disabled":true,"description":{"content":"<p>Include custom properties</p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"},{"disabled":true,"description":{"content":"<p>Include fields</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include groups</p>\n","type":"text/plain"},"key":"with[]","value":"groups"}],"variable":[]}},"response":[],"_postman_id":"3addb246-97d3-421e-8007-55c12a623967"},{"name":"Create Media","id":"7f1b5ea0-84e1-482f-8c17-df05ba2c14d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"my-file","type":"text","description":"<p>Name of the media (max 191 characters, required)</p>\n"},{"key":"target.id","value":"753ccb76-1f08-4df1-824c-cd028bb85025","description":"<p>Target UUID (required)</p>\n","type":"text"},{"key":"target.type","value":"entity","type":"text","description":"<p>Target model type (required)</p>\n"},{"key":"media_type.id","value":"9df59b4e-3a5d-4ea9-9452-bde3f627a0ba","type":"text","description":"<p>Document type UUID</p>\n"},{"key":"collection","value":"default","type":"text","description":"<p>In which collection to save media</p>\n"},{"key":"file","type":"file","description":"<p>File (required)</p>\n","value":null},{"key":"starts_at","value":"2024-03-01","type":"text","description":"<p>Start date when media is available</p>\n"},{"key":"ends_at","value":"2024-04-01","type":"text","description":"<p>End date when media expires</p>\n"},{"key":"status_label.id","value":"75bbc042-060c-469a-a6ac-63cbba72aa61","type":"text","description":"<p>Label UUID</p>\n"},{"key":"moment.id","value":"75bbc042-060c-469a-a6ac-63cbba72aa61","type":"text","description":"<p>Contact moment UUID</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/media","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f1b5ea0-84e1-482f-8c17-df05ba2c14d3"},{"name":"Update Media","id":"f7e9a1ef-0da1-4dde-9849-8608fbacd6b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"my-file","type":"text","description":"<p>Name of the media (max 191 characters)</p>\n"},{"key":"target","value":"DENY","description":"<p>Target</p>\n","type":"text"},{"key":"collection","value":"default","type":"text","description":"<p>In which collection to save media</p>\n"},{"key":"file","type":"text","description":"<p>File</p>\n","value":"DENY"},{"key":"starts_at","value":"2024-03-01","type":"text","description":"<p>Start date when media is available</p>\n"},{"key":"ends_at","value":"2024-04-01","type":"text","description":"<p>End date when media expires</p>\n"},{"key":"status_label.id","value":"75bbc042-060c-469a-a6ac-63cbba72aa61","type":"text","description":"<p>Label UUID</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/media/{{media_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media","{{media_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7e9a1ef-0da1-4dde-9849-8608fbacd6b8"},{"name":"Delete Media","id":"f5702326-4fbf-4b24-aea7-ebd916637afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments/{{moment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments","{{moment_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5702326-4fbf-4b24-aea7-ebd916637afe"},{"name":"Read Media","id":"905916e6-ec7a-4741-ae6f-da16efcb155a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/media/{{media_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media","{{media_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include media type</p>\n","type":"text/plain"},"key":"with[]","value":"media_type"},{"disabled":true,"description":{"content":"<p>Include status label</p>\n","type":"text/plain"},"key":"with[]","value":"status_label"},{"disabled":true,"description":{"content":"<p>Include moment</p>\n","type":"text/plain"},"key":"with[]","value":"moment"},{"disabled":true,"description":{"content":"<p>Include target</p>\n","type":"text/plain"},"key":"with[]","value":"target"},{"disabled":true,"description":{"content":"<p>include links</p>\n","type":"text/plain"},"key":"with[]","value":"links"},{"disabled":true,"description":{"content":"<p>Include custom properties</p>\n","type":"text/plain"},"key":"with[]","value":"custom_properties"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"},{"disabled":true,"description":{"content":"<p>Include fields</p>\n","type":"text/plain"},"key":"with[]","value":"fields"},{"disabled":true,"description":{"content":"<p>Include groups</p>\n","type":"text/plain"},"key":"with[]","value":"groups"}],"variable":[]}},"response":[],"_postman_id":"905916e6-ec7a-4741-ae6f-da16efcb155a"}],"id":"43b1fcba-a322-4004-b355-2c1770a3407e","_postman_id":"43b1fcba-a322-4004-b355-2c1770a3407e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Messages","item":[{"name":"List Messages","id":"df699765-2945-4183-819a-d86ef70506f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/messages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include User that created the message</p>\n","type":"text/plain"},"key":"with[]","value":"author"},{"disabled":true,"description":{"content":"<p>Include additional data of the message</p>\n","type":"text/plain"},"key":"with[]","value":"data"},{"disabled":true,"description":{"content":"<p>Include additional data if the message is for a contact moment or media</p>\n","type":"text/plain"},"key":"with[]","value":"message_data"},{"disabled":true,"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"},{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Message UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Message UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Message UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Message UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Search the message body</p>\n","type":"text/plain"},"key":"filters[search]","value":"We zijn gebeld door"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[author]","value":"0b77bd6f-6222-44da-9a1e-99d8f196dc5a"},{"disabled":true,"description":{"content":"<p>Array of User UUID's</p>\n","type":"text/plain"},"key":"filters[authors]","value":"[0b77bd6f-6222-44da-9a1e-99d8f196dc5a, 332fce09-dacf-40a1-862a-c530c8902166]"},{"disabled":true,"description":{"content":"<p>Model UUID where message is attached to</p>\n","type":"text/plain"},"key":"filters[target]","value":"0b77bd6f-6222-44da-9a1e-99d8f196dc5a"},{"disabled":true,"description":{"content":"<p>Array of Model UUID's where message is attached to</p>\n","type":"text/plain"},"key":"filters[targets]","value":"[0b77bd6f-6222-44da-9a1e-99d8f196dc5a, 332fce09-dacf-40a1-862a-c530c8902166]"},{"disabled":true,"description":{"content":"<p>Model type where message is attached to</p>\n","type":"text/plain"},"key":"filters[target_type]","value":"entity"},{"disabled":true,"description":{"content":"<p>Array of Model types where message is attached to</p>\n","type":"text/plain"},"key":"filters[target_types]","value":"[entity]"},{"disabled":true,"description":{"content":"<p>comment, contact_moment, media, task</p>\n","type":"text/plain"},"key":"filters[type]","value":"comment"},{"disabled":true,"description":{"content":"<p>comment, contact_moment, media, task</p>\n","type":"text/plain"},"key":"filters[types]","value":"[comment, contact_moment]"},{"disabled":true,"description":{"content":"<p>greater, greater_than_or_equal_to, equal, less, less_than_or_equal_to, range</p>\n","type":"text/plain"},"key":"filters[$created_at]","value":"less"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: Not available for range, see filters[created_at][]</p>\n","type":"text/plain"},"key":"filters[created_at]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: When using range both of the rangevalues should be send in an array</p>\n","type":"text/plain"},"key":"filters[created_at][]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>Filter by creation date period. Both start and end dates need to be present to work</p>\n","type":"text/plain"},"key":"filters[created_at][from]","value":"2024-01-01"},{"disabled":true,"description":{"content":"<p>Filter by creation date period. Both start and end dates need to be present to work</p>\n","type":"text/plain"},"key":"filters[created_at][to]","value":"2024-01-02"},{"disabled":true,"description":{"content":"<p>greater, greater_than_or_equal_to, equal, less, less_than_or_equal_to, range</p>\n","type":"text/plain"},"key":"filters[$updated_at]","value":"less"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: Not available for range, see filters[updated_at][]</p>\n","type":"text/plain"},"key":"filters[updated_at]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD: When using range both of the rangevalues should be send in an array</p>\n","type":"text/plain"},"key":"filters[updated_at][]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[updated_at][to]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>JJJJ-MM-DD - deprecated</p>\n","type":"text/plain"},"key":"filters[updated_at][from]","value":"2024-02-28"},{"disabled":true,"description":{"content":"<p>Tag UUID</p>\n","type":"text/plain"},"key":"filters[tag]","value":"0b77bd6f-6222-44da-9a1e-99d8f196dc5a"},{"disabled":true,"description":{"content":"<p>Array of Tag UUID's</p>\n","type":"text/plain"},"key":"filters[tags]","value":"[0b77bd6f-6222-44da-9a1e-99d8f196dc5a, 332fce09-dacf-40a1-862a-c530c8902166]"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"0b77bd6f-6222-44da-9a1e-99d8f196dc5a"},{"disabled":true,"description":{"content":"<p>Array of Entity UUID's</p>\n","type":"text/plain"},"key":"filters[entities]","value":"[0b77bd6f-6222-44da-9a1e-99d8f196dc5a, 332fce09-dacf-40a1-862a-c530c8902166]"},{"disabled":true,"description":{"content":"<p>Default sort (date)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by contact moment created_at if applicable or message created_at</p>\n","type":"text/plain"},"key":"sort","value":"date"},{"disabled":true,"description":{"content":"<p>Sort by message UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by contact moments creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by contact moment update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[],"_postman_id":"df699765-2945-4183-819a-d86ef70506f4"},{"name":"Read Message","id":"58f2ccbf-3ec3-43c4-b31d-8735a78cf933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/messages/{{message_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages","{{message_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include User that created the message</p>\n","type":"text/plain"},"key":"with[]","value":"author"},{"disabled":true,"description":{"content":"<p>Include additional data of the message</p>\n","type":"text/plain"},"key":"with[]","value":"data"},{"disabled":true,"description":{"content":"<p>Include additional data if the message is for a contact moment or media</p>\n","type":"text/plain"},"key":"with[]","value":"message_data"},{"disabled":true,"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"}],"variable":[]}},"response":[],"_postman_id":"58f2ccbf-3ec3-43c4-b31d-8735a78cf933"},{"name":"Create Message","id":"ef0f75b9-a0dc-4d28-b2db-fb494877dd35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"target.id","value":"ebcefd1d-5f61-49a5-964e-955f7fa90810","type":"text","description":"<p>UUID of target. Required</p>\n"},{"key":"target.type","value":"entity","description":"<p>Model type of target (entity). Required</p>\n","type":"text"},{"key":"messageable.id","value":"d9883b64-a48e-4014-9d25-3d2d5e5cd674","type":"text","description":"<p>UUID of messageable</p>\n"},{"key":"messageable.type","value":"moment","description":"<p>Model type of messageable (media, moment, task)</p>\n","type":"text"},{"key":"type","value":"comment","type":"text","description":"<p>Type of message (comment, media, moment, task)</p>\n"},{"key":"body","value":"Body of message","type":"text","description":"<p>Body of message. Required</p>\n"},{"key":"tag","value":"Tag","type":"text","description":"<p>A string to tag the message with</p>\n"},{"key":"author_user_id","value":"DENY","type":"text","description":"<ul>\n<li></li>\n</ul>\n"},{"key":"data","value":"DENY","type":"text","description":"<ul>\n<li></li>\n</ul>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/messages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef0f75b9-a0dc-4d28-b2db-fb494877dd35"},{"name":"Update Message","id":"916d89c4-30c8-f778-e617-f5584e0e20b3","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"Updated message body\",\n    \"tag\": \"follow-up\"\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/messages/{{message_id}}","description":"<p>Updates an existing CRM message. Target, type, author and data cannot be changed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","messages","{{message_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"916d89c4-30c8-f778-e617-f5584e0e20b3"}],"id":"5fb20d36-c2da-465d-a4e3-803dcc35d132","_postman_id":"5fb20d36-c2da-465d-a4e3-803dcc35d132","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Tasks","item":[{"name":"List Tasks","id":"e8f8e353-9737-4bfb-9ef4-aebb0687d432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/tasks","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","tasks"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include responsisble user of the task</p>\n","type":"text/plain"},"key":"with[]","value":"owner"},{"disabled":true,"description":{"content":"<p>Include user that completed the task</p>\n","type":"text/plain"},"key":"with[]","value":"completer"},{"disabled":true,"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"},{"disabled":true,"description":{"content":"<p>Include project</p>\n","type":"text/plain"},"key":"with[]","value":"project"},{"disabled":true,"description":{"content":"<p>Include label</p>\n","type":"text/plain"},"key":"with[]","value":"label"},{"disabled":true,"description":{"content":"<p>Include deadline</p>\n","type":"text/plain"},"key":"with[]","value":"deadline"},{"disabled":true,"description":{"content":"<p>Task UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Task UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Task UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Task UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Entity UUID's</p>\n","type":"text/plain"},"key":"filters[entities]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Responsisble user UUID</p>\n","type":"text/plain"},"key":"filters[owner]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Responsisble user UUID's</p>\n","type":"text/plain"},"key":"filters[owners]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Project UUID</p>\n","type":"text/plain"},"key":"filters[project]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Project UUID's</p>\n","type":"text/plain"},"key":"filters[projects]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Filters all tasks where current user is the responsible user</p>\n","type":"text/plain"},"key":"filters[me]","value":"true"},{"disabled":true,"description":{"content":"<p>Filters all task based on if they are completed (true, false)</p>\n","type":"text/plain"},"key":"filters[is_completed]","value":"true"},{"disabled":true,"description":{"content":"<p>Filters all task based on if matter is associated (true, false)</p>\n","type":"text/plain"},"key":"filters[has_matter]","value":"true"},{"disabled":true,"description":{"content":"<p>Matter UUID</p>\n","type":"text/plain"},"key":"filters[matter]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Matter UUID's</p>\n","type":"text/plain"},"key":"filters[matters]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Label UUID</p>\n","type":"text/plain"},"key":"filters[label]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of Label UUID's</p>\n","type":"text/plain"},"key":"filters[labels]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Filters all tasks that have the label \"Terugbelverzoek\" (true, false)</p>\n","type":"text/plain"},"key":"filters[is_callback_request]","value":"true"},{"disabled":true,"description":{"content":"<p>Default sort (id)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by task UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by task creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by task update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[],"_postman_id":"e8f8e353-9737-4bfb-9ef4-aebb0687d432"},{"name":"Read Task","id":"cbb1f75d-6ab9-4631-924e-a8f114b1a27e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/tasks/{{task_id}}?with[]=owner&with[]=completer&with[]=entity&with[]=project&with[]=label&with[]=deadline","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","tasks","{{task_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"description":{"content":"<p>Include responsisble user of the task</p>\n","type":"text/plain"},"key":"with[]","value":"owner"},{"description":{"content":"<p>Include user that completed the task</p>\n","type":"text/plain"},"key":"with[]","value":"completer"},{"description":{"content":"<p>Include entity</p>\n","type":"text/plain"},"key":"with[]","value":"entity"},{"description":{"content":"<p>Include project</p>\n","type":"text/plain"},"key":"with[]","value":"project"},{"description":{"content":"<p>Include label</p>\n","type":"text/plain"},"key":"with[]","value":"label"},{"description":{"content":"<p>Include deadline</p>\n","type":"text/plain"},"key":"with[]","value":"deadline"}],"variable":[]}},"response":[],"_postman_id":"cbb1f75d-6ab9-4631-924e-a8f114b1a27e"},{"name":"Create Task","id":"bb891803-ced1-4151-846a-da0b7534ded2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Project UUID (required without entity.id)</p>\n"},{"key":"entity.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Entity UUID (required without project.id)</p>\n"},{"key":"label.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Label UUID (required)</p>\n"},{"key":"result.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Result Label UUID</p>\n"},{"key":"summary","value":"Summary description","type":"text","description":"<p>Summary of contact moment</p>\n"},{"key":"subject","value":"Gebeld door Henk","type":"text","description":"<p>Subject of contact moment</p>\n"},{"key":"users","value":"[{\"id\" => \"14f72354-38be-4f14-9071-19b1728f805d\"}]","type":"text","description":"<p>Array of users (required)</p>\n"},{"key":"users.*.id","value":"14f72354-38be-4f14-9071-19b1728f805d","type":"text","description":"<p>User UUID</p>\n"},{"key":"starts_at","value":"2024-01-01 11:11:00","type":"text","description":"<p>Contact moment start date (datetime)</p>\n"},{"key":"ends_at","value":"2024-01-05 11:11:00","type":"text","description":"<p>Contact moment end date (datetime)</p>\n"},{"key":"matter.id","value":"f406e097-54e3-4335-b477-00a75613fe08","type":"text","description":"<p>Related cases matter UUID</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb891803-ced1-4151-846a-da0b7534ded2"},{"name":"Update Task","id":"83cce770-ff2b-4cd1-a7f0-f7886727a6de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"project.id","value":"DENY","type":"text","description":"<p>Project UUID</p>\n"},{"key":"entity.id","value":"DENY","type":"text","description":"<p>Entity UUID</p>\n"},{"key":"label.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Label UUID</p>\n"},{"key":"result.id","value":"fa713c64-ee78-4530-83cd-e840e222aafb","type":"text","description":"<p>Result Label UUID</p>\n"},{"key":"summary","value":"Summary description","type":"text","description":"<p>Summary of contact moment</p>\n"},{"key":"subject","value":"Gebeld door Henk","type":"text","description":"<p>Subject of contact moment</p>\n"},{"key":"users","value":"[{\"id\" => \"14f72354-38be-4f14-9071-19b1728f805d\"}]","type":"text","description":"<p>Array of users (required)</p>\n"},{"key":"users.*.id","value":"14f72354-38be-4f14-9071-19b1728f805d","type":"text","description":"<p>User UUID</p>\n"},{"key":"starts_at","value":"2024-01-01 11:11:00","type":"text","description":"<p>Contact moment start date (datetime)</p>\n"},{"key":"ends_at","value":"2024-01-05 11:11:00","type":"text","description":"<p>Contact moment end date (datetime)</p>\n"},{"key":"matter.id","value":"f406e097-54e3-4335-b477-00a75613fe08","type":"text","description":"<p>Related cases matter UUID</p>\n"}]},"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments/{{moment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments","{{moment_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"83cce770-ff2b-4cd1-a7f0-f7886727a6de"},{"name":"Delete Task","id":"ece10f06-dc27-470c-a848-87671e0725da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/moments/{{moment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","moments","{{moment_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"ece10f06-dc27-470c-a848-87671e0725da"}],"id":"7884d9fc-f889-4b31-963e-d8be02b5121f","_postman_id":"7884d9fc-f889-4b31-963e-d8be02b5121f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Target Groups","item":[{"name":"List Target Groups","id":"bbbdbd44-6f0b-f6a4-934b-ada6f93313d7","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/target-groups","description":"<p>Returns a paginated list of target groups.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","target-groups"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Page size</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Search term</p>\n","type":"text/plain"},"key":"filters[search]","value":"klanten"},{"disabled":true,"description":{"content":"<p>Default sort</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"}],"variable":[]}},"response":[],"_postman_id":"bbbdbd44-6f0b-f6a4-934b-ada6f93313d7"},{"name":"Read Target Group","id":"f235ffba-a73a-0d8e-5f2e-6f66885acbff","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/target-groups/{{target_group_id}}","description":"<p>Returns a single target group by its UUID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","target-groups","{{target_group_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f235ffba-a73a-0d8e-5f2e-6f66885acbff"}],"id":"ce63da01-177c-4224-545e-27946d36474e","_postman_id":"ce63da01-177c-4224-545e-27946d36474e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Users","item":[{"name":"List Users","id":"d720d814-4008-695e-d12c-235814c0b02b","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/users","description":"<p>Returns a paginated list of CRM users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Page size</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Search term</p>\n","type":"text/plain"},"key":"filters[search]","value":"Jansen"}],"variable":[]}},"response":[],"_postman_id":"d720d814-4008-695e-d12c-235814c0b02b"},{"name":"Read User","id":"e08aa7e0-8706-674b-e714-2e14ff75a548","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.crm.atabase.nl/v1/users/{{user_id}}","description":"<p>Returns a single CRM user by UUID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users","{{user_id}}"],"host":["https://MIJNOMGEVING.api.crm.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e08aa7e0-8706-674b-e714-2e14ff75a548"}],"id":"c156a700-cc29-8248-99b9-48af42d94bca","_postman_id":"c156a700-cc29-8248-99b9-48af42d94bca","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"e69b5990-b15b-435f-bc17-94f078f6605a","_postman_id":"e69b5990-b15b-435f-bc17-94f078f6605a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Forms","item":[{"name":"Audits","item":[{"name":"List Audits","id":"99034102-96cb-4b8b-85c2-b4b0f24fbc4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/audits","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include old and new values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Audit ID</p>\n","type":"text/plain"},"key":"filters[id]","value":"1120"},{"disabled":true,"description":{"content":"<p>Array of audit ID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[1120, 1121]"},{"disabled":true,"description":{"content":"<p>Audit ID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"998"},{"disabled":true,"description":{"content":"<p>Array of audit ID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[998, 999]"},{"disabled":true,"description":{"content":"<p>Model type</p>\n","type":"text/plain"},"key":"filters[model_type]","value":"form.version"},{"disabled":true,"description":{"content":"<p>Model UUID</p>\n","type":"text/plain"},"key":"filters[model_id]","value":"ea2010a4-5ed5-4eea-a536-5c2a88864238"},{"disabled":true,"description":{"content":"<p>Array of model UUID's</p>\n","type":"text/plain"},"key":"filters[model_ids]","value":"[ea2010a4-5ed5-4eea-a536-5c2a88864238, 11b4cdef-68ee-41e9-b462-4ade8f7ea6b6]"},{"disabled":true,"description":{"content":"<p>'retrieved', 'exported', 'created', 'updated', 'deleted', 'restored', 'atabase-cases-synced', 'atabase-cases-sync-failed', 'draft-submission-saved'</p>\n","type":"text/plain"},"key":"filters[event]","value":"created"},{"disabled":true,"description":{"content":"<p>'retrieved', 'exported', 'created', 'updated', 'deleted', 'restored', 'atabase-cases-synced', 'atabase-cases-sync-failed', 'draft-submission-saved'</p>\n","type":"text/plain"},"key":"filters[events]","value":"[created, updated]"},{"disabled":true,"description":{"content":"<p>true, false (console audits have not user)</p>\n","type":"text/plain"},"key":"filters[is_console]","value":"true"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"72779627-48f7-480d-b67b-7264e192bbc6"},{"disabled":true,"description":{"content":"<p>Array of user UUID's</p>\n","type":"text/plain"},"key":"filters[users]","value":"[72779627-48f7-480d-b67b-7264e192bbc6, 1b02dd7d-fe23-453c-9d11-4d7a11ad88d6]"},{"disabled":true,"description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"key":"filters[form]","value":"bf044f7b-0988-4134-81dd-0c292311b786"},{"disabled":true,"description":{"content":"<p>Array of form UUID's</p>\n","type":"text/plain"},"key":"filters[forms]","value":"[bf044f7b-0988-4134-81dd-0c292311b786, 11b20a31-50ed-4f0d-b86f-5d53fe97c6ba]"},{"disabled":true,"description":{"content":"<p>Version UUID</p>\n","type":"text/plain"},"key":"filters[version]","value":"09425e47-737b-45b7-b639-826fd24b7813"},{"disabled":true,"description":{"content":"<p>Array of version UUID's</p>\n","type":"text/plain"},"key":"filters[versions]","value":"[09425e47-737b-45b7-b639-826fd24b7813, 368a9be2-82a9-4885-b126-c3c3dfd2eceb]"},{"disabled":true,"description":{"content":"<p>Date inclusive</p>\n","type":"text/plain"},"key":"filters[created_before]","value":"2024-02-29"},{"disabled":true,"description":{"content":"<p>Date inclusive</p>\n","type":"text/plain"},"key":"filters[created_after]","value":"2024-02-01"},{"disabled":true,"description":{"content":"<p>Default sort (created)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by audit ID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by form creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created"},{"disabled":true,"description":{"content":"<p>Sort by form update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[],"_postman_id":"99034102-96cb-4b8b-85c2-b4b0f24fbc4d"},{"name":"Read Audit","id":"77cf94e1-157b-40a1-8c92-86f5266be7b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/audits/{{audit_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits","{{audit_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include old and new values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include tags</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"}],"variable":[]}},"response":[],"_postman_id":"77cf94e1-157b-40a1-8c92-86f5266be7b7"}],"id":"b4cf11da-02fd-436b-90fa-f62529c3f675","_postman_id":"b4cf11da-02fd-436b-90fa-f62529c3f675","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Forms","item":[{"name":"Submissions","item":[{"name":"List Submissions","id":"4e74aec1-97cd-467d-b3cf-1a15fa6a2774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms/submissions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms","submissions"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include form</p>\n","type":"text/plain"},"key":"with[]","value":"form"},{"disabled":true,"description":{"content":"<p>Include version</p>\n","type":"text/plain"},"key":"with[]","value":"version"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include cases integration logs</p>\n","type":"text/plain"},"key":"with[]","value":"cases_integration_logs"},{"disabled":true,"description":{"content":"<p>Include environment</p>\n","type":"text/plain"},"key":"with[]","value":"environment"},{"disabled":true,"description":{"content":"<p>Include answers</p>\n","type":"text/plain"},"key":"with[]","value":"answers"},{"disabled":true,"description":{"content":"<p>Include PDF</p>\n","type":"text/plain"},"key":"with[]","value":"pdf"},{"disabled":true,"description":{"content":"<p>Include payment transactions</p>\n","type":"text/plain"},"key":"with[]","value":"payment_transactions"},{"disabled":true,"description":{"content":"<p>Include context</p>\n","type":"text/plain"},"key":"with[]","value":"context"},{"disabled":true,"description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of form UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Form UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of form UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Search by form version title</p>\n","type":"text/plain"},"key":"filters[search]","value":"v1"},{"disabled":true,"description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"key":"filters[form]","value":"9b5578fb-d549-48c4-8498-f4013d2c34f5"},{"disabled":true,"description":{"content":"<p>Version UUID</p>\n","type":"text/plain"},"key":"filters[version]","value":"9b5f4f91-9b4a-4f66-a5c8-52ca81419a61"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"ad6779e0-5c21-4b0c-9238-e8efa912b359"},{"disabled":true,"description":{"content":"<p>Entity UUID</p>\n","type":"text/plain"},"key":"filters[entity]","value":"2b1c5a77-5479-46a8-98a6-4b651e6e98fa"},{"disabled":true,"description":{"content":"<p>draft, final, payment_pending</p>\n","type":"text/plain"},"key":"filters[status]","value":"draft"},{"disabled":true,"description":{"content":"<p>Environment UUID</p>\n","type":"text/plain"},"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2"},{"disabled":true,"description":{"content":"<p>Array of environment UUID's</p>\n","type":"text/plain"},"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]"},{"disabled":true,"description":{"content":"<p>Array with from and to dates</p>\n","type":"text/plain"},"key":"filters[created_at]","value":"[\"from\" => 2024-02-01, \"to\" => 2024-02-29]"},{"disabled":true,"description":{"content":"<p>Array with from and to dates</p>\n","type":"text/plain"},"key":"filters[updated_at]","value":"[\"from\" => 2024-02-01, \"to\" => 2024-02-29]"},{"disabled":true,"description":{"content":"<p>Default sort (created_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by submission UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by form creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by form update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[{"id":"79f7ac82-c212-4246-8a61-013797d65dd9","name":"List Submissions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms/submissions?filters[form]=9b5578fb-d549-48c4-8498-f4013d2c34f5&filters[version]=9b5f4f91-9b4a-4f66-a5c8-52ca81419a61","host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"path":["v1","forms","submissions"],"query":[{"key":"page","value":"1","description":"Page number","disabled":true},{"key":"limit","value":"15","description":"Items per page","disabled":true},{"key":"with[]","value":"form","description":"Include form","disabled":true},{"key":"with[]","value":"version","description":"Include version","disabled":true},{"key":"with[]","value":"user","description":"Include user","type":"text","disabled":true},{"key":"with[]","value":"cases_integration_logs","description":"Include cases integration logs","type":"text","disabled":true},{"key":"with[]","value":"environment","description":"Include environment","type":"text","disabled":true},{"key":"with[]","value":"answers","description":"Include answers","type":"text","disabled":true},{"key":"with[]","value":"pdf","description":"Include PDF","type":"text","disabled":true},{"key":"with[]","value":"payment_transactions","description":"Include payment transactions","disabled":true},{"key":"with[]","value":"context","description":"Include context","disabled":true},{"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270","description":"Form UUID","disabled":true},{"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of form UUID's","disabled":true},{"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759","description":"Form UUID to exclude from result","disabled":true},{"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of form UUID's to exclude from result","disabled":true},{"key":"filters[search]","value":"v1","description":"Search by form version title","disabled":true},{"key":"filters[form]","value":"9b5578fb-d549-48c4-8498-f4013d2c34f5","description":"Form UUID"},{"key":"filters[version]","value":"9b5f4f91-9b4a-4f66-a5c8-52ca81419a61","description":"Version UUID"},{"key":"filters[user]","value":"ad6779e0-5c21-4b0c-9238-e8efa912b359","description":"User UUID","disabled":true},{"key":"filters[entity]","value":"2b1c5a77-5479-46a8-98a6-4b651e6e98fa","description":"Entity UUID","disabled":true},{"key":"filters[status]","value":"draft","description":"draft, final, payment_pending","disabled":true},{"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2","description":"Environment UUID","disabled":true},{"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]","description":"Array of environment UUID's","disabled":true},{"key":"filters[created_at]","value":"[\"from\" => 2024-02-01, \"to\" => 2024-02-29]","description":"Array with from and to dates","disabled":true},{"key":"filters[updated_at]","value":"[\"from\" => 2024-02-01, \"to\" => 2024-02-29]","description":"Array with from and to dates","disabled":true},{"key":"sort","value":"default","description":"Default sort (created_at)","disabled":true},{"key":"sort","value":"id","description":"Sort by submission UUID","disabled":true},{"key":"sort","value":"created_at","description":"Sort by form creation datetime","disabled":true},{"key":"sort","value":"updated_at","description":"Sort by form update datetime","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:52:46 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"497","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 2,\n    \"data\": [\n        {\n            \"id\": \"9b5f5000-ca0e-4b08-b2f0-04ec81479ed5\",\n            \"public_key\": null,\n            \"created_at\": \"2024-02-19T09:57:44.000000Z\",\n            \"is_expired\": false\n        },\n        {\n            \"id\": \"9b5f5068-0e7c-4249-82dc-fd152de93ae7\",\n            \"public_key\": null,\n            \"created_at\": \"2024-02-19T09:58:51.000000Z\",\n            \"is_expired\": false\n        }\n    ]\n}"}],"_postman_id":"4e74aec1-97cd-467d-b3cf-1a15fa6a2774"},{"name":"Read Submission","id":"fb759eba-a34f-47e3-a472-5dcc33b68a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms/submissions/{{form_submission_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms","submissions","{{form_submission_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include form</p>\n","type":"text/plain"},"key":"with[]","value":"form"},{"disabled":true,"description":{"content":"<p>Include version</p>\n","type":"text/plain"},"key":"with[]","value":"version"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include cases integration logs</p>\n","type":"text/plain"},"key":"with[]","value":"cases_integration_logs"},{"disabled":true,"description":{"content":"<p>Include environment</p>\n","type":"text/plain"},"key":"with[]","value":"environment"},{"disabled":true,"description":{"content":"<p>Include answers</p>\n","type":"text/plain"},"key":"with[]","value":"answers"},{"disabled":true,"description":{"content":"<p>Include PDF</p>\n","type":"text/plain"},"key":"with[]","value":"pdf"},{"disabled":true,"description":{"content":"<p>Include payment transactions</p>\n","type":"text/plain"},"key":"with[]","value":"payment_transactions"},{"disabled":true,"description":{"content":"<p>Include context</p>\n","type":"text/plain"},"key":"with[]","value":"context"}],"variable":[]}},"response":[],"_postman_id":"fb759eba-a34f-47e3-a472-5dcc33b68a88"}],"id":"e3993504-d606-4591-86c2-e11fbc651d7b","_postman_id":"e3993504-d606-4591-86c2-e11fbc651d7b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Versions","item":[{"name":"List Versions","id":"6a396b0e-015f-4caa-a301-e20a820978ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms/versions?filters[form]=9b5578fb-d549-48c4-8498-f4013d2c34f5","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms","versions"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include form</p>\n","type":"text/plain"},"key":"with[]","value":"form"},{"disabled":true,"description":{"content":"<p>Include pages</p>\n","type":"text/plain"},"key":"with[]","value":"pages"},{"disabled":true,"description":{"content":"<p>Include changes</p>\n","type":"text/plain"},"key":"with[]","value":"changes"},{"disabled":true,"description":{"content":"<p>Include latest change</p>\n","type":"text/plain"},"key":"with[]","value":"latest_change"},{"disabled":true,"description":{"content":"<p>Include cases integration settings</p>\n","type":"text/plain"},"key":"with[]","value":"cases_integration"},{"disabled":true,"description":{"content":"<p>Include theme</p>\n","type":"text/plain"},"key":"with[]","value":"theme"},{"disabled":true,"description":{"content":"<p>Include submission settings</p>\n","type":"text/plain"},"key":"with[]","value":"submission_settings"},{"disabled":true,"description":{"content":"<p>Include used template versions</p>\n","type":"text/plain"},"key":"with[]","value":"template_versions"},{"disabled":true,"description":{"content":"<p>Include environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>Include settings</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>Include formula dependencies</p>\n","type":"text/plain"},"key":"with[]","value":"formula_dependencies"},{"disabled":true,"description":{"content":"<p>Form version UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of form UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Form UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of form UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Search by form version Title</p>\n","type":"text/plain"},"key":"filters[search]","value":"v4"},{"disabled":true,"description":{"content":"<p>Template UUID</p>\n","type":"text/plain"},"key":"filters[template]","value":"8ca8e045-ed9b-447a-882e-68b9522aa831"},{"disabled":true,"description":{"content":"<p>Template version UUID</p>\n","type":"text/plain"},"key":"filters[template_version]","value":"24a80344-4e25-42e8-89f2-50d22496f050"},{"disabled":true,"description":{"content":"<p>Theme UUID</p>\n","type":"text/plain"},"key":"filters[theme]","value":"e050ffd9-51ef-42cd-ab62-c0cf3e30c4c6"},{"disabled":true,"description":{"content":"<p>Environment UUID</p>\n","type":"text/plain"},"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2"},{"disabled":true,"description":{"content":"<p>Array of environment UUID's</p>\n","type":"text/plain"},"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]"},{"disabled":true,"description":{"content":"<p>Target environment UUID</p>\n","type":"text/plain"},"key":"filters[target_environment]","value":"28b548bb-8f3c-4b87-95cb-e5d6b36cf9c5"},{"disabled":true,"description":{"content":"<p>Default sort (created_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by form version UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by form creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by form update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"},{"key":"filters[form]","value":"9b5578fb-d549-48c4-8498-f4013d2c34f5"}],"variable":[]}},"response":[{"id":"a59c11f0-a22a-4887-a935-90787925ff76","name":"List Versions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms/versions?filters[form]=9b5578fb-d549-48c4-8498-f4013d2c34f5","host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"path":["v1","forms","versions"],"query":[{"key":"page","value":"1","description":"Page number","disabled":true},{"key":"limit","value":"15","description":"Items per page","disabled":true},{"key":"with[]","value":"form","description":"Include form","disabled":true},{"key":"with[]","value":"pages","description":"Include pages","type":"text","disabled":true},{"key":"with[]","value":"changes","description":"Include changes","type":"text","disabled":true},{"key":"with[]","value":"latest_change","description":"Include latest change","type":"text","disabled":true},{"key":"with[]","value":"cases_integration","description":"Include cases integration settings","type":"text","disabled":true},{"key":"with[]","value":"theme","description":"Include theme","type":"text","disabled":true},{"key":"with[]","value":"submission_settings","description":"Include submission settings","type":"text","disabled":true},{"key":"with[]","value":"template_versions","description":"Include used template versions","type":"text","disabled":true},{"key":"with[]","value":"environments","description":"Include environments","disabled":true},{"key":"with[]","value":"settings","description":"Include settings","type":"text","disabled":true},{"key":"with[]","value":"formula_dependencies","description":"Include formula dependencies","type":"text","disabled":true},{"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270","description":"Form version UUID","disabled":true},{"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of form UUID's","disabled":true},{"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759","description":"Form UUID to exclude from result","disabled":true},{"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of form UUID's to exclude from result","disabled":true},{"key":"filters[search]","value":"v4","description":"Search by form version Title","disabled":true},{"key":"filters[template]","value":"8ca8e045-ed9b-447a-882e-68b9522aa831","description":"Template UUID","type":"text","disabled":true},{"key":"filters[template_version]","value":"24a80344-4e25-42e8-89f2-50d22496f050","description":"Template version UUID","disabled":true},{"key":"filters[theme]","value":"e050ffd9-51ef-42cd-ab62-c0cf3e30c4c6","description":"Theme UUID","type":"text","disabled":true},{"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2","description":"Environment UUID","type":"text","disabled":true},{"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]","description":"Array of environment UUID's","type":"text","disabled":true},{"key":"filters[target_environment]","value":"28b548bb-8f3c-4b87-95cb-e5d6b36cf9c5","description":"Target environment UUID","type":"text","disabled":true},{"key":"sort","value":"default","description":"Default sort (created_at)","type":"text","disabled":true},{"key":"sort","value":"id","description":"Sort by form version UUID","type":"text","disabled":true},{"key":"sort","value":"created_at","description":"Sort by form creation datetime","type":"text","disabled":true},{"key":"sort","value":"updated_at","description":"Sort by form update datetime","type":"text","disabled":true},{"key":"filters[form]","value":"9b5578fb-d549-48c4-8498-f4013d2c34f5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:51:48 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"496","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 7,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 7,\n    \"data\": [\n        {\n            \"id\": \"9b5f86f3-89ae-45cc-abc9-6cebc9cb2882\",\n            \"form_id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"form_title\": \"Atabase Cases Integration\",\n            \"title\": \"v7\",\n            \"description\": null,\n            \"webhook_url\": null,\n            \"status\": \"draft\",\n            \"created_at\": \"2024-02-19T12:31:23.000000Z\",\n            \"updated_at\": \"2024-02-19T12:31:23.000000Z\",\n            \"theme_id\": \"9f50ca86-2cb4-4b54-b2cc-3bbb06fc2cce\",\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"is_for_entity\": false,\n            \"is_for_internal_user\": true,\n            \"has_been_published_to_production\": false\n        },\n        {\n            \"id\": \"9b5f4f91-9b4a-4f66-a5c8-52ca81419a61\",\n            \"form_id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"form_title\": \"Atabase Cases Integration\",\n            \"title\": \"v6\",\n            \"description\": null,\n            \"webhook_url\": null,\n            \"status\": \"published\",\n            \"created_at\": \"2024-02-19T09:56:31.000000Z\",\n            \"updated_at\": \"2024-02-19T09:56:31.000000Z\",\n            \"theme_id\": \"9f50ca86-2cb4-4b54-b2cc-3bbb06fc2cce\",\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"is_for_entity\": false,\n            \"is_for_internal_user\": true,\n            \"has_been_published_to_production\": true\n        },\n        {\n            \"id\": \"9b57bd4d-2d09-4db1-8786-a2ca37fe6c52\",\n            \"form_id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"form_title\": \"Atabase Cases Integration\",\n            \"title\": \"v5\",\n            \"description\": null,\n            \"webhook_url\": null,\n            \"status\": \"unpublished\",\n            \"created_at\": \"2024-02-15T15:36:44.000000Z\",\n            \"updated_at\": \"2024-02-15T15:36:44.000000Z\",\n            \"theme_id\": \"9f50ca86-2cb4-4b54-b2cc-3bbb06fc2cce\",\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"is_for_entity\": false,\n            \"is_for_internal_user\": false,\n            \"has_been_published_to_production\": true\n        },\n        {\n            \"id\": \"9b57b9c7-336f-414e-8358-430716eedfa6\",\n            \"form_id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"form_title\": \"Atabase Cases Integration\",\n            \"title\": \"v4\",\n            \"description\": null,\n            \"webhook_url\": null,\n            \"status\": \"unpublished\",\n            \"created_at\": \"2024-02-15T15:26:53.000000Z\",\n            \"updated_at\": \"2024-02-15T15:26:53.000000Z\",\n            \"theme_id\": \"9f50ca86-2cb4-4b54-b2cc-3bbb06fc2cce\",\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"is_for_entity\": false,\n            \"is_for_internal_user\": true,\n            \"has_been_published_to_production\": true\n        },\n        {\n            \"id\": \"9b57b7ab-322e-4866-b740-af4c099ac4ba\",\n            \"form_id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"form_title\": \"Atabase Cases Integration\",\n            \"title\": \"v3\",\n            \"description\": null,\n            \"webhook_url\": null,\n            \"status\": \"unpublished\",\n            \"created_at\": \"2024-02-15T15:20:59.000000Z\",\n            \"updated_at\": \"2024-02-15T15:20:59.000000Z\",\n            \"theme_id\": \"9f50ca86-2cb4-4b54-b2cc-3bbb06fc2cce\",\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"is_for_entity\": false,\n            \"is_for_internal_user\": true,\n            \"has_been_published_to_production\": true\n        },\n        {\n            \"id\": \"9b559ff8-9f2c-4479-a297-cf40ed623ae7\",\n            \"form_id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"form_title\": \"Atabase Cases Integration\",\n            \"title\": \"v2\",\n            \"description\": null,\n            \"webhook_url\": null,\n            \"status\": \"unpublished\",\n            \"created_at\": \"2024-02-14T14:23:03.000000Z\",\n            \"updated_at\": \"2024-02-14T14:23:03.000000Z\",\n            \"theme_id\": \"9f50ca86-2cb4-4b54-b2cc-3bbb06fc2cce\",\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"is_for_entity\": false,\n            \"is_for_internal_user\": true,\n            \"has_been_published_to_production\": true\n        },\n        {\n            \"id\": \"9b5578fb-dcf7-4779-8f3a-23509a3533b7\",\n            \"form_id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"form_title\": \"Atabase Cases Integration\",\n            \"title\": \"v1\",\n            \"description\": null,\n            \"webhook_url\": null,\n            \"status\": \"unpublished\",\n            \"created_at\": \"2024-02-14T12:34:02.000000Z\",\n            \"updated_at\": \"2024-02-14T12:34:02.000000Z\",\n            \"theme_id\": \"9f50ca86-2cb4-4b54-b2cc-3bbb06fc2cce\",\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"is_for_entity\": false,\n            \"is_for_internal_user\": true,\n            \"has_been_published_to_production\": true\n        }\n    ]\n}"}],"_postman_id":"6a396b0e-015f-4caa-a301-e20a820978ae"},{"name":"Read Version","id":"7a556b78-3392-4286-aa6a-a4bd3e7de9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms/versions/{{form_version_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms","versions","{{form_version_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include form</p>\n","type":"text/plain"},"key":"with[]","value":"form"},{"disabled":true,"description":{"content":"<p>Include pages</p>\n","type":"text/plain"},"key":"with[]","value":"pages"},{"disabled":true,"description":{"content":"<p>Include changes</p>\n","type":"text/plain"},"key":"with[]","value":"changes"},{"disabled":true,"description":{"content":"<p>Include latest change</p>\n","type":"text/plain"},"key":"with[]","value":"latest_change"},{"disabled":true,"description":{"content":"<p>Include cases integration settings</p>\n","type":"text/plain"},"key":"with[]","value":"cases_integration"},{"disabled":true,"description":{"content":"<p>Include theme</p>\n","type":"text/plain"},"key":"with[]","value":"theme"},{"disabled":true,"description":{"content":"<p>Include submission settings</p>\n","type":"text/plain"},"key":"with[]","value":"submission_settings"},{"disabled":true,"description":{"content":"<p>Include used template versions</p>\n","type":"text/plain"},"key":"with[]","value":"template_versions"},{"disabled":true,"description":{"content":"<p>Include environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>Include settings</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>Include formula dependencies</p>\n","type":"text/plain"},"key":"with[]","value":"formula_dependencies"},{"disabled":true,"description":{"content":"<p>Include properties</p>\n","type":"text/plain"},"key":"with[]","value":"properties"},{"disabled":true,"description":{"content":"<p>Include child properties</p>\n","type":"text/plain"},"key":"with[]","value":"children"}],"variable":[]}},"response":[],"_postman_id":"7a556b78-3392-4286-aa6a-a4bd3e7de9b5"}],"id":"da784ed9-cb07-44ad-9e10-dadcfbbfe88b","_postman_id":"da784ed9-cb07-44ad-9e10-dadcfbbfe88b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Forms","id":"7c049bfc-505c-4466-97b6-5cade49bcf7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include embed</p>\n","type":"text/plain"},"key":"with[]","value":"embed"},{"disabled":true,"description":{"content":"<p>Include published version</p>\n","type":"text/plain"},"key":"with[]","value":"published"},{"disabled":true,"description":{"content":"<p>Include environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>Include private users</p>\n","type":"text/plain"},"key":"with[]","value":"private_users"},{"disabled":true,"description":{"content":"<p>Include owner user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include versions</p>\n","type":"text/plain"},"key":"with[]","value":"versions"},{"disabled":true,"description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of form UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Form UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of form UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Search by form Title</p>\n","type":"text/plain"},"key":"filters[search]","value":"My form"},{"disabled":true,"description":{"content":"<p>Owner user UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"72779627-48f7-480d-b67b-7264e192bbc6"},{"disabled":true,"description":{"content":"<p>Environment UUID</p>\n","type":"text/plain"},"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2"},{"disabled":true,"description":{"content":"<p>Array of environment UUID's</p>\n","type":"text/plain"},"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]"},{"disabled":true,"description":{"content":"<p>Cases process UUID</p>\n","type":"text/plain"},"key":"filters[process]","value":"1d7c9444-8e37-4626-909a-b85c798d065a"},{"disabled":true,"description":{"content":"<p>Array of cases process UUID's</p>\n","type":"text/plain"},"key":"filters[processes]","value":"[ea455aca-7c4d-4f19-a021-e131c9adf6f4, f1348634-20eb-4953-825d-c02353ff9de7]"},{"disabled":true,"description":{"content":"<p>Template version UUID</p>\n","type":"text/plain"},"key":"filters[template_version]","value":"5712a5a3-38b3-4844-8aad-0ec6b0b00b79"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_private]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_for_internal_user]","value":"true"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_for_entity]","value":"true"},{"disabled":true,"description":{"content":"<p>Default sort (created_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by form title</p>\n","type":"text/plain"},"key":"sort","value":"title"},{"disabled":true,"description":{"content":"<p>Sort by form UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by form creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by form update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[{"id":"2787880b-75ba-4f19-8fbc-b2e6b34bf0d1","name":"List Forms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms","host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"path":["v1","forms"],"query":[{"key":"page","value":"1","description":"Page number","type":"text","disabled":true},{"key":"limit","value":"15","description":"Items per page","type":"text","disabled":true},{"key":"with[]","value":"embed","description":"Include embed","disabled":true},{"key":"with[]","value":"published","description":"Include published version","disabled":true},{"key":"with[]","value":"environments","description":"Include environments","disabled":true},{"key":"with[]","value":"private_users","description":"Include private users","disabled":true},{"key":"with[]","value":"user","description":"Include owner user","disabled":true},{"key":"with[]","value":"versions","description":"Include versions","disabled":true},{"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270","description":"Form UUID","type":"text","disabled":true},{"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of form UUID's","type":"text","disabled":true},{"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759","description":"Form UUID to exclude from result","type":"text","disabled":true},{"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of form UUID's to exclude from result","type":"text","disabled":true},{"key":"filters[search]","value":"My form","description":"Search by form Title","type":"text","disabled":true},{"key":"filters[user]","value":"72779627-48f7-480d-b67b-7264e192bbc6","description":"Owner user UUID","disabled":true},{"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2","description":"Environment UUID","disabled":true},{"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]","description":"Array of environment UUID's","disabled":true},{"key":"filters[process]","value":"1d7c9444-8e37-4626-909a-b85c798d065a","description":"Cases process UUID","disabled":true},{"key":"filters[processes]","value":"[ea455aca-7c4d-4f19-a021-e131c9adf6f4, f1348634-20eb-4953-825d-c02353ff9de7]","description":"Array of cases process UUID's","disabled":true},{"key":"filters[template_version]","value":"5712a5a3-38b3-4844-8aad-0ec6b0b00b79","description":"Template version UUID","disabled":true},{"key":"filters[is_private]","value":"true","description":"true, false","disabled":true},{"key":"filters[is_for_internal_user]","value":"true","description":"true, false","disabled":true},{"key":"filters[is_for_entity]","value":"true","description":"true, false","disabled":true},{"key":"sort","value":"default","description":"Default sort (created_at)","disabled":true},{"key":"sort","value":"title","description":"Sort by form title","disabled":true},{"key":"sort","value":"id","description":"Sort by form UUID","disabled":true},{"key":"sort","value":"created_at","description":"Sort by form creation datetime","disabled":true},{"key":"sort","value":"updated_at","description":"Sort by form update datetime","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:50:33 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"type\": \"form\",\n            \"confidentiality_level\": \"standard\",\n            \"title\": \"Atabase Cases Integration\",\n            \"description\": null,\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"created_at\": \"2024-02-14T12:34:02.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"7c049bfc-505c-4466-97b6-5cade49bcf7a"},{"name":"Read Form","id":"0dd6eaa3-180a-449c-94dc-6ea4d2fea7ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/forms/{{form_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms","{{form_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include embed</p>\n","type":"text/plain"},"key":"with[]","value":"embed"},{"disabled":true,"description":{"content":"<p>Include published version</p>\n","type":"text/plain"},"key":"with[]","value":"published"},{"disabled":true,"description":{"content":"<p>Include environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>Include private users</p>\n","type":"text/plain"},"key":"with[]","value":"private_users"},{"disabled":true,"description":{"content":"<p>Include owner</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include versions</p>\n","type":"text/plain"},"key":"with[]","value":"versions"}],"variable":[]}},"response":[],"_postman_id":"0dd6eaa3-180a-449c-94dc-6ea4d2fea7ee"}],"id":"dc2e51ca-1c6c-41c9-88c4-6f1514e4aa3e","_postman_id":"dc2e51ca-1c6c-41c9-88c4-6f1514e4aa3e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Releases","item":[{"name":"List Releases","id":"a50493dc-029e-4392-b32b-b5e5bdae7563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/releases","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","releases"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Item per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include environment</p>\n","type":"text/plain"},"key":"with[]","value":"environment"},{"disabled":true,"description":{"content":"<p>Include source environment</p>\n","type":"text/plain"},"key":"with[]","value":"source_environment"},{"disabled":true,"description":{"content":"<p>Include form version</p>\n","type":"text/plain"},"key":"with[]","value":"form_version"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Release UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of release UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Release UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of release UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"5d36fdf8-f9d6-4a38-87fb-a2f6729ad7e8"},{"disabled":true,"description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"key":"filters[form]","value":"e18df8ad-66cc-4806-8c03-30f6f82e3829"},{"disabled":true,"description":{"content":"<p>Version UUID</p>\n","type":"text/plain"},"key":"filters[form_version]","value":"3550905b-cd00-4332-9940-00da7ba345c9"},{"disabled":true,"description":{"content":"<p>Environment UUID</p>\n","type":"text/plain"},"key":"filters[environment]","value":"127d27c2-9642-4ee5-a4c6-08fed463764c"},{"disabled":true,"description":{"content":"<p>Source environment UUID</p>\n","type":"text/plain"},"key":"filters[source_environment]","value":"baefa83d-0679-43e6-8882-99cbe59aacc5"},{"disabled":true,"description":{"content":"<p>true, false</p>\n","type":"text/plain"},"key":"filters[is_reverting]","value":"true"},{"disabled":true,"description":{"content":"<p>'draft', 'open', 'accepted', 'rejected', 'closed'</p>\n","type":"text/plain"},"key":"filters[status]","value":"open"},{"disabled":true,"description":{"content":"<p>Array of 'draft', 'open', 'accepted', 'rejected', 'closed'</p>\n","type":"text/plain"},"key":"filters[statuses]","value":"[open, closed]"},{"disabled":true,"description":{"content":"<p>Default sort (created_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by release UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by release creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by release update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[],"_postman_id":"a50493dc-029e-4392-b32b-b5e5bdae7563"},{"name":"Read Release","id":"f87cc981-0535-4ce1-b2ec-ff613f8ace0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/releases/{{release_id}}?with[]=environment&with[]=source_environment&with[]=form_version&with[]=user","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","releases","{{release_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"description":{"content":"<p>Include environment</p>\n","type":"text/plain"},"key":"with[]","value":"environment"},{"description":{"content":"<p>Include source environment</p>\n","type":"text/plain"},"key":"with[]","value":"source_environment"},{"description":{"content":"<p>Include form version</p>\n","type":"text/plain"},"key":"with[]","value":"form_version"},{"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"}],"variable":[]}},"response":[],"_postman_id":"f87cc981-0535-4ce1-b2ec-ff613f8ace0e"},{"name":"Create Release","id":"5504bf60-1ad0-4de4-b522-cbcabc6f0eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"source_environment[id]","value":"45e5e61f-90bb-4345-884d-9cf1b3c18102","description":"<p>Source environment UUID</p>\n","type":"text"},{"key":"environment[id]","value":"45e5e61f-90bb-4345-884d-9cf1b3c18102","description":"<p>Environment UUID (required) NOTE: only 1 open release at a time for environment allowed</p>\n","type":"text"},{"key":"form_version[id]","value":"45e5e61f-90bb-4345-884d-9cf1b3c18102","description":"<p>Form version UUID (required) NOTE: only 1 open release at a time for environment allowed</p>\n","type":"text"},{"key":"status","value":"open","description":"<p>'draft', 'open', 'accepted', 'rejected', 'closed'</p>\n","type":"text"},{"key":"description","value":"New release","description":"<p>Description of release</p>\n","type":"text"},{"key":"is_reverting","value":"true","description":"<p>true, false</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/releases","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","releases"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"5504bf60-1ad0-4de4-b522-cbcabc6f0eb7"},{"name":"Update Release","id":"08d66dcf-7ca2-42c4-97ae-f268dac6001a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"source_environment[id]","value":"45e5e61f-90bb-4345-884d-9cf1b3c18102","description":"<p>Source environment UUID</p>\n","type":"text"},{"key":"environment[id]","value":"45e5e61f-90bb-4345-884d-9cf1b3c18102","description":"<p>Environment UUID. NOTE: only 1 open release at a time for environment allowed</p>\n","type":"text"},{"key":"form_version[id]","value":"45e5e61f-90bb-4345-884d-9cf1b3c18102","description":"<p>Form version UUID</p>\n","type":"text"},{"key":"status","value":"open","description":"<p>'draft', 'open', 'accepted', 'rejected', 'closed'</p>\n","type":"text"},{"key":"description","value":"New release","description":"<p>Description of release</p>\n","type":"text"},{"key":"is_reverting","value":"true","description":"<p>true, false</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/releases/{{release_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","releases","{{release_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"08d66dcf-7ca2-42c4-97ae-f268dac6001a"},{"name":"Delete Release","id":"01fa9303-56c4-45d6-9158-f93ab2a8aaca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/releases/{{release_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","releases","{{release_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"01fa9303-56c4-45d6-9158-f93ab2a8aaca"}],"id":"db778b76-6737-4282-b96f-b9b17961b624","_postman_id":"db778b76-6737-4282-b96f-b9b17961b624","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Templates","item":[{"name":"List Templates","id":"8000e7b5-0181-44ef-b972-1bad6c595f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/templates","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","templates"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>Include published version</p>\n","type":"text/plain"},"key":"with[]","value":"published"},{"disabled":true,"description":{"content":"<p>Include environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>Include owner user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include versions</p>\n","type":"text/plain"},"key":"with[]","value":"versions"},{"disabled":true,"description":{"content":"<p>Include draft version</p>\n","type":"text/plain"},"key":"with[]","value":"draft"},{"disabled":true,"description":{"content":"<p>Templae UUID</p>\n","type":"text/plain"},"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270"},{"disabled":true,"description":{"content":"<p>Array of template UUID's</p>\n","type":"text/plain"},"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Template UUID to exclude from result</p>\n","type":"text/plain"},"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759"},{"disabled":true,"description":{"content":"<p>Array of template UUID's to exclude from result</p>\n","type":"text/plain"},"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]"},{"disabled":true,"description":{"content":"<p>Search by template Title</p>\n","type":"text/plain"},"key":"filters[search]","value":"My form"},{"disabled":true,"description":{"content":"<p>Owner user UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":"72779627-48f7-480d-b67b-7264e192bbc6"},{"disabled":true,"description":{"content":"<p>Environment UUID</p>\n","type":"text/plain"},"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2"},{"disabled":true,"description":{"content":"<p>Array of environment UUID's</p>\n","type":"text/plain"},"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]"},{"disabled":true,"description":{"content":"<p>Template version UUID</p>\n","type":"text/plain"},"key":"filters[template_version]","value":"5712a5a3-38b3-4844-8aad-0ec6b0b00b79"},{"disabled":true,"description":{"content":"<p>Default sort (created_at)</p>\n","type":"text/plain"},"key":"sort","value":"default"},{"disabled":true,"description":{"content":"<p>Sort by form title</p>\n","type":"text/plain"},"key":"sort","value":"title"},{"disabled":true,"description":{"content":"<p>Sort by form UUID</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Sort by form creation datetime</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>Sort by form update datetime</p>\n","type":"text/plain"},"key":"sort","value":"updated_at"}],"variable":[]}},"response":[{"id":"2427684e-94b9-4670-a5c5-7a0fe360446f","name":"List Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/templates","host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"path":["v1","templates"],"query":[{"key":"page","value":"1","description":"Page number","type":"text","disabled":true},{"key":"limit","value":"15","description":"Items per page","type":"text","disabled":true},{"key":"with[]","value":"published","description":"Include published version","disabled":true},{"key":"with[]","value":"environments","description":"Include environments","disabled":true},{"key":"with[]","value":"user","description":"Include owner user","disabled":true},{"key":"with[]","value":"versions","description":"Include versions","disabled":true},{"key":"with[]","value":"draft","description":"Include draft version","type":"text","disabled":true},{"key":"filters[id]","value":"9b6da4bd-aff3-4ff6-98ea-6b824b91a270","description":"Templae UUID","type":"text","disabled":true},{"key":"filters[ids]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of template UUID's","type":"text","disabled":true},{"key":"filters[except]","value":"99bb12cc-3c4a-43cd-b754-6fc673a13759","description":"Template UUID to exclude from result","type":"text","disabled":true},{"key":"filters[excepts]","value":"[9b6da4bd-aff3-4ff6-98ea-6b824b91a270, 99bb12cc-3c4a-43cd-b754-6fc673a13759]","description":"Array of template UUID's to exclude from result","type":"text","disabled":true},{"key":"filters[search]","value":"My form","description":"Search by template Title","type":"text","disabled":true},{"key":"filters[user]","value":"72779627-48f7-480d-b67b-7264e192bbc6","description":"Owner user UUID","disabled":true},{"key":"filters[environment]","value":"2419e504-9766-4785-8926-07166fcc96a2","description":"Environment UUID","disabled":true},{"key":"filters[environments]","value":"[2419e504-9766-4785-8926-07166fcc96a2, ffb51493-e4a2-477c-8923-e1e3e81c3176]","description":"Array of environment UUID's","disabled":true},{"key":"filters[template_version]","value":"5712a5a3-38b3-4844-8aad-0ec6b0b00b79","description":"Template version UUID","disabled":true},{"key":"sort","value":"default","description":"Default sort (created_at)","disabled":true},{"key":"sort","value":"title","description":"Sort by form title","disabled":true},{"key":"sort","value":"id","description":"Sort by form UUID","disabled":true},{"key":"sort","value":"created_at","description":"Sort by form creation datetime","disabled":true},{"key":"sort","value":"updated_at","description":"Sort by form update datetime","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 08:50:53 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition, X-Tenancy","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9b5f864f-f7c2-459b-b0bc-1b35263be20b\",\n            \"type\": \"template\",\n            \"confidentiality_level\": \"standard\",\n            \"title\": \"BAG Template\",\n            \"description\": null,\n            \"is_owner\": false,\n            \"is_editable\": false,\n            \"is_deletable\": false,\n            \"created_at\": \"2024-02-19T12:29:35.000000Z\",\n            \"is_published\": true\n        }\n    ]\n}"}],"_postman_id":"8000e7b5-0181-44ef-b972-1bad6c595f85"},{"name":"Read Template","id":"6b695ffa-4654-478c-b25d-ae0ec1051ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.forms.atabase.nl/v1/templates/{{template_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","templates","{{template_id}}"],"host":["https://MIJNOMGEVING.api.forms.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include published version</p>\n","type":"text/plain"},"key":"with[]","value":"published"},{"disabled":true,"description":{"content":"<p>Include environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>Include owner user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include versions</p>\n","type":"text/plain"},"key":"with[]","value":"versions"},{"disabled":true,"description":{"content":"<p>Include draft version</p>\n","type":"text/plain"},"key":"with[]","value":"draft"}],"variable":[]}},"response":[],"_postman_id":"6b695ffa-4654-478c-b25d-ae0ec1051ee5"}],"id":"2bc650e2-fd7f-476e-9d1a-966aaf45c69b","_postman_id":"2bc650e2-fd7f-476e-9d1a-966aaf45c69b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"1495edcc-b361-4c64-ab51-7cbe47079aa3","_postman_id":"1495edcc-b361-4c64-ab51-7cbe47079aa3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Manager","item":[{"name":"Authorization (OAuth 2.0)","item":[{"name":"Bearer Token","id":"6e91d3e8-4261-4cfc-97d8-c362c5257a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"personal_access\",\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/oauth/token","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"87c08c9e-245d-4eec-9077-3d3f2f74f760","id":"87c08c9e-245d-4eec-9077-3d3f2f74f760","name":"Authorization (OAuth 2.0)","type":"folder"}},"urlObject":{"path":["v1","oauth","token"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[{"id":"3f76da95-297c-4591-85b7-36544e291c84","name":"Token Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"personal_access\",\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.2.28","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Thu, 15 May 2025 06:23:04 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 600,\n    \"access_token\": \"xxxxxxx\",\n    \"refresh_token\": \"xxxxxxxxxxxxx\"\n}"}],"_postman_id":"6e91d3e8-4261-4cfc-97d8-c362c5257a70"},{"name":"Refresh Token","id":"d570f102-eb9b-4644-85ff-8e1b185e6e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"refresh_token\",\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"refresh_token\": \"{{refresh_token}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/oauth/token","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"87c08c9e-245d-4eec-9077-3d3f2f74f760","id":"87c08c9e-245d-4eec-9077-3d3f2f74f760","name":"Authorization (OAuth 2.0)","type":"folder"}},"urlObject":{"path":["v1","oauth","token"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[{"id":"ed40a3be-718c-4cab-8a79-377e50c4a7ea","name":"Token Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"refresh_token\",\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"refresh_token\": \"{{refresh_token}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.2.28","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Thu, 15 May 2025 06:28:57 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 600,\n    \"access_token\": \"xxxxxxx\",\n    \"refresh_token\": \"xxxxxxxxxxxxx\"\n}"}],"_postman_id":"d570f102-eb9b-4644-85ff-8e1b185e6e16"}],"id":"87c08c9e-245d-4eec-9077-3d3f2f74f760","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"235af2c4-2595-4bb9-8b23-8fe7c49559ab","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"f60e2ea5-9be6-4696-b2ad-8717b58d419f","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"87c08c9e-245d-4eec-9077-3d3f2f74f760","description":""},{"name":"Portals","item":[{"name":"Versions","item":[{"name":"List Portal Versions","id":"5983f837-76e0-4678-ad73-8ed0a24eeb62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/versions?filters[environment]=production","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","versions"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"description":{"content":"<p>Returns portal versions that has been published to specified environment</p>\n","type":"text/plain"},"key":"filters[environment]","value":"production"},{"disabled":true,"description":{"content":"<p>Returns portal versions that has been published to specified environment</p>\n","type":"text/plain"},"key":"filters[environments][]","value":"development"},{"disabled":true,"description":{"content":"<p>Returns portal version in specified environment</p>\n","type":"text/plain"},"key":"filters[current_environment]","value":"development"},{"disabled":true,"description":{"content":"<p>Returns versions that have been on the target environment before</p>\n","type":"text/plain"},"key":"filters[target_environment]","value":"development"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>includes user who created the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>includes widgets available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"widgets"},{"disabled":true,"description":{"content":"<p>includes links available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"links"},{"disabled":true,"description":{"content":"<p>includes pages available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"pages"},{"disabled":true,"description":{"content":"<p>includes forms available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"forms"},{"disabled":true,"description":{"content":"<p>includes information regarding this version in each available environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>includes settings of the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"settings"}],"variable":[]}},"response":[{"id":"43675671-6345-4b5e-be5a-11a7b8982f62","name":"List Portal Versions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/versions?filters[environment]=production","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","portals","versions"],"query":[{"key":"filters[environment]","value":"production","description":"Returns portal versions that has been published to specified environment"},{"key":"filters[environments][]","value":"development","type":"text","description":"Returns portal versions that has been published to specified environment","disabled":true},{"key":"filters[current_environment]","value":"development","type":"text","description":"Returns portal version in specified environment","disabled":true},{"key":"filters[target_environment]","value":"development","type":"text","description":"Returns versions that have been on the target environment before","disabled":true},{"key":"sort","value":"created_at","description":"Sort by created date","disabled":true},{"key":"with[]","value":"user","description":"includes user who created the portal version","disabled":true},{"key":"with[]","value":"widgets","description":"includes widgets available in the portal version","disabled":true},{"key":"with[]","value":"links","description":"includes links available in the portal version","disabled":true},{"key":"with[]","value":"pages","description":"includes pages available in the portal version","disabled":true},{"key":"with[]","value":"forms","description":"includes forms available in the portal version","disabled":true},{"key":"with[]","value":"environments","description":"includes information regarding this version in each available environments","disabled":true},{"key":"with[]","value":"settings","description":"includes settings of the portal version","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:05:25 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"493","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40\",\n            \"name\": \"v4\",\n            \"is_editable\": false,\n            \"has_been_published_to_production\": true,\n            \"created_at\": \"2023-12-18 16:07:34\",\n            \"updated_at\": \"2023-12-18 16:07:34\"\n        }\n    ]\n}"}],"_postman_id":"5983f837-76e0-4678-ad73-8ed0a24eeb62"},{"name":"Read Portal Version","id":"d7974969-3c2b-47cb-9640-aaec5966f6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/versions/{{portal_version_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","versions","{{portal_version_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Returns portal versions that has been published to specified environment</p>\n","type":"text/plain"},"key":"filters[environment]","value":"development"},{"disabled":true,"description":{"content":"<p>Returns portal versions that has been published to specified environment</p>\n","type":"text/plain"},"key":"filters[environments][]","value":"development"},{"disabled":true,"description":{"content":"<p>Returns portal version in specified environment</p>\n","type":"text/plain"},"key":"filters[current_environment]","value":"development"},{"disabled":true,"description":{"content":"<p>Returns versions that have been on the target environment before</p>\n","type":"text/plain"},"key":"filters[target_environment]","value":"development"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>includes user who created the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>includes widgets available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"widgets"},{"disabled":true,"description":{"content":"<p>includes links available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"links"},{"disabled":true,"description":{"content":"<p>includes pages available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"pages"},{"disabled":true,"description":{"content":"<p>includes forms available in the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"forms"},{"disabled":true,"description":{"content":"<p>includes information regarding this version in each available environments</p>\n","type":"text/plain"},"key":"with[]","value":"environments"},{"disabled":true,"description":{"content":"<p>includes settings of the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"settings"}],"variable":[]}},"response":[],"_postman_id":"d7974969-3c2b-47cb-9640-aaec5966f6c7"},{"name":"Create Portal Version","id":"419718f0-8251-4609-859b-40e44a0fd0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"settings[0][id]","value":"title","description":"<p>The settings slug</p>\n","type":"text"},{"key":"settings[0][value]","value":"Portal","description":"<p>The settings value</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/versions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","versions"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"419718f0-8251-4609-859b-40e44a0fd0e3"},{"name":"Update Portal Version","id":"541a758e-2aaa-e8f8-b343-a9c2f933ad5d","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/versions/{{portal_version_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","versions","{{portal_version_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"541a758e-2aaa-e8f8-b343-a9c2f933ad5d"},{"name":"Delete Portal Version","id":"0da94f78-eaa1-9463-c5eb-38a0967edd2c","request":{"method":"DELETE","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/versions/{{portal_version_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","versions","{{portal_version_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"0da94f78-eaa1-9463-c5eb-38a0967edd2c"}],"id":"9a91d298-c699-43b9-9093-56523a05e09d","_postman_id":"9a91d298-c699-43b9-9093-56523a05e09d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Pages","item":[{"name":"List Portal Pages","id":"2f430709-b5fe-451c-9f04-d8f37a926e2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/pages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","pages"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Portal Version UUID</p>\n","type":"text/plain"},"key":"filters[portal_version]","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Includes the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[{"id":"647328c6-7d9a-4ba7-9b47-0f5af992b2c2","name":"List Portal Pages","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/pages?filters[portal_version]=9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","portals","pages"],"query":[{"key":"filters[portal_version]","value":"9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","description":"Portal Version UUID"},{"key":"sort","value":"id","description":"Sort by id","disabled":true},{"key":"with[]","value":"portal_version","description":"Includes the portal version","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:20:53 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"496","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 5,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 5,\n    \"data\": [\n        {\n            \"id\": \"9ae102cf-c102-4853-be16-dd1b083a6e70\",\n            \"page_id\": \"3b859257-0fa1-4b06-8260-1d3362408297\",\n            \"name\": \"Lopende zaken\"\n        },\n        {\n            \"id\": \"9ae102cf-c2b3-46e9-b621-c426e5838081\",\n            \"page_id\": \"a8e04390-f181-45f8-89fa-7ae2c98dd43f\",\n            \"name\": \"Mijn Gegevens\"\n        },\n        {\n            \"id\": \"9ae102cf-c3cf-46bb-af61-892d3f8b5f35\",\n            \"page_id\": \"c0aff01a-ff88-4000-9331-0326a1136af0\",\n            \"name\": \"Afgewikkelde zaken\"\n        },\n        {\n            \"id\": \"9ae102cf-c4fa-4440-86b9-bcbf2648d648\",\n            \"page_id\": \"ce7ad177-0d77-4386-bdf9-03f251802ca9\",\n            \"name\": \"Dashboard\"\n        },\n        {\n            \"id\": \"9ae102cf-c61e-4611-bd08-9533ed57ec1a\",\n            \"page_id\": \"ec68c520-bdac-4021-9472-5e5e368a5d94\",\n            \"name\": \"Aanvragen\"\n        }\n    ]\n}"}],"_postman_id":"2f430709-b5fe-451c-9f04-d8f37a926e2b"},{"name":"Read Portal Page","id":"fedc3462-54dd-46d6-9517-1df3f0b3d0ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/pages/{{portal_page_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","pages","{{portal_page_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[],"_postman_id":"fedc3462-54dd-46d6-9517-1df3f0b3d0ea"},{"name":"Create Portal Page","id":"29a75e9c-45a7-47d8-9332-92df1bc3fe46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"original_id","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6","type":"text","description":"<p>The page uuid (see pages endpoints)</p>\n"},{"key":"portal_version_id","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6","type":"text","description":"<p>The portal version id</p>\n"},{"key":"name","value":"Dashboard","type":"text","description":"<p>The name of the page</p>\n","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/pages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","pages"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"29a75e9c-45a7-47d8-9332-92df1bc3fe46"},{"name":"Update Portal Page","id":"1d1c59a3-0636-4dbb-b8ca-79d2c64947b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Dashboard","type":"text","description":"<p>The name of the page</p>\n"}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/pages/{{portal_page_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","pages","{{portal_page_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d1c59a3-0636-4dbb-b8ca-79d2c64947b2"},{"name":"Delete Portal Page","id":"40d96bfa-0f97-4b3f-b4b7-594a6c77a056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/pages/{{portal_page_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","pages","{{portal_page_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"40d96bfa-0f97-4b3f-b4b7-594a6c77a056"}],"id":"44aaba92-8557-409c-9c73-ad8d6a4d5225","_postman_id":"44aaba92-8557-409c-9c73-ad8d6a4d5225","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Widgets","item":[{"name":"List Portal Widgets","id":"edd220fa-d7bb-4dc1-83cb-72de2e4e04cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/widgets","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","widgets"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Portal Version UUID</p>\n","type":"text/plain"},"key":"filters[portal_version]","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Includes the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[{"id":"d066bc45-4de1-44ad-bd90-fd4e7a68779e","name":"List Portal Widgets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/widgets?filters[portal_version]=9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","portals","widgets"],"query":[{"key":"filters[portal_version]","value":"9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","description":"Portal Version UUID"},{"key":"sort","value":"id","description":"Sort by id","disabled":true},{"key":"with[]","value":"portal_version","description":"Includes the portal version","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:21:11 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"495","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 7,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 7,\n    \"data\": [\n        {\n            \"id\": \"9ae102cf-a577-4d0f-9f81-e3ecb8b4547c\",\n            \"widget_id\": \"491398bf-cb06-4340-aaa3-30cb09025769\",\n            \"name\": \"Mijn gegevens\"\n        },\n        {\n            \"id\": \"9ae102cf-a784-490c-a7f7-4b093720ce82\",\n            \"widget_id\": \"4af7c292-e951-4df8-a907-55248bd7d1b9\",\n            \"name\": \"Mededelingen\"\n        },\n        {\n            \"id\": \"9ae102cf-b71a-459a-9d03-a17feb01b653\",\n            \"widget_id\": \"69fe8898-5381-4308-a6d0-f734b5dd5c61\",\n            \"name\": \"Afgeronde zaken\"\n        },\n        {\n            \"id\": \"9ae102cf-b91b-480b-bc8b-8d479deac47a\",\n            \"widget_id\": \"748b2d39-bdff-4958-b2dc-65e373a6a14c\",\n            \"name\": \"Lopende zaken\"\n        },\n        {\n            \"id\": \"9ae102cf-bb4b-437f-8b8f-d94fc0e0f337\",\n            \"widget_id\": \"814ef8ac-5232-41c2-9622-912cda58bb66\",\n            \"name\": \"Berichten\"\n        },\n        {\n            \"id\": \"9ae102cf-bcc3-4669-90d5-54885662b896\",\n            \"widget_id\": \"d05d149a-3ffc-4388-9f8c-07c027ffd6a7\",\n            \"name\": \"Aanvraag starten\"\n        },\n        {\n            \"id\": \"9ae102cf-be14-4350-ad8a-186a0b2eec98\",\n            \"widget_id\": \"f301f687-ab7d-44d1-860d-6fab9cb62552\",\n            \"name\": \"Snelkoppelingen\"\n        }\n    ]\n}"}],"_postman_id":"edd220fa-d7bb-4dc1-83cb-72de2e4e04cf"},{"name":"Read Portal Widget","id":"ec266a95-ef4d-4938-806d-14cfc18e304a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/widgets/{{portal_widget_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","widgets","{{portal_widget_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[],"_postman_id":"ec266a95-ef4d-4938-806d-14cfc18e304a"},{"name":"Create Portal Widget","id":"426bab17-76b0-4003-aba9-3d3bad730130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"original_id","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6","type":"text","description":"<p>The widget uuid (see widgets endpoints)</p>\n","disabled":true},{"key":"portal_version_id","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6","type":"text","description":"<p>The portal version id</p>\n","disabled":true},{"key":"name","value":"Berichten","type":"text","description":"<p>The name of the page</p>\n","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/widgets","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","widgets"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"426bab17-76b0-4003-aba9-3d3bad730130"},{"name":"Update Portal Widget","id":"cd1fbae6-8686-403e-83ed-393e91c7f5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Berichten","type":"text","description":"<p>The name of the widget</p>\n"}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/widgets/{{portal_widget_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","widgets","{{portal_widget_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd1fbae6-8686-403e-83ed-393e91c7f5be"},{"name":"Delete Portal Widget","id":"965b73c2-4aea-4057-bac8-da96a780909b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/widgets/{{portal_widget_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","widgets","{{portal_widget_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"965b73c2-4aea-4057-bac8-da96a780909b"}],"id":"38cd88b6-c3cf-4700-b676-b591c4c1f79e","_postman_id":"38cd88b6-c3cf-4700-b676-b591c4c1f79e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Forms","item":[{"name":"List Portal Forms","id":"bff74f7c-a7cb-4cf4-9ade-53f40ee9ec60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/forms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","forms"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Portal Version UUID</p>\n","type":"text/plain"},"key":"filters[portal_version]","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6"},{"disabled":true,"description":{"content":"<p>Sort by form name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>Includes the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[{"id":"22b3cdef-3809-4aa9-82cb-241c3bfb9a6d","name":"List Portal Forms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/forms?filters[portal_version]=9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","portals","forms"],"query":[{"key":"filters[portal_version]","value":"9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","description":"Portal Version UUID"},{"key":"sort","value":"name","description":"Sort by form name","disabled":true},{"key":"with[]","value":"portal_version","description":"Includes the portal version","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:23:14 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9ae102cf-c802-4ce6-b922-95cb9769ecb6\",\n            \"shadow_form_id\": null,\n            \"name\": \"Atabase Cases Integration\",\n            \"expires_at\": null,\n            \"form_name\": null,\n            \"embed_link\": null,\n            \"created_at\": \"2023-12-18T15:07:34.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"bff74f7c-a7cb-4cf4-9ade-53f40ee9ec60"},{"name":"Read Portal Form","id":"b575f6ea-3b59-4af5-91b4-b6ba21926621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/forms/{{portal_form_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","forms","{{portal_form_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[],"_postman_id":"b575f6ea-3b59-4af5-91b4-b6ba21926621"},{"name":"Create Portal Form","id":"1b900551-41cd-4c62-812a-f4632e78854a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"shadow_form_id","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6","type":"text","description":"<p>The form uuid (see forms endpoints)</p>\n","disabled":true},{"key":"portal_version_id","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6","type":"text","description":"<p>The portal version id</p>\n","disabled":true},{"key":"name","value":"Berichten","type":"text","description":"<p>The name of the page</p>\n","disabled":true},{"key":"expires_at","value":"2024-01-01","description":"<p>Date when the form will be \"closed\" in the portal</p>\n","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/forms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","forms"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b900551-41cd-4c62-812a-f4632e78854a"},{"name":"Update Portal Form","id":"5db957e8-5429-4edd-8553-e3f5c947be07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Berichten","type":"text","description":"<p>The name of the widget</p>\n","disabled":true},{"key":"expires_at","value":"2024-01-01","type":"text","description":"<p>Date when the form will be \"closed\" in the portal</p>\n","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/forms/{{portal_form_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","forms","{{portal_form_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"5db957e8-5429-4edd-8553-e3f5c947be07"},{"name":"Delete Portal Form","id":"31add748-41bf-4d6e-ae18-a815a9567f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/forms/{{portal_form_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","forms","{{portal_form_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"31add748-41bf-4d6e-ae18-a815a9567f60"}],"id":"a9a39946-89b7-406a-9b8b-fde739164b9e","_postman_id":"a9a39946-89b7-406a-9b8b-fde739164b9e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Links","item":[{"name":"List Portal Links","id":"604f8323-fc0c-4c67-9880-3f42cd2b021c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/links","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","links"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Portal Version UUID</p>\n","type":"text/plain"},"key":"filters[portal_version]","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort","value":"id"},{"disabled":true,"description":{"content":"<p>Includes the portal version</p>\n","type":"text/plain"},"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[],"_postman_id":"604f8323-fc0c-4c67-9880-3f42cd2b021c"},{"name":"Read Portal Link","id":"e2833197-348f-42d2-9534-51b38aeefff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/links/{{portal_link_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","links","{{portal_link_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"with[]","value":"portal_version"}],"variable":[]}},"response":[],"_postman_id":"e2833197-348f-42d2-9534-51b38aeefff5"},{"name":"Create Portal Link","id":"1a37c089-f08f-4df4-a3bc-9482779edea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"portal_version_id","value":"9ad8a141-d63b-4f77-b6ab-d7e84b0e5bc6","type":"text","description":"<p>The portal version id</p>\n","disabled":true},{"key":"name","value":"Berichten","type":"text","description":"<p>The name of the link</p>\n","disabled":true},{"key":"url","value":"http://atabix.nl","type":"text","description":"<p>The url of the link</p>\n","disabled":true},{"key":"icon","value":"mdi-account-group","type":"text","description":"<p>set of mdi-icons</p>\n","disabled":true},{"key":"open_in","value":"new_tab","type":"text","description":"<p>current_tab, new_tab</p>\n","disabled":true},{"key":"published_at","value":"2024-01-01","description":"<p>when the link will be shown in the portal</p>\n","type":"text","disabled":true},{"key":"expires_at","value":"2024-01-02","description":"<p>when the link will be unavailable in the portal</p>\n","type":"text","disabled":true},{"key":"description","value":"this is a link","description":"<p>description of the.link </p>\n","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/links","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","links"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a37c089-f08f-4df4-a3bc-9482779edea4"},{"name":"Update Portal Link","id":"c30d56c4-8f8b-419a-b3d9-7aaa73d9ea58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Berichten","type":"text","description":"<p>The name of the widget</p>\n","disabled":true},{"key":"url","value":"http://atabix.nl","type":"text","description":"<p>Date when the form will be \"closed\" in the portal</p>\n","disabled":true},{"key":"icon","value":"mdi-account-group","type":"text","disabled":true},{"key":"open_in","value":"new_tab","type":"text","disabled":true},{"key":"published_at","value":"2024-01-01","type":"text","disabled":true},{"key":"expires_at","value":"2024-01-02","type":"text","disabled":true},{"key":"description","value":"this is a link","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/links/{{portal_link_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","links","{{portal_link_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"c30d56c4-8f8b-419a-b3d9-7aaa73d9ea58"},{"name":"Delete Portal Link","id":"801f51d7-c216-4c9c-846d-fcb420b4fc64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/links/{{portal_link_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","links","{{portal_link_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"801f51d7-c216-4c9c-846d-fcb420b4fc64"}],"id":"3fe72afb-af91-4c08-bfea-9301cc84c2f3","_postman_id":"3fe72afb-af91-4c08-bfea-9301cc84c2f3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Reviews","item":[{"name":"List Portal Reviews","id":"ccce47fb-8929-af56-4913-bbc365a6d895","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/reviews","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","reviews"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"ccce47fb-8929-af56-4913-bbc365a6d895"},{"name":"Read Portal Review","id":"e89c99ec-8ee4-4b17-eda3-f4f9b9866492","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/reviews/{{portal_review_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","reviews","{{portal_review_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e89c99ec-8ee4-4b17-eda3-f4f9b9866492"},{"name":"Create Portal Review","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"portal_review_id\", data.id);","}"]}}],"id":"6a4fcc34-d992-a7f2-3a48-1b216240c765","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/reviews","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","reviews"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a4fcc34-d992-a7f2-3a48-1b216240c765"},{"name":"Update Portal Review","id":"c6ae47ca-4ff5-87d8-2c47-706d8bb51601","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/reviews/{{portal_review_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","reviews","{{portal_review_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6ae47ca-4ff5-87d8-2c47-706d8bb51601"},{"name":"Delete Portal Review","id":"3c0dc9aa-90c4-c5a8-989e-81e4a50b276a","request":{"method":"DELETE","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/reviews/{{portal_review_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","reviews","{{portal_review_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c0dc9aa-90c4-c5a8-989e-81e4a50b276a"}],"id":"36eb4527-0319-3e13-280e-28d06f1782d9","_postman_id":"36eb4527-0319-3e13-280e-28d06f1782d9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Portals","id":"8a13106c-24ca-7368-4e2c-d7a5c0d8259e","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"8a13106c-24ca-7368-4e2c-d7a5c0d8259e"},{"name":"Read Portal","id":"6a3fc374-1a45-ee45-b399-20ae6d838dc8","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/{{portal_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","{{portal_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a3fc374-1a45-ee45-b399-20ae6d838dc8"},{"name":"Create Portal","event":[{"listen":"test","script":{"exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"portal_id\", data.id);","}"],"type":"text/javascript"}}],"id":"eb7603ef-0284-372d-7ca7-b83b10a4acc6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb7603ef-0284-372d-7ca7-b83b10a4acc6"},{"name":"Update Portal","id":"3d2f0408-5f70-3382-e67a-f5253c1df031","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/{{portal_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","{{portal_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d2f0408-5f70-3382-e67a-f5253c1df031"},{"name":"Delete Portal","id":"a0b22142-d55d-4156-99a4-a2ca7f930a41","request":{"method":"DELETE","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/portals/{{portal_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","portals","{{portal_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0b22142-d55d-4156-99a4-a2ca7f930a41"}],"id":"b3eb8d16-d9dc-4c47-b0fc-62385472c1b0","_postman_id":"b3eb8d16-d9dc-4c47-b0fc-62385472c1b0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Integrations","item":[{"name":"List Integrations","id":"05d1da70-1414-4009-80e0-a9ca53d7cc10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations?with[]=settings","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","integrations"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>the integration template id</p>\n","type":"text/plain"},"key":"filters[template]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7"},{"disabled":true,"description":{"content":"<p>authentication, bag, document_template, kvk, microsoft_sharepoint, payment, signing</p>\n","type":"text/plain"},"key":"filters[group]","value":"kvk"},{"disabled":true,"description":{"content":"<p>authentication, bag, document_template, kvk, microsoft_sharepoint, payment, signing</p>\n","type":"text/plain"},"key":"filters[groups][]","value":"kvk"},{"disabled":true,"description":{"content":"<p>ready, incomplete</p>\n","type":"text/plain"},"key":"filters[status]","value":"ready"},{"disabled":true,"description":{"content":"<p>ready, incomplete</p>\n","type":"text/plain"},"key":"filters[statuses][]","value":"ready"},{"disabled":true,"description":{"content":"<p>returns published integrations</p>\n","type":"text/plain"},"key":"filters[is_published]","value":"true"},{"disabled":true,"description":{"content":"<p>returns integrations in group authentication</p>\n","type":"text/plain"},"key":"filters[is_authentication]","value":"true"},{"disabled":true,"description":{"content":"<p>sort by name</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>include the integration template</p>\n","type":"text/plain"},"key":"with[]","value":"template"},{"disabled":true,"description":{"content":"<p>include transaction records of an integration</p>\n","type":"text/plain"},"key":"with[]","value":"transactions"},{"disabled":true,"description":{"content":"<p>include signature transaction records of an integration</p>\n","type":"text/plain"},"key":"with[]","value":"signature_transactions"},{"disabled":true,"description":{"content":"<p>include fillables</p>\n","type":"text/plain"},"key":"with[]","value":"fillables"},{"description":{"content":"<p>include settings</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>include output mappings</p>\n","type":"text/plain"},"key":"with[]","value":"output_mappings"},{"disabled":true,"description":{"content":"<p>include environment settings</p>\n","type":"text/plain"},"key":"with[]","value":"environment_settings"}],"variable":[]}},"response":[{"id":"acc1a327-98b2-4b0a-a7c6-267c0b098293","name":"List Integrations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","integrations"],"query":[{"key":"filters[template]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7","type":"text","description":"the integration template id","disabled":true},{"key":"filters[group]","value":"kvk","type":"text","description":"authentication, bag, document_template, kvk, microsoft_sharepoint, payment, signing","disabled":true},{"key":"filters[groups][]","value":"kvk","type":"text","description":"authentication, bag, document_template, kvk, microsoft_sharepoint, payment, signing","disabled":true},{"key":"filters[status]","value":"ready","type":"text","description":"ready, incomplete","disabled":true},{"key":"filters[statuses][]","value":"ready","type":"text","description":"ready, incomplete","disabled":true},{"key":"filters[is_published]","value":"true","type":"text","description":"returns published integrations","disabled":true},{"key":"filters[is_authentication]","value":"true","type":"text","description":"returns integrations in group authentication","disabled":true},{"key":"sort","value":"name","type":"text","description":"sort by name","disabled":true},{"key":"with[]","value":"template","type":"text","description":"include the integration template","disabled":true},{"key":"with[]","value":"transactions","type":"text","description":"include transaction records of an integration","disabled":true},{"key":"with[]","value":"signature_transactions","type":"text","description":"include signature transaction records of an integration","disabled":true},{"key":"with[]","value":"fillables","type":"text","description":"include fillables","disabled":true},{"key":"with[]","value":"settings","type":"text","description":"include settings","disabled":true},{"key":"with[]","value":"output_mappings","type":"text","description":"include output mappings","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:19:05 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 4,\n    \"data\": [\n        {\n            \"id\": \"9ab8cab1-3693-4b2c-9b95-a266b692e97b\",\n            \"template_id\": \"8daf6c78-afc6-4ff1-9522-1a866929ee1c\",\n            \"group\": {\n                \"name\": \"authentication\",\n                \"label\": \"Authenticatie\"\n            },\n            \"name\": \"Keycloak\",\n            \"icon\": \"http://atabix.atabase-accounts-api.test/storage/media/9ab8df1e-2278-49be-bf74-442d53533411/cat.jpeg\",\n            \"status\": \"ready\",\n            \"is_testable\": false,\n            \"published_at\": \"2023-11-28 16:25:18\",\n            \"created_at\": \"2023-11-28 16:17:32\"\n        },\n        {\n            \"id\": \"9ae47de0-587d-4751-b3c2-d5a82598a5d3\",\n            \"template_id\": \"cade0950-b499-470a-a279-c9eeb69d197f\",\n            \"group\": {\n                \"name\": \"kvk\",\n                \"label\": \"KVK\"\n            },\n            \"name\": \"KVK\",\n            \"icon\": \"/assets/images/integrations/kvkicon.jpg\",\n            \"status\": \"ready\",\n            \"is_testable\": true,\n            \"published_at\": \"2023-12-20 09:39:20\",\n            \"created_at\": \"2023-12-20 09:39:10\"\n        },\n        {\n            \"id\": \"9b276a35-e933-4aac-8454-005373d293fa\",\n            \"template_id\": \"919e90ae-3f61-4dae-a845-c4c277460e01\",\n            \"group\": {\n                \"name\": \"microsoft_sharepoint\",\n                \"label\": \"Microsoft SharePoint\"\n            },\n            \"name\": \"Microsoft Sharepoint\",\n            \"icon\": \"/assets/images/integrations/microsoftsharepointicon.png\",\n            \"status\": \"ready\",\n            \"is_testable\": true,\n            \"published_at\": \"2024-01-22 16:05:12\",\n            \"created_at\": \"2024-01-22 16:04:39\"\n        },\n        {\n            \"id\": \"9b514dba-8beb-45aa-b73a-59f5598f50f8\",\n            \"template_id\": \"69a628ff-394b-4845-bb4b-2068023d4e4f\",\n            \"group\": {\n                \"name\": \"bag\",\n                \"label\": \"BAG\"\n            },\n            \"name\": \"BAG\",\n            \"icon\": \"/assets/images/integrations/kadastericon.svg\",\n            \"status\": \"ready\",\n            \"is_testable\": true,\n            \"published_at\": \"2024-02-12 11:50:01\",\n            \"created_at\": \"2024-02-12 11:49:47\"\n        }\n    ]\n}"}],"_postman_id":"05d1da70-1414-4009-80e0-a9ca53d7cc10"},{"name":"Read Integration","id":"47aeea7f-d501-4239-b477-0567b0c66884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations/{{integration_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","integrations","{{integration_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>include the integration template</p>\n","type":"text/plain"},"key":"with[]","value":"template"},{"disabled":true,"description":{"content":"<p>include transaction records of an integration</p>\n","type":"text/plain"},"key":"with[]","value":"transactions"},{"disabled":true,"description":{"content":"<p>include signature transaction records of an integration</p>\n","type":"text/plain"},"key":"with[]","value":"signature_transactions"},{"disabled":true,"description":{"content":"<p>include fillables</p>\n","type":"text/plain"},"key":"with[]","value":"fillables"},{"disabled":true,"description":{"content":"<p>include settings</p>\n","type":"text/plain"},"key":"with[]","value":"settings"},{"disabled":true,"description":{"content":"<p>include output mappings</p>\n","type":"text/plain"},"key":"with[]","value":"output_mappings"}],"variable":[]}},"response":[{"id":"efa64dde-ca68-4756-9acf-88dd968f294e","name":"Read Integration","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations/9ab8cab1-3693-4b2c-9b95-a266b692e97b?with[]=fillables","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","integrations","9ab8cab1-3693-4b2c-9b95-a266b692e97b"],"query":[{"key":"with[]","value":"template","type":"text","description":"include the integration template","disabled":true},{"key":"with[]","value":"transactions","type":"text","description":"include transaction records of an integration","disabled":true},{"key":"with[]","value":"signature_transactions","type":"text","description":"include signature transaction records of an integration","disabled":true},{"key":"with[]","value":"fillables","type":"text","description":"include fillables"},{"key":"with[]","value":"settings","type":"text","description":"include settings","disabled":true},{"key":"with[]","value":"output_mappings","type":"text","description":"include output mappings","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:20:20 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9ab8cab1-3693-4b2c-9b95-a266b692e97b\",\n    \"template_id\": \"8daf6c78-afc6-4ff1-9522-1a866929ee1c\",\n    \"group\": {\n        \"name\": \"authentication\",\n        \"label\": \"Authenticatie\"\n    },\n    \"name\": \"Keycloak\",\n    \"icon\": \"http://atabix.atabase-accounts-api.test/storage/media/9ab8df1e-2278-49be-bf74-442d53533411/cat.jpeg\",\n    \"status\": \"ready\",\n    \"is_testable\": false,\n    \"published_at\": \"2023-11-28 16:25:18\",\n    \"created_at\": \"2023-11-28 16:17:32\",\n    \"fillables\": [\n        {\n            \"type\": \"text\",\n            \"name\": \"name\",\n            \"label\": \"Naam\",\n            \"value\": null,\n            \"group\": null,\n            \"is_mapable\": true,\n            \"is_required\": false,\n            \"options\": null,\n            \"placeholder\": null\n        },\n        {\n            \"type\": \"text\",\n            \"name\": \"family_name\",\n            \"label\": \"Achternaam\",\n            \"value\": null,\n            \"group\": null,\n            \"is_mapable\": true,\n            \"is_required\": false,\n            \"options\": null,\n            \"placeholder\": null\n        },\n        {\n            \"type\": \"text\",\n            \"name\": \"given_name\",\n            \"label\": \"Voornaam\",\n            \"value\": null,\n            \"group\": null,\n            \"is_mapable\": true,\n            \"is_required\": false,\n            \"options\": null,\n            \"placeholder\": null\n        },\n        {\n            \"type\": \"text\",\n            \"name\": \"middle_name\",\n            \"label\": \"Tweede naam\",\n            \"value\": null,\n            \"group\": null,\n            \"is_mapable\": true,\n            \"is_required\": false,\n            \"options\": null,\n            \"placeholder\": null\n        },\n        {\n            \"type\": \"text\",\n            \"name\": \"nickname\",\n            \"label\": \"Nickname\",\n            \"value\": null,\n            \"group\": null,\n            \"is_mapable\": true,\n            \"is_required\": false,\n            \"options\": null,\n            \"placeholder\": null\n        },\n        {\n            \"type\": \"text\",\n            \"name\": \"email\",\n            \"label\": \"Emailadres\",\n            \"value\": null,\n            \"group\": null,\n            \"is_mapable\": true,\n            \"is_required\": false,\n            \"options\": null,\n            \"placeholder\": null\n        },\n        {\n            \"type\": \"text\",\n            \"name\": \"email_verified\",\n            \"label\": \"Emailadres bevestigd\",\n            \"value\": null,\n            \"group\": null,\n            \"is_mapable\": true,\n            \"is_required\": false,\n            \"options\": null,\n            \"placeholder\": null\n        }\n    ]\n}"}],"_postman_id":"47aeea7f-d501-4239-b477-0567b0c66884"},{"name":"Create Integration","id":"f46825d6-0c64-4cc9-a7ce-a0f52312a382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"integration_template_id","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7","description":"<p>the integration template id</p>\n","type":"text","disabled":true},{"key":"name","value":"KVK integration","description":"<p>name of the integration</p>\n","type":"text","disabled":true},{"key":"is_testable","value":"false","description":"<p>indicates whether the integration is testable through atabase accounts or not</p>\n","type":"text","disabled":true},{"key":"settings[0][id]","value":"integration.kvk.api.key","description":"<p>the setting slug of integration</p>\n","type":"text","disabled":true},{"key":"settings[0][value]","value":"xxx","description":"<p>the setting value of integration</p>\n","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","integrations"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f46825d6-0c64-4cc9-a7ce-a0f52312a382"},{"name":"Update Integration","id":"87591383-0c21-4416-ab23-c1254b4dbab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"KVK integration","description":"<p>name of the integration</p>\n","type":"text","disabled":true},{"key":"is_testable","value":"false","description":"<p>indicates whether the integration is testable through atabase accounts or not</p>\n","type":"text","disabled":true},{"key":"settings[0][id]","value":"integration.kvk.api.key","description":"<p>the setting slug of integration</p>\n","type":"text","disabled":true},{"key":"settings[0][value]","value":"xxx","description":"<p>the setting value of integration</p>\n","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations/{{integration_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","integrations","{{integration_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"87591383-0c21-4416-ab23-c1254b4dbab2"},{"name":"Delete Integration","id":"0a9b8c4c-3e8e-4379-aa3b-87e352471257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations/{{integration_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","integrations","{{integration_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a9b8c4c-3e8e-4379-aa3b-87e352471257"},{"name":"Execute Integration","id":"4bae1f7e-84f5-20c6-a7c3-8896cc14bfcb","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/integrations/{{integration_id}}/execute","description":"<p>Triggers the integration's configured action.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","integrations","{{integration_id}}","execute"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bae1f7e-84f5-20c6-a7c3-8896cc14bfcb"}],"id":"7a18b00e-7ba7-470b-955e-901289571119","_postman_id":"7a18b00e-7ba7-470b-955e-901289571119","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Custom Lists","item":[{"name":"Items","item":[{"name":"List Custom list items","id":"0d13c26b-f65f-4305-bdbd-266d00ae3456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/data/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","data","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Filters the custom list items based on the column - value combination</p>\n","type":"text/plain"},"key":"filters[{{column-id}}]","value":"value of the column"},{"disabled":true,"description":{"content":"<p>returns the combination of column and value of an item as key value pair</p>\n","type":"text/plain"},"key":"with[]","value":"attributes"}],"variable":[]}},"response":[{"id":"dfea6885-37fc-40e9-a1bb-2463fca72005","name":"List Custom list items","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/data/9abc46eb-cabb-48da-bcd6-ae54fe4eced0","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","custom-lists","data","9abc46eb-cabb-48da-bcd6-ae54fe4eced0"],"query":[{"key":"filters[{{column-id}}]","value":"value of the column","description":"Filters the custom list items based on the column - value combination","disabled":true},{"key":"with[]","value":"attributes","description":"returns the combination of column and value of an item as key value pair","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:18:07 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"476","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 2,\n    \"data\": [\n        {\n            \"id\": \"9b3749c0-0bb5-4851-9947-71c2f3fd0b72\",\n            \"name\": \"Joseph\",\n            \"created_at\": \"2024-01-30T12:27:08.000000Z\",\n            \"updated_at\": \"2024-01-30T12:27:08.000000Z\",\n            \"Naam\": \"Joseph\",\n            \"Age\": \"31\",\n            \"Function\": {\n                \"id\": \"9abc46c9-f1b9-44c1-ab7f-1b278146b09b\",\n                \"value\": \"Backend\"\n            },\n            \"Image\": \"http://atabix.atabase-accounts-api.test/storage/media/9b375689-e356-4d9c-9cc1-b77eb1a5ebbc/cat.jpeg\"\n        },\n        {\n            \"id\": \"9b3756ab-8e0b-44bb-b37a-e764f8f154ba\",\n            \"name\": \"Bryse\",\n            \"created_at\": \"2024-01-30T13:03:15.000000Z\",\n            \"updated_at\": \"2024-01-30T13:03:15.000000Z\",\n            \"Naam\": \"Bryse\",\n            \"Age\": \"30\",\n            \"Function\": {\n                \"id\": \"9abeb9cb-9a8d-40fb-b56a-e87a38fe1197\",\n                \"value\": \"Lead\"\n            },\n            \"Image\": \"http://atabix.atabase-accounts-api.test/storage/media/9b3756b9-4fa6-45d0-b9b6-e054f4aedea1/eherkenning-icon.jpeg\"\n        }\n    ]\n}"},{"id":"bc7031a4-41fd-499c-83a1-c10e4dde8eeb","name":"Filter items by column","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/data/9abc46eb-cabb-48da-bcd6-ae54fe4eced0?filters[9abc46eb-cc54-4070-9885-0af22a16e4c5]=Joseph","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","custom-lists","data","9abc46eb-cabb-48da-bcd6-ae54fe4eced0"],"query":[{"key":"filters[9abc46eb-cc54-4070-9885-0af22a16e4c5]","value":"Joseph","description":"Filters the custom list items based on the column - value combination"},{"key":"with[]","value":"attributes","description":"returns the combination of column and value of an item as key value pair","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:18:41 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9b3749c0-0bb5-4851-9947-71c2f3fd0b72\",\n            \"name\": \"Joseph\",\n            \"created_at\": \"2024-01-30T12:27:08.000000Z\",\n            \"updated_at\": \"2024-01-30T12:27:08.000000Z\",\n            \"Naam\": \"Joseph\",\n            \"Age\": \"31\",\n            \"Function\": {\n                \"id\": \"9abc46c9-f1b9-44c1-ab7f-1b278146b09b\",\n                \"value\": \"Backend\"\n            },\n            \"Image\": \"http://atabix.atabase-accounts-api.test/storage/media/9b375689-e356-4d9c-9cc1-b77eb1a5ebbc/cat.jpeg\"\n        }\n    ]\n}"}],"_postman_id":"0d13c26b-f65f-4305-bdbd-266d00ae3456"},{"name":"Create Custom List Item","id":"3f017996-aaad-4ec6-918d-bfb80f09903a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"custom_list[id]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7","description":"<p>the id of the custom list</p>\n","type":"text","disabled":true},{"key":"attributes[0][id]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7","description":"<p>the column id</p>\n","type":"text","disabled":true},{"key":"attributes[0][value]","value":"value","description":"<p>the value of the column</p>\n","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/items","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","items"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f017996-aaad-4ec6-918d-bfb80f09903a"},{"name":"Update Custom List Item","id":"7bd1b926-4c60-4449-b69d-e4d9e35d7219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"attributes[0][id]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7","description":"<p>the column id</p>\n","type":"text","disabled":true},{"key":"attributes[0][value]","value":"value","description":"<p>the value of the column</p>\n","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/items/{{custom_list_item_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","items","{{custom_list_item_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bd1b926-4c60-4449-b69d-e4d9e35d7219"},{"name":"Delete Custom List Item","id":"e5b6028d-e159-4fbe-b6e1-426c47f606f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/items/{{custom_list_item_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","items","{{custom_list_item_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5b6028d-e159-4fbe-b6e1-426c47f606f5"},{"name":"Read Custom List Item","id":"d8bc40fb-aa6f-4ebf-235c-8ebc626e87a9","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/items/{{custom_list_item_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","items","{{custom_list_item_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8bc40fb-aa6f-4ebf-235c-8ebc626e87a9"},{"name":"Foreign Check Custom List Item","id":"039c5adb-d049-ba81-eb0d-8ed103767521","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/items/{{custom_list_item_id}}/foreign-check","description":"<p>Returns foreign references for the custom list item (e.g. usage in other resources).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","items","{{custom_list_item_id}}","foreign-check"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"039c5adb-d049-ba81-eb0d-8ed103767521"}],"id":"66e8a16c-541a-483f-bf45-10aefae744ce","_postman_id":"66e8a16c-541a-483f-bf45-10aefae744ce","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Columns","item":[{"name":"List Custom List Columns","id":"9140151c-4882-dd53-12c9-f0b67a719c99","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/columns","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","columns"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"9140151c-4882-dd53-12c9-f0b67a719c99"},{"name":"Read Custom List Column","id":"c5b636a7-e7fb-2a74-9ac6-a5405eaa6939","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/columns/{{custom_list_column_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","columns","{{custom_list_column_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5b636a7-e7fb-2a74-9ac6-a5405eaa6939"},{"name":"Create Custom List Column","event":[{"listen":"test","script":{"exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"custom_list_column_id\", data.id);","}"],"type":"text/javascript"}}],"id":"c73a571e-0793-470c-6412-60971b784821","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/columns","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","columns"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"c73a571e-0793-470c-6412-60971b784821"},{"name":"Update Custom List Column","id":"b636eccb-0400-7e1f-d122-d42821f30a31","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/columns/{{custom_list_column_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","columns","{{custom_list_column_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"b636eccb-0400-7e1f-d122-d42821f30a31"},{"name":"Delete Custom List Column","id":"0d271a8d-aa2f-fbbe-5af8-de364b838189","request":{"method":"DELETE","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/columns/{{custom_list_column_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","columns","{{custom_list_column_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d271a8d-aa2f-fbbe-5af8-de364b838189"}],"id":"c86f0b48-cc29-dd2c-5d98-76fcca424d50","_postman_id":"c86f0b48-cc29-dd2c-5d98-76fcca424d50","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Custom List headers and filters","id":"c758f9fc-7bdb-4728-a5a2-9a977ad57d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/config/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","config","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[{"id":"43054f87-2516-4ead-b373-5e27dc343b5f","name":"List Custom List headers and filters","originalRequest":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/config/9abc46eb-cabb-48da-bcd6-ae54fe4eced0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:17:47 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"477","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Atabixers\",\n    \"limit\": 15,\n    \"headers\": [\n        {\n            \"id\": \"9abc46eb-cc54-4070-9885-0af22a16e4c5\",\n            \"original\": \"Naam\",\n            \"label\": \"Naam\",\n            \"group\": null,\n            \"sortable\": false,\n            \"width\": null,\n            \"align\": \"start\",\n            \"type\": \"text\"\n        },\n        {\n            \"id\": \"9abc46f7-3f4a-4b4b-b4df-97e6b3b9069f\",\n            \"original\": \"Age\",\n            \"label\": \"Age\",\n            \"group\": null,\n            \"sortable\": false,\n            \"width\": null,\n            \"align\": \"start\",\n            \"type\": \"number\"\n        },\n        {\n            \"id\": \"9abc46fc-f401-4fbc-a513-38237c9d4bf3\",\n            \"original\": \"Function\",\n            \"label\": \"Function\",\n            \"group\": null,\n            \"sortable\": false,\n            \"width\": null,\n            \"align\": \"start\",\n            \"type\": \"foreign\"\n        },\n        {\n            \"id\": \"9b1eeb26-d05f-456c-ba68-6ac6e0c0420d\",\n            \"original\": \"Image\",\n            \"label\": \"Image\",\n            \"group\": null,\n            \"sortable\": false,\n            \"width\": null,\n            \"align\": \"start\",\n            \"type\": \"file\"\n        },\n        {\n            \"id\": \"actie\",\n            \"original\": \"Actie\",\n            \"label\": \"Actie\",\n            \"group\": null,\n            \"sortable\": false,\n            \"width\": null,\n            \"align\": \"start\",\n            \"type\": null\n        }\n    ],\n    \"filters\": [\n        {\n            \"data\": [],\n            \"id\": \"9abc46eb-cc54-4070-9885-0af22a16e4c5\",\n            \"type\": \"text\",\n            \"original\": \"Naam\",\n            \"label\": \"Naam\",\n            \"group\": null,\n            \"operators\": [\n                \"equal\"\n            ],\n            \"operator\": \"equal\",\n            \"placeholder\": \"Naam\",\n            \"description\": null,\n            \"url\": null,\n            \"options\": [],\n            \"multiple\": false,\n            \"icon\": null,\n            \"fillable\": true,\n            \"visible\": true\n        },\n        {\n            \"data\": [],\n            \"id\": \"9abc46f7-3f4a-4b4b-b4df-97e6b3b9069f\",\n            \"type\": \"text\",\n            \"original\": \"Age\",\n            \"label\": \"Age\",\n            \"group\": null,\n            \"operators\": [\n                \"equal\"\n            ],\n            \"operator\": \"equal\",\n            \"placeholder\": \"Age\",\n            \"description\": null,\n            \"url\": null,\n            \"options\": [],\n            \"multiple\": false,\n            \"icon\": null,\n            \"fillable\": true,\n            \"visible\": true\n        },\n        {\n            \"data\": [],\n            \"id\": \"9abc46fc-f401-4fbc-a513-38237c9d4bf3\",\n            \"type\": \"select\",\n            \"original\": \"Function\",\n            \"label\": \"Function\",\n            \"group\": null,\n            \"operators\": [\n                \"equal\"\n            ],\n            \"operator\": \"equal\",\n            \"placeholder\": \"Function\",\n            \"description\": null,\n            \"url\": \"http://atabix.atabase-accounts-api.test/v0/custom-lists/items?filters%5Blist%5D=9abc466e-e37a-476e-a031-eb3dbf830ef5&with%5B0%5D=label\",\n            \"options\": [],\n            \"multiple\": true,\n            \"icon\": null,\n            \"fillable\": true,\n            \"visible\": true\n        }\n    ],\n    \"sort_by\": []\n}"}],"_postman_id":"c758f9fc-7bdb-4728-a5a2-9a977ad57d3a"},{"name":"List Custom Lists","id":"304ec924-bd13-4c20-b256-3fc8bb08fd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>search custom list by name</p>\n","type":"text/plain"},"key":"filters[search]","value":"name"},{"disabled":true,"description":{"content":"<p>sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>include the columns of custom list</p>\n","type":"text/plain"},"key":"with[]","value":"columns"},{"disabled":true,"description":{"content":"<p>include the column that represents the label of custom list</p>\n","type":"text/plain"},"key":"with[]","value":"column_label"}],"variable":[]}},"response":[{"id":"725cb3de-af27-4a37-9337-8b079f0fd11b","name":"List Custom Lists","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","custom-lists"],"query":[{"key":"filters[search]","value":"name","description":"search custom list by name","type":"text","disabled":true},{"key":"sort","value":"created_at","description":"sort by creation date","disabled":true},{"key":"with[]","value":"columns","description":"include the columns of custom list","disabled":true},{"key":"with[]","value":"column_label","description":"include the column that represents the label of custom list","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:15:59 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"496","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 2,\n    \"data\": [\n        {\n            \"id\": \"9abc466e-e37a-476e-a031-eb3dbf830ef5\",\n            \"type\": \"simple\",\n            \"name\": \"Function\",\n            \"is_appendable\": false,\n            \"created_at\": \"2023-11-30T08:51:02.000000Z\",\n            \"updated_at\": \"2023-11-30T08:51:02.000000Z\",\n            \"meta\": {\n                \"id\": \"9abc466e-e37a-476e-a031-eb3dbf830ef5\",\n                \"type\": \"custom_list\"\n            }\n        },\n        {\n            \"id\": \"9abc46eb-cabb-48da-bcd6-ae54fe4eced0\",\n            \"type\": \"complex\",\n            \"name\": \"Atabixers\",\n            \"is_appendable\": false,\n            \"created_at\": \"2023-11-30T08:52:23.000000Z\",\n            \"updated_at\": \"2024-02-27T13:53:26.000000Z\",\n            \"meta\": {\n                \"id\": \"9abc46eb-cabb-48da-bcd6-ae54fe4eced0\",\n                \"type\": \"custom_list\"\n            }\n        }\n    ]\n}"}],"_postman_id":"304ec924-bd13-4c20-b256-3fc8bb08fd4f"},{"name":"Get Custom List","id":"2c2ea62a-a0b9-4f07-aa65-0f4d0fd9496c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c2ea62a-a0b9-4f07-aa65-0f4d0fd9496c"},{"name":"Create Custom List","id":"28d3442f-ac78-4ba1-bdfc-a60c3ca9a345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Example list","description":"<p>the name of the custom list</p>\n","type":"text","disabled":true},{"key":"type","value":"complex","description":"<p>the type of the custom list: complex or simple</p>\n","type":"text","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"28d3442f-ac78-4ba1-bdfc-a60c3ca9a345"},{"name":"Update Custom List","id":"71f4752a-7c74-454f-92f6-7175264edbee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Example list","description":"<p>the name of the custom list</p>\n","type":"text","uuid":"3e7a327a-eebc-42aa-8b16-0c1f317c8e77"}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"71f4752a-7c74-454f-92f6-7175264edbee"},{"name":"Delete Custom List","id":"45ac3c78-b67a-4fbb-8531-fb8f6043c52c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"45ac3c78-b67a-4fbb-8531-fb8f6043c52c"},{"name":"Get Custom List Config","id":"e0566446-c488-3ea7-ec6e-70bc3494d183","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/config/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","config","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0566446-c488-3ea7-ec6e-70bc3494d183"},{"name":"Update Custom List Config","id":"5cb684bd-77ce-2b89-c86b-d3d58f287627","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/config/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","config","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cb684bd-77ce-2b89-c86b-d3d58f287627"},{"name":"Get Custom List Data","id":"62b6c5cf-03b7-7bac-e968-8fd4ad13cbc9","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-lists/data/{{custom_list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-lists","data","{{custom_list_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"62b6c5cf-03b7-7bac-e968-8fd4ad13cbc9"}],"id":"5c59d261-5785-4dc2-aefb-3592388d4876","_postman_id":"5c59d261-5785-4dc2-aefb-3592388d4876","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Users","item":[{"name":"List Users","id":"69480e34-23e6-4cd9-bb41-aa3cb1923da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>will return the logged in user</p>\n","type":"text/plain"},"key":"filters[current]","value":""},{"disabled":true,"description":{"content":"<p>search the user by name, email, position, or code</p>\n","type":"text/plain"},"key":"filters[search]","value":"name"},{"disabled":true,"description":{"content":"<p>returns the enabled/disabled users</p>\n","type":"text/plain"},"key":"filters[is_enabled]","value":"true"},{"disabled":true,"description":{"content":"<p>sort by name of user</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>sort by email of user</p>\n","type":"text/plain"},"key":"sort","value":"email"},{"disabled":true,"description":{"content":"<p>Includes roles of user</p>\n","type":"text/plain"},"key":"with[]","value":"roles"}],"variable":[]}},"response":[{"id":"d07e49e4-af5d-4165-b183-381b035d7550","name":"List users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","users"],"query":[{"key":"filters[current]","value":"","description":"will return the logged in user","type":"text","disabled":true},{"key":"filters[search]","value":"name","description":"search the user by name, email, position, or code","type":"text","disabled":true},{"key":"filters[is_enabled]","value":"true","description":"returns the enabled/disabled users","type":"text","disabled":true},{"key":"sort","value":"name","description":"sort by name of user","type":"text","disabled":true},{"key":"sort","value":"email","description":"sort by email of user","disabled":true},{"key":"with[]","value":"roles","description":"Includes roles of user","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:43:06 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 2,\n    \"data\": [\n        {\n            \"id\": \"aca607a8-2ef2-4cf1-b501-8cf3062e5032\",\n            \"code\": \"U-1337\",\n            \"email\": \"s.metdelangebroek@example.com\",\n            \"bsn\": null,\n            \"phone_number\": null,\n            \"name\": \"Steven met de Langebroek\",\n            \"first_name\": \"Steven\",\n            \"last_name\": \"met de Langebroek\",\n            \"position\": \"Project Manager\",\n            \"avatar\": \"https://www.gravatar.com/avatar/9e5fcceb9cfbee6232c5b47b5d7752ab?s=128&d=identicon\",\n            \"is_verified\": true,\n            \"is_enabled\": true,\n            \"has_totp\": false,\n            \"seen_at\": null,\n            \"created_at\": \"2024-02-26 17:29:39\",\n            \"updated_at\": \"2024-02-26 17:32:45\",\n            \"meta\": {\n                \"type\": \"user\"\n            },\n            \"links\": {\n                \"self\": \"http://atabix.atabase-accounts-api.test/v0/users/aca607a8-2ef2-4cf1-b501-8cf3062e5032\"\n            }\n        },\n        {\n            \"id\": \"b62a42b9-01fa-43b0-a6b7-81ec334b2064\",\n            \"code\": \"U-8449\",\n            \"email\": \"j.budiarto@atabix.nl\",\n            \"bsn\": null,\n            \"phone_number\": null,\n            \"name\": \"Sara Verkijkker\",\n            \"first_name\": \"Sara\",\n            \"last_name\": \"Verkijkker\",\n            \"position\": \"Backend Developer\",\n            \"avatar\": \"https://www.gravatar.com/avatar/b724e127f3f24192ef6bf94ce5416058?s=128&d=identicon\",\n            \"is_verified\": true,\n            \"is_enabled\": true,\n            \"has_totp\": false,\n            \"seen_at\": \"2024-02-28 10:29:04\",\n            \"created_at\": \"2023-11-28 16:14:21\",\n            \"updated_at\": \"2024-02-28 10:29:04\",\n            \"meta\": {\n                \"type\": \"user\"\n            },\n            \"links\": {\n                \"self\": \"http://atabix.atabase-accounts-api.test/v0/users/b62a42b9-01fa-43b0-a6b7-81ec334b2064\"\n            }\n        }\n    ]\n}"}],"_postman_id":"69480e34-23e6-4cd9-bb41-aa3cb1923da6"},{"name":"Read User","id":"4a99cd58-0142-4e22-80f7-98f7d433a262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users/{{user_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users","{{user_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>will return the logged in user</p>\n","type":"text/plain"},"key":"filters[current]","value":""},{"disabled":true,"description":{"content":"<p>searched the user by name or email</p>\n","type":"text/plain"},"key":"filters[search]","value":"name"},{"disabled":true,"description":{"content":"<p>returns the enabled/disabled users</p>\n","type":"text/plain"},"key":"filters[is_enabled]","value":"true"},{"disabled":true,"description":{"content":"<p>sort by name of user</p>\n","type":"text/plain"},"key":"sort","value":"name"},{"disabled":true,"description":{"content":"<p>sort by email of user</p>\n","type":"text/plain"},"key":"sort","value":"email"},{"disabled":true,"description":{"content":"<p>Includes roles of user</p>\n","type":"text/plain"},"key":"with[]","value":"roles"}],"variable":[]}},"response":[{"id":"498e2ea2-e4f4-440b-993e-60b307c8d14f","name":"Read User","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users/aca607a8-2ef2-4cf1-b501-8cf3062e5032","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","users","aca607a8-2ef2-4cf1-b501-8cf3062e5032"],"query":[{"key":"filters[current]","value":"","description":"will return the logged in user","type":"text","disabled":true},{"key":"filters[is_enabled]","value":"true","description":"returns the enabled/disabled users","type":"text","disabled":true},{"key":"sort","value":"name","description":"sort by name of user","type":"text","disabled":true},{"key":"sort","value":"email","description":"sort by email of user","disabled":true},{"key":"with[]","value":"roles","description":"Includes roles of user","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:43:59 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"aca607a8-2ef2-4cf1-b501-8cf3062e5032\",\n    \"code\": \"U-1337\",\n    \"email\": \"j.fooigever@example.com\",\n    \"bsn\": null,\n    \"phone_number\": null,\n    \"name\": \"Jan Fooigever\",\n    \"first_name\": \"Jan\",\n    \"last_name\": \"Fooigever\",\n    \"position\": \"CEO\",\n    \"avatar\": \"https://www.gravatar.com/avatar/9e5fcceb9cfbee6232c5b47b5d7752ab?s=128&d=identicon\",\n    \"is_verified\": true,\n    \"is_enabled\": true,\n    \"has_totp\": false,\n    \"seen_at\": null,\n    \"created_at\": \"2024-02-26 17:29:39\",\n    \"updated_at\": \"2024-02-26 17:32:45\",\n    \"meta\": {\n        \"type\": \"user\"\n    },\n    \"links\": {\n        \"self\": \"http://atabix.atabase-accounts-api.test/v0/users/aca607a8-2ef2-4cf1-b501-8cf3062e5032\"\n    }\n}"}],"_postman_id":"4a99cd58-0142-4e22-80f7-98f7d433a262"},{"name":"Create User","id":"831d38c1-05c3-4dbf-ab95-c8b1dc7a74e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"j.doe@atabix.nl","description":"<p>[Required] unique email</p>\n","type":"text"},{"key":"first_name","value":"John","description":"<p>[Required] first name of the user</p>\n","type":"text"},{"key":"last_name","value":"Doe","description":"<p>[Required] last name of the user</p>\n","type":"text"},{"key":"roles[]","value":"default","description":"<p>[Required] admin or default or the role id</p>\n","type":"text"},{"key":"should_send_email","value":"1","description":"<p>[Optional] whether to send password reset email to the user when created (default false)</p>\n","type":"text"},{"key":"position","value":"Project Manager","description":"<p>[Optional] job position / title of the user</p>\n","type":"text"},{"key":"code","value":"U-1337","description":"<p>[Optional] an additional code or number to identify the user</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users?with[]=roles","description":"<p>To create a user we need to provide a unique email, first name and last name. To attach roles when creating a user use the property roles that accepts an array of role ids (see example). To get a list of available roles, call the <code>v1/roles</code> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"key":"with[]","value":"roles"}],"variable":[]}},"response":[{"id":"fe86ca58-87bc-4150-b472-ebdc1a18edc7","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"j.doe@atabix.nl","description":"[Required] unique email","type":"text"},{"key":"first_name","value":"John","description":"[Required] first name of the user","type":"text"},{"key":"last_name","value":"Doe","description":"[Required] last name of the user","type":"text"},{"key":"roles[]","value":"default","description":"[Required] admin or default or the role id","type":"text"},{"key":"should_send_email","value":"1","description":"[Optional] whether to send password reset email to the user when created (default false)","type":"text"}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.2.19","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 14 Jun 2024 08:16:38 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9a70d185-d18d-4d47-b928-f2f120368d32\",\n    \"code\": \"U-1337\",\n    \"email\": \"j.doe@atabix.nl\",\n    \"bsn\": null,\n    \"phone_number\": null,\n    \"name\": \"John Doe\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"position\": \"Project Manager\",\n    \"avatar\": \"https://www.gravatar.com/avatar/fa9fd62f9db602a3e31d96d510d14173?s=128&d=identicon\",\n    \"is_verified\": true,\n    \"is_enabled\": true,\n    \"has_totp\": false,\n    \"pending_totp\": true,\n    \"mfa_status\": \"pending\",\n    \"seen_at\": null,\n    \"created_at\": \"2024-06-14 10:16:38\",\n    \"updated_at\": \"2024-06-14 10:16:38\",\n    \"meta\": {\n        \"type\": \"user\"\n    },\n    \"roles\": [\n        {\n            \"id\": \"admin\",\n            \"name\": \"Beheerder\",\n            \"is_editable\": true,\n            \"description\": \"Een gebruiker met alle rechten.\"\n        }\n    ]\n}"}],"_postman_id":"831d38c1-05c3-4dbf-ab95-c8b1dc7a74e5"},{"name":"Update User","id":"0183f7a5-ed4e-4442-b956-24955905f3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"j.doe@example.com","description":"<p>[Optional] unique email</p>\n","type":"text"},{"key":"first_name","value":"Jane","description":"<p>[Optional] first name of the user</p>\n","type":"text"},{"key":"last_name","value":"Doe","description":"<p>[Optional] last name of the user</p>\n","type":"text"},{"key":"roles[]","value":"default","description":"<p>[Optional] the role id we want to attach to a user</p>\n","type":"text"},{"key":"is_enabled","value":"0","description":"<p>[Optional] whether to enable or disable the user</p>\n","type":"text"},{"key":"position","value":"Project Manager","description":"<p>[Optional] job position / title of the user</p>\n","type":"text"},{"key":"code","value":"U-9412","description":"<p>[Optional] an additional code or number to identify the user</p>\n","type":"text"}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users/{{user_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users","{{user_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"0183f7a5-ed4e-4442-b956-24955905f3a8"},{"name":"Delete User","id":"1b0a9acf-801d-4535-baf3-1700d5db0eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/users/{{user_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","users","{{user_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b0a9acf-801d-4535-baf3-1700d5db0eb8"}],"id":"a30165a5-c484-41d6-a79e-639fc8141110","_postman_id":"a30165a5-c484-41d6-a79e-639fc8141110","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Audits","item":[{"name":"List Audits","id":"1b6537ea-4d74-4975-941c-0b290b11d6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/audits","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Auditable morph alias</p>\n","type":"text/plain"},"key":"filters[auditable_type]","value":"portal.version"},{"disabled":true,"description":{"content":"<p>Auditable morph alias</p>\n","type":"text/plain"},"key":"filters[auditable_types][]","value":"portal.version"},{"disabled":true,"description":{"content":"<p>Auditable UUID</p>\n","type":"text/plain"},"key":"filters[auditable_id]","value":"1"},{"disabled":true,"description":{"content":"<p>Auditable UUID</p>\n","type":"text/plain"},"key":"filters[auditable_ids][]","value":"1"},{"disabled":true,"description":{"content":"<p>created, updated, deleted, restored, accessed, import, access_denied</p>\n","type":"text/plain"},"key":"filters[event]","value":"created"},{"disabled":true,"description":{"content":"<p>created, updated, deleted, restored, accessed, import, access_denied</p>\n","type":"text/plain"},"key":"filters[events][]","value":"created"},{"disabled":true,"description":{"content":"<p>user, system</p>\n","type":"text/plain"},"key":"filters[source]","value":"user"},{"disabled":true,"description":{"content":"<p>returns audit created by system if true</p>\n","type":"text/plain"},"key":"filters[is_console]","value":"true"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[user]","value":""},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[users][]","value":""},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD HH:MM</p>\n","type":"text/plain"},"key":"filters[created_before]","value":"2024-01-01"},{"disabled":true,"description":{"content":"<p>YYYY-MM-DD HH:MM</p>\n","type":"text/plain"},"key":"filters[created_after]","value":"2024-01-01"},{"disabled":true,"description":{"content":"<p>Custom list UUID</p>\n","type":"text/plain"},"key":"filters[custom_list]","value":""},{"disabled":true,"description":{"content":"<p>Sort by creation date</p>\n","type":"text/plain"},"key":"sort","value":"created"},{"disabled":true,"description":{"content":"<p>Include values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include audited model</p>\n","type":"text/plain"},"key":"with[]","value":"auditable"},{"disabled":true,"description":{"content":"<p>Include model related to the auditable</p>\n","type":"text/plain"},"key":"with[]","value":"target"}],"variable":[]}},"response":[{"id":"3e7f0288-d2a8-4746-8d03-7aa4676688ec","name":"List Audits","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/audits?filters[auditable_type]=portal.version&filters[auditable_id]=9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","audits"],"query":[{"key":"filters[auditable_type]","value":"portal.version","description":"Auditable morph alias"},{"key":"filters[auditable_types][]","value":"portal.version","type":"text","description":"Auditable morph alias","disabled":true},{"key":"filters[auditable_id]","value":"9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40","description":"Auditable UUID"},{"key":"filters[auditable_ids][]","value":"1","type":"text","description":"Auditable UUID","disabled":true},{"key":"filters[event]","value":"created","type":"text","description":"created, updated, deleted, restored, accessed, import, access_denied","disabled":true},{"key":"filters[events][]","value":"created","type":"text","description":"created, updated, deleted, restored, accessed, import, access_denied","disabled":true},{"key":"filters[source]","value":"user","type":"text","description":"user, system","disabled":true},{"key":"filters[is_console]","value":"true","type":"text","description":"returns audit created by system if true","disabled":true},{"key":"filters[user]","value":"","type":"text","description":"User UUID","disabled":true},{"key":"filters[users][]","value":"","type":"text","description":"User UUID","disabled":true},{"key":"filters[created_before]","value":"2024-01-01","type":"text","description":"YYYY-MM-DD HH:MM","disabled":true},{"key":"filters[created_after]","value":"2024-01-01","type":"text","description":"YYYY-MM-DD HH:MM","disabled":true},{"key":"filters[custom_list]","value":"","type":"text","description":"Custom list UUID","disabled":true},{"key":"sort","value":"created","type":"text","description":"Sort by creation date","disabled":true},{"key":"with[]","value":"values","type":"text","description":"Include values","disabled":true},{"key":"with[]","value":"user","type":"text","description":"Include user","disabled":true},{"key":"with[]","value":"auditable","type":"text","description":"Include audited model","disabled":true},{"key":"with[]","value":"target","type":"text","description":"Include model related to the auditable","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:24:46 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9ae102cf-9003-437c-a864-36b0dcc47a54\",\n            \"event\": \"created\",\n            \"sentence\": \"Naam is veranderd naar: \\\"v4\\\", user_id is veranderd naar: \\\"5992fa29-1e85-4247-853e-544b81cbe655\\\".\",\n            \"model_type\": \"portal.version\",\n            \"model_id\": \"9ae102cf-8dd7-4fe5-86cd-d7180e2e6c40\",\n            \"name\": \"v4\",\n            \"created_at\": \"2023-12-18 16:07:34\",\n            \"meta\": {\n                \"id\": \"9ae102cf-9003-437c-a864-36b0dcc47a54\",\n                \"type\": \"audit\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1b6537ea-4d74-4975-941c-0b290b11d6e3"},{"name":"Read Audit","id":"f6717e5e-8da1-4ffb-b618-a49126ef630d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/audits/{{audit_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","audits","{{audit_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Include values</p>\n","type":"text/plain"},"key":"with[]","value":"values"},{"disabled":true,"description":{"content":"<p>Include user</p>\n","type":"text/plain"},"key":"with[]","value":"user"},{"disabled":true,"description":{"content":"<p>Include model</p>\n","type":"text/plain"},"key":"with[]","value":"auditable"},{"disabled":true,"description":{"content":"<p>Include related model of the auditable</p>\n","type":"text/plain"},"key":"with[]","value":"target"}],"variable":[]}},"response":[],"_postman_id":"f6717e5e-8da1-4ffb-b618-a49126ef630d"}],"id":"3ada042d-3c30-4ca7-bab2-69235fda6901","_postman_id":"3ada042d-3c30-4ca7-bab2-69235fda6901","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Announcements","item":[{"name":"List Announcements","id":"87298576-2016-4a7d-852c-20ccdc080b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/announcements","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","announcements"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>filter announcements that are published</p>\n","type":"text/plain"},"key":"filters[is_published]","value":"true"},{"disabled":true,"description":{"content":"<p>filter announcements that has not expired</p>\n","type":"text/plain"},"key":"filters[is_expired]","value":"false"},{"disabled":true,"description":{"content":"<p>Sort by the published date</p>\n","type":"text/plain"},"key":"sort","value":"published_at"}],"variable":[]}},"response":[],"_postman_id":"87298576-2016-4a7d-852c-20ccdc080b5c"},{"name":"Read Announcement","id":"be625a2e-f05b-4595-bab1-d83263583f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/announcements/{{announcement_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","announcements","{{announcement_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"be625a2e-f05b-4595-bab1-d83263583f00"},{"name":"Create Announcement","id":"95ec7169-d0ac-4613-a947-f79ac279fcf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"this is an announcement","type":"text","description":"<p>The content of the announcement</p>\n","disabled":true},{"key":"published_at","value":"2024-01-01","type":"text","description":"<p>publish date</p>\n","disabled":true},{"key":"expires_at","value":"2024-0102","type":"text","description":"<p>expire date</p>\n","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/announcements","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","announcements"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"95ec7169-d0ac-4613-a947-f79ac279fcf0"},{"name":"Update Announcement","id":"a891022c-30c5-47cd-91ad-121b7fe8368a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"this is an announcement","type":"text","description":"<p>The content of the announcement</p>\n","disabled":true},{"key":"published_at","value":"2024-01-01","type":"text","description":"<p>publish date</p>\n","disabled":true},{"key":"expires_at","value":"2024-0102","type":"text","description":"<p>expire date</p>\n","disabled":true}]},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/announcements/{{announcement_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","announcements","{{announcement_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"a891022c-30c5-47cd-91ad-121b7fe8368a"},{"name":"Delete Announcement","id":"cec48e5e-4abb-49e9-9d53-6b00bc0cfae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/announcements/{{announcement_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","announcements","{{announcement_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"cec48e5e-4abb-49e9-9d53-6b00bc0cfae5"}],"id":"953a1b2b-b15e-416f-9609-b1fc1df1e9fb","_postman_id":"953a1b2b-b15e-416f-9609-b1fc1df1e9fb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Exports","item":[{"name":"List exports","id":"bfca39cb-ac9a-447d-bb31-d5a60c6b1c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/exports","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","exports"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[auth_creator]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7"},{"disabled":true,"description":{"content":"<p>User UUID</p>\n","type":"text/plain"},"key":"filters[auth_users]","value":"9b6ff31b-18c3-4974-9716-abcd86d045d7"},{"disabled":true,"description":{"content":"<p>pending, processing, available, expired, failed</p>\n","type":"text/plain"},"key":"filters[status]","value":"pending"},{"disabled":true,"description":{"content":"<p>pending, processing, available, expired, failed</p>\n","type":"text/plain"},"key":"filters[statuses][]","value":"pending"},{"disabled":true,"description":{"content":"<p>Exportable morph alias</p>\n","type":"text/plain"},"key":"filters[model_type]","value":"custom_list"},{"disabled":true,"description":{"content":"<p>return expired export records</p>\n","type":"text/plain"},"key":"filters[is_expired]","value":"true"},{"disabled":true,"description":{"content":"<p>return export that has files attached to it</p>\n","type":"text/plain"},"key":"filters[has_file]","value":"true"},{"disabled":true,"description":{"content":"<p>return export created before date</p>\n","type":"text/plain"},"key":"filters[created_before]","value":"2024-01-01"},{"disabled":true,"description":{"content":"<p>return export created after date</p>\n","type":"text/plain"},"key":"filters[created_after]","value":"2024-01-01"},{"disabled":true,"key":"sort","value":"created_at"},{"disabled":true,"description":{"content":"<p>include the export file</p>\n","type":"text/plain"},"key":"with[]","value":"file"},{"disabled":true,"description":{"content":"<p>include the applied filters when doing the import</p>\n","type":"text/plain"},"key":"with[]","value":"filters"},{"disabled":true,"description":{"content":"<p>include the tags of the import</p>\n","type":"text/plain"},"key":"with[]","value":"tags"},{"disabled":true,"description":{"content":"<p>include the creator (user) of the import</p>\n","type":"text/plain"},"key":"with[]","value":"creator"},{"disabled":true,"description":{"content":"<p>include the users who can see the export</p>\n","type":"text/plain"},"key":"with[]","value":"users"}],"variable":[]}},"response":[],"_postman_id":"bfca39cb-ac9a-447d-bb31-d5a60c6b1c6d"}],"id":"ac40a0d2-bde5-47f7-aac9-5bc2bdb39dec","_postman_id":"ac40a0d2-bde5-47f7-aac9-5bc2bdb39dec","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Pages","item":[{"name":"List Pages","id":"6aad09e2-aed0-494f-bb5d-91feb0ec65a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/pages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","pages"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>sort by id</p>\n","type":"text/plain"},"key":"sort","value":"id"}],"variable":[]}},"response":[{"id":"4fd07cb0-f143-438a-8be8-31489c7bd610","name":"List Pages","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/pages","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","pages"],"query":[{"key":"sort","value":"id","description":"sort by id","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:05:37 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"492","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 6,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 6,\n    \"data\": [\n        {\n            \"id\": \"3b859257-0fa1-4b06-8260-1d3362408297\",\n            \"name\": \"Lopende zaken\",\n            \"created_at\": \"2023-11-28T13:03:49.000000Z\"\n        },\n        {\n            \"id\": \"568a14c2-0065-4be8-889f-b3d8d9b818e9\",\n            \"name\": \"Onderbroken Formulieren\",\n            \"created_at\": \"2024-01-19T08:12:40.000000Z\"\n        },\n        {\n            \"id\": \"a8e04390-f181-45f8-89fa-7ae2c98dd43f\",\n            \"name\": \"Mijn Gegevens\",\n            \"created_at\": \"2023-11-28T13:03:49.000000Z\"\n        },\n        {\n            \"id\": \"c0aff01a-ff88-4000-9331-0326a1136af0\",\n            \"name\": \"Afgewikkelde zaken\",\n            \"created_at\": \"2023-11-28T13:03:49.000000Z\"\n        },\n        {\n            \"id\": \"ce7ad177-0d77-4386-bdf9-03f251802ca9\",\n            \"name\": \"Dashboard\",\n            \"created_at\": \"2023-11-28T13:03:49.000000Z\"\n        },\n        {\n            \"id\": \"ec68c520-bdac-4021-9472-5e5e368a5d94\",\n            \"name\": \"Formulieren\",\n            \"created_at\": \"2023-11-28T13:03:49.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"6aad09e2-aed0-494f-bb5d-91feb0ec65a5"},{"name":"Read Page","id":"73d53d19-5555-47e7-aed3-2d55ee27e621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/pages/{{page_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","pages","{{page_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"73d53d19-5555-47e7-aed3-2d55ee27e621"}],"id":"d43f242d-5f59-4768-bbd1-1d3361cd4e1b","_postman_id":"d43f242d-5f59-4768-bbd1-1d3361cd4e1b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Widgets","item":[{"name":"List Widgets","id":"fcdc5945-6ac6-4afd-8dcd-8c6caa5b5d87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/widgets","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","widgets"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort","value":"id"}],"variable":[]}},"response":[{"id":"66b680ba-a1f7-4e35-aa60-4aab0399edf1","name":"List Widgets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/widgets","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","widgets"],"query":[{"key":"sort","value":"id","description":"Sort by id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:05:46 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"491","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 8,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 8,\n    \"data\": [\n        {\n            \"id\": \"491398bf-cb06-4340-aaa3-30cb09025769\",\n            \"name\": \"Mijn gegevens\",\n            \"created_at\": \"2023-11-28T13:03:48.000000Z\"\n        },\n        {\n            \"id\": \"4af7c292-e951-4df8-a907-55248bd7d1b9\",\n            \"name\": \"Mededelingen\",\n            \"created_at\": \"2023-11-28T13:03:48.000000Z\"\n        },\n        {\n            \"id\": \"69fe8898-5381-4308-a6d0-f734b5dd5c61\",\n            \"name\": \"Afgeronde zaken\",\n            \"created_at\": \"2023-11-28T13:03:48.000000Z\"\n        },\n        {\n            \"id\": \"748b2d39-bdff-4958-b2dc-65e373a6a14c\",\n            \"name\": \"Lopende zaken\",\n            \"created_at\": \"2023-11-28T13:03:48.000000Z\"\n        },\n        {\n            \"id\": \"814ef8ac-5232-41c2-9622-912cda58bb66\",\n            \"name\": \"Berichten\",\n            \"created_at\": \"2023-11-28T13:03:48.000000Z\"\n        },\n        {\n            \"id\": \"c6207639-4b1b-4310-b567-0669f2891b28\",\n            \"name\": \"Onderbroken Formulieren\",\n            \"created_at\": \"2024-02-26T16:17:37.000000Z\"\n        },\n        {\n            \"id\": \"d05d149a-3ffc-4388-9f8c-07c027ffd6a7\",\n            \"name\": \"Formulieren\",\n            \"created_at\": \"2023-11-28T13:03:48.000000Z\"\n        },\n        {\n            \"id\": \"f301f687-ab7d-44d1-860d-6fab9cb62552\",\n            \"name\": \"Snelkoppelingen\",\n            \"created_at\": \"2023-11-28T13:03:48.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"fcdc5945-6ac6-4afd-8dcd-8c6caa5b5d87"},{"name":"Read Widget","id":"6d8182b7-5c2a-4d10-8bd1-38eb9a8a2401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/widgets/{{widget_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","widgets","{{widget_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d8182b7-5c2a-4d10-8bd1-38eb9a8a2401"}],"id":"af6d5b06-b7f3-4437-9f70-d5296ce308c3","_postman_id":"af6d5b06-b7f3-4437-9f70-d5296ce308c3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Forms","item":[{"name":"List Forms","id":"2a1fd7b0-922f-4282-b4de-10a63975073b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/forms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"description":{"content":"<p>sort by form name</p>\n","type":"text/plain"},"key":"sort","value":"name"}],"variable":[]}},"response":[{"id":"cbbe4325-d523-4042-981c-c2f7fefc501b","name":"List Forms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/forms","host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"path":["v1","forms"],"query":[{"key":"sort","value":"name","description":"sort by form name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.24","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Wed, 28 Feb 2024 09:15:04 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"499","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 1,\n    \"data\": [\n        {\n            \"id\": \"9b5578fb-d549-48c4-8498-f4013d2c34f5\",\n            \"name\": \"Atabase Cases Integration\"\n        }\n    ]\n}"}],"_postman_id":"2a1fd7b0-922f-4282-b4de-10a63975073b"},{"name":"Read Form","id":"e474d51a-70ef-4c93-8d7b-052855867f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/forms/{{form_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","forms","{{form_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e474d51a-70ef-4c93-8d7b-052855867f16"}],"id":"45460dcb-63d5-4981-9c14-ecee05b57028","_postman_id":"45460dcb-63d5-4981-9c14-ecee05b57028","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Roles","item":[{"name":"List Roles","id":"4330b2d8-ae77-45be-a219-a64eb587558f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/roles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","roles"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[{"id":"5f1a1ef7-1cda-4f98-a556-05c4d2003abb","name":"List Roles","originalRequest":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Powered-By","value":"PHP/8.2.20","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Fri, 14 Jun 2024 13:01:21 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"500","enabled":true},{"key":"X-RateLimit-Remaining","value":"498","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Content-Disposition","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"next_page_url\": \"\",\n    \"prev_page_url\": \"\",\n    \"from\": 1,\n    \"to\": 4,\n    \"data\": [\n        {\n            \"id\": \"admin\",\n            \"name\": \"Beheerder\",\n            \"is_editable\": true,\n            \"description\": \"Een gebruiker met alle rechten.\"\n        },\n        {\n            \"id\": \"default\",\n            \"name\": \"Standaard\",\n            \"is_editable\": true,\n            \"description\": \"Een standaard rol die toegekend wordt aan nieuwe gebruikers.\"\n        }\n    ]\n}"}],"_postman_id":"4330b2d8-ae77-45be-a219-a64eb587558f"},{"name":"Show Role","id":"f77e32fb-21c4-4bb8-a962-9c614c112436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/roles/{{role_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","roles","{{role_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"f77e32fb-21c4-4bb8-a962-9c614c112436"}],"id":"27717289-64e9-4ad7-81e3-c2b091f0e0d4","_postman_id":"27717289-64e9-4ad7-81e3-c2b091f0e0d4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Email Providers","item":[{"name":"List Email Providers","id":"c55a0174-cb9a-7761-4969-7571282f3792","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/email-providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","email-providers"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"c55a0174-cb9a-7761-4969-7571282f3792"},{"name":"Read Email Provider","id":"7faad6b8-d3b5-82ef-28ea-9a529802bcaf","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/email-providers/{{email_provider_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","email-providers","{{email_provider_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"7faad6b8-d3b5-82ef-28ea-9a529802bcaf"},{"name":"Create Email Provider","event":[{"script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"email_provider_id\", data.id);","}"]},"listen":"test"}],"id":"fbec965e-9299-28ef-59ce-068407efe0a0","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/email-providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","email-providers"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbec965e-9299-28ef-59ce-068407efe0a0"},{"name":"Update Email Provider","id":"c417d29e-92ea-cf73-4828-b06534741cc9","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/email-providers/{{email_provider_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","email-providers","{{email_provider_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"c417d29e-92ea-cf73-4828-b06534741cc9"},{"name":"Delete Email Provider","id":"8657c9fb-a2a2-e30e-7259-d7039b5cad79","request":{"method":"DELETE","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/email-providers/{{email_provider_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","email-providers","{{email_provider_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"8657c9fb-a2a2-e30e-7259-d7039b5cad79"}],"id":"2c25d936-f55f-f149-b356-fc11ca862700","_postman_id":"2c25d936-f55f-f149-b356-fc11ca862700","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Storage Providers","item":[{"name":"List Storage Providers","id":"b3b4b003-030c-a139-48ab-065968af57d2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/storage-providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","storage-providers"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"b3b4b003-030c-a139-48ab-065968af57d2"},{"name":"Read Storage Provider","id":"c8d820b5-65e3-49c8-6c97-5d955984a02e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/storage-providers/{{storage_provider_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","storage-providers","{{storage_provider_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8d820b5-65e3-49c8-6c97-5d955984a02e"},{"name":"Create Storage Provider","event":[{"listen":"test","script":{"exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"storage_provider_id\", data.id);","}"],"type":"text/javascript"}}],"id":"a022f5d0-355c-a388-444f-8d34fc076ba5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/storage-providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","storage-providers"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"a022f5d0-355c-a388-444f-8d34fc076ba5"},{"name":"Update Storage Provider","id":"a9df483e-e3a9-e0e7-8978-2335a81bbf24","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/storage-providers/{{storage_provider_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","storage-providers","{{storage_provider_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9df483e-e3a9-e0e7-8978-2335a81bbf24"},{"name":"Delete Storage Provider","id":"56c43f83-d596-186d-fa52-2a1c1901ee6c","request":{"method":"DELETE","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/storage-providers/{{storage_provider_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","storage-providers","{{storage_provider_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"56c43f83-d596-186d-fa52-2a1c1901ee6c"}],"id":"a2ad75d2-6fd1-622d-5aa4-a003889948a1","_postman_id":"a2ad75d2-6fd1-622d-5aa4-a003889948a1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Environments","item":[{"name":"List Environments","id":"26ca1e92-eca0-0e02-5bc0-40e6522f5817","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/environments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","environments"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"26ca1e92-eca0-0e02-5bc0-40e6522f5817"},{"name":"Read Environment","id":"4739328a-88ff-ff6d-a75d-6772752e675d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/environments/{{environment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","environments","{{environment_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"4739328a-88ff-ff6d-a75d-6772752e675d"},{"name":"Update Environment","id":"37ec2e1e-6afd-f529-6294-3a9fd503ded0","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/environments/{{environment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","environments","{{environment_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"37ec2e1e-6afd-f529-6294-3a9fd503ded0"}],"id":"553c29dc-def6-601c-ac11-dad54d676b68","_postman_id":"553c29dc-def6-601c-ac11-dad54d676b68","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Themes","item":[{"name":"List Themes","id":"35d5cfe0-b178-3706-c8b1-9bc341f5a123","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/themes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","themes"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"35d5cfe0-b178-3706-c8b1-9bc341f5a123"},{"name":"Read Theme","id":"969d1910-0d7e-750d-4bdd-98912308bc53","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/themes/{{theme_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","themes","{{theme_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"969d1910-0d7e-750d-4bdd-98912308bc53"},{"name":"Create Theme","event":[{"script":{"exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"theme_id\", data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"0deb7bb6-cc15-5b2f-e74f-86b8b24b0fe0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/themes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","themes"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"0deb7bb6-cc15-5b2f-e74f-86b8b24b0fe0"}],"id":"76a1793e-d92d-2826-c494-17f62e5cca49","_postman_id":"76a1793e-d92d-2826-c494-17f62e5cca49","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Media","item":[{"name":"List Media","id":"1b72f7cb-cc27-6df8-0525-0ca74928dc36","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/media","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"1b72f7cb-cc27-6df8-0525-0ca74928dc36"},{"name":"Read Media","id":"ad7533e1-0bef-cc31-2295-28bd992b0f91","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/media/{{media_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","media","{{media_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad7533e1-0bef-cc31-2295-28bd992b0f91"}],"id":"c116986e-9f63-a450-0f84-b4cf19851bb3","_postman_id":"c116986e-9f63-a450-0f84-b4cf19851bb3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Languages","item":[{"name":"List Languages","id":"67a33ffa-170a-6da0-4fa9-0066082164e8","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/languages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","languages"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"67a33ffa-170a-6da0-4fa9-0066082164e8"},{"name":"Read Language","id":"35c0ce6a-faee-4966-989a-a6a0e1b89da6","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/languages/{{language_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","languages","{{language_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"35c0ce6a-faee-4966-989a-a6a0e1b89da6"}],"id":"9336f1f5-384a-da26-1a13-c75d419aaeda","_postman_id":"9336f1f5-384a-da26-1a13-c75d419aaeda","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Permissions","item":[{"name":"List Permissions","id":"25ec8bb4-bab9-5b35-9e74-979e2f37d36b","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","permissions"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"25ec8bb4-bab9-5b35-9e74-979e2f37d36b"}],"id":"2cffe744-3acf-0447-13e3-26927538149c","_postman_id":"2cffe744-3acf-0447-13e3-26927538149c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Groups","item":[{"name":"List Groups","id":"08c55ad6-b32a-c472-24ad-38491b4dc493","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","groups"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"08c55ad6-b32a-c472-24ad-38491b4dc493"}],"id":"55d7d613-2692-26ac-a6d5-9446450f0968","_postman_id":"55d7d613-2692-26ac-a6d5-9446450f0968","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Products","item":[{"name":"List Products","id":"e8ece10e-04ef-0c7c-edf8-39161357998e","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/products","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","products"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8ece10e-04ef-0c7c-edf8-39161357998e"},{"name":"Read Product","id":"877c83db-59f9-df6a-0cb1-861ee5c29021","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/products/{{product_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","products","{{product_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"877c83db-59f9-df6a-0cb1-861ee5c29021"}],"id":"818d1aeb-b2db-e3f2-cc26-c3a349546754","_postman_id":"818d1aeb-b2db-e3f2-cc26-c3a349546754","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Settings","item":[{"name":"Get Settings","id":"33051c29-78d7-9e00-7c88-4e3217f12fbb","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/settings","description":"<p>Returns the syncable settings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","settings"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"33051c29-78d7-9e00-7c88-4e3217f12fbb"}],"id":"5bcfde7b-15a9-bae1-ae22-0edf2f4a43e7","_postman_id":"5bcfde7b-15a9-bae1-ae22-0edf2f4a43e7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Locations","item":[{"name":"Markers","item":[{"name":"List Markers","id":"6629f4fa-552d-16e7-7b4c-38b369763771","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/locations/markers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","locations","markers"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"6629f4fa-552d-16e7-7b4c-38b369763771"},{"name":"Read Marker","id":"58624b5a-5c05-9bb9-1fdd-dfabb362d0d6","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/locations/markers/{{marker_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","locations","markers","{{marker_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"58624b5a-5c05-9bb9-1fdd-dfabb362d0d6"},{"name":"Create Marker","event":[{"script":{"exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"marker_id\", data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"7c6f9ca6-3311-ba25-bcd9-ce42b6ae1ed3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/locations/markers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","locations","markers"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c6f9ca6-3311-ba25-bcd9-ce42b6ae1ed3"},{"name":"Update Marker","id":"c731229d-e03a-f520-ad6d-ae8cf3225133","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/locations/markers/{{marker_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","locations","markers","{{marker_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"c731229d-e03a-f520-ad6d-ae8cf3225133"},{"name":"Delete Marker","id":"91e86cc5-039f-a7ad-4a75-1b0ded436601","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/locations/markers/{{marker_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","locations","markers","{{marker_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"91e86cc5-039f-a7ad-4a75-1b0ded436601"}],"id":"b4f0441a-5617-846f-4fb1-7f6f3734569d","_postman_id":"b4f0441a-5617-846f-4fb1-7f6f3734569d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"8737759e-f7fa-1d2d-995d-eddb680b1052","_postman_id":"8737759e-f7fa-1d2d-995d-eddb680b1052","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Custom Overviews","item":[{"name":"Columns","item":[{"name":"List Custom Overview Columns","id":"6b4fc4a1-80be-baa0-30e4-bea9a8e234da","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews/columns","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews","columns"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"6b4fc4a1-80be-baa0-30e4-bea9a8e234da"},{"name":"Read Custom Overview Column","id":"d9fd4ed7-0096-fb1e-41b8-da2bbd83069d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews/columns/{{custom_overview_column_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews","columns","{{custom_overview_column_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9fd4ed7-0096-fb1e-41b8-da2bbd83069d"}],"id":"82d28b39-4989-d56a-fffa-0569434e7489","_postman_id":"82d28b39-4989-d56a-fffa-0569434e7489","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Custom Overviews","id":"b93513c1-fd72-ebb6-c643-1e609d051b31","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"b93513c1-fd72-ebb6-c643-1e609d051b31"},{"name":"Read Custom Overview","id":"297cc021-8bdb-e95e-6d43-e948820329ab","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews/{{custom_overview_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews","{{custom_overview_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"297cc021-8bdb-e95e-6d43-e948820329ab"},{"name":"Create Custom Overview","event":[{"listen":"test","script":{"exec":["var data = JSON.parse(responseBody);","if (data.id) {","    postman.setEnvironmentVariable(\"custom_overview_id\", data.id);","}"],"type":"text/javascript"}}],"id":"1133e5d2-fbb8-5334-7952-5dc824da63f5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"1133e5d2-fbb8-5334-7952-5dc824da63f5"},{"name":"Update Custom Overview","id":"ef2f6ab4-8bea-ab23-b3a5-382400150592","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews/{{custom_overview_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews","{{custom_overview_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef2f6ab4-8bea-ab23-b3a5-382400150592"},{"name":"Delete Custom Overview","id":"a2fdc59b-8ac3-1658-1829-9309695243bf","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews/{{custom_overview_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews","{{custom_overview_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2fdc59b-8ac3-1658-1829-9309695243bf"},{"name":"Get Custom Overview Config","id":"d08a2ef0-d4a2-3e43-9dbb-d2d36f6f544b","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews/config/{{custom_overview_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews","config","{{custom_overview_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"d08a2ef0-d4a2-3e43-9dbb-d2d36f6f544b"},{"name":"Get Custom Overview Data","id":"7bb585c9-7fa1-4eca-22d4-e2368d3765ce","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/custom-overviews/data/{{custom_overview_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","custom-overviews","data","{{custom_overview_id}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bb585c9-7fa1-4eca-22d4-e2368d3765ce"}],"id":"72cec10b-2e82-156a-ae10-7107273d1e14","_postman_id":"72cec10b-2e82-156a-ae10-7107273d1e14","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Authentication Requests","item":[{"name":"Read Authentication Request","id":"7f576716-e853-30d0-8683-5599a67943de","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/authentication-requests/{{authentication_request_key}}","description":"<p>Returns the authentication request for the given key.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","authentication-requests","{{authentication_request_key}}"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f576716-e853-30d0-8683-5599a67943de"}],"id":"eb7bb8df-ed53-9dd4-dd71-f6be76503385","_postman_id":"eb7bb8df-ed53-9dd4-dd71-f6be76503385","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"RPC","item":[{"name":"List RPC Procedures","id":"7c69dc8c-f84f-491f-5059-6e465866927a","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/rpc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","rpc"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c69dc8c-f84f-491f-5059-6e465866927a"},{"name":"RPC Help","id":"787b4191-25f8-5917-9f8e-28c42879296b","request":{"method":"GET","header":[{"value":"application/json","key":"Content-Type"}],"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/rpc/help","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","rpc","help"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"787b4191-25f8-5917-9f8e-28c42879296b"},{"name":"Execute RPC","id":"379ea0c7-bb1e-90ff-3611-67b3b4f906e1","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"procedure\": \"example:procedure\",\n    \"data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://MIJNOMGEVING.api.accounts.atabase.nl/v1/rpc","description":"<p>Executes an RPC procedure (signature-based routing).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v1","rpc"],"host":["https://MIJNOMGEVING.api.accounts.atabase.nl"],"query":[],"variable":[]}},"response":[],"_postman_id":"379ea0c7-bb1e-90ff-3611-67b3b4f906e1"}],"id":"e1698119-0193-3030-a15b-328515f0e563","_postman_id":"e1698119-0193-3030-a15b-328515f0e563","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"7bd004ae-0f1d-4162-a45f-4ad63bcea540","_postman_id":"7bd004ae-0f1d-4162-a45f-4ad63bcea540","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Finance","item":[{"name":"Declarations","item":[{"name":"Types","item":[{"name":"List Declaration Types","id":"5a14d480-f0bb-41c4-94b8-cbdf58d2a55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/types","description":"<p>List declaration types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","types"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"users,sections,bookkeeping"},{"disabled":true,"key":"filters[is_active]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"5a14d480-f0bb-41c4-94b8-cbdf58d2a55b"},{"name":"Read Declaration Type","id":"15112f30-03bf-4c0e-9bfd-9f44bb9323d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/types/{{declaration_type_id}}","description":"<p>Read a single declaration type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","types","{{declaration_type_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"users,sections,bookkeeping"}],"variable":[]}},"response":[],"_postman_id":"15112f30-03bf-4c0e-9bfd-9f44bb9323d2"},{"name":"Create Declaration Type","event":[{"script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('declaration_type_id', json.data.id);","}"]},"listen":"test"}],"id":"f54995f4-8f54-4f5b-8f3d-bf1ef144d0f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"default\",\n    \"name\": \"Type name\",\n    \"payout_type\": \"salary\",\n    \"description\": null,\n    \"description_type\": \"default\",\n    \"exactonline_vat_code\": null,\n    \"general_ledger_account_id\": null,\n    \"payroll_wage_code\": null,\n    \"auto_approve_limit\": 0,\n    \"unitprice\": 0,\n    \"unitprice_taxed\": 0,\n    \"attachment_required\": false,\n    \"wkr\": false,\n    \"allow_tips\": false,\n    \"own_usage\": false,\n    \"force_project\": false,\n    \"allow_unitprice_change\": false,\n    \"allow_unitprice_taxed_change\": false,\n    \"is_active\": true,\n    \"active_from\": null,\n    \"active_to\": null,\n    \"users\": [],\n    \"sections\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/declarations/types?with[]=users","description":"<p>Create a declaration type. Fields per Declaration\\TypeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","types"],"host":["{{finance_server}}"],"query":[{"key":"with[]","value":"users"}],"variable":[]}},"response":[],"_postman_id":"f54995f4-8f54-4f5b-8f3d-bf1ef144d0f6"},{"name":"Update Declaration Type","id":"13482aef-c67c-433e-87a0-3c6cdfb16b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"default\",\n    \"name\": \"Updated type name\",\n    \"description\": null,\n    \"description_type\": \"default\",\n    \"exactonline_vat_code\": null,\n    \"exactonline_ledger\": null,\n    \"payroll_wage_code\": null,\n    \"auto_approve_limit\": 0,\n    \"unitprice\": 0,\n    \"unitprice_taxed\": 0,\n    \"payout_type\": \"salary\",\n    \"attachment_required\": false,\n    \"wkr\": false,\n    \"allow_tips\": false,\n    \"own_usage\": false,\n    \"force_project\": false,\n    \"allow_unitprice_change\": false,\n    \"allow_unitprice_taxed_change\": false,\n    \"is_active\": true,\n    \"active_from\": null,\n    \"active_to\": null,\n    \"users\": [],\n    \"sections\": [],\n    \"bookkeeping\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/declarations/types/{{declaration_type_id}}?with[]=users","description":"<p>Update a declaration type. Fields per Declaration\\TypeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","types","{{declaration_type_id}}"],"host":["{{finance_server}}"],"query":[{"key":"with[]","value":"users"}],"variable":[]}},"response":[],"_postman_id":"13482aef-c67c-433e-87a0-3c6cdfb16b52"},{"name":"Delete Declaration Type","id":"ad408734-5131-45e9-a417-8a69b27e7e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/declarations/types/{{declaration_type_id}}","description":"<p>Delete a declaration type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","types","{{declaration_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad408734-5131-45e9-a417-8a69b27e7e5f"}],"id":"00b3924e-bf3b-4830-a17e-818fb6678a40","_postman_id":"00b3924e-bf3b-4830-a17e-818fb6678a40","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Batches","item":[{"name":"List Declaration Batches","id":"f200ad1c-bec9-c830-8f7f-10eefecf2f91","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/batches","description":"<p>List declaration batches.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","batches"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"declarations"}],"variable":[]}},"response":[],"_postman_id":"f200ad1c-bec9-c830-8f7f-10eefecf2f91"},{"name":"Read Declaration Batch","id":"554623fe-3305-92f1-c8c7-9f80b55acff1","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/batches/{{declaration_batch_id}}","description":"<p>Read a declaration batch.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","batches","{{declaration_batch_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"declarations"}],"variable":[]}},"response":[],"_postman_id":"554623fe-3305-92f1-c8c7-9f80b55acff1"},{"name":"Create Declaration Batch","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('declaration_batch_id', json.data.id);","}"]}}],"id":"34450496-a824-7811-1ef3-c3dc56912ec7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Batch name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/declarations/batches","description":"<p>Create a declaration batch. Fields per Declaration\\BatchRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","batches"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34450496-a824-7811-1ef3-c3dc56912ec7"},{"name":"Update Declaration Batch","id":"09a32bcd-be84-b078-bf67-5134e7c8c911","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated batch name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/declarations/batches/{{declaration_batch_id}}","description":"<p>Update a declaration batch. Fields per Declaration\\BatchRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","batches","{{declaration_batch_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09a32bcd-be84-b078-bf67-5134e7c8c911"}],"id":"a333f6e6-edab-08dd-6ee3-7748b87aecb1","_postman_id":"a333f6e6-edab-08dd-6ee3-7748b87aecb1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Payments","item":[{"name":"List Declaration Payments","id":"4a2729d0-3803-4f68-0f2a-33b85a96772e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/payments","description":"<p>List declaration payments. Read-only via v2.php (only index registered).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","payments"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"4a2729d0-3803-4f68-0f2a-33b85a96772e"}],"id":"1a6edd89-6489-6431-cc4b-e221bec1f4ab","_postman_id":"1a6edd89-6489-6431-cc4b-e221bec1f4ab","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Templates","item":[{"name":"List Declaration Templates","id":"9cf0b61f-727d-6a1f-1d29-82ebd9fcb5a2","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/templates","description":"<p>List declaration templates.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","templates"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"media"}],"variable":[]}},"response":[],"_postman_id":"9cf0b61f-727d-6a1f-1d29-82ebd9fcb5a2"},{"name":"Read Declaration Template","id":"b9eb60bb-8241-cf48-493e-d5479763d63a","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/templates/{{declaration_template_id}}","description":"<p>Read a single declaration template.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","templates","{{declaration_template_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"media"}],"variable":[]}},"response":[],"_postman_id":"b9eb60bb-8241-cf48-493e-d5479763d63a"},{"name":"Create Declaration Template","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('declaration_template_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"a4190781-c6e2-8f01-2a7d-c7d45ef0d4b1","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Template name\",\n    \"media\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/declarations/templates","description":"<p>Create a declaration template. Fields per Declaration\\TemplateRequest::storeRules — <code>media</code> is a file upload, use form-data in actual usage.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","templates"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4190781-c6e2-8f01-2a7d-c7d45ef0d4b1"},{"name":"Update Declaration Template","id":"d76b7046-b603-3764-070f-e862b9a76858","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated template name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/declarations/templates/{{declaration_template_id}}","description":"<p>Update a declaration template. Fields per Declaration\\TemplateRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","templates","{{declaration_template_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d76b7046-b603-3764-070f-e862b9a76858"},{"name":"Delete Declaration Template","id":"14c7700f-79a5-d321-2259-7533528b70bc","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/declarations/templates/{{declaration_template_id}}","description":"<p>Delete a declaration template.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","templates","{{declaration_template_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14c7700f-79a5-d321-2259-7533528b70bc"}],"id":"df5698f3-a6a1-75cf-b0b9-efde6a718b53","_postman_id":"df5698f3-a6a1-75cf-b0b9-efde6a718b53","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"List Declarations","id":"a113f0e6-3e69-47cb-a2ac-cf36cd173f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations","description":"<p>List declarations. Read-only via v2.php (Route::apiResource declarations except update/destroy).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"type,project,user,media"},{"disabled":true,"key":"sort","value":"-date"},{"disabled":true,"key":"filters[status]","value":""},{"disabled":true,"key":"filters[user]","value":""}],"variable":[]}},"response":[],"_postman_id":"a113f0e6-3e69-47cb-a2ac-cf36cd173f52"},{"name":"Read Declaration","id":"29ce245b-1bbd-47cb-af02-c2f36ba310da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/declarations/{{declaration_id}}","description":"<p>Read a single declaration.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations","{{declaration_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"type,project,user,media"}],"variable":[]}},"response":[],"_postman_id":"29ce245b-1bbd-47cb-af02-c2f36ba310da"},{"name":"Create Declaration","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('declaration_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"90e51f82-2784-47cf-8d52-3f52ce648349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 0,\n    \"date\": \"2026-04-30\",\n    \"description\": null,\n    \"type\": {\n        \"id\": \"{{declaration_type_id}}\"\n    },\n    \"project\": {\n        \"id\": \"{{project_id}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/declarations?with[]=type&with[]=user&with[]=manager&with[]=media&with[]=links","description":"<p>Create a declaration. Fields per DeclarationRequest::storeRules — type.id is required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","declarations"],"host":["{{finance_server}}"],"query":[{"key":"with[]","value":"type"},{"key":"with[]","value":"user"},{"key":"with[]","value":"manager"},{"key":"with[]","value":"media"},{"key":"with[]","value":"links"}],"variable":[]}},"response":[],"_postman_id":"90e51f82-2784-47cf-8d52-3f52ce648349"}],"id":"36537c31-07fd-41e5-985a-6109d87a0400","_postman_id":"36537c31-07fd-41e5-985a-6109d87a0400","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Roles","item":[{"name":"List Roles","id":"7393e995-a915-edaf-753f-8ac0e107ad6d","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/roles","description":"<p>List roles.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","roles"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"permissions"}],"variable":[]}},"response":[],"_postman_id":"7393e995-a915-edaf-753f-8ac0e107ad6d"},{"name":"Read Role","id":"a20e3708-6032-efb4-ecba-39b45447904e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/roles/{{role_id}}","description":"<p>Read a role.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","roles","{{role_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"permissions"}],"variable":[]}},"response":[],"_postman_id":"a20e3708-6032-efb4-ecba-39b45447904e"},{"name":"Create Role","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('role_id', json.data.id);","}"]}}],"id":"e3e99ddd-7b52-634b-136f-7a538f72366a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Role name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/roles","description":"<p>Create a role. Slug auto-generated from name. Fields per RoleRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","roles"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3e99ddd-7b52-634b-136f-7a538f72366a"},{"name":"Update Role","id":"5502d7b0-6830-c445-b3f7-acb3046743bb","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"slug\": \"role-slug\",\n    \"name\": \"Updated role name\",\n    \"description\": null,\n    \"permissions\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/roles/{{role_id}}","description":"<p>Update a role. Fields per RoleRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","roles","{{role_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5502d7b0-6830-c445-b3f7-acb3046743bb"},{"name":"Delete Role","id":"00c95651-631f-a6f9-ea47-4b9c929db287","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/roles/{{role_id}}","description":"<p>Delete a role.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","roles","{{role_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00c95651-631f-a6f9-ea47-4b9c929db287"}],"id":"2e986818-cbe1-e4ef-799d-2c5b1bd2c025","_postman_id":"2e986818-cbe1-e4ef-799d-2c5b1bd2c025","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Permissions","item":[{"name":"List Permissions","id":"a2671da3-d6ec-2f03-550e-5da29c18ccd7","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/permissions","description":"<p>List all available permissions. Read-only.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","permissions"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2671da3-d6ec-2f03-550e-5da29c18ccd7"}],"id":"5e1b7ae9-5831-f10c-5343-2a413b47990b","_postman_id":"5e1b7ae9-5831-f10c-5343-2a413b47990b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Users","item":[{"name":"List Users","id":"241ac378-de97-8c60-ac3c-b9255bb409ed","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/users","description":"<p>List users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","users"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"roles,employee"}],"variable":[]}},"response":[],"_postman_id":"241ac378-de97-8c60-ac3c-b9255bb409ed"},{"name":"Read Me","id":"66199657-8598-a8fc-4cce-8f923dee3a41","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/users/me","description":"<p>Read the authenticated user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","users","me"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"roles,employee,permissions"}],"variable":[]}},"response":[],"_postman_id":"66199657-8598-a8fc-4cce-8f923dee3a41"},{"name":"Read User","id":"49dbaa52-cd03-7ca0-c657-6822f09f690c","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/users/{{user_id}}","description":"<p>Read a single user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","users","{{user_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"roles,employee"}],"variable":[]}},"response":[],"_postman_id":"49dbaa52-cd03-7ca0-c657-6822f09f690c"},{"name":"Create User","event":[{"script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('user_id', json.data.id);","}"]},"listen":"test"}],"id":"db133bd0-3471-306b-79ee-c3871f59987d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"user@example.com\",\n    \"password\": \"Password123!\",\n    \"roles\": [],\n    \"employee\": {\n        \"first_name\": \"First\",\n        \"infix_name\": null,\n        \"last_name\": \"Last\",\n        \"settings\": {},\n        \"type\": null,\n        \"section\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/users","description":"<p>Create a user. Fields per UserRequest::storeRules — email is required, employee object required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","users"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db133bd0-3471-306b-79ee-c3871f59987d"},{"name":"Update User","id":"2d2f8bdf-455f-debc-eb8d-570c4613fad8","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"user@example.com\",\n    \"password\": null,\n    \"roles\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/users/{{user_id}}","description":"<p>Update a user. Fields per UserRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","users","{{user_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d2f8bdf-455f-debc-eb8d-570c4613fad8"},{"name":"Delete User","id":"78265e11-1015-65e4-0f11-490bfb6fef06","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/users/{{user_id}}","description":"<p>Delete a user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","users","{{user_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78265e11-1015-65e4-0f11-490bfb6fef06"}],"id":"f7521d27-7007-0bc8-a876-f6c4d1dd45ed","_postman_id":"f7521d27-7007-0bc8-a876-f6c4d1dd45ed","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Keys","item":[{"name":"List Keys","id":"51ecbf6e-9dc1-c3c3-7216-a76a0e10bf60","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/keys","description":"<p>List API keys.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","keys"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"user"}],"variable":[]}},"response":[],"_postman_id":"51ecbf6e-9dc1-c3c3-7216-a76a0e10bf60"},{"name":"Read Key","id":"cbb6f1cf-fd34-b375-b438-79a81000d262","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/keys/{{key_id}}","description":"<p>Read a key.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","keys","{{key_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbb6f1cf-fd34-b375-b438-79a81000d262"},{"name":"Create Key","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('key_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"731b1653-9d46-32f2-a01f-0cf5007bedf5","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Key name\",\n    \"user\": null,\n    \"expires_at\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/keys","description":"<p>Create an API key. Fields per KeyRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","keys"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"731b1653-9d46-32f2-a01f-0cf5007bedf5"},{"name":"Update Key","id":"56d78f28-d8aa-1e2b-36c0-f958685bfb61","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated key name\",\n    \"expires_at\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/keys/{{key_id}}","description":"<p>Update a key. Fields per KeyRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","keys","{{key_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56d78f28-d8aa-1e2b-36c0-f958685bfb61"},{"name":"Delete Key","id":"59aef45c-52c5-b07c-57d5-9e8017a2ed12","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/keys/{{key_id}}","description":"<p>Delete a key.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","keys","{{key_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59aef45c-52c5-b07c-57d5-9e8017a2ed12"}],"id":"44907683-f8c7-4e5d-ad5d-5b7fb758b64b","_postman_id":"44907683-f8c7-4e5d-ad5d-5b7fb758b64b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Employees","item":[{"name":"List Employees","id":"66aae6bf-d372-a4d1-4d6c-733572858694","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employees","description":"<p>List employees.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employees"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"user,type,section,manager,default_hour_type"},{"disabled":true,"key":"filters[is_active]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"66aae6bf-d372-a4d1-4d6c-733572858694"},{"name":"Read Employee","id":"fb0d06fb-b16a-7f2a-4577-0af461f00601","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employees/{{employee_id}}","description":"<p>Read an employee. Identified by user_id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employees","{{employee_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"user,type,section,manager,bookkeeping_client,company"}],"variable":[]}},"response":[],"_postman_id":"fb0d06fb-b16a-7f2a-4577-0af461f00601"},{"name":"Update Employee","id":"b952dd8c-7649-825f-774f-18759ce692df","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"locale\": \"nl\",\n    \"first_name\": \"First\",\n    \"infix_name\": null,\n    \"last_name\": \"Last\",\n    \"is_active\": true,\n    \"settings\": {},\n    \"manager\": null,\n    \"type\": null,\n    \"section\": null,\n    \"default_hour_type\": null,\n    \"account_holder\": null,\n    \"iban\": null,\n    \"bic\": null,\n    \"exact_account_code\": null,\n    \"in_service_at\": null,\n    \"out_of_service_at\": null,\n    \"bookkeeping_client\": {\n        \"id\": null\n    },\n    \"company\": {\n        \"id\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employees/{{employee_id}}","description":"<p>Update an employee. Fields per EmployeeRequest::updateRules. No store route — employees are created via Users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employees","{{employee_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b952dd8c-7649-825f-774f-18759ce692df"},{"name":"Delete Employee","id":"5dccbe53-3464-17a1-f3e9-c86e7d892ad2","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/employees/{{employee_id}}","description":"<p>Delete an employee.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employees","{{employee_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dccbe53-3464-17a1-f3e9-c86e7d892ad2"}],"id":"ecd91923-79d4-91ed-b685-c92f22ce7a1d","_postman_id":"ecd91923-79d4-91ed-b685-c92f22ce7a1d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Employee Targets","item":[{"name":"Update Employee Target","id":"d1f00b17-0860-c642-cd04-2dca07e9992c","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"turnover\": 0,\n    \"turnover_responsible\": 0,\n    \"hours\": 0,\n    \"hours_responsible\": 0,\n    \"billability_percentage\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employee-targets/{{employee_target_id}}","description":"<p>Update an employee target. Only update is exposed in v2.php. Fields per EmployeeTargetRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-targets","{{employee_target_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1f00b17-0860-c642-cd04-2dca07e9992c"}],"id":"6cc54340-c58b-d7f2-985b-8e20ec4e86b6","_postman_id":"6cc54340-c58b-d7f2-985b-8e20ec4e86b6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Employee Types","item":[{"name":"List Employee Types","id":"ae774bc4-001a-01e3-1e56-ca85e04a1834","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employee-types","description":"<p>List employee types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-types"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"ae774bc4-001a-01e3-1e56-ca85e04a1834"},{"name":"Create Employee Type","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('employee_type_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"8dc07d0b-5066-88f8-0d20-ee5d898a4e3e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Employee type\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employee-types","description":"<p>Create an employee type. Fields per EmployeeTypeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-types"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dc07d0b-5066-88f8-0d20-ee5d898a4e3e"},{"name":"Update Employee Type","id":"9882b81d-8c30-3527-95e2-581e48a4af8b","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated employee type\",\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employee-types/{{employee_type_id}}","description":"<p>Update an employee type. Fields per EmployeeTypeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-types","{{employee_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9882b81d-8c30-3527-95e2-581e48a4af8b"},{"name":"Delete Employee Type","id":"06e5476b-4f8d-ff14-647b-77a76c9602bc","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/employee-types/{{employee_type_id}}","description":"<p>Delete an employee type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-types","{{employee_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06e5476b-4f8d-ff14-647b-77a76c9602bc"}],"id":"0b50a4b0-16dd-d302-9a9c-8da5648ec302","_postman_id":"0b50a4b0-16dd-d302-9a9c-8da5648ec302","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Employee Schedules","item":[{"name":"List Employee Schedules","id":"e80c57fd-ae97-f184-dc35-efa088abf66f","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employee-schedules","description":"<p>List employee schedules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-schedules"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"e80c57fd-ae97-f184-dc35-efa088abf66f"},{"name":"Read Employee Schedule","id":"667131de-86b0-cff6-8866-23e120c5086e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employee-schedules/{{employee_schedule_id}}","description":"<p>Read an employee schedule.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-schedules","{{employee_schedule_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"667131de-86b0-cff6-8866-23e120c5086e"},{"name":"Update Employee Schedule","id":"bee525e4-9fb8-da05-4758-1e732fde9655","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"odd\": {\n        \"monday\": 8,\n        \"tuesday\": 8,\n        \"wednesday\": 8,\n        \"thursday\": 8,\n        \"friday\": 8,\n        \"saturday\": 0,\n        \"sunday\": 0\n    },\n    \"even\": {\n        \"monday\": 8,\n        \"tuesday\": 8,\n        \"wednesday\": 8,\n        \"thursday\": 8,\n        \"friday\": 8,\n        \"saturday\": 0,\n        \"sunday\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employee-schedules/{{employee_schedule_id}}","description":"<p>Update an employee schedule. Fields per EmployeeScheduleRequest::updateRules — odd/even week structures with hours per weekday.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-schedules","{{employee_schedule_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bee525e4-9fb8-da05-4758-1e732fde9655"}],"id":"fa76c94b-d5e5-e996-96d2-e0f020fb92b8","_postman_id":"fa76c94b-d5e5-e996-96d2-e0f020fb92b8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Employee Actuals","item":[{"name":"List Employee Actuals","id":"733d8a28-d040-4a4a-704f-2287ec88cc2c","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employee-actuals","description":"<p>List employee actuals.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-actuals"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"733d8a28-d040-4a4a-704f-2287ec88cc2c"},{"name":"Read Employee Actual","id":"fd082db3-1709-d1b6-5c1d-9b84d277141c","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employee-actuals/{{employee_actual_id}}","description":"<p>Read an employee actual.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-actuals","{{employee_actual_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd082db3-1709-d1b6-5c1d-9b84d277141c"},{"name":"Update Employee Actual","id":"a91766a2-1a26-df35-0171-f53344b9b485","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contract\": 8,\n    \"workable\": 8\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employee-actuals/{{employee_actual_id}}","description":"<p>Update an employee actual. Fields per EmployeeActualRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-actuals","{{employee_actual_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a91766a2-1a26-df35-0171-f53344b9b485"}],"id":"399b56df-5be9-9046-4035-11895b2b6ba4","_postman_id":"399b56df-5be9-9046-4035-11895b2b6ba4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Employee Sections","item":[{"name":"List Employee Sections","id":"ed75190e-86a2-8bf6-05ac-6e5704229b2e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employee-sections","description":"<p>List employee sections.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-sections"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"department"}],"variable":[]}},"response":[],"_postman_id":"ed75190e-86a2-8bf6-05ac-6e5704229b2e"},{"name":"Read Employee Section","id":"f6f8daf2-0e85-b599-0aef-0337669b018e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/employee-sections/{{employee_section_id}}","description":"<p>Read an employee section.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-sections","{{employee_section_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"department"}],"variable":[]}},"response":[],"_postman_id":"f6f8daf2-0e85-b599-0aef-0337669b018e"},{"name":"Create Employee Section","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('employee_section_id', json.data.id);","}"]}}],"id":"1d94f236-3569-83ea-26cd-e00efc4aef8f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Section name\",\n    \"department\": \"{{department_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employee-sections","description":"<p>Create an employee section. Fields per EmployeeSectionRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-sections"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d94f236-3569-83ea-26cd-e00efc4aef8f"},{"name":"Update Employee Section","id":"f6ec707a-bb3b-fb86-b5cf-aefa89bea364","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated section name\",\n    \"email\": null,\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/employee-sections/{{employee_section_id}}","description":"<p>Update an employee section. Fields per EmployeeSectionRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-sections","{{employee_section_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6ec707a-bb3b-fb86-b5cf-aefa89bea364"},{"name":"Delete Employee Section","id":"d70b3bf5-415c-9ed2-c7bf-fd554453e28f","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/employee-sections/{{employee_section_id}}","description":"<p>Delete an employee section.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","employee-sections","{{employee_section_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d70b3bf5-415c-9ed2-c7bf-fd554453e28f"}],"id":"2e8df75c-6422-cad6-78b9-4cbf0a66591e","_postman_id":"2e8df75c-6422-cad6-78b9-4cbf0a66591e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Clients","item":[{"name":"List Clients","id":"0c2019be-4ab1-82a5-2820-73f985a462cb","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/clients","description":"<p>List clients.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","clients"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"contact,company,department,bookkeeping_client,acquisitor_employee,responsible_employee"},{"disabled":true,"key":"filters[is_active]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0c2019be-4ab1-82a5-2820-73f985a462cb"},{"name":"Read Client","id":"fc237f18-a79c-5103-3b3e-99b0b676692e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/clients/{{client_id}}","description":"<p>Read a client.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","clients","{{client_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"contact,company,department,bookkeeping_client,acquisitor_employee,responsible_employee"}],"variable":[]}},"response":[],"_postman_id":"fc237f18-a79c-5103-3b3e-99b0b676692e"},{"name":"Create Client","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('client_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"e73809cf-2b8c-ccfe-07e6-6875d67ce4f6","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"contact_id\": \"{{contact_id}}\",\n    \"acquisitor_employee\": null,\n    \"responsible_employee\": null,\n    \"invoice_name\": null,\n    \"invoice_salutation\": null,\n    \"vat_rate\": \"high\",\n    \"payment_term\": 30,\n    \"print_invoice\": false,\n    \"invoice_cc\": null,\n    \"po_number\": null,\n    \"is_approved_for_invoicing\": false,\n    \"default_office_cost_percentage\": 0,\n    \"default_invoice_specification\": \"default\",\n    \"default_invoice_cost_specification\": \"default\",\n    \"department\": null,\n    \"company\": {\n        \"id\": null\n    },\n    \"bookkeeping_client\": {\n        \"id\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/clients","description":"<p>Create a client. Fields per ClientRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","clients"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e73809cf-2b8c-ccfe-07e6-6875d67ce4f6"},{"name":"Update Client","id":"4c9b432d-edc5-5928-3437-58c64da8405e","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"contact_id\": \"{{contact_id}}\",\n    \"acquisitor_employee\": null,\n    \"responsible_employee\": null,\n    \"number\": null,\n    \"invoice_name\": null,\n    \"invoice_salutation\": null,\n    \"is_active\": true,\n    \"is_approved_for_invoicing\": false,\n    \"vat_rate\": \"high\",\n    \"payment_term\": 30,\n    \"print_invoice\": false,\n    \"invoice_cc\": null,\n    \"po_number\": null,\n    \"default_office_cost_percentage\": 0,\n    \"default_invoice_specification\": \"default\",\n    \"default_invoice_cost_specification\": \"default\",\n    \"department\": null,\n    \"company\": {\n        \"id\": null\n    },\n    \"bookkeeping_client\": {\n        \"id\": null\n    },\n    \"crm_address_id\": null,\n    \"contact\": {\n        \"type\": null,\n        \"ssn_or_rsin\": null,\n        \"name\": null,\n        \"first_name\": null,\n        \"infix_name\": null,\n        \"last_name\": null,\n        \"email\": null,\n        \"phone\": null,\n        \"website\": null,\n        \"vat_number\": null,\n        \"chamber_of_commerce\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"language\": \"nl\",\n        \"status\": \"active\",\n        \"address\": {\n            \"number\": null,\n            \"number_addition\": null,\n            \"post_code\": null\n        },\n        \"invoice_address\": {\n            \"number\": null,\n            \"number_addition\": null,\n            \"post_code\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/clients/{{client_id}}","description":"<p>Update a client. Fields per ClientRequest::updateRules — also supports nested <code>contact.*</code> updates.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","clients","{{client_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c9b432d-edc5-5928-3437-58c64da8405e"},{"name":"Delete Client","id":"94f99279-e075-2d16-cc59-7278d379a811","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/clients/{{client_id}}","description":"<p>Delete a client.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","clients","{{client_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94f99279-e075-2d16-cc59-7278d379a811"}],"id":"453cd8e9-d477-ecc7-57fe-b6d15cc8171f","_postman_id":"453cd8e9-d477-ecc7-57fe-b6d15cc8171f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Client Groups","item":[{"name":"List Client Groups","id":"106e6251-45c3-42dd-a8a6-e7cb07578e03","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/client-groups","description":"<p>List client groups.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","client-groups"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"106e6251-45c3-42dd-a8a6-e7cb07578e03"},{"name":"Read Client Group","id":"87a47263-621e-9e02-abed-35917ac4ff9a","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/client-groups/{{client_group_id}}","description":"<p>Read a client group.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","client-groups","{{client_group_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87a47263-621e-9e02-abed-35917ac4ff9a"},{"name":"Create Client Group","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('client_group_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"70e7dfcc-9d3f-7979-c79c-c4e32c3a9ba9","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Group name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/client-groups","description":"<p>Create a client group. Fields per ClientGroupRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","client-groups"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70e7dfcc-9d3f-7979-c79c-c4e32c3a9ba9"},{"name":"Update Client Group","id":"d23d10f3-5800-4645-4de4-b949d507808a","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated group name\",\n    \"number\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/client-groups/{{client_group_id}}","description":"<p>Update a client group. Fields per ClientGroupRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","client-groups","{{client_group_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d23d10f3-5800-4645-4de4-b949d507808a"},{"name":"Delete Client Group","id":"20dfdf04-f7a5-1d01-c882-f0fab1b34e33","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/client-groups/{{client_group_id}}","description":"<p>Delete a client group.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","client-groups","{{client_group_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20dfdf04-f7a5-1d01-c882-f0fab1b34e33"}],"id":"9e02de32-00fa-b114-0943-becf225ed1e1","_postman_id":"9e02de32-00fa-b114-0943-becf225ed1e1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Contacts","item":[{"name":"List Contacts","id":"1d2766f7-4202-9450-16e6-adce68d07aed","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/contacts","description":"<p>List contacts.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contacts"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"type,address,invoice_address,functions"}],"variable":[]}},"response":[],"_postman_id":"1d2766f7-4202-9450-16e6-adce68d07aed"},{"name":"Read Contact","id":"b98a409b-f125-2b8f-b48c-9212af6d5027","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/contacts/{{contact_id}}","description":"<p>Read a contact.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contacts","{{contact_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"type,address,invoice_address,functions"}],"variable":[]}},"response":[],"_postman_id":"b98a409b-f125-2b8f-b48c-9212af6d5027"},{"name":"Create Contact","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('contact_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"7a318875-9ff3-deaf-7b03-364c6e68d582","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"{{contact_type_id}}\",\n    \"ssn_or_rsin\": null,\n    \"name\": \"Contact name\",\n    \"first_name\": null,\n    \"infix_name\": null,\n    \"last_name\": null,\n    \"email\": null,\n    \"phone\": null,\n    \"website\": null,\n    \"vat_number\": null,\n    \"chamber_of_commerce\": null,\n    \"account_holder\": null,\n    \"iban\": null,\n    \"bic\": null,\n    \"language\": \"nl\",\n    \"address\": {\n        \"street\": null,\n        \"post_code\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"city\": null\n    },\n    \"invoice_address\": {\n        \"street\": null,\n        \"post_code\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"city\": null\n    },\n    \"functions\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/contacts","description":"<p>Create a contact. Fields per ContactRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contacts"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a318875-9ff3-deaf-7b03-364c6e68d582"},{"name":"Update Contact","id":"744d11dc-248d-b0e1-7c47-db026ff14949","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"{{contact_type_id}}\",\n    \"ssn_or_rsin\": null,\n    \"name\": \"Updated contact\",\n    \"first_name\": null,\n    \"infix_name\": null,\n    \"last_name\": null,\n    \"email\": null,\n    \"phone\": null,\n    \"website\": null,\n    \"vat_number\": null,\n    \"chamber_of_commerce\": null,\n    \"account_holder\": null,\n    \"iban\": null,\n    \"bic\": null,\n    \"language\": \"nl\",\n    \"status\": \"active\",\n    \"address\": {\n        \"street\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"post_code\": null,\n        \"city\": null\n    },\n    \"invoice_address\": {\n        \"street\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"post_code\": null,\n        \"city\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/contacts/{{contact_id}}","description":"<p>Update a contact. Fields per ContactRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contacts","{{contact_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"744d11dc-248d-b0e1-7c47-db026ff14949"},{"name":"Delete Contact","id":"c1a5f157-043e-e37c-ca48-c49f43d72e72","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/contacts/{{contact_id}}","description":"<p>Delete a contact.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contacts","{{contact_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1a5f157-043e-e37c-ca48-c49f43d72e72"}],"id":"0931188a-b3c6-f712-3ce1-09a5020ba58c","_postman_id":"0931188a-b3c6-f712-3ce1-09a5020ba58c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Contact Types","item":[{"name":"List Contact Types","id":"525304c6-1c21-cce1-39bb-1484513a1f08","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/contact-types","description":"<p>List contact types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contact-types"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"525304c6-1c21-cce1-39bb-1484513a1f08"},{"name":"Read Contact Type","id":"c34ee09e-6361-08c3-abf4-1d74acd959d2","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/contact-types/{{contact_type_id}}","description":"<p>Read a contact type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contact-types","{{contact_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c34ee09e-6361-08c3-abf4-1d74acd959d2"},{"name":"Create Contact Type","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('contact_type_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"54f9b586-2061-26fa-4d70-de6c5f7dc640","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Contact type\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/contact-types","description":"<p>Create a contact type. Fields per ContactTypeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contact-types"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54f9b586-2061-26fa-4d70-de6c5f7dc640"},{"name":"Update Contact Type","id":"9899bc9e-7c1c-c443-e19b-f0fb74a5096d","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated contact type\",\n    \"is_active\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/contact-types/{{contact_type_id}}","description":"<p>Update a contact type. Fields per ContactTypeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contact-types","{{contact_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9899bc9e-7c1c-c443-e19b-f0fb74a5096d"},{"name":"Delete Contact Type","id":"980d2c17-08e1-2bbf-226c-07836fa70479","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/contact-types/{{contact_type_id}}","description":"<p>Delete a contact type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","contact-types","{{contact_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"980d2c17-08e1-2bbf-226c-07836fa70479"}],"id":"8a544509-c8a3-7f22-3f15-905767a7a320","_postman_id":"8a544509-c8a3-7f22-3f15-905767a7a320","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Tariffs","item":[{"name":"List Tariffs","id":"031d787e-83a4-4d34-7f5b-87f58dfc39f4","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/tariffs","description":"<p>List tariffs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","tariffs"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"employee,employee_type,client,project,project_type"}],"variable":[]}},"response":[],"_postman_id":"031d787e-83a4-4d34-7f5b-87f58dfc39f4"},{"name":"Read Tariff","id":"667fdfaf-6c85-3b40-ff6d-9b73d8e5e474","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/tariffs/{{tariff_id}}","description":"<p>Read a tariff.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","tariffs","{{tariff_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"667fdfaf-6c85-3b40-ff6d-9b73d8e5e474"},{"name":"Create Tariff","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('tariff_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"fd7be26b-081f-d21c-a711-4e7e0976ad40","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"starts_at\": null,\n    \"ends_at\": null,\n    \"tariff\": 0,\n    \"purchase_tariff\": 0,\n    \"employee_type\": null,\n    \"employee\": null,\n    \"client\": null,\n    \"project\": null,\n    \"project_type\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/tariffs","description":"<p>Create a tariff. Fields per TariffRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","tariffs"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd7be26b-081f-d21c-a711-4e7e0976ad40"},{"name":"Update Tariff","id":"2c8b5ff8-aa83-363e-5b6c-fc419ed87549","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"starts_at\": null,\n    \"ends_at\": null,\n    \"tariff\": 0,\n    \"purchase_tariff\": 0,\n    \"employee_type\": null,\n    \"employee\": null,\n    \"client\": null,\n    \"project\": null,\n    \"project_type\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/tariffs/{{tariff_id}}","description":"<p>Update a tariff. Fields per TariffRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","tariffs","{{tariff_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c8b5ff8-aa83-363e-5b6c-fc419ed87549"},{"name":"Delete Tariff","id":"c8191500-9e38-6e71-e999-907dc72682d5","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/tariffs/{{tariff_id}}","description":"<p>Delete a tariff.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","tariffs","{{tariff_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8191500-9e38-6e71-e999-907dc72682d5"}],"id":"36e416e6-fbad-afef-2237-250411babfd5","_postman_id":"36e416e6-fbad-afef-2237-250411babfd5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"General Ledger Accounts","item":[{"name":"List General Ledger Accounts","id":"dd343ec7-28df-d78a-cd16-173fe93e8644","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/general-ledger-accounts","description":"<p>List general ledger accounts.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","general-ledger-accounts"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"bookkeeping_client"},{"disabled":true,"key":"filters[bookkeeping_client]","value":""}],"variable":[]}},"response":[],"_postman_id":"dd343ec7-28df-d78a-cd16-173fe93e8644"},{"name":"Create General Ledger Account","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('general_ledger_account_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"555905b0-8a30-4946-22e7-93b77bc4b20d","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"bookkeeping_client\": {\n        \"id\": \"{{bookkeeping_client_id}}\"\n    },\n    \"code\": \"8000\",\n    \"type\": null,\n    \"name\": \"Account name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/general-ledger-accounts","description":"<p>Create a general ledger account. Fields per GeneralLedgerAccountRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","general-ledger-accounts"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"555905b0-8a30-4946-22e7-93b77bc4b20d"},{"name":"Update General Ledger Account","id":"1ecd847f-498d-3684-723f-a2d32badba66","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"8000\",\n    \"type\": null,\n    \"name\": \"Updated account name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/general-ledger-accounts/{{general_ledger_account_id}}","description":"<p>Update a general ledger account. Fields per GeneralLedgerAccountRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","general-ledger-accounts","{{general_ledger_account_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ecd847f-498d-3684-723f-a2d32badba66"},{"name":"Delete General Ledger Account","id":"998f6073-0b6a-8047-a609-7f9f423664c7","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/general-ledger-accounts/{{general_ledger_account_id}}","description":"<p>Delete a general ledger account.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","general-ledger-accounts","{{general_ledger_account_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"998f6073-0b6a-8047-a609-7f9f423664c7"}],"id":"f2750553-af20-a6de-2556-ba1580a3c65c","_postman_id":"f2750553-af20-a6de-2556-ba1580a3c65c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Hours","item":[{"name":"List Hours","id":"8f587c44-00c1-92f5-aaff-597b779408a9","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/hours","description":"<p>List hours.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hours"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"project,employee,hour_type,task,invoice"},{"disabled":true,"key":"filters[employee]","value":""},{"disabled":true,"key":"filters[project]","value":""},{"disabled":true,"key":"filters[status]","value":""},{"disabled":true,"key":"sort","value":"-starts_at"}],"variable":[]}},"response":[],"_postman_id":"8f587c44-00c1-92f5-aaff-597b779408a9"},{"name":"Read Hour","id":"5950d068-a1e4-11b8-5c37-09d878eb9a49","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/hours/{{hour_id}}","description":"<p>Read an hour entry.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hours","{{hour_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"project,employee,hour_type,task,invoice"}],"variable":[]}},"response":[],"_postman_id":"5950d068-a1e4-11b8-5c37-09d878eb9a49"},{"name":"Create Hour","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('hour_id', json.data.id);","}"]}}],"id":"3fa5b438-a1be-248c-1cd9-5c441c8de826","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"project\": {\n        \"id\": \"{{project_id}}\"\n    },\n    \"employee\": {\n        \"id\": \"{{employee_id}}\"\n    },\n    \"hour_type\": {\n        \"id\": \"{{hour_type_id}}\"\n    },\n    \"starts_at\": \"2026-04-30 09:00:00\",\n    \"duration_in_minutes\": 60,\n    \"description\": null,\n    \"is_research_and_development\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/hours","description":"<p>Create an hour entry. Fields per HourRequest::storeRules — accepts nested objects (project/employee/hour_type/task) or *_id flat fields. Either duration_in_minutes OR ends_at is required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hours"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fa5b438-a1be-248c-1cd9-5c441c8de826"},{"name":"Update Hour","id":"eecc5ae5-3e56-f1de-c3c4-28100153b1e2","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"project\": {\n        \"id\": \"{{project_id}}\"\n    },\n    \"hour_type\": {\n        \"id\": \"{{hour_type_id}}\"\n    },\n    \"type\": \"regular\",\n    \"starts_at\": \"2026-04-30 09:00:00\",\n    \"duration_in_minutes\": 60,\n    \"productive\": 0,\n    \"ends_at\": \"2026-04-30 10:00:00\",\n    \"description\": null,\n    \"is_research_and_development\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/hours/{{hour_id}}","description":"<p>Update an hour entry. Fields per HourRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hours","{{hour_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eecc5ae5-3e56-f1de-c3c4-28100153b1e2"},{"name":"Delete Hour","id":"152e56e0-09ea-3c7d-f22c-f098cbec5cd0","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/hours/{{hour_id}}","description":"<p>Delete an hour entry.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hours","{{hour_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"152e56e0-09ea-3c7d-f22c-f098cbec5cd0"}],"id":"602bdff2-72b6-a959-84ab-1192937ac57e","_postman_id":"602bdff2-72b6-a959-84ab-1192937ac57e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Hour Types","item":[{"name":"List Hour Types","id":"336384f3-b757-66a0-40b1-9f3f29882237","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/hour-types","description":"<p>List hour types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hour-types"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"filters[is_active]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"336384f3-b757-66a0-40b1-9f3f29882237"},{"name":"Read Hour Type","id":"b8ab6f8b-f1ee-9dad-ad6e-a8180f8e75bb","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/hour-types/{{hour_type_id}}","description":"<p>Read an hour type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hour-types","{{hour_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8ab6f8b-f1ee-9dad-ad6e-a8180f8e75bb"},{"name":"Create Hour Type","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('hour_type_id', json.data.id);","}"]}}],"id":"5424c490-7b6a-fe76-1415-3845196a8eb3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Hour type\",\n    \"is_invoicable\": true,\n    \"is_frequently_used\": false,\n    \"translations\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/hour-types","description":"<p>Create an hour type. Fields per HourTypeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hour-types"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5424c490-7b6a-fe76-1415-3845196a8eb3"},{"name":"Update Hour Type","id":"897e7bad-12c0-8279-221f-cf86229e6afa","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated hour type\",\n    \"translations\": null,\n    \"is_active\": true,\n    \"is_invoicable\": true,\n    \"is_frequently_used\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/hour-types/{{hour_type_id}}","description":"<p>Update an hour type. Fields per HourTypeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hour-types","{{hour_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"897e7bad-12c0-8279-221f-cf86229e6afa"},{"name":"Delete Hour Type","id":"bf8b29fd-6505-2521-8b30-84abf23e19f5","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/hour-types/{{hour_type_id}}","description":"<p>Delete an hour type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","hour-types","{{hour_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf8b29fd-6505-2521-8b30-84abf23e19f5"}],"id":"7fc91085-630e-3ad8-34aa-bd338d7d24ac","_postman_id":"7fc91085-630e-3ad8-34aa-bd338d7d24ac","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Costs","item":[{"name":"List Costs","id":"44cfd184-527e-0f73-3f09-b5c1dfbae865","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/costs","description":"<p>List costs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costs"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"type,project,invoice_row"}],"variable":[]}},"response":[],"_postman_id":"44cfd184-527e-0f73-3f09-b5c1dfbae865"},{"name":"Read Cost","id":"68a80d72-5aa5-033b-49f0-7e3cf44dc3e4","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/costs/{{cost_id}}","description":"<p>Read a cost.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costs","{{cost_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68a80d72-5aa5-033b-49f0-7e3cf44dc3e4"},{"name":"Create Cost","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('cost_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"7bddd005-3212-61c6-7fd2-b46f64871426","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"{{cost_type_id}}\",\n    \"project\": \"{{project_id}}\",\n    \"invoice_row\": null,\n    \"status\": \"draft\",\n    \"description\": \"Cost description\",\n    \"date\": \"2026-04-30\",\n    \"purchase_amount_ex\": 0,\n    \"sales_amount_ex\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/costs","description":"<p>Create a cost. Fields per CostRequest::storeRules — type, project, description, date are required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costs"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bddd005-3212-61c6-7fd2-b46f64871426"},{"name":"Update Cost","id":"6deef810-786b-c828-7e08-32c87f6c32b1","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"{{cost_type_id}}\",\n    \"invoice_row\": null,\n    \"status\": \"draft\",\n    \"description\": \"Updated cost description\",\n    \"date\": \"2026-04-30\",\n    \"purchase_amount_ex\": 0,\n    \"sales_amount_ex\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/costs/{{cost_id}}","description":"<p>Update a cost. Fields per CostRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costs","{{cost_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6deef810-786b-c828-7e08-32c87f6c32b1"},{"name":"Delete Cost","id":"b33559ae-8504-f317-1fdb-44e5648699e9","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/costs/{{cost_id}}","description":"<p>Delete a cost.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costs","{{cost_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b33559ae-8504-f317-1fdb-44e5648699e9"}],"id":"4fc99cea-9a82-bb24-df6c-e25635880a2a","_postman_id":"4fc99cea-9a82-bb24-df6c-e25635880a2a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Cost Types","item":[{"name":"List Cost Types","id":"d1268029-f141-f3b4-78c9-b9cd3ccf087b","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/cost-types","description":"<p>List cost types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","cost-types"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"bookkeeping"}],"variable":[]}},"response":[],"_postman_id":"d1268029-f141-f3b4-78c9-b9cd3ccf087b"},{"name":"Read Cost Type","id":"67095636-00df-5e5b-4108-8b8fed1cc2cd","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/cost-types/{{cost_type_id}}","description":"<p>Read a cost type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","cost-types","{{cost_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67095636-00df-5e5b-4108-8b8fed1cc2cd"},{"name":"Create Cost Type","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('cost_type_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"c9fd4375-837d-e8e1-ba3b-f633ddcc45ab","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Cost type\",\n    \"default_price\": 0,\n    \"translations\": null,\n    \"exact_online\": null,\n    \"bookkeeping\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/cost-types","description":"<p>Create a cost type. Fields per CostTypeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","cost-types"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9fd4375-837d-e8e1-ba3b-f633ddcc45ab"},{"name":"Update Cost Type","id":"a5c6ef8a-7ccc-60df-0f10-4f42b6edbd9b","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated cost type\",\n    \"default_price\": 0,\n    \"translations\": null,\n    \"exact_online\": null,\n    \"bookkeeping\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/cost-types/{{cost_type_id}}","description":"<p>Update a cost type. Fields per CostTypeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","cost-types","{{cost_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5c6ef8a-7ccc-60df-0f10-4f42b6edbd9b"},{"name":"Delete Cost Type","id":"abfedd4d-3c7a-b9e4-4d6f-0b0d7a9514fc","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/cost-types/{{cost_type_id}}","description":"<p>Delete a cost type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","cost-types","{{cost_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abfedd4d-3c7a-b9e4-4d6f-0b0d7a9514fc"}],"id":"3eb0a513-46d5-0107-1791-45d59916372c","_postman_id":"3eb0a513-46d5-0107-1791-45d59916372c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Projects","item":[{"name":"List Projects","id":"28cfcef0-e9fd-4865-0c06-e4ed7af05eac","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/projects","description":"<p>List projects.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","projects"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"client,project_type,department,responsible_employee,biller_employee,costcenter,costunit"},{"disabled":true,"key":"filters[status]","value":"active"},{"disabled":true,"key":"filters[client]","value":""}],"variable":[]}},"response":[],"_postman_id":"28cfcef0-e9fd-4865-0c06-e4ed7af05eac"},{"name":"Read Project","id":"9f872b94-c928-e565-6b67-c0b1782b241c","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/projects/{{project_id}}","description":"<p>Read a project.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","projects","{{project_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"client,project_type,department,responsible_employee,biller_employee"}],"variable":[]}},"response":[],"_postman_id":"9f872b94-c928-e565-6b67-c0b1782b241c"},{"name":"Create Project","event":[{"script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('project_id', json.data.id);","}"]},"listen":"test"}],"id":"b2b236d7-ae14-34b2-3d72-9a9608f3ab6f","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"code\": null,\n    \"responsible_employee\": null,\n    \"biller_employee\": null,\n    \"costcenter\": null,\n    \"costunit\": null,\n    \"client\": \"{{client_id}}\",\n    \"department\": null,\n    \"project_type\": null,\n    \"default_contact\": null,\n    \"name\": \"Project name\",\n    \"invoice_name\": null,\n    \"invoice_client_name\": null,\n    \"invoice_address\": {\n        \"street\": null,\n        \"post_code\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"city\": null\n    },\n    \"invoice_salutation\": null,\n    \"invoice_email\": null,\n    \"invoice_email_cc\": null,\n    \"default_po_number\": null,\n    \"status\": \"active\",\n    \"calculation_model\": \"default\",\n    \"budget_hours\": null,\n    \"budget_money\": null,\n    \"starts_at\": null,\n    \"ends_at\": null,\n    \"color_hex\": null,\n    \"has_wwft\": false,\n    \"max_hours_length\": null,\n    \"hour_type_project_budgets\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/projects","description":"<p>Create a project. Fields per ProjectRequest::storeRules — client and name required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","projects"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2b236d7-ae14-34b2-3d72-9a9608f3ab6f"},{"name":"Update Project","id":"0c4b19ae-8b17-24a2-540b-b2f7e6b3abea","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\": null,\n    \"responsible_employee\": null,\n    \"biller_employee\": null,\n    \"costcenter\": null,\n    \"costunit\": null,\n    \"client\": \"{{client_id}}\",\n    \"department\": null,\n    \"project_type\": null,\n    \"default_contact\": null,\n    \"name\": \"Updated project\",\n    \"invoice_name\": null,\n    \"invoice_client_name\": null,\n    \"invoice_address\": {\n        \"street\": null,\n        \"post_code\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"city\": null\n    },\n    \"invoice_salutation\": null,\n    \"invoice_email\": null,\n    \"invoice_email_cc\": null,\n    \"default_po_number\": null,\n    \"status\": \"active\",\n    \"calculation_model\": \"default\",\n    \"budget_hours\": null,\n    \"budget_money\": null,\n    \"starts_at\": null,\n    \"ends_at\": null,\n    \"color_hex\": null,\n    \"has_wwft\": false,\n    \"max_hours_length\": null,\n    \"hour_type_project_budgets\": [],\n    \"reference\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/projects/{{project_id}}","description":"<p>Update a project. Fields per ProjectRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","projects","{{project_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c4b19ae-8b17-24a2-540b-b2f7e6b3abea"},{"name":"Delete Project","id":"336c618f-9253-a5f1-56be-d8f908bcdf16","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/projects/{{project_id}}","description":"<p>Delete a project.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","projects","{{project_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"336c618f-9253-a5f1-56be-d8f908bcdf16"}],"id":"62b6d180-a4d5-b517-19a2-78de3db45c79","_postman_id":"62b6d180-a4d5-b517-19a2-78de3db45c79","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Project Types","item":[{"name":"List Project Types","id":"5edba3d4-054f-f725-6efc-927feed28b8e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/project-types","description":"<p>List project types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","project-types"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"5edba3d4-054f-f725-6efc-927feed28b8e"},{"name":"Read Project Type","id":"a382242b-c59b-a503-5a43-59f39a4f8edb","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/project-types/{{project_type_id}}","description":"<p>Read a project type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","project-types","{{project_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a382242b-c59b-a503-5a43-59f39a4f8edb"},{"name":"Create Project Type","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('project_type_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"be6f74e7-34c1-d0a4-15c0-b878408d6df4","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Project type\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/project-types","description":"<p>Create a project type. Fields per ProjectTypeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","project-types"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be6f74e7-34c1-d0a4-15c0-b878408d6df4"},{"name":"Update Project Type","id":"8b25aa93-9f27-ec6d-6ad8-310e661c6b36","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated project type\",\n    \"is_active\": true,\n    \"bookkeeping\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/project-types/{{project_type_id}}","description":"<p>Update a project type. Fields per ProjectTypeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","project-types","{{project_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b25aa93-9f27-ec6d-6ad8-310e661c6b36"},{"name":"Delete Project Type","id":"a8c0155a-4b87-074e-e2cf-98bac3cf4533","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/project-types/{{project_type_id}}","description":"<p>Delete a project type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","project-types","{{project_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8c0155a-4b87-074e-e2cf-98bac3cf4533"}],"id":"4930e5a8-d14d-d519-681b-ed2e3caec8ba","_postman_id":"4930e5a8-d14d-d519-681b-ed2e3caec8ba","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Subscriptions","item":[{"name":"List Subscriptions","id":"066d6390-2b6e-b48c-5393-da4708d4796c","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/subscriptions","description":"<p>List subscriptions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscriptions"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"client,type,department,costcenter,costunit"}],"variable":[]}},"response":[],"_postman_id":"066d6390-2b6e-b48c-5393-da4708d4796c"},{"name":"Read Subscription","id":"4a1f08ab-a441-6c19-4d3f-78dd3fd244c2","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/subscriptions/{{subscription_id}}","description":"<p>Read a subscription.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscriptions","{{subscription_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a1f08ab-a441-6c19-4d3f-78dd3fd244c2"},{"name":"Create Subscription","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('subscription_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"afff1ba0-ee40-ed89-4ab5-6d0036183e52","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"client\": \"{{client_id}}\",\n    \"type\": \"{{subscription_type_id}}\",\n    \"costcenter\": null,\n    \"costunit\": null,\n    \"department\": null,\n    \"name\": \"Subscription name\",\n    \"price\": 0,\n    \"payment_method\": \"transfer\",\n    \"period\": \"monthly\",\n    \"invoice_name\": null,\n    \"invoice_salutation\": null,\n    \"invoice_email\": null,\n    \"invoice_email_cc\": null,\n    \"invoice_address\": {\n        \"street\": null,\n        \"post_code\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"city\": null\n    },\n    \"default_po_number\": null,\n    \"next_invoice_at\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/subscriptions","description":"<p>Create a subscription. Fields per SubscriptionRequest::storeRules — client, type, name, price, payment_method, period are required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscriptions"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"afff1ba0-ee40-ed89-4ab5-6d0036183e52"},{"name":"Update Subscription","id":"8a1cb966-4fd4-4b47-1ea0-23b01e133846","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"client\": \"{{client_id}}\",\n    \"type\": \"{{subscription_type_id}}\",\n    \"costcenter\": null,\n    \"costunit\": null,\n    \"department\": null,\n    \"name\": \"Updated subscription\",\n    \"price\": 0,\n    \"payment_method\": \"transfer\",\n    \"status\": \"active\",\n    \"period\": \"monthly\",\n    \"invoice_name\": null,\n    \"invoice_salutation\": null,\n    \"invoice_email\": null,\n    \"invoice_email_cc\": null,\n    \"invoice_address\": {\n        \"street\": null,\n        \"post_code\": null,\n        \"number\": null,\n        \"number_addition\": null,\n        \"city\": null\n    },\n    \"default_po_number\": null,\n    \"next_invoice_at\": null,\n    \"reference\": null,\n    \"description\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/subscriptions/{{subscription_id}}","description":"<p>Update a subscription. Fields per SubscriptionRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscriptions","{{subscription_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a1cb966-4fd4-4b47-1ea0-23b01e133846"},{"name":"Delete Subscription","id":"54ea140f-6c19-5876-fbc1-a49b10a46e62","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/subscriptions/{{subscription_id}}","description":"<p>Delete a subscription.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscriptions","{{subscription_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54ea140f-6c19-5876-fbc1-a49b10a46e62"}],"id":"8739b8df-46d7-d176-7ab7-61caa2576f15","_postman_id":"8739b8df-46d7-d176-7ab7-61caa2576f15","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Subscription Types","item":[{"name":"List Subscription Types","id":"bb9b5937-4344-5fdb-431b-6b2223e032a5","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/subscription-types","description":"<p>List subscription types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscription-types"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"bb9b5937-4344-5fdb-431b-6b2223e032a5"},{"name":"Read Subscription Type","id":"7a7177df-6add-a90d-e56f-6dcecd9767fb","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/subscription-types/{{subscription_type_id}}","description":"<p>Read a subscription type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscription-types","{{subscription_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a7177df-6add-a90d-e56f-6dcecd9767fb"},{"name":"Create Subscription Type","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('subscription_type_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"52d8ad37-a6c8-20d4-f63f-72542657c907","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Subscription type\",\n    \"category\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/subscription-types","description":"<p>Create a subscription type. Fields per SubscriptionTypeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscription-types"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52d8ad37-a6c8-20d4-f63f-72542657c907"},{"name":"Update Subscription Type","id":"271571b2-4aab-8db5-6ac7-5c00b45dcc49","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated subscription type\",\n    \"category\": \"default\",\n    \"is_active\": true,\n    \"bookkeeping\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/subscription-types/{{subscription_type_id}}","description":"<p>Update a subscription type. Fields per SubscriptionTypeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscription-types","{{subscription_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"271571b2-4aab-8db5-6ac7-5c00b45dcc49"},{"name":"Delete Subscription Type","id":"fcd385b3-7297-5ae9-4198-19d7e5fbda29","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/subscription-types/{{subscription_type_id}}","description":"<p>Delete a subscription type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","subscription-types","{{subscription_type_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcd385b3-7297-5ae9-4198-19d7e5fbda29"}],"id":"2dd69a4b-9da6-d5e3-0d06-3a942225a37d","_postman_id":"2dd69a4b-9da6-d5e3-0d06-3a942225a37d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Invoices","item":[{"name":"List Invoices","id":"d8774e34-8441-6edd-5ca7-eb14edec94d8","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/invoices","description":"<p>List invoices.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoices"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"client,project,rows,hours,costs"},{"disabled":true,"key":"filters[status]","value":""},{"disabled":true,"key":"filters[client]","value":""}],"variable":[]}},"response":[],"_postman_id":"d8774e34-8441-6edd-5ca7-eb14edec94d8"},{"name":"Read Invoice","id":"02bb88ac-f552-88a4-1766-80f6d10fd1ce","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/invoices/{{invoice_id}}","description":"<p>Read an invoice.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoices","{{invoice_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"client,project,rows,hours,costs,sepa_payment"}],"variable":[]}},"response":[],"_postman_id":"02bb88ac-f552-88a4-1766-80f6d10fd1ce"},{"name":"Create Invoice","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('invoice_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"56d3e4e0-a9b6-a766-ff25-bde952dd3d34","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"client\": \"{{client_id}}\",\n    \"notify_client\": false,\n    \"project\": null,\n    \"type\": \"sales\",\n    \"payment_method\": \"transfer\",\n    \"payment_status\": \"open\",\n    \"number\": null,\n    \"po_number\": null,\n    \"date\": \"2026-04-30\",\n    \"specification\": \"default\",\n    \"cost_specification\": \"default\",\n    \"notes\": null,\n    \"process_at\": null,\n    \"deposit_amount_used\": 0,\n    \"template_data\": {\n        \"text\": null,\n        \"year\": null,\n        \"period\": null,\n        \"language\": \"NL\",\n        \"address\": {},\n        \"payment\": null,\n        \"payment_term\": 30\n    },\n    \"exact_online\": {\n        \"id\": null,\n        \"log\": null,\n        \"guid\": null,\n        \"status\": 0\n    },\n    \"rows\": [\n        {\n            \"vat_code\": \"{{vat_code_id}}\",\n            \"general_ledger_account\": \"{{general_ledger_account_id}}\",\n            \"description\": \"Row description\",\n            \"quantity\": 1,\n            \"unit_price\": 0,\n            \"date\": \"2026-04-30\",\n            \"costcenter\": null,\n            \"costunit\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/invoices","description":"<p>Create an invoice. Fields per InvoiceRequest::storeRules — client, type, payment_method, date, rows are required. Each row needs vat_code+general_ledger_account or article + unit_price.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoices"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56d3e4e0-a9b6-a766-ff25-bde952dd3d34"},{"name":"Update Invoice","id":"d9430590-035d-a2f6-bca5-60f86b218e39","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"sales\",\n    \"payment_method\": \"transfer\",\n    \"payment_status\": \"open\",\n    \"number\": null,\n    \"po_number\": null,\n    \"date\": \"2026-04-30\",\n    \"specification\": \"default\",\n    \"cost_specification\": \"default\",\n    \"notes\": null,\n    \"process_at\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/invoices/{{invoice_id}}","description":"<p>Update an invoice. Fields per InvoiceRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoices","{{invoice_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9430590-035d-a2f6-bca5-60f86b218e39"},{"name":"Delete Invoice","id":"6ca0e231-4fa0-a7e5-d8c5-e9acc26f8386","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/invoices/{{invoice_id}}","description":"<p>Delete an invoice.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoices","{{invoice_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ca0e231-4fa0-a7e5-d8c5-e9acc26f8386"}],"id":"342aab93-13ae-5cea-015c-aac1025a11b6","_postman_id":"342aab93-13ae-5cea-015c-aac1025a11b6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Invoice Rows","item":[{"name":"List Invoice Rows","id":"e683f9ed-aff9-dec9-3ae8-0e7349925ecb","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/invoice-rows","description":"<p>List invoice rows.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-rows"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"invoice,vat_code,general_ledger_account"}],"variable":[]}},"response":[],"_postman_id":"e683f9ed-aff9-dec9-3ae8-0e7349925ecb"},{"name":"Read Invoice Row","id":"63b9ce92-5895-5f3c-a859-9b5c771256f4","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/invoice-rows/{{invoice_row_id}}","description":"<p>Read an invoice row.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-rows","{{invoice_row_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63b9ce92-5895-5f3c-a859-9b5c771256f4"},{"name":"Delete Invoice Row","id":"f54ffd43-ab79-cb69-8476-468e8efb7485","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/invoice-rows/{{invoice_row_id}}","description":"<p>Delete an invoice row.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-rows","{{invoice_row_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f54ffd43-ab79-cb69-8476-468e8efb7485"}],"id":"c872a59f-a1eb-cdef-0cc5-c1b089298aff","_postman_id":"c872a59f-a1eb-cdef-0cc5-c1b089298aff","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"VAT Codes","item":[{"name":"List VAT Codes","id":"b599901b-e0f2-c533-31a5-420c2cc3ad8e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/vat-codes","description":"<p>List VAT codes.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","vat-codes"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"bookkeeping_client"}],"variable":[]}},"response":[],"_postman_id":"b599901b-e0f2-c533-31a5-420c2cc3ad8e"},{"name":"Create VAT Code","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('vat_code_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"7d47ea5b-f9dd-1bd0-30c6-36d29f3b0881","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"bookkeeping_client\": {\n        \"id\": \"{{bookkeeping_client_id}}\"\n    },\n    \"code\": \"VAT21\",\n    \"percentage\": 21,\n    \"description\": null,\n    \"is_icp\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/vat-codes","description":"<p>Create a VAT code. Fields per VatCodeRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","vat-codes"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d47ea5b-f9dd-1bd0-30c6-36d29f3b0881"},{"name":"Update VAT Code","id":"a7b6271f-ef45-4be9-c1eb-1c248a451c78","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"VAT21\",\n    \"percentage\": 21,\n    \"description\": null,\n    \"is_icp\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/vat-codes/{{vat_code_id}}","description":"<p>Update a VAT code. Fields per VatCodeRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","vat-codes","{{vat_code_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7b6271f-ef45-4be9-c1eb-1c248a451c78"},{"name":"Delete VAT Code","id":"3ed1ab8b-02df-dfda-1454-82e742d9f330","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/vat-codes/{{vat_code_id}}","description":"<p>Delete a VAT code.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","vat-codes","{{vat_code_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ed1ab8b-02df-dfda-1454-82e742d9f330"}],"id":"c3fdadbc-b0cc-e32f-0b00-d950b8ac5d4d","_postman_id":"c3fdadbc-b0cc-e32f-0b00-d950b8ac5d4d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Export Formats","item":[{"name":"List Export Formats","id":"3a53bf8b-2637-a88d-e03a-156c5812a69b","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/export-formats","description":"<p>List export formats. Read-only.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","export-formats"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a53bf8b-2637-a88d-e03a-156c5812a69b"}],"id":"59fff44c-a920-aa86-85d8-9c1f7fad14a8","_postman_id":"59fff44c-a920-aa86-85d8-9c1f7fad14a8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Sepa Batches","item":[{"name":"List Sepa Batches","id":"e122c04c-cd1b-1e44-6e99-a41600b84f2a","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/batches","description":"<p>List SEPA batches.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","batches"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"payments"}],"variable":[]}},"response":[],"_postman_id":"e122c04c-cd1b-1e44-6e99-a41600b84f2a"},{"name":"Read Sepa Batch","id":"c2c72d2c-5d6b-4c64-81c5-d5d69f089a32","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/batches/{{batch_id}}","description":"<p>Read a SEPA batch.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","batches","{{batch_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"payments"}],"variable":[]}},"response":[],"_postman_id":"c2c72d2c-5d6b-4c64-81c5-d5d69f089a32"},{"name":"Create Sepa Batch","event":[{"script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('batch_id', json.data.id);","}"]},"listen":"test"}],"id":"623f8f45-442d-6679-0c8b-096d20369cc1","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Batch name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/batches","description":"<p>Create a SEPA batch. Fields per Sepa\\BatchRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","batches"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"623f8f45-442d-6679-0c8b-096d20369cc1"}],"id":"f0bbbeea-329a-3425-7c7b-42f9fd8053d9","_postman_id":"f0bbbeea-329a-3425-7c7b-42f9fd8053d9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Sepa Payments","item":[{"name":"List Sepa Payments","id":"76bb8f73-373b-79c4-9802-83028a20dc68","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/payments","description":"<p>List SEPA payments. Read-only.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","payments"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"76bb8f73-373b-79c4-9802-83028a20dc68"}],"id":"822dc7e2-b00f-2251-4eb1-86d7bbcb9c78","_postman_id":"822dc7e2-b00f-2251-4eb1-86d7bbcb9c78","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Media","item":[{"name":"List Media","id":"a27b75dd-b3b6-7524-8eb0-42b4ca7257d1","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/media","description":"<p>List media.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","media"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"target"}],"variable":[]}},"response":[],"_postman_id":"a27b75dd-b3b6-7524-8eb0-42b4ca7257d1"},{"name":"Read Media","id":"8dd2cc25-f0f8-d27f-6c3b-682ac273cc9d","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/media/{{media_id}}","description":"<p>Read a media item.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","media","{{media_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dd2cc25-f0f8-d27f-6c3b-682ac273cc9d"},{"name":"Create Media","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('media_id', json.data.id);","}"]}}],"id":"e48f3f11-2b77-f75b-c417-d8d731ef3b33","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"target[id]","value":"{{project_id}}","type":"text"},{"key":"target[type]","value":"Project","type":"text"},{"key":"collection","value":"default","type":"text","disabled":true},{"key":"file","value":"","type":"file"},{"key":"sort_order","value":"0","type":"text","disabled":true},{"key":"description","value":"","type":"text","disabled":true}]},"url":"{{finance_server}}/v2/media","description":"<p>Upload media. Multipart form-data — file or files[] required, target.id + target.type required (Project, Client, Invoice, Declaration, Contract).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","media"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e48f3f11-2b77-f75b-c417-d8d731ef3b33"},{"name":"Update Media","id":"b3c9cc3e-f219-0c07-f9ac-b90dfaed7adc","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"collection\": \"default\",\n    \"sort_order\": 0,\n    \"description\": null,\n    \"sorting\": {\n        \"position\": \"after\",\n        \"relative_id\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/media/{{media_id}}","description":"<p>Update media metadata. Fields per MediaRequest::updateRules — file/files/target are not editable.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","media","{{media_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3c9cc3e-f219-0c07-f9ac-b90dfaed7adc"},{"name":"Delete Media","id":"b6072adc-89fc-88c4-9bab-f353f21dbe1b","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/media/{{media_id}}","description":"<p>Delete a media item.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","media","{{media_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6072adc-89fc-88c4-9bab-f353f21dbe1b"}],"id":"26aba0e7-fa3a-2be5-d792-9166ae8f5a66","_postman_id":"26aba0e7-fa3a-2be5-d792-9166ae8f5a66","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Notifications","item":[{"name":"List Notifications","id":"07291733-219d-4d0a-5ba7-8530a0e97726","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/notifications","description":"<p>List notifications.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","notifications"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"filters[is_read]","value":"0"}],"variable":[]}},"response":[],"_postman_id":"07291733-219d-4d0a-5ba7-8530a0e97726"},{"name":"Read Notification","id":"6bb60b17-1cba-7326-05e2-7142c600edae","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/notifications/{{notification_id}}","description":"<p>Read a notification.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","notifications","{{notification_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bb60b17-1cba-7326-05e2-7142c600edae"},{"name":"Create Notification","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('notification_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"23d8bd5a-2236-69b8-effd-c2f9dd1d14a3","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/notifications","description":"<p>Create a notification. NotificationRequest::storeRules has no fields (strictRules=false) — payload is free-form.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","notifications"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23d8bd5a-2236-69b8-effd-c2f9dd1d14a3"},{"name":"Update Notification","id":"d9685ad1-95fc-bf08-e89c-ff71fb59d43e","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"read_at\": \"2026-04-30 12:00:00\",\n    \"is_read\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/notifications/{{notification_id}}","description":"<p>Update a notification (mark as read). Fields per NotificationRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","notifications","{{notification_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9685ad1-95fc-bf08-e89c-ff71fb59d43e"},{"name":"Delete Notification","id":"a9d05bce-26ff-f406-77b7-bbba8b46ee0a","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/notifications/{{notification_id}}","description":"<p>Delete a notification.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","notifications","{{notification_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9d05bce-26ff-f406-77b7-bbba8b46ee0a"}],"id":"2e918a4f-ca5d-14b0-41ff-b2cca0f7fc8c","_postman_id":"2e918a4f-ca5d-14b0-41ff-b2cca0f7fc8c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Departments","item":[{"name":"List Departments","id":"e3f8d3f4-6840-fa7f-b254-996e06487f3b","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/departments","description":"<p>List departments.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","departments"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"e3f8d3f4-6840-fa7f-b254-996e06487f3b"},{"name":"Read Department","id":"d0825420-4245-5bd2-ce8a-86c51262e8e1","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/departments/{{department_id}}","description":"<p>Read a department.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","departments","{{department_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0825420-4245-5bd2-ce8a-86c51262e8e1"},{"name":"Create Department","event":[{"script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('department_id', json.data.id);","}"]},"listen":"test"}],"id":"c146af81-580c-6039-0ab7-1883a7e8db0e","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Department name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/departments","description":"<p>Create a department. Fields per DepartmentRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","departments"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c146af81-580c-6039-0ab7-1883a7e8db0e"},{"name":"Update Department","id":"4a6ff0bf-5bb6-7b2e-2beb-be1028579451","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated department\",\n    \"forecast\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/departments/{{department_id}}","description":"<p>Update a department. Fields per DepartmentRequest::updateRules — supports forecast array.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","departments","{{department_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a6ff0bf-5bb6-7b2e-2beb-be1028579451"},{"name":"Delete Department","id":"bac8c641-c901-bc3d-3d6e-a438cb6c3727","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/departments/{{department_id}}","description":"<p>Delete a department.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","departments","{{department_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bac8c641-c901-bc3d-3d6e-a438cb6c3727"}],"id":"3487958e-4613-9eb1-eb26-affc7c748137","_postman_id":"3487958e-4613-9eb1-eb26-affc7c748137","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Bookkeeping Clients","item":[{"name":"List Bookkeeping Clients","id":"a2bf97d2-d172-34df-82d2-2aa5b37f3995","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/bookkeeping-clients","description":"<p>List bookkeeping clients.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","bookkeeping-clients"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"settings"}],"variable":[]}},"response":[],"_postman_id":"a2bf97d2-d172-34df-82d2-2aa5b37f3995"},{"name":"Read Bookkeeping Client","id":"1a4987e5-9e81-2491-ba76-e40a8029c976","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/bookkeeping-clients/{{bookkeeping_client_id}}","description":"<p>Read a bookkeeping client.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","bookkeeping-clients","{{bookkeeping_client_id}}"],"host":["{{finance_server}}"],"query":[{"disabled":true,"key":"with","value":"settings"}],"variable":[]}},"response":[],"_postman_id":"1a4987e5-9e81-2491-ba76-e40a8029c976"},{"name":"Create Bookkeeping Client","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('bookkeeping_client_id', json.data.id);","}"]}}],"id":"349db910-e17b-e2ca-a129-9b7b1ce8ccfa","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bookkeeping client\",\n    \"type\": \"exact_online\",\n    \"settings\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/bookkeeping-clients","description":"<p>Create a bookkeeping client. Fields per Bookkeeping\\ClientRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","bookkeeping-clients"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"349db910-e17b-e2ca-a129-9b7b1ce8ccfa"},{"name":"Update Bookkeeping Client","id":"a6ee473b-5245-5b91-087f-3d2e89440fe6","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated bookkeeping client\",\n    \"settings\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/bookkeeping-clients/{{bookkeeping_client_id}}","description":"<p>Update a bookkeeping client. Fields per Bookkeeping\\ClientRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","bookkeeping-clients","{{bookkeeping_client_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6ee473b-5245-5b91-087f-3d2e89440fe6"},{"name":"Delete Bookkeeping Client","id":"6d69da9f-3ff5-b5a5-2d78-db53cdf81c26","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/bookkeeping-clients/{{bookkeeping_client_id}}","description":"<p>Delete a bookkeeping client.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","bookkeeping-clients","{{bookkeeping_client_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d69da9f-3ff5-b5a5-2d78-db53cdf81c26"}],"id":"c6a357a0-1d4a-621b-c9aa-5aed957a8acd","_postman_id":"c6a357a0-1d4a-621b-c9aa-5aed957a8acd","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Companies","item":[{"name":"List Companies","id":"0849c0c4-cd04-95e6-a285-e3409cb48ce7","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/companies","description":"<p>List companies.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","companies"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"0849c0c4-cd04-95e6-a285-e3409cb48ce7"},{"name":"Read Company","id":"b37e5c09-2e75-48db-1868-591721366f74","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/companies/{{company_id}}","description":"<p>Read a company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","companies","{{company_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b37e5c09-2e75-48db-1868-591721366f74"},{"name":"Create Company","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('company_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"2a6db8f7-d6bd-0fd4-d729-82e444d4b982","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Company name\",\n    \"name_on_invoice\": null,\n    \"is_active\": true,\n    \"address_line_1\": null,\n    \"address_line_2\": null,\n    \"bank_account_1\": null,\n    \"bank_account_2\": null,\n    \"bank_account_3\": null,\n    \"bank_bic\": null,\n    \"bank_name\": null,\n    \"coc_number\": null,\n    \"division\": null,\n    \"fax_number\": null,\n    \"phone_number\": null,\n    \"vat_number\": null,\n    \"website\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/companies","description":"<p>Create a company. Fields per CompanyRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","companies"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a6db8f7-d6bd-0fd4-d729-82e444d4b982"},{"name":"Update Company","id":"15c8c648-9598-0f15-0dd4-4cfb1853cdce","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated company\",\n    \"name_on_invoice\": null,\n    \"is_active\": true,\n    \"address_line_1\": null,\n    \"address_line_2\": null,\n    \"bank_account_1\": null,\n    \"bank_account_2\": null,\n    \"bank_account_3\": null,\n    \"bank_bic\": null,\n    \"bank_name\": null,\n    \"coc_number\": null,\n    \"division\": null,\n    \"fax_number\": null,\n    \"phone_number\": null,\n    \"vat_number\": null,\n    \"website\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/companies/{{company_id}}","description":"<p>Update a company. Fields per CompanyRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","companies","{{company_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15c8c648-9598-0f15-0dd4-4cfb1853cdce"},{"name":"Delete Company","id":"5c62c52c-c7cc-7a08-fcd1-ec253e1b507a","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/companies/{{company_id}}","description":"<p>Delete a company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","companies","{{company_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c62c52c-c7cc-7a08-fcd1-ec253e1b507a"}],"id":"f733aadf-404d-bb4c-0c9f-3b9891cf46b3","_postman_id":"f733aadf-404d-bb4c-0c9f-3b9891cf46b3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Invoice Mails","item":[{"name":"List Invoice Mails","id":"25384f91-c49d-e614-a78f-1becd871bbb6","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/invoice-mails","description":"<p>List invoice mails.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-mails"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"invoice"}],"variable":[]}},"response":[],"_postman_id":"25384f91-c49d-e614-a78f-1becd871bbb6"},{"name":"Read Invoice Mail","id":"2c74742f-a52d-3a4a-7f42-c265e46b8eac","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/invoice-mails/{{invoice_mail_id}}","description":"<p>Read an invoice mail.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-mails","{{invoice_mail_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c74742f-a52d-3a4a-7f42-c265e46b8eac"},{"name":"Create Invoice Mail","event":[{"listen":"test","script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('invoice_mail_id', json.data.id);","}"],"type":"text/javascript"}}],"id":"bb413586-347c-5a9a-bac6-4b51104bc7e1","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"invoice\": \"{{invoice_id}}\",\n    \"email\": \"client@example.com\",\n    \"email_cc\": null,\n    \"template\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/invoice-mails","description":"<p>Create an invoice mail. Fields per InvoiceMailRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-mails"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb413586-347c-5a9a-bac6-4b51104bc7e1"},{"name":"Update Invoice Mail","id":"c9534664-9202-583e-2a47-51c406cb58f9","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"client@example.com\",\n    \"email_cc\": null,\n    \"template\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/invoice-mails/{{invoice_mail_id}}","description":"<p>Update an invoice mail. Fields per InvoiceMailRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-mails","{{invoice_mail_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9534664-9202-583e-2a47-51c406cb58f9"},{"name":"Delete Invoice Mail","id":"ab650736-98ef-88e3-4e44-2941c7194979","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/invoice-mails/{{invoice_mail_id}}","description":"<p>Delete an invoice mail.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-mails","{{invoice_mail_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab650736-98ef-88e3-4e44-2941c7194979"},{"name":"Bulk Delete Invoice Mails","id":"32bd65a1-2266-dc96-ec3d-c42d7aff21dd","request":{"method":"DELETE","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"ids\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/invoice-mails","description":"<p>Bulk delete invoice mails (collection-level destroy via InvoiceMailController@destroyMany).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","invoice-mails"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32bd65a1-2266-dc96-ec3d-c42d7aff21dd"}],"id":"7639fd8d-f261-c3c9-2cba-fb3f4243dc6a","_postman_id":"7639fd8d-f261-c3c9-2cba-fb3f4243dc6a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Settings","item":[{"name":"List Settings","id":"2f08d006-d9d1-c5bc-e78e-cac1d3ab3d1e","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/settings","description":"<p>List all settings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","settings"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f08d006-d9d1-c5bc-e78e-cac1d3ab3d1e"},{"name":"Update Settings","id":"9907578c-16b5-28c3-695c-6ceaf4ccc51d","request":{"method":"PATCH","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/settings","description":"<p>Patch settings (key/value pairs are domain-specific, see Atabix\\Settings\\Http\\Controllers\\SettingController).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","settings"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9907578c-16b5-28c3-695c-6ceaf4ccc51d"}],"id":"b38067bc-3549-e9c0-bcd7-57dda1fcbf26","_postman_id":"b38067bc-3549-e9c0-bcd7-57dda1fcbf26","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Emails","item":[{"name":"Templates","item":[{"name":"List Email Templates","id":"d9e9efb3-1e6f-f156-6c3a-eeb4be19ac65","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/emails/templates","description":"<p>List email templates.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","emails","templates"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"d9e9efb3-1e6f-f156-6c3a-eeb4be19ac65"},{"name":"Read Email Template","id":"b1829e05-11bf-b5b6-65dc-f188d6d561e5","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/emails/templates/{{email_template_id}}","description":"<p>Read an email template.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","emails","templates","{{email_template_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1829e05-11bf-b5b6-65dc-f188d6d561e5"},{"name":"Create Email Template","event":[{"script":{"exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('email_template_id', json.data.id);","}"],"type":"text/javascript"},"listen":"test"}],"id":"c6459dfb-0650-e361-3f26-ad70e21fb30c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Template name\",\n    \"from_name\": null,\n    \"from_address\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/emails/templates","description":"<p>Create an email template. Fields per Email\\TemplateRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","emails","templates"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6459dfb-0650-e361-3f26-ad70e21fb30c"},{"name":"Update Email Template","id":"239b0a40-4296-1729-e67b-db5afab6f68a","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated template name\",\n    \"from_name\": null,\n    \"from_address\": null,\n    \"locale\": \"nl\",\n    \"subject_nl\": null,\n    \"subject_en\": null,\n    \"subject_de\": null,\n    \"body_nl\": null,\n    \"body_en\": null,\n    \"body_de\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/emails/templates/{{email_template_id}}","description":"<p>Update an email template. Fields per Email\\TemplateRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","emails","templates","{{email_template_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"239b0a40-4296-1729-e67b-db5afab6f68a"},{"name":"Delete Email Template","id":"aa3d2813-25b1-b920-0185-9a65d62df7b3","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/emails/templates/{{email_template_id}}","description":"<p>Delete an email template.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","emails","templates","{{email_template_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa3d2813-25b1-b920-0185-9a65d62df7b3"}],"id":"38f9f2a2-475e-0f45-aa92-e5a9650146eb","_postman_id":"38f9f2a2-475e-0f45-aa92-e5a9650146eb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"b904a7a9-7416-d1ce-74fe-d962af792bcf","_postman_id":"b904a7a9-7416-d1ce-74fe-d962af792bcf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Dmz","item":[{"name":"Create DMZ Invoice","id":"9a116f96-daff-089c-7f4f-6961d737ba25","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"client\": \"{{client_id}}\",\n    \"type\": \"sales\",\n    \"payment_method\": \"transfer\",\n    \"date\": \"2026-04-30\",\n    \"rows\": [\n        {\n            \"vat_code\": \"{{vat_code_id}}\",\n            \"general_ledger_account\": \"{{general_ledger_account_id}}\",\n            \"description\": \"Row description\",\n            \"quantity\": 1,\n            \"unit_price\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/dmz/create-invoice","description":"<p>DMZ endpoint to create an invoice (server-to-server). Body matches InvoiceRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","dmz","create-invoice"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a116f96-daff-089c-7f4f-6961d737ba25"}],"id":"e7ccea13-e4eb-3278-dd3f-f4b8e02356e5","_postman_id":"e7ccea13-e4eb-3278-dd3f-f4b8e02356e5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Cost Units","item":[{"name":"List Cost Units","id":"422d6662-fa5e-6b93-1362-686ad1da073b","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/costunits","description":"<p>List cost units (kostendragers).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costunits"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"bookkeeping_client"}],"variable":[]}},"response":[],"_postman_id":"422d6662-fa5e-6b93-1362-686ad1da073b"},{"name":"Create Cost Unit","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('costunit_id', json.data.id);","}"]}}],"id":"23533730-ee3d-4678-72fe-401d3a56e6d9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"bookkeeping_client\": {\n        \"id\": \"{{bookkeeping_client_id}}\"\n    },\n    \"code\": \"CU001\",\n    \"description\": \"Cost unit description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/costunits","description":"<p>Create a cost unit. Fields per CostunitRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costunits"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23533730-ee3d-4678-72fe-401d3a56e6d9"},{"name":"Update Cost Unit","id":"37fa748e-0b14-652a-929a-98d5eb0aa108","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"CU001\",\n    \"description\": \"Updated cost unit\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/costunits/{{costunit_id}}","description":"<p>Update a cost unit. Fields per CostunitRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costunits","{{costunit_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37fa748e-0b14-652a-929a-98d5eb0aa108"},{"name":"Delete Cost Unit","id":"af724858-61b1-c1b4-6c2b-8004b82e044b","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/costunits/{{costunit_id}}","description":"<p>Delete a cost unit.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costunits","{{costunit_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af724858-61b1-c1b4-6c2b-8004b82e044b"}],"id":"c8496335-5384-abca-987f-a5c03382ec0f","_postman_id":"c8496335-5384-abca-987f-a5c03382ec0f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}},{"name":"Cost Centers","item":[{"name":"List Cost Centers","id":"96582236-2e58-5a6d-bc19-26d4f320b6da","request":{"method":"GET","header":[],"url":"{{finance_server}}/v2/costcenters","description":"<p>List cost centers (kostenplaatsen).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costcenters"],"host":["{{finance_server}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"disabled":true,"key":"with","value":"bookkeeping_client"}],"variable":[]}},"response":[],"_postman_id":"96582236-2e58-5a6d-bc19-26d4f320b6da"},{"name":"Create Cost Center","event":[{"script":{"type":"text/javascript","exec":["const json = pm.response.json();","if (json && json.data && json.data.id) {","    pm.environment.set('costcenter_id', json.data.id);","}"]},"listen":"test"}],"id":"4a1e05b1-b565-03ed-6aba-1c86c222e3cc","request":{"method":"POST","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"bookkeeping_client\": {\n        \"id\": \"{{bookkeeping_client_id}}\"\n    },\n    \"code\": \"CC001\",\n    \"is_active\": true,\n    \"description\": \"Cost center description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/costcenters","description":"<p>Create a cost center. Fields per CostcenterRequest::storeRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costcenters"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a1e05b1-b565-03ed-6aba-1c86c222e3cc"},{"name":"Update Cost Center","id":"4902c63f-8d77-2edc-de39-36e97676eab0","request":{"method":"PUT","header":[{"value":"application/json","key":"Content-Type"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"CC001\",\n    \"is_active\": true,\n    \"description\": \"Updated cost center\"\n}","options":{"raw":{"language":"json"}}},"url":"{{finance_server}}/v2/costcenters/{{costcenter_id}}","description":"<p>Update a cost center. Fields per CostcenterRequest::updateRules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costcenters","{{costcenter_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4902c63f-8d77-2edc-de39-36e97676eab0"},{"name":"Delete Cost Center","id":"5d41b9ca-fe4c-1e52-3630-13e2f5c73274","request":{"method":"DELETE","header":[],"url":"{{finance_server}}/v2/costcenters/{{costcenter_id}}","description":"<p>Delete a cost center.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}},"urlObject":{"path":["v2","costcenters","{{costcenter_id}}"],"host":["{{finance_server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d41b9ca-fe4c-1e52-3630-13e2f5c73274"}],"id":"9d2c201f-6b1a-0abc-0df9-06abf0985162","_postman_id":"9d2c201f-6b1a-0abc-0df9-06abf0985162","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"id":"50e71ebe-fe31-4615-84b6-f2a64e2520da","_postman_id":"50e71ebe-fe31-4615-84b6-f2a64e2520da","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","id":"1888ba8f-b12f-41eb-94f1-d2fce1d43c02","name":"Atabase (v1)","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"{{accounts_api_key}}"}]}},"event":[{"listen":"prerequest","script":{"id":"1ad87e53-beab-4130-a01a-82ac6ef453fe","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7c6ca5f5-6ed0-49ed-a8df-1738b05c110a","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"api_key","value":"XXXXXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXXXXX"},{"key":"cases_server","value":"https://MIJNOMGEVING.api.cases.atabase.nl"},{"key":"forms_server","value":"https://MIJNOMGEVING.api.forms.atabase.nl"},{"key":"crm_server","value":"https://MIJNOMGEVING.api.crm.atabase.nl"},{"key":"accounts_server","value":"https://MIJNOMGEVING.api.accounts.atabase.nl"}]}