{"info":{"_postman_id":"093becfd-8439-4e38-92e6-85300466d1c8","name":"Tadabase API","description":"<html><head></head><body><p>With the Tadabase REST API you can now easily view your tables, fields and manipulate records using industry standard REST API. </p>\n<h3 id=\"getting-started\">Getting Started</h3>\n<p>To get started you must first generate a new API Token for your app by going to your app settings and selecting API Keys.</p>\n<p><img src=\"https://www.dropbox.com/s/urmvqr7zruop3tl/apikeys.png?raw=1\" alt=\"Generate API Keys\"></p>\n<p>With each request you must send the following 3 headers found in the API Keys settings page. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-Tadabase-App-id</td>\n<td>App ID</td>\n<td>ID of the app. Can be found in the URL or in the API Keys page</td>\n</tr>\n<tr>\n<td>X-Tadabase-App-Key</td>\n<td>App Key</td>\n<td>Key Generated automatically from the API Keys Page</td>\n</tr>\n<tr>\n<td>X-Tadabase-App-Secret</td>\n<td>App Secret</td>\n<td>Secret key generated automatically from the API Keys Page</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"api-limits\">API Limits</h3>\n<p>Each plan has specific limitations as to how many API requests can be sent. There are 2 limits: </p>\n<ol>\n<li>Per minute limit. </li>\n<li>Per day limit.</li>\n</ol>\n<p>With each API request, the server will respond with the current limit status of your API within the headers. </p>\n<p>The response headers will look like this: </p>\n<h2 id=\"minute-limits\">Minute Limits</h2>\n<ul>\n<li>X-RateLimit-Limit - The total allowed API requests per minute.</li>\n<li>X-RateLimit-Remaining - Total remaining API requests for this minute</li>\n<li>X-Retry-After - How many seconds left for this minute.</li>\n<li>X-RateLimit-Reset - The UNIX timestamp of when this minute is up.</li>\n</ul>\n<h2 id=\"daily-limits\">Daily Limits</h2>\n<ul>\n<li>X-RateLimit-Daily-Limit - Total API requests allowed per day.</li>\n<li>X-RateLimit-Daily-Remaining - Total remaining API requests for this day</li>\n<li>X-Daily-Retry-After - How many seconds until this day is over</li>\n<li>X-Daily-RateLimit-Reset - The Unix timestamp of when the day will be reset</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8214184","collectionId":"093becfd-8439-4e38-92e6-85300466d1c8","publishedId":"SVSPnRwN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-07-23T02:48:27.000Z"},"item":[{"name":"Getting Started","item":[{"name":"Check API Status","id":"cc9ff596-a45e-432d-af51-9a60214874da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>App ID from your app</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App Key generated when you created this API Token</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>App Secret generated when you created this API Token</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1/status","description":"<p>Check the current status of a specific API Key.</p>\n<p>Keep in mind, if you're the limit is based on the total API calls in all API keys across your app (on a per-app plan) and all API calls on all apps on the Account plan.</p>\n","urlObject":{"protocol":"https","path":["api","v1","status"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"23e00a60-3a97-4d54-a4cb-3cbe9321ea15","name":"Check API Status","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Retry-After","value":"55"},{"key":"X-RateLimit-Reset","value":"1684479349"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248759"},{"key":"X-Daily-Retry-After","value":"38226"},{"key":"X-Daily-RateLimit-Reset","value":"1684517520"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_code\": 200,\n    \"per_minute_limit\": {\n        \"allowed\": 120,\n        \"remaining\": 118,\n        \"resets_in_seconds\": 55,\n        \"reset_timestamp\": 1684479349\n    },\n    \"per_day_limit\": {\n        \"allowed\": 1248987,\n        \"remaining\": 1248759,\n        \"resets_in_seconds\": 38226,\n        \"reset_timestamp\": 1684517520\n    }\n}"}],"_postman_id":"cc9ff596-a45e-432d-af51-9a60214874da"}],"id":"e8ea6823-79dc-4090-a20c-7788e8864bdd","_postman_id":"e8ea6823-79dc-4090-a20c-7788e8864bdd","description":""},{"name":"Tables","item":[{"name":"List all tables","id":"aba14c10-4eb1-4497-8ca1-694ae55e0aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables","description":"<p>View full list of all the tables in your app along with the ID of each table.</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"e3646510-39ba-4b11-8459-7cd56403f399","name":"List all tables","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2019 17:34:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=jtrBmBCapII1he0/TufNB4HGilka9IQItIlOw88tJqCNVwXiOazIYR10eSx4Tbnb4sv5Wc6sEtxGPNC2siQPv74YCICLIouOy9pLLDGBnR4Oe61Xunui/QfWt/eT; Expires=Wed, 31 Jul 2019 17:34:18 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Retry-After","value":"3600"},{"key":"X-RateLimit-Reset","value":"1563993258"},{"key":"X-RateLimit-Daily-Limit","value":"1000"},{"key":"X-RateLimit-Daily-Remaining","value":"999"},{"key":"X-Daily-Retry-After","value":"5184000"},{"key":"X-Daily-RateLimit-Reset","value":"1569173658"},{"key":"X-Powered-By","value":"Tadabase.io"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"data_tables\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"name\": \"Users\"\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"name\": \"Customers\"\n        }\n    ],\n    \"total_items\": 2\n}"}],"_postman_id":"aba14c10-4eb1-4497-8ca1-694ae55e0aed"}],"id":"e58170db-a84f-4e65-bc94-f44fc1ce329e","description":"<p>See list of tables in your app.</p>\n","_postman_id":"e58170db-a84f-4e65-bc94-f44fc1ce329e"},{"name":"Saving Records","item":[{"name":"Save new record","id":"86a010c6-e7f5-4385-9ae3-3bc53a85fb5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"key":"field_82","value":"1234","type":"text"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","description":"<p>To save a new record you must include in the payload the form-data the values you'd like to save. </p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"86a010c6-e7f5-4385-9ae3-3bc53a85fb5e"},{"name":"Saving to Name Field","id":"a62bd71e-2924-49c3-873c-9e0d79b51469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Title Field Column of Name</p>\n","key":"field_53[title]","type":"text","value":"Mr."},{"description":"<p>First Name Column from Name Field</p>\n","key":"field_53[first_name]","type":"text","value":"John"},{"description":"<p>Middle Initial Column From Name Field</p>\n","key":"field_53[middle_name]","type":"text","value":"C"},{"description":"<p>Last Name Column from Name Field</p>\n","key":"field_53[last_name]","type":"text","value":"Doe"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Since a name field is 4 different columns, you must specifiy the field (Title, First, Middle, and Last) and value to be saved in each of the fields.</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a62bd71e-2924-49c3-873c-9e0d79b51469"},{"name":"Saving to connection field","id":"6803e1a0-a6c3-460d-a1da-5eea0b723a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Record ID from connected table</p>\n","key":"field_54","type":"text","value":"{{recordId}}"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Save or update to a connection field when it's one to one connection type.</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6803e1a0-a6c3-460d-a1da-5eea0b723a67"},{"name":"Saving to connection field one to many","id":"042de105-6709-4a05-8d98-97a31defbb29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Comma seperated values of record ID's</p>\n","key":"field_53","type":"text","value":"{{recordId}},{{recordId}}"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Save or update to a connection field when it's one to many. You must include each value seperately with the brackets after the key.</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"042de105-6709-4a05-8d98-97a31defbb29"},{"name":"Saving address field","id":"180c717c-30b7-4184-9433-2aa99e73ff02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Address 1 Field</p>\n","key":"field_55[address]","type":"text","value":"123 Main Street"},{"description":"<p>Address 2 Field</p>\n","key":"field_55[address2]","type":"text","value":""},{"description":"<p>City Field</p>\n","key":"field_55[city]","type":"text","value":"Los Angeles"},{"description":"<p>State Field</p>\n","key":"field_55[state]","type":"text","value":"CA"},{"description":"<p>Country Field</p>\n","key":"field_55[country]","type":"text","value":"USA"},{"description":"<p>Zip/Postal Code Field</p>\n","key":"field_55[zip]","type":"text","value":"90010"},{"description":"<p>Longitute Field</p>\n","key":"field_55[lng]","type":"text","value":"-118.243120"},{"description":"<p>Latitude Field</p>\n","key":"field_55[lat]","type":"text","value":"34.052690"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Address fields (similar to name field type) is several columns in the database, you therefore must specify afater the field ID the column the value you should be matched to.</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"180c717c-30b7-4184-9433-2aa99e73ff02"},{"name":"Saving date fields","id":"ee812a4f-d5df-4e0e-8e88-c11fc9463953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Date Field</p>\n","key":"field_35","type":"text","value":"2019-07-25"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","description":"<p>Saving to date format must be done using the following format: YYYY-MM-DD</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee812a4f-d5df-4e0e-8e88-c11fc9463953"},{"name":"Saving time fields","id":"68e34622-0573-4ec4-86ba-d69174a38031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Time Field</p>\n","key":"field_40","type":"text","value":"'12:25:00'"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","description":"<p>Saving to time format must be done using the following format: hh:mm:ss</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"68e34622-0573-4ec4-86ba-d69174a38031"},{"name":"Saving date and time fields","id":"34160c6e-0438-4a57-a434-1f4c65f1a38b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Date and time field</p>\n","key":"field_41","type":"text","value":"2019-07-26 12:34:00"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","description":"<p>Saving to time format must be done using the following format: YYYY-MM-DD hh:mm:ss</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"34160c6e-0438-4a57-a434-1f4c65f1a38b"},{"name":"Saving to a File Field","id":"d85bc7d3-c9ed-421c-b1ab-7d926000dd55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"field_88","description":"<p>File Field</p>\n","type":"file","src":"/C:/Users/moe/Downloads/ezgif.com-video-to-gif.gif"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d85bc7d3-c9ed-421c-b1ab-7d926000dd55"},{"name":"Saving to a File Field From a URL","id":"15d8d246-116a-4e43-bd73-fc9a08409b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Must be present if using a URL</p>\n","key":"field_55_format","type":"text","value":"url"},{"key":"field_55","value":"https://example.com/myfile.pdf","type":"text"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"15d8d246-116a-4e43-bd73-fc9a08409b65"}],"id":"d00c236a-f9cd-4329-ad55-58b92cdfeec3","event":[{"listen":"prerequest","script":{"id":"ad340b7d-8260-42ee-83e6-d30a42704585","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc60224e-de2e-47db-bed1-bcca205a4931","type":"text/javascript","exec":[""]}}],"_postman_id":"d00c236a-f9cd-4329-ad55-58b92cdfeec3","description":""},{"name":"Retrieving Records","item":[{"name":"Get All Records","id":"0bd7eb78-190f-4415-adc7-ae2f89b48430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>App ID from your app</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App Key generated when you created this API Token</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>App Secret generated when you created this API Token</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?display_names=1","description":"<p>Sending a GET request to view records of a data table</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Get Display names of fields instead of field_id</p>\n","type":"text/plain"},"key":"display_names","value":"1"}],"variable":[]}},"response":[{"id":"2cdaf142-96fd-4fc4-b909-1ad66a53a9c0","name":"Get All Records","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"App ID from your app","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"App Key generated when you created this API Token","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"App Secret generated when you created this API Token","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2019 19:08:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"161"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=NQiCCHiBvQUwRGwFfHZ1wc5Hy5rqGzetSBEKTT4e0BhXOTEAHLNAUpLrmsK7h7we/fVXcrKWNISVaajqyoaZbejUOW7KBAOfYsCU5+k1WM+aR0rWYsLVCpKu4++T; Expires=Wed, 31 Jul 2019 19:08:48 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Retry-After","value":"3600"},{"key":"X-RateLimit-Reset","value":"1563998928"},{"key":"X-RateLimit-Daily-Limit","value":"1000"},{"key":"X-RateLimit-Daily-Remaining","value":"999"},{"key":"X-Daily-Retry-After","value":"5184000"},{"key":"X-Daily-RateLimit-Reset","value":"1569179328"},{"key":"X-Powered-By","value":"Tadabase.io"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_31\": \"Record 1\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_31\": \"John Doe\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1\n}"}],"_postman_id":"0bd7eb78-190f-4415-adc7-ae2f89b48430"},{"name":"Get Only Specific Fields","id":"643d8704-8e75-4f1b-8e54-653db1cca589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>App ID from your app</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App Key generated when you created this API Token</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>App Secret generated when you created this API Token</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?fields=id,field_36","description":"<p>Sending a GET request to view records of a data table</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Comma seperated list of fields slugs to be returned. </p>\n","type":"text/plain"},"key":"fields","value":"id,field_36"}],"variable":[]}},"response":[{"id":"abf769cd-0734-4533-b92d-e14f7d12443c","name":"Get Only Specific Fields","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"App ID from your app","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"App Key generated when you created this API Token","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"App Secret generated when you created this API Token","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?fields=id,field_36","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"fields","value":"id,field_36","description":"Comma seperated list of fields slugs to be returned. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Aug 2022 03:25:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"364"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Tadabase"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1"},{"key":"Permissions-Policy","value":"microphone 'none'; geolocation 'none'"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-Retry-After","value":"44"},{"key":"X-RateLimit-Reset","value":"1661397951"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248944"},{"key":"X-Daily-Retry-After","value":"74648"},{"key":"X-Daily-RateLimit-Reset","value":"1661472555"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-B-4"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\"\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\"\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\"\n        },\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_36\": \"\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 7,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"643d8704-8e75-4f1b-8e54-653db1cca589"},{"name":"Get User Roles","id":"dde28006-229a-4e49-8a8d-cdcd9bfe2661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/roles","description":"<p>Sending a GET request to view User Roles in an app</p>\n","urlObject":{"protocol":"https","path":["api","v1","roles"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"610e5ce5-e5f5-4cfc-9c2c-44c73632c38e","name":"Get User Roles","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Apr 2020 21:22:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"179"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=f4uxbHCiku7+RkwVxsGcebYhw3MJdB9AL65Df07jcV7yH0wk9r0G0mZ0EG3C/6tT14H3qFq/YLm6OAv8p7sXnTZ6XfmU93bSzm7Y5nFTpQn3GahroIBcni4Y50LA; Expires=Wed, 08 Apr 2020 21:22:52 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=f4uxbHCiku7+RkwVxsGcebYhw3MJdB9AL65Df07jcV7yH0wk9r0G0mZ0EG3C/6tT14H3qFq/YLm6OAv8p7sXnTZ6XfmU93bSzm7Y5nFTpQn3GahroIBcni4Y50LA; Expires=Wed, 08 Apr 2020 21:22:52 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"Content-Security-Policy-Report-Only","value":"child-src 'self'; connect-src 'self' https://*.googleapis.com https://*.inspectlet.com https://*.profitwell.com https://heapanalytics.com wss://*.inspectlet.com; default-src 'self'; font-src 'self' https://*.fontawesome.com https://*.googleapis.com https://*.gstatic.com; frame-src 'self' https://*.youtube.com; img-src 'self' https://*.cloudinary.com https://*.googleapis.com https://*.inspectlet.com https://*.youtube.com https://heapanalytics.com wss://*.inspectlet.com; manifest-src 'self'; media-src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.cloudinary.com https://*.fontawesome.com https://*.googleapis.com https://*.headwayapp.co https://*.inspectlet.com https://*.profitwell.com wss://*.inspectlet.com; style-src 'self' 'unsafe-inline' https://*.fontawesome.com https://*.googleapis.com https://*.headwayapp.co; worker-src 'self'; prefetch-src 'self'; report-uri https://reports-api.sqreen.io/browser/v0/csp-violations/csp_1015f37e61a119ef1c5c92c39a7e2810"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Retry-After","value":"3600"},{"key":"X-RateLimit-Reset","value":"1585779772"},{"key":"X-RateLimit-Daily-Limit","value":"1000"},{"key":"X-RateLimit-Daily-Remaining","value":"999"},{"key":"X-Daily-Retry-After","value":"5184000"},{"key":"X-Daily-RateLimit-Reset","value":"1590960172"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"name\": \"Default Users\",\n            \"description\": \"Default role for user\",\n            \"enable_stripe\": \"No\"\n        }\n    ],\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"type\": \"success\"\n}"}],"_postman_id":"dde28006-229a-4e49-8a8d-cdcd9bfe2661"},{"name":"Get a single record","id":"55b41ea1-c595-44f7-9f2e-ed43a40bf4e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Sending a GET request to view a single record in the table</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"1e332876-442a-46eb-bb38-2fb9c59a7707","name":"Get a single record","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2019 19:09:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=MdrM64quxJi8dXp+Ouyb3H2X8TZ7imuK63lpoW0TVXhdQjynlZOgpKJx428GxuL9PJLCTpiLz0ELECZwOxMHfvKh9cvbGK7prlpkgxAwok8YS/QSITTezJvMq63i; Expires=Wed, 31 Jul 2019 19:09:10 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Retry-After","value":"3600"},{"key":"X-RateLimit-Reset","value":"1563998950"},{"key":"X-RateLimit-Daily-Limit","value":"1000"},{"key":"X-RateLimit-Daily-Remaining","value":"999"},{"key":"X-Daily-Retry-After","value":"5184000"},{"key":"X-Daily-RateLimit-Reset","value":"1569179350"},{"key":"X-Powered-By","value":"Tadabase.io"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"item\": {\n        \"id\": \"5m9N0njzqk\",\n        \"field_31\": \"John Doe\"\n    }\n}"}],"_postman_id":"55b41ea1-c595-44f7-9f2e-ed43a40bf4e4"}],"id":"1640277b-4dc4-4407-b322-390c41972858","_postman_id":"1640277b-4dc4-4407-b322-390c41972858","description":""},{"name":"Update Records","item":[{"name":"Update existing record","id":"2835199a-e51b-4f0f-8ede-873779b185c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Text Field</p>\n","key":"field_31","type":"text","value":"Jennifer"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Update existing record based on record ID</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2835199a-e51b-4f0f-8ede-873779b185c0"},{"name":"Update existing Record Batch Check","id":"6c5b7f5a-52ff-44a3-810f-a52cb6b2c848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/batch-update-check?filters[items][0][field_id]=field_42&filters[items][0][operator]=is&filters[items][0][val]=John","description":"<p>Update existing record based on record ID</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","batch-update-check"],"host":["api","tadabase","io"],"query":[{"key":"filters[items][0][field_id]","value":"field_42"},{"key":"filters[items][0][operator]","value":"is"},{"key":"filters[items][0][val]","value":"John"}],"variable":[]}},"response":[],"_postman_id":"6c5b7f5a-52ff-44a3-810f-a52cb6b2c848"},{"name":"Set Existing Record Connection to Blank","id":"7dedbeac-f337-4c6a-ba11-b0147e18c5b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Text Field</p>\n","key":"field_62","type":"text","value":""}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/l5nQxLQxYX","description":"<p>Update existing record based on record ID</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","l5nQxLQxYX"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dedbeac-f337-4c6a-ba11-b0147e18c5b9"}],"id":"11852a30-62d0-43e8-b6dd-50d7c4b52893","event":[{"listen":"prerequest","script":{"id":"c63c2782-b5de-4bdf-b34c-29bd659deb75","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9596ee70-06a2-478f-bd55-cfdacbcaa12d","type":"text/javascript","exec":[""]}}],"_postman_id":"11852a30-62d0-43e8-b6dd-50d7c4b52893","description":""},{"name":"Filtering Records","item":[{"name":"Filtering by a Single Condition","id":"742fd06b-57bb-4d66-b047-d681890452e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is&filters[items][0][val]=Test 2","description":"<p>Filter records based on conditions. You can use any operator that's avaialble to you in the builder.</p>\n<p>Here are the list of operators and the fields which those operators can be used for. For date/time fields please see below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Operator</strong></th>\n<th><strong>For Fields</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is exact (use when it must be case sensitive, for example, in connection fields searching by IDs)</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is not</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>contains</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Checkbox, Multi-Select</td>\n</tr>\n<tr>\n<td>does not contain</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Checkbox, Multi-Select</td>\n</tr>\n<tr>\n<td>starts with</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone,</td>\n</tr>\n<tr>\n<td>ends with</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone,</td>\n</tr>\n<tr>\n<td>is blank</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Image, Signature, Slider</td>\n</tr>\n<tr>\n<td>is not blank</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Image, Signature</td>\n</tr>\n<tr>\n<td>higher than</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>lower than</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>higher than or equal to</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>lower than or equal to</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is unchecked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is checked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is not unchecked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is not checked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>size is less than</td>\n<td>File</td>\n</tr>\n<tr>\n<td>size is greater than</td>\n<td>File</td>\n</tr>\n<tr>\n<td>file type is</td>\n<td>File</td>\n</tr>\n<tr>\n<td>file type is not</td>\n<td>File</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><strong>Operator</strong></th>\n<th><strong>Operator Value 1</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is</td>\n<td></td>\n</tr>\n<tr>\n<td>is not</td>\n<td></td>\n</tr>\n<tr>\n<td>is during the current</td>\n<td>week, month, quarter, year</td>\n</tr>\n<tr>\n<td>is during the previous</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is during the next</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is beofre the previous</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is after the next</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is before</td>\n<td></td>\n</tr>\n<tr>\n<td>is after</td>\n<td></td>\n</tr>\n<tr>\n<td>is today</td>\n<td></td>\n</tr>\n<tr>\n<td>is today or before</td>\n<td></td>\n</tr>\n<tr>\n<td>is today or after</td>\n<td></td>\n</tr>\n<tr>\n<td>is before today</td>\n<td></td>\n</tr>\n<tr>\n<td>is after today</td>\n<td></td>\n</tr>\n<tr>\n<td>is blank</td>\n<td></td>\n</tr>\n<tr>\n<td>is not blank</td>\n<td></td>\n</tr>\n<tr>\n<td>is before current time</td>\n<td></td>\n</tr>\n<tr>\n<td>is after current time</td>\n<td></td>\n</tr>\n<tr>\n<td>is on or after</td>\n<td></td>\n</tr>\n<tr>\n<td>is on or before</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_36"},{"description":{"content":"<p>Choose Operator. Can be: is, is exact, is not, contains, does not contain, starts with, ends with, is blank, is not blank</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>Value to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Test 2"}],"variable":[]}},"response":[],"_postman_id":"742fd06b-57bb-4d66-b047-d681890452e9"},{"name":"Filtering by a Single Condition Copy","id":"6c05fb19-e074-446c-b5c5-b9051a40b38a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is&filters[items][0][val]=Test 2","description":"<p>Filter records based on conditions. You can use any operator that's avaialble to you in the builder.</p>\n<p>Here are the list of operators and the fields which those operators can be used for. For date/time fields please see below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Operator</strong></th>\n<th><strong>For Fields</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is exact (use when it must be case sensitive, for example, in connection fields searching by IDs)</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is not</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>contains</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Checkbox, Multi-Select</td>\n</tr>\n<tr>\n<td>does not contain</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Checkbox, Multi-Select</td>\n</tr>\n<tr>\n<td>starts with</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone,</td>\n</tr>\n<tr>\n<td>ends with</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone,</td>\n</tr>\n<tr>\n<td>is blank</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Image, Signature, Slider</td>\n</tr>\n<tr>\n<td>is not blank</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Image, Signature</td>\n</tr>\n<tr>\n<td>higher than</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>lower than</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>higher than or equal to</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>lower than or equal to</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is unchecked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is checked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is not unchecked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is not checked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>size is less than</td>\n<td>File</td>\n</tr>\n<tr>\n<td>size is greater than</td>\n<td>File</td>\n</tr>\n<tr>\n<td>file type is</td>\n<td>File</td>\n</tr>\n<tr>\n<td>file type is not</td>\n<td>File</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><strong>Operator</strong></th>\n<th><strong>Operator Value 1</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is</td>\n<td></td>\n</tr>\n<tr>\n<td>is not</td>\n<td></td>\n</tr>\n<tr>\n<td>is during the current</td>\n<td>week, month, quarter, year</td>\n</tr>\n<tr>\n<td>is during the previous</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is during the next</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is beofre the previous</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is after the next</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is before</td>\n<td></td>\n</tr>\n<tr>\n<td>is after</td>\n<td></td>\n</tr>\n<tr>\n<td>is today</td>\n<td></td>\n</tr>\n<tr>\n<td>is today or before</td>\n<td></td>\n</tr>\n<tr>\n<td>is today or after</td>\n<td></td>\n</tr>\n<tr>\n<td>is before today</td>\n<td></td>\n</tr>\n<tr>\n<td>is after today</td>\n<td></td>\n</tr>\n<tr>\n<td>is blank</td>\n<td></td>\n</tr>\n<tr>\n<td>is not blank</td>\n<td></td>\n</tr>\n<tr>\n<td>is before current time</td>\n<td></td>\n</tr>\n<tr>\n<td>is after current time</td>\n<td></td>\n</tr>\n<tr>\n<td>is on or after</td>\n<td></td>\n</tr>\n<tr>\n<td>is on or before</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_36"},{"description":{"content":"<p>Choose Operator. Can be: is, is exact, is not, contains, does not contain, starts with, ends with, is blank, is not blank</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>Value to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Test 2"}],"variable":[]}},"response":[],"_postman_id":"6c05fb19-e074-446c-b5c5-b9051a40b38a"},{"name":"Filtering by Multiple Conditions","id":"cd539333-0967-497f-a311-6243f9f7a4f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_33&filters[items][0][operator]=is&filters[items][0][val]=Yes&filters[items][1][field_id]=field_35&filters[items][1][operator]=is after&filters[items][1][val]=2019-07-24&filters[condition]=AND","description":"<p>To filter with multiple conditions add a new set of values with an incremented number for each item in the request parameter. </p>\n<p>For example, with one filter the parameters are: </p>\n<ul>\n<li>filters[items][0][field_id]</li>\n<li>filters[items][0][operator]</li>\n<li>filters[items][0][val]</li>\n</ul>\n<p>To add a second parameter, add another set of parameters incrementing the number by 1. </p>\n<ul>\n<li>filters[items][1][field_id]</li>\n<li>filters[items][1][operator]</li>\n<li>filters[items][1][val]</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>First field to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_33"},{"description":{"content":"<p>Operator for first filter</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>Value for fitlering in first filter</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Yes"},{"description":{"content":"<p>Second field to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][1][field_id]","value":"field_35"},{"description":{"content":"<p>Operator for second field</p>\n","type":"text/plain"},"key":"filters[items][1][operator]","value":"is after"},{"description":{"content":"<p>Value for filtering in second filter</p>\n","type":"text/plain"},"key":"filters[items][1][val]","value":"2019-07-24"},{"description":{"content":"<p>Match OR vs.  AND</p>\n","type":"text/plain"},"key":"filters[condition]","value":"AND"}],"variable":[]}},"response":[{"id":"412baddf-5ef7-4145-b1a8-220ca8033510","name":"Filtering by multiple conditions","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_33&filters[items][0][operator]=is&filters[items][0][val]=Yes&filters[items][1][field_id]=field_35&filters[items][1][operator]=is after&filters[items][1][val]=2019-07-24&filters[condition]=AND","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_33","description":"First field to be used in filter"},{"key":"filters[items][0][operator]","value":"is","description":"Operator for first filter"},{"key":"filters[items][0][val]","value":"Yes","description":"Value for fitlering in first filter"},{"key":"filters[items][1][field_id]","value":"field_35","description":"Second field to be used in filter"},{"key":"filters[items][1][operator]","value":"is after","description":"Operator for second field"},{"key":"filters[items][1][val]","value":"2019-07-24","description":"Value for filtering in second filter"},{"key":"filters[condition]","value":"AND","description":"Match OR vs.  AND"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Jul 2019 17:14:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=jRjjg8xRLDRNZjROoGcwfKWtJl73mWmgy2hBtEd7wODPj3/W+apAimWY3ZeWj11vUnjnxj5MHCfFu2CZ7IuaBIf0YIFwQRx6acydMdLLUtV4T7CPnIN3Au64aw+Q; Expires=Fri, 02 Aug 2019 17:14:08 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Retry-After","value":"3600"},{"key":"X-RateLimit-Reset","value":"1564164848"},{"key":"X-RateLimit-Daily-Limit","value":"1000"},{"key":"X-RateLimit-Daily-Remaining","value":"999"},{"key":"X-Daily-Retry-After","value":"5184000"},{"key":"X-Daily-RateLimit-Reset","value":"1569345248"},{"key":"X-Powered-By","value":"Tadabase.io"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_31\": \"Jennifer\",\n            \"field_33\": \"Yes\",\n            \"field_34\": 500,\n            \"field_35\": \"2019-07-25\",\n            \"field_37\": 5\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1\n}"}],"_postman_id":"cd539333-0967-497f-a311-6243f9f7a4f4"},{"name":"Filtering by Multiple Conditions With Child Conditions","id":"45985b66-fac4-49ae-ac3d-de5bcb66e334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_33&filters[items][0][operator]=is&filters[items][0][val]=Yes&filters[items][1][field_id]=field_35&filters[items][1][operator]=is after&filters[items][1][val]=2019-07-24&filters[condition]=AND&filters[child][0][items][0][field_id]=field_2&filters[child][0][items][0][operator]=is&filters[child][0][items][0][val]=Ohio&filters[child][0][items][1][field_id]=field_2&filters[child][0][items][1][operator]=is&filters[child][0][items][1][val]=California&filters[child][0][condition]=any","description":"<p>To filter with multiple conditions with a combination of AND/OR you can do so with child filter groups.</p>\n<p>For example, with one filter the parameters are:</p>\n<ul>\n<li>filters[items][0][field_id]</li>\n<li>filters[items][0][operator]</li>\n<li>filters[items][0][val]</li>\n</ul>\n<p>To add a second parameter, add another set of parameters incrementing the number by 1.</p>\n<ul>\n<li>filters[items][1][field_id]</li>\n<li>filters[items][1][operator]</li>\n<li>filters[items][1][val]</li>\n</ul>\n<p>To add a child filter group add additional URL parameters but this time it'll be nested inside of child with the child ID. For example:</p>\n<ul>\n<li>filters[child][0][items][0][field_id]=field_2</li>\n<li>filters[child][0][items][0][operator]=is</li>\n<li>filters[child][0][items][0][val]=Ohio</li>\n<li>filters[child][0][items][1][field_id]=field_2</li>\n<li>filters[child][0][items][1][operator]=is</li>\n<li>filters[child][0][items][1][val]=California</li>\n<li>filters[child][0][condition]=any</li>\n</ul>\n<p><strong>In this example</strong></p>\n<ol>\n<li>It will filter records to find entries where:<ul>\n<li>The value of <code>field_33</code> is <code>Yes</code>.</li>\n<li>The value of <code>field_35</code> is after <code>2019-07-24</code>.</li>\n</ul>\n</li>\n<li>Additionally, it will further filter these records by including only those where:<ul>\n<li><code>field_2</code> is either <code>Ohio</code> or <code>California</code>.</li>\n</ul>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>First field to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_33"},{"description":{"content":"<p>Operator for first filter</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>Value for fitlering in first filter</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Yes"},{"description":{"content":"<p>Second field to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][1][field_id]","value":"field_35"},{"description":{"content":"<p>Operator for second field</p>\n","type":"text/plain"},"key":"filters[items][1][operator]","value":"is after"},{"description":{"content":"<p>Value for filtering in second filter</p>\n","type":"text/plain"},"key":"filters[items][1][val]","value":"2019-07-24"},{"description":{"content":"<p>Match OR vs.  AND</p>\n","type":"text/plain"},"key":"filters[condition]","value":"AND"},{"key":"filters[child][0][items][0][field_id]","value":"field_2"},{"key":"filters[child][0][items][0][operator]","value":"is"},{"key":"filters[child][0][items][0][val]","value":"Ohio"},{"key":"filters[child][0][items][1][field_id]","value":"field_2"},{"key":"filters[child][0][items][1][operator]","value":"is"},{"key":"filters[child][0][items][1][val]","value":"California"},{"key":"filters[child][0][condition]","value":"any"}],"variable":[]}},"response":[],"_postman_id":"45985b66-fac4-49ae-ac3d-de5bcb66e334"},{"name":"Filtering by Blank Values","id":"4bf1db87-445c-4e03-b92c-4555687dfe70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is&filters[items][0][val]=Test 2","description":"<p>Filter records based on conditions. You can use any operator that's avaialble to you in the builder. </p>\n<p>Here are the list of operators and the fields which those operators can be used for. For date/time fields please see below. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Operator</strong></th>\n<th><strong>For Fields</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is not</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>contains</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Checkbox, Multi-Select</td>\n</tr>\n<tr>\n<td>does not contain</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Checkbox, Multi-Select</td>\n</tr>\n<tr>\n<td>starts with</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone,</td>\n</tr>\n<tr>\n<td>ends with</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone,</td>\n</tr>\n<tr>\n<td>is blank</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Image, Signature, Slider</td>\n</tr>\n<tr>\n<td>is not blank</td>\n<td>Text, Long Text, Rich Text, Name, Email, Address, Phone, Text Formula, Radio, Select, Complex Formula, Auto Increment, Link, Connection, Checkbox, Multi-Select, Number, Currency, Basic Formula, Rating, Image, Signature</td>\n</tr>\n<tr>\n<td>higher than</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>lower than</td>\n<td>Number, Currency, Basic Formula, Rating, Slider</td>\n</tr>\n<tr>\n<td>is unchecked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is checked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is not unchecked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>is not checked</td>\n<td>Decision Box</td>\n</tr>\n<tr>\n<td>size is less than</td>\n<td>File</td>\n</tr>\n<tr>\n<td>size is greater than</td>\n<td>File</td>\n</tr>\n<tr>\n<td>file type is</td>\n<td>File</td>\n</tr>\n<tr>\n<td>file type is not</td>\n<td>File</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><strong>Operator</strong></th>\n<th><strong>Operator Value 1</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is</td>\n<td></td>\n</tr>\n<tr>\n<td>is not</td>\n<td></td>\n</tr>\n<tr>\n<td>is during the current</td>\n<td>week, month, quarter, year</td>\n</tr>\n<tr>\n<td>is during the previous</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is during the next</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is beofre the previous</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is after the next</td>\n<td>X days, weeks, months, years</td>\n</tr>\n<tr>\n<td>is before</td>\n<td></td>\n</tr>\n<tr>\n<td>is after</td>\n<td></td>\n</tr>\n<tr>\n<td>is today</td>\n<td></td>\n</tr>\n<tr>\n<td>is today or before</td>\n<td></td>\n</tr>\n<tr>\n<td>is today or after</td>\n<td></td>\n</tr>\n<tr>\n<td>is before today</td>\n<td></td>\n</tr>\n<tr>\n<td>is after today</td>\n<td></td>\n</tr>\n<tr>\n<td>is blank</td>\n<td></td>\n</tr>\n<tr>\n<td>is not blank</td>\n<td></td>\n</tr>\n<tr>\n<td>is before current time</td>\n<td></td>\n</tr>\n<tr>\n<td>is after current time</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_36"},{"description":{"content":"<p>Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>Value to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Test 2"}],"variable":[]}},"response":[{"id":"f8b994d1-d4af-4f72-892a-e134e6e191bc","name":"Is Blank","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is blank","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is blank","description":"Choose Operator. Can be: is blank, is not blank"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:34:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=jyhGUbh56+9O9heO0nYcK9HBlma1JCGl5xbVFqvOzPSad8QjyNa5PmvVCs4hZ9uEPLhAOUCtcl04FgoTJGFUTa728R0RNxhiFGV4lEeEWChorUsZP5w3VLJU1P/w; Expires=Tue, 04 May 2021 05:34:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=jyhGUbh56+9O9heO0nYcK9HBlma1JCGl5xbVFqvOzPSad8QjyNa5PmvVCs4hZ9uEPLhAOUCtcl04FgoTJGFUTa728R0RNxhiFGV4lEeEWChorUsZP5w3VLJU1P/w; Expires=Tue, 04 May 2021 05:34:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"34"},{"key":"X-RateLimit-Reset","value":"1619501678"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248930"},{"key":"X-Daily-Retry-After","value":"82981"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_36\": \"\",\n            \"field_37\": \"2021-04-26\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"b4390e8e-00d6-4bc0-8cc8-269cee17530a","name":"Is Not Blank","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is not blank","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is not blank","description":"Choose Operator. Can be: is blank, is not blank"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:34:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"464"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=RRIkbB7Ys0Zv5s4rZlhpDhgKv0zCqvSrYevEjz2XrcN48ZWid9Uf5GCMc6GxjHVswc/0JEN0YfFP23/z3VF8WXfkBp0qGlXDoZsd/wvErhgpCE2aEKvM8K2dgY2X; Expires=Tue, 04 May 2021 05:34:20 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=RRIkbB7Ys0Zv5s4rZlhpDhgKv0zCqvSrYevEjz2XrcN48ZWid9Uf5GCMc6GxjHVswc/0JEN0YfFP23/z3VF8WXfkBp0qGlXDoZsd/wvErhgpCE2aEKvM8K2dgY2X; Expires=Tue, 04 May 2021 05:34:20 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"18"},{"key":"X-RateLimit-Reset","value":"1619501678"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248929"},{"key":"X-Daily-Retry-After","value":"82965"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\"\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 6,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"4bf1db87-445c-4e03-b92c-4555687dfe70"},{"name":"Filtering Text Fields","id":"494b839c-c10e-496e-a9a3-efe0f8c3e88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is&filters[items][0][val]=Test 2","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_36"},{"description":{"content":"<p>Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>Value to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Test 2"}],"variable":[]}},"response":[{"id":"87ba964e-c3f7-422c-9141-314f9a5cd39a","name":"Is Exact Value","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is&filters[items][0][val]=Test 2","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"Test 2","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:30:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=4HxibDoM9JidRmvhfH0IUUl3AaWaiQkDXzRwDv58TZS1G1h7ryiVIYXtiOtFPh0iLRROqRgmiZS8dGJCrQVEk41bkPvoPSL2z77vQGJUs7pLD7yCrmKhsOomngRb; Expires=Tue, 04 May 2021 05:30:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=4HxibDoM9JidRmvhfH0IUUl3AaWaiQkDXzRwDv58TZS1G1h7ryiVIYXtiOtFPh0iLRROqRgmiZS8dGJCrQVEk41bkPvoPSL2z77vQGJUs7pLD7yCrmKhsOomngRb; Expires=Tue, 04 May 2021 05:30:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619501464"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248939"},{"key":"X-Daily-Retry-After","value":"83221"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"ea3f8e72-34f9-4032-88d1-a32e71569c52","name":"Is Not Exact Value","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is not&filters[items][0][val]=Test 2","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is not","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"Test 2","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:30:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"400"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=mhOr6Vcr3KrJ1ftsME768TFO7w439UxEetzq4eapEfkb6kvxWeZnmTGlKJEDbthhPiQxpF6AG77O2yMqkHbGd7QSDe9fm/m+s0oQE616UFLAjJup6iFxsH78Unx4; Expires=Tue, 04 May 2021 05:30:25 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=mhOr6Vcr3KrJ1ftsME768TFO7w439UxEetzq4eapEfkb6kvxWeZnmTGlKJEDbthhPiQxpF6AG77O2yMqkHbGd7QSDe9fm/m+s0oQE616UFLAjJup6iFxsH78Unx4; Expires=Tue, 04 May 2021 05:30:25 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"38"},{"key":"X-RateLimit-Reset","value":"1619501464"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248938"},{"key":"X-Daily-Retry-After","value":"83199"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\"\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 5,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"be7f8be4-2a39-4a7e-a549-17568d833eae","name":"Contains Exact Text","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=contains&filters[items][0][val]=5","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"contains","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"5","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:31:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=kaUQydACJ8+FPF2aKNNA2gnvKa0xYk20prs4mdz4iGjjt0rKGiGTKJPGWouOlbaBJbZAPQSxEzYs1EoUScCaox3qwX9L0Lt5nHLvEOezi4h6J99yIxeH6hK1eI3T; Expires=Tue, 04 May 2021 05:31:01 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=kaUQydACJ8+FPF2aKNNA2gnvKa0xYk20prs4mdz4iGjjt0rKGiGTKJPGWouOlbaBJbZAPQSxEzYs1EoUScCaox3qwX9L0Lt5nHLvEOezi4h6J99yIxeH6hK1eI3T; Expires=Tue, 04 May 2021 05:31:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"3"},{"key":"X-RateLimit-Reset","value":"1619501464"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248936"},{"key":"X-Daily-Retry-After","value":"83164"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"30894df5-828c-4d1d-a5ed-32c05c63ad46","name":"Does Not Contain Exact Text","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=does not contain&filters[items][0][val]=5","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"does not contain","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"5","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:31:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"400"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=J5Bi5MbnPqpDN1s6gkzOYNcGFpmWg6c1Vy0BLHio4I4FRDc24845I1EqgV9wYH2Z0WIIB3c1StjHM3ZjFVO9DE0bw7pYRmSyEwDxbiZdjS9eqwxALyy+f011l27X; Expires=Tue, 04 May 2021 05:31:19 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=J5Bi5MbnPqpDN1s6gkzOYNcGFpmWg6c1Vy0BLHio4I4FRDc24845I1EqgV9wYH2Z0WIIB3c1StjHM3ZjFVO9DE0bw7pYRmSyEwDxbiZdjS9eqwxALyy+f011l27X; Expires=Tue, 04 May 2021 05:31:19 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"59"},{"key":"X-RateLimit-Reset","value":"1619501539"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248935"},{"key":"X-Daily-Retry-After","value":"83145"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\"\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 5,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"96829ef4-899d-47b7-b62a-529f71923a8d","name":"Starts With","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=starts with&filters[items][0][val]=Test","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"starts with","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"Test","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:31:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"343"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=FlJUeb6GNyPUNAo6W8LUsVGcgm3yUQXUGQyKYruA58ReA8k/N2OV2D5TdAqPGZ4zRF3WB0gq7ycEjFQVH+bLOOc5b/NZTEnKbbKyCC8Z2soOjCNd81XaTo1TASyE; Expires=Tue, 04 May 2021 05:31:44 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=FlJUeb6GNyPUNAo6W8LUsVGcgm3yUQXUGQyKYruA58ReA8k/N2OV2D5TdAqPGZ4zRF3WB0gq7ycEjFQVH+bLOOc5b/NZTEnKbbKyCC8Z2soOjCNd81XaTo1TASyE; Expires=Tue, 04 May 2021 05:31:44 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"35"},{"key":"X-RateLimit-Reset","value":"1619501539"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248934"},{"key":"X-Daily-Retry-After","value":"83121"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 4,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"500c1c20-2cde-4d94-b45f-71dfe57bf1ca","name":"Ends With","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=ends with&filters[items][0][val]=5","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_36","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"ends with","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"5","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:32:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=rS4gyZA0oyp3Kxquk8PjWbRKgEtLdp+jZn7EzZY43vrU1IMTR1uYiqFNIP83T9hw/ctv3jfwv6RhWedxQf0IbBRuUpNSOFHKvi8Gr0SY1c8K40pVDOYx0/5Flxqd; Expires=Tue, 04 May 2021 05:32:07 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=rS4gyZA0oyp3Kxquk8PjWbRKgEtLdp+jZn7EzZY43vrU1IMTR1uYiqFNIP83T9hw/ctv3jfwv6RhWedxQf0IbBRuUpNSOFHKvi8Gr0SY1c8K40pVDOYx0/5Flxqd; Expires=Tue, 04 May 2021 05:32:07 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"12"},{"key":"X-RateLimit-Reset","value":"1619501539"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248933"},{"key":"X-Daily-Retry-After","value":"83098"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"494b839c-c10e-496e-a9a3-efe0f8c3e88b"},{"name":"Filter by a Connected ID Value","id":"f3f75569-9a5e-4a03-9ec3-691fe9be65f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_41&filters[items][0][operator]=is&filters[items][0][val]=K2ejlOQo9B","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_41"},{"description":{"content":"<p>is, is not, contains</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>ID of the connected record. If this is a one to many, you can pass a comma seperated values without any spaces. For example: \"K2ejlOQo9B,5nQxJR4rxY\"</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"K2ejlOQo9B"}],"variable":[]}},"response":[{"id":"fa4be020-379b-41ec-a3b9-c709b4b331d8","name":"Is","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_41&filters[items][0][operator]=is&filters[items][0][val]=DVWQWRNZ49","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_41","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"DVWQWRNZ49","description":"ID of record to be filtered by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 06:04:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=fen81XpERbdEvrDvy3Vyv6Yhb2ZU6o/NeWlbkEplApnBnRAUOfcpUyW1rhPEgjTNxO9Amh51PLPNeWoj+0rWZQf7bvJ76JPDItYDAWHBF2yXPkeaFjcf/bTj7q+4; Expires=Tue, 04 May 2021 06:04:20 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=fen81XpERbdEvrDvy3Vyv6Yhb2ZU6o/NeWlbkEplApnBnRAUOfcpUyW1rhPEgjTNxO9Amh51PLPNeWoj+0rWZQf7bvJ76JPDItYDAWHBF2yXPkeaFjcf/bTj7q+4; Expires=Tue, 04 May 2021 06:04:20 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"14"},{"key":"X-RateLimit-Reset","value":"1619503474"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248907"},{"key":"X-Daily-Retry-After","value":"81165"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_36\": \"\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 50,\n            \"field_39\": [\n                \"Contact\"\n            ],\n            \"field_41\": [\n                \"DVWQWRNZ49\"\n            ],\n            \"field_41_val\": [\n                {\n                    \"id\": \"DVWQWRNZ49\",\n                    \"val\": \"1\"\n                }\n            ]\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"bf8fe9ad-5db4-437a-ad01-2d7ccd7c6bb9","name":"Is Not","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_41&filters[items][0][operator]=is not&filters[items][0][val]=DVWQWRNZ49","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_41","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is not","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"DVWQWRNZ49","description":"ID of record to be filtered by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 06:04:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"894"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=FNbTHd3vJTG5zLAsOiXJJ38lmk1rYJvl0iHfjKUOCjLAeiDaoG7xB9+nsif/zFxbMJrdmENpC/CWw0u8u5otoguig9HU4n20nAQciSV2yI6n23L6FGanDft79D1S; Expires=Tue, 04 May 2021 06:04:35 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=FNbTHd3vJTG5zLAsOiXJJ38lmk1rYJvl0iHfjKUOCjLAeiDaoG7xB9+nsif/zFxbMJrdmENpC/CWw0u8u5otoguig9HU4n20nAQciSV2yI6n23L6FGanDft79D1S; Expires=Tue, 04 May 2021 06:04:35 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619503536"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248906"},{"key":"X-Daily-Retry-After","value":"81149"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\",\n            \"field_38\": \"\",\n            \"field_39\": [\n                \"\"\n            ],\n            \"field_41\": \"\",\n            \"field_41_val\": []\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\",\n            \"field_38\": \"\",\n            \"field_39\": [\n                \"\"\n            ],\n            \"field_41\": \"\",\n            \"field_41_val\": []\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\",\n            \"field_38\": \"\",\n            \"field_39\": [\n                \"\"\n            ],\n            \"field_41\": \"\",\n            \"field_41_val\": []\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\",\n            \"field_38\": -546,\n            \"field_39\": [\n                \"\"\n            ],\n            \"field_41\": \"\",\n            \"field_41_val\": []\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 65,\n            \"field_39\": [\n                \"\"\n            ],\n            \"field_41\": \"\",\n            \"field_41_val\": []\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\",\n            \"field_38\": 150,\n            \"field_39\": [\n                \"Contact\",\n                \"Lead\"\n            ],\n            \"field_41\": [\n                \"4MXQJdrZ6v\"\n            ],\n            \"field_41_val\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"val\": \"2\"\n                }\n            ]\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 6,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"f3f75569-9a5e-4a03-9ec3-691fe9be65f5"},{"name":"Filter by a Connected Value","id":"a08faacc-cf69-43b3-bc2f-0af4e49ea96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_41&filters[items][0][operator]=contains&filters[items][0][val]=Los Angeles","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_41"},{"description":{"content":"<p>contains</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"contains"},{"description":{"content":"<p>Text Value of Display Field</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Los Angeles"}],"variable":[]}},"response":[{"id":"d3a92662-188e-478d-acff-37749798fb19","name":"Filter by Connection Value","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_41&filters[items][0][operator]=contains&filters[items][0][val]=Los Angeles","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_41","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"contains","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"Los Angeles","description":"ID of record to be filtered by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 06:57:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"268"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=8nayWfSYx4QBq4FwV6DUMYMtTilyz2Ca+NFLzQP7VffcOMPaNRKG7E2N1A344orwj/VO3JjEMdBs7evX+dWAR0pqwEBH190yCKuriWNi7P+Ug/MIIcKRsnnYlpRH; Expires=Tue, 04 May 2021 06:57:36 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=8nayWfSYx4QBq4FwV6DUMYMtTilyz2Ca+NFLzQP7VffcOMPaNRKG7E2N1A344orwj/VO3JjEMdBs7evX+dWAR0pqwEBH190yCKuriWNi7P+Ug/MIIcKRsnnYlpRH; Expires=Tue, 04 May 2021 06:57:36 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"50"},{"key":"X-RateLimit-Reset","value":"1619506706"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248899"},{"key":"X-Daily-Retry-After","value":"77969"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\",\n            \"field_38\": -546,\n            \"field_39\": [\n                \"\"\n            ],\n            \"field_41\": [\n                \"4PzQ4GNJGV\"\n            ],\n            \"field_41_val\": [\n                {\n                    \"id\": \"4PzQ4GNJGV\",\n                    \"val\": \"Los Angeles\"\n                }\n            ]\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"a08faacc-cf69-43b3-bc2f-0af4e49ea96a"},{"name":"Filtering Number Fields","id":"22b55257-4f11-40fb-9d40-b9d51731a37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=is&filters[items][0][val]=Test 2","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_36"},{"description":{"content":"<p>Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is"},{"description":{"content":"<p>Value to be used in filter</p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Test 2"}],"variable":[]}},"response":[{"id":"383619ba-4475-426c-8d36-a57a0814b4c6","name":"Is Exactly","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=is&filters[items][0][val]=150","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"150","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:37:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=nRJunarU9oUAGiy6xv9JbGN7mGgDjEqrR8BB2Zv45lbavWbgD7W29XG+YEDM4GizKQ8sMbxWK9cvgCIF2yQlo3ASK21+0oaPzTPGGSQLwBTFveG6B4UZyXyeSzvk; Expires=Tue, 04 May 2021 05:37:32 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=nRJunarU9oUAGiy6xv9JbGN7mGgDjEqrR8BB2Zv45lbavWbgD7W29XG+YEDM4GizKQ8sMbxWK9cvgCIF2yQlo3ASK21+0oaPzTPGGSQLwBTFveG6B4UZyXyeSzvk; Expires=Tue, 04 May 2021 05:37:32 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"16"},{"key":"X-RateLimit-Reset","value":"1619501868"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248927"},{"key":"X-Daily-Retry-After","value":"82773"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\",\n            \"field_38\": 150\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"c3dd9558-f4a9-41da-b1e5-c6f462eeb47a","name":"Is Not","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=is not&filters[items][0][val]=150","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is not","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"150","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:41:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=7k+fEjZiJh3OcU3oNIRxN/6/9joNvHtMnXjBDEuY+7MfZm4bnnO+R95o6PcvgBwrVONy7QvP6dlUmA2z8hWhC5buAFX22uILvxr4RIkN4SjYoJf5HSpTknHWQwCe; Expires=Tue, 04 May 2021 05:41:43 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=7k+fEjZiJh3OcU3oNIRxN/6/9joNvHtMnXjBDEuY+7MfZm4bnnO+R95o6PcvgBwrVONy7QvP6dlUmA2z8hWhC5buAFX22uILvxr4RIkN4SjYoJf5HSpTknHWQwCe; Expires=Tue, 04 May 2021 05:41:43 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"8"},{"key":"X-RateLimit-Reset","value":"1619502111"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248917"},{"key":"X-Daily-Retry-After","value":"82522"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\",\n            \"field_38\": -546\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 65\n        },\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_36\": \"\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 50\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"8c46169c-732b-453d-9f18-90c609895b9a","name":"Higher Than","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=higher than&filters[items][0][val]=149","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"higher than","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"149","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:39:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=ctJO5TgYCdxyiCSp7YVhRFw/V2ZLOzvTQFiql+10nJMnuQyaP4pSNTFtMlJAUvq6JxRPsyZWXPvVYu1SPofUy6gJvZIS6zsmxUYX9jSwPUXc4jXvtoJlvLd2an1U; Expires=Tue, 04 May 2021 05:39:20 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=ctJO5TgYCdxyiCSp7YVhRFw/V2ZLOzvTQFiql+10nJMnuQyaP4pSNTFtMlJAUvq6JxRPsyZWXPvVYu1SPofUy6gJvZIS6zsmxUYX9jSwPUXc4jXvtoJlvLd2an1U; Expires=Tue, 04 May 2021 05:39:20 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619502020"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248924"},{"key":"X-Daily-Retry-After","value":"82665"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\",\n            \"field_38\": 150\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"676f57e1-067a-48da-a135-5f18c52073a9","name":"Lower Than","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=lower than&filters[items][0][val]=100","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"lower than","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"100","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:39:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=obxmGA2oQShS7JZmGW8nPmKR8ZJNO27VhpqcxF3jq9gNEaWzZzcHzmEOwV3JSDWr/AU4npgdCMddSS57Es8e6ECjHTXEJWXb62YL0g8I1Spyia9FYwX+reVS/+JF; Expires=Tue, 04 May 2021 05:39:57 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=obxmGA2oQShS7JZmGW8nPmKR8ZJNO27VhpqcxF3jq9gNEaWzZzcHzmEOwV3JSDWr/AU4npgdCMddSS57Es8e6ECjHTXEJWXb62YL0g8I1Spyia9FYwX+reVS/+JF; Expires=Tue, 04 May 2021 05:39:57 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"22"},{"key":"X-RateLimit-Reset","value":"1619502020"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248921"},{"key":"X-Daily-Retry-After","value":"82627"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\",\n            \"field_38\": -546\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 65\n        },\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_36\": \"\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 50\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"22b55257-4f11-40fb-9d40-b9d51731a37b"},{"name":"Filtering by Multi-select Options","id":"1371b55c-8431-42e6-9a0d-3c75f7e7f79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_36&filters[items][0][operator]=contains_any&filters[items][0][val]=Lead, Contact","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Change to your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_36"},{"description":{"content":"<p>Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank, contains_any</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"contains_any"},{"description":{"content":"<p>Value to be used in filter. Use commas with contains_any to find any record that matches any of these values. </p>\n","type":"text/plain"},"key":"filters[items][0][val]","value":"Lead, Contact"}],"variable":[]}},"response":[{"id":"8f677db1-661e-4335-9098-65cecce0e661","name":"Is Exactly","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=is&filters[items][0][val]=150","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"150","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:37:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=nRJunarU9oUAGiy6xv9JbGN7mGgDjEqrR8BB2Zv45lbavWbgD7W29XG+YEDM4GizKQ8sMbxWK9cvgCIF2yQlo3ASK21+0oaPzTPGGSQLwBTFveG6B4UZyXyeSzvk; Expires=Tue, 04 May 2021 05:37:32 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=nRJunarU9oUAGiy6xv9JbGN7mGgDjEqrR8BB2Zv45lbavWbgD7W29XG+YEDM4GizKQ8sMbxWK9cvgCIF2yQlo3ASK21+0oaPzTPGGSQLwBTFveG6B4UZyXyeSzvk; Expires=Tue, 04 May 2021 05:37:32 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"16"},{"key":"X-RateLimit-Reset","value":"1619501868"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248927"},{"key":"X-Daily-Retry-After","value":"82773"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\",\n            \"field_38\": 150\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"26535d25-d27a-47db-b1df-d13a9072ce1e","name":"Is Not","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=is not&filters[items][0][val]=150","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"is not","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"150","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:41:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=7k+fEjZiJh3OcU3oNIRxN/6/9joNvHtMnXjBDEuY+7MfZm4bnnO+R95o6PcvgBwrVONy7QvP6dlUmA2z8hWhC5buAFX22uILvxr4RIkN4SjYoJf5HSpTknHWQwCe; Expires=Tue, 04 May 2021 05:41:43 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=7k+fEjZiJh3OcU3oNIRxN/6/9joNvHtMnXjBDEuY+7MfZm4bnnO+R95o6PcvgBwrVONy7QvP6dlUmA2z8hWhC5buAFX22uILvxr4RIkN4SjYoJf5HSpTknHWQwCe; Expires=Tue, 04 May 2021 05:41:43 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"8"},{"key":"X-RateLimit-Reset","value":"1619502111"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248917"},{"key":"X-Daily-Retry-After","value":"82522"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\",\n            \"field_38\": -546\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 65\n        },\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_36\": \"\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 50\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"eb98994b-c55f-419e-b8a0-ac46eaa9fe3e","name":"Higher Than","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=higher than&filters[items][0][val]=149","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"higher than","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"149","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:39:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=ctJO5TgYCdxyiCSp7YVhRFw/V2ZLOzvTQFiql+10nJMnuQyaP4pSNTFtMlJAUvq6JxRPsyZWXPvVYu1SPofUy6gJvZIS6zsmxUYX9jSwPUXc4jXvtoJlvLd2an1U; Expires=Tue, 04 May 2021 05:39:20 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=ctJO5TgYCdxyiCSp7YVhRFw/V2ZLOzvTQFiql+10nJMnuQyaP4pSNTFtMlJAUvq6JxRPsyZWXPvVYu1SPofUy6gJvZIS6zsmxUYX9jSwPUXc4jXvtoJlvLd2an1U; Expires=Tue, 04 May 2021 05:39:20 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619502020"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248924"},{"key":"X-Daily-Retry-After","value":"82665"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\",\n            \"field_38\": 150\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"a55af595-e29d-425b-b800-d4cc1f89edd6","name":"Lower Than","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_38&filters[items][0][operator]=lower than&filters[items][0][val]=100","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_38","description":"Change to your field ID"},{"key":"filters[items][0][operator]","value":"lower than","description":"Choose Operator. Can be: is, is not, contains, does not contain, starts with, ends with, is blank, is not blank"},{"key":"filters[items][0][val]","value":"100","description":"Value to be used in filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:39:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=obxmGA2oQShS7JZmGW8nPmKR8ZJNO27VhpqcxF3jq9gNEaWzZzcHzmEOwV3JSDWr/AU4npgdCMddSS57Es8e6ECjHTXEJWXb62YL0g8I1Spyia9FYwX+reVS/+JF; Expires=Tue, 04 May 2021 05:39:57 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=obxmGA2oQShS7JZmGW8nPmKR8ZJNO27VhpqcxF3jq9gNEaWzZzcHzmEOwV3JSDWr/AU4npgdCMddSS57Es8e6ECjHTXEJWXb62YL0g8I1Spyia9FYwX+reVS/+JF; Expires=Tue, 04 May 2021 05:39:57 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"22"},{"key":"X-RateLimit-Reset","value":"1619502020"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248921"},{"key":"X-Daily-Retry-After","value":"82627"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\",\n            \"field_38\": -546\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 65\n        },\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_36\": \"\",\n            \"field_37\": \"2021-04-26\",\n            \"field_38\": 50\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"1371b55c-8431-42e6-9a0d-3c75f7e7f79f"},{"name":"Filtering by Dates Simple","id":"4847f001-64a4-4707-9c6e-601cbb63deac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.i/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_90&filters[items][0][operator]=is on or before&filters[items][0][val]=2024-04-17","description":"<h3 id=\"please-note-that-this-api-call-only-requires-2-parameters-no-need-for-the-val-parameters\">Please note that this API call only requires 2 parameters, no need for the 'val' parameters.</h3>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","i"],"query":[{"key":"filters[items][0][field_id]","value":"field_90"},{"description":{"content":"<p>Can be: is, is not, is before, is after, is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time, is on or before, is on or after</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is on or before"},{"key":"filters[items][0][val]","value":"2024-04-17"}],"variable":[]}},"response":[{"id":"6fe30319-dca1-4ec9-9929-9c8ba65b8a60","name":"Is Today","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is today","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is today","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:23:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"152"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Ot3s5nuldgl303q37fg5HL+JhAR/fC6eehMhglmlZqhpDiqlJZU/JxyOIitDilTn9e/HiqIH0jK/e0DUTvMICsn0zAfnxaY+BpfNvcYw6LAw1os1wgaRwnqx+LP4; Expires=Tue, 04 May 2021 05:23:05 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Ot3s5nuldgl303q37fg5HL+JhAR/fC6eehMhglmlZqhpDiqlJZU/JxyOIitDilTn9e/HiqIH0jK/e0DUTvMICsn0zAfnxaY+BpfNvcYw6LAw1os1wgaRwnqx+LP4; Expires=Tue, 04 May 2021 05:23:05 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619501045"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248951"},{"key":"X-Daily-Retry-After","value":"83640"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"9e7efc0e-5ceb-4ff1-bb28-5e9ad961b337","name":"Is Today or Before","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is today or before","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is today or before","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:23:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"344"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=cMvVnCsZXcUV/AyYtI43DZr6/Trpf8hkvwiRzQ3nHbgbktYAGR/jQ99/Snrn+OCX67ezHyBSuR80C70MZLr6Atm2Y+2v5idx012/561H95HJoaVKFUxTSb3c5zHu; Expires=Tue, 04 May 2021 05:23:52 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=cMvVnCsZXcUV/AyYtI43DZr6/Trpf8hkvwiRzQ3nHbgbktYAGR/jQ99/Snrn+OCX67ezHyBSuR80C70MZLr6Atm2Y+2v5idx012/561H95HJoaVKFUxTSb3c5zHu; Expires=Tue, 04 May 2021 05:23:52 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"13"},{"key":"X-RateLimit-Reset","value":"1619501045"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248950"},{"key":"X-Daily-Retry-After","value":"83593"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 4,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"149e75e0-1d17-43fd-938d-5bc7fd9e620b","name":"Is Today or After","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is today or after","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is today or after","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:24:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"214"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=zyheaatO4xzLKBHXdB5M4NNGlRHD2AWm89+L7YxrXc6aCCDkoAwYy5zU3v6bGcR3jwQlzLeqbfNAqthnkTe/9jHdjGns5i9BSLz07dExdW4rj63VvHoqsH8/zbBz; Expires=Tue, 04 May 2021 05:24:28 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=zyheaatO4xzLKBHXdB5M4NNGlRHD2AWm89+L7YxrXc6aCCDkoAwYy5zU3v6bGcR3jwQlzLeqbfNAqthnkTe/9jHdjGns5i9BSLz07dExdW4rj63VvHoqsH8/zbBz; Expires=Tue, 04 May 2021 05:24:28 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619501128"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248949"},{"key":"X-Daily-Retry-After","value":"83557"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"8f04a85f-14fc-417c-a6a9-c539c0e6a8a7","name":"Is Before Today","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is before today","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is before today","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:24:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"281"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=ST1QW5kHuA4BQFe+berrjmIk2Qi5sYSKxkCv54RCNWaGPDELWZ8rBLBC8Pi2Q4X0d74UrUzhaWPl2Fe9kXt79Lbp/9oymRiGxRRJZfGtcCpVDkIjXQcCtwiBnsY8; Expires=Tue, 04 May 2021 05:24:54 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=ST1QW5kHuA4BQFe+berrjmIk2Qi5sYSKxkCv54RCNWaGPDELWZ8rBLBC8Pi2Q4X0d74UrUzhaWPl2Fe9kXt79Lbp/9oymRiGxRRJZfGtcCpVDkIjXQcCtwiBnsY8; Expires=Tue, 04 May 2021 05:24:54 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"33"},{"key":"X-RateLimit-Reset","value":"1619501128"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248948"},{"key":"X-Daily-Retry-After","value":"83530"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"6280caa5-10b2-47b6-8eef-640c47299300","name":"Is After Today","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is after today","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is after today","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:25:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=N3a8DvE5LZmz2nU/4FdP45YX4OWxD+FNk9Vt9OFhNhZObY7oIHcMsJLt4UvbwfVBJTt5FMtYeepv56ps+1sRRh/YAu7d10wCouUaeJLZDmdRzit6fF6swGZr/0Ug; Expires=Tue, 04 May 2021 05:25:22 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=N3a8DvE5LZmz2nU/4FdP45YX4OWxD+FNk9Vt9OFhNhZObY7oIHcMsJLt4UvbwfVBJTt5FMtYeepv56ps+1sRRh/YAu7d10wCouUaeJLZDmdRzit6fF6swGZr/0Ug; Expires=Tue, 04 May 2021 05:25:22 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"6"},{"key":"X-RateLimit-Reset","value":"1619501128"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248947"},{"key":"X-Daily-Retry-After","value":"83503"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"7681ae62-4fdb-40ac-adf0-662169d1f156","name":"Is Blank","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is blank","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is blank","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:26:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=htzn4fktCRPw/Yng8aaESxG22YHvtJKPnbBjM0cpks9hBfvl6/72BdQAks52CbrExa9dTkMkjo6l7GOaMqTKiiZpFiHMKBhj0a6KPrBU+E42blX8Pse7KxKTOk0x; Expires=Tue, 04 May 2021 05:26:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=htzn4fktCRPw/Yng8aaESxG22YHvtJKPnbBjM0cpks9hBfvl6/72BdQAks52CbrExa9dTkMkjo6l7GOaMqTKiiZpFiHMKBhj0a6KPrBU+E42blX8Pse7KxKTOk0x; Expires=Tue, 04 May 2021 05:26:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"44"},{"key":"X-RateLimit-Reset","value":"1619501208"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248945"},{"key":"X-Daily-Retry-After","value":"83461"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_36\": \"Blank Date\",\n            \"field_37\": \"\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"c52cc938-686d-49e1-ac36-c87ff532c33c","name":"Is Not Blank","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is not blank","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is not blank","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:26:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"406"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=L6xsvNeUFGz2j1CivDt3oEbGVaClNsv3iKf5aX4DaXa1+ycHHvSgS1qEQQtTeIvNttUGyNKsLWH5ZWMw4helDLnhpaLcNJd/QFLyinHyJfCbTMw1ixuLJc3Lvohd; Expires=Tue, 04 May 2021 05:26:24 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=L6xsvNeUFGz2j1CivDt3oEbGVaClNsv3iKf5aX4DaXa1+ycHHvSgS1qEQQtTeIvNttUGyNKsLWH5ZWMw4helDLnhpaLcNJd/QFLyinHyJfCbTMw1ixuLJc3Lvohd; Expires=Tue, 04 May 2021 05:26:24 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"24"},{"key":"X-RateLimit-Reset","value":"1619501208"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248944"},{"key":"X-Daily-Retry-After","value":"83441"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_36\": \"Today\",\n            \"field_37\": \"2021-04-26\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 5,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"7cc21808-a2ac-44cf-bb33-4b076ef3e709","name":"Is Before Current Time","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is before current time","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is before current time","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:26:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"281"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=PrVIOSroIyU5BwbZhHQBDcXNGxGCZIUA3aoX10PQg4zWw4RXAMBgNwatJonKwFIVaCscUkZ18LQh3khu9yq4UmQz9AJRTkPjkWZVJC05vEPGDSQqy+cyS7M0FQ3y; Expires=Tue, 04 May 2021 05:26:42 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=PrVIOSroIyU5BwbZhHQBDcXNGxGCZIUA3aoX10PQg4zWw4RXAMBgNwatJonKwFIVaCscUkZ18LQh3khu9yq4UmQz9AJRTkPjkWZVJC05vEPGDSQqy+cyS7M0FQ3y; Expires=Tue, 04 May 2021 05:26:42 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"6"},{"key":"X-RateLimit-Reset","value":"1619501208"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248943"},{"key":"X-Daily-Retry-After","value":"83423"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"ca73cb72-50f3-436f-b986-e53544017c9f","name":"Is After Current Time","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is after current time","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is after current time","description":"Can be: is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:27:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=4tMvLukdlyN7O3GoL33t16jyedqK3HD7oAH+09NjQQxkU4ZhkhF4SxPWzpnhXrSJai/jnfB6OF6lWWi2/qpiyAiJPocR1bXbUNnF886hNvGtfVSTuW5UpTmn8euY; Expires=Tue, 04 May 2021 05:27:00 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=4tMvLukdlyN7O3GoL33t16jyedqK3HD7oAH+09NjQQxkU4ZhkhF4SxPWzpnhXrSJai/jnfB6OF6lWWi2/qpiyAiJPocR1bXbUNnF886hNvGtfVSTuW5UpTmn8euY; Expires=Tue, 04 May 2021 05:27:00 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619501280"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248942"},{"key":"X-Daily-Retry-After","value":"83405"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"97ea8fd3-ec6a-4529-a39c-1e279639e913","name":"is on or before","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_90&filters[items][0][operator]=is on or after&filters[items][0][val]=2024-04-17","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_90"},{"key":"filters[items][0][operator]","value":"is on or after","description":"Can be: is, is not, is before, is after, is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"},{"key":"filters[items][0][val]","value":"2024-04-17"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2024 08:00:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1072"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Tadabase"},{"key":"Cache-Control","value":"no-cache, private"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4Z9Q29N2mo\",\n            \"auto_increment\": 26,\n            \"created_at\": \"2024-03-26 01:21:32\",\n            \"field_39\": \"test Frm Postman\",\n            \"field_40\": \"\",\n            \"field_41\": \"\",\n            \"field_42\": \"\",\n            \"field_60\": \"\",\n            \"field_62\": \"\",\n            \"field_64\": \"\",\n            \"field_70\": \"\",\n            \"field_71\": \"\",\n            \"field_77\": \"\",\n            \"field_82\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"true\"\n                },\n                {\n                    \"title\": \"Template 2\",\n                    \"value\": \"<b>true</b>\"\n                }\n            ],\n            \"field_83\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"\"\n                }\n            ],\n            \"field_87\": \"\",\n            \"field_88\": \"\",\n            \"field_90\": \"2024-04-18\",\n            \"field_62_val\": [],\n            \"field_89\": {\n                \"start\": \"\",\n                \"end\": \"\",\n                \"all_day\": \"\"\n            }\n        },\n        {\n            \"id\": \"l5nQxLQxYX\",\n            \"auto_increment\": 28,\n            \"created_at\": \"2024-03-26 01:23:03\",\n            \"field_39\": \"test Frm Postman\",\n            \"field_40\": \"Another Field\",\n            \"field_41\": \"\",\n            \"field_42\": \"\",\n            \"field_60\": \"\",\n            \"field_62\": \"\",\n            \"field_64\": \"\",\n            \"field_70\": \"\",\n            \"field_71\": \"\",\n            \"field_77\": \"\",\n            \"field_82\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"true\"\n                },\n                {\n                    \"title\": \"Template 2\",\n                    \"value\": \"<b>true</b>\"\n                }\n            ],\n            \"field_83\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"\"\n                }\n            ],\n            \"field_87\": \"\",\n            \"field_88\": \"\",\n            \"field_90\": \"2024-04-17\",\n            \"field_62_val\": [],\n            \"field_89\": {\n                \"start\": \"\",\n                \"end\": \"\",\n                \"all_day\": \"\"\n            }\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"7440e341-6727-4e26-89c4-fbcf7a02a431","name":"is on or before","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_90&filters[items][0][operator]=is on or before&filters[items][0][val]=2024-04-17","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_90"},{"key":"filters[items][0][operator]","value":"is on or before","description":"Can be: is, is not, is before, is after, is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time"},{"key":"filters[items][0][val]","value":"2024-04-17"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2024 08:01:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1085"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Tadabase"},{"key":"Cache-Control","value":"no-cache, private"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"m72NporwvZ\",\n            \"auto_increment\": 27,\n            \"created_at\": \"2024-03-26 01:22:35\",\n            \"field_39\": \"test Frm Postman\",\n            \"field_40\": \"Another Field\",\n            \"field_41\": \"\",\n            \"field_42\": \"\",\n            \"field_60\": \"\",\n            \"field_62\": \"\",\n            \"field_64\": \"\",\n            \"field_70\": \"\",\n            \"field_71\": \"\",\n            \"field_77\": \"\",\n            \"field_82\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"true\"\n                },\n                {\n                    \"title\": \"Template 2\",\n                    \"value\": \"<b>true</b>\"\n                }\n            ],\n            \"field_83\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"\"\n                }\n            ],\n            \"field_87\": \"\",\n            \"field_88\": \"\",\n            \"field_90\": \"2024-04-16\",\n            \"field_62_val\": [],\n            \"field_89\": {\n                \"start\": \"\",\n                \"end\": \"\",\n                \"all_day\": \"\"\n            }\n        },\n        {\n            \"id\": \"l5nQxLQxYX\",\n            \"auto_increment\": 28,\n            \"created_at\": \"2024-03-26 01:23:03\",\n            \"field_39\": \"test Frm Postman\",\n            \"field_40\": \"Another Field\",\n            \"field_41\": \"\",\n            \"field_42\": \"\",\n            \"field_60\": \"\",\n            \"field_62\": \"\",\n            \"field_64\": \"\",\n            \"field_70\": \"\",\n            \"field_71\": \"\",\n            \"field_77\": \"\",\n            \"field_82\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"true\"\n                },\n                {\n                    \"title\": \"Template 2\",\n                    \"value\": \"<b>true</b>\"\n                }\n            ],\n            \"field_83\": [\n                {\n                    \"title\": \"Default\",\n                    \"value\": \"\"\n                }\n            ],\n            \"field_87\": \"\",\n            \"field_88\": \"\",\n            \"field_90\": \"2024-04-17\",\n            \"field_62_val\": [],\n            \"field_89\": {\n                \"start\": \"\",\n                \"end\": \"\",\n                \"all_day\": \"\"\n            }\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"4847f001-64a4-4707-9c6e-601cbb63deac"},{"name":"Filtering by Spcific Dates","id":"f90ee6a8-8beb-4cd4-95be-d5345c5ae874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is not&filters[items][0][val]=2021-04-27","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"key":"filters[items][0][field_id]","value":"field_37"},{"description":{"content":"<p>Can be: is, is not, is before, is after, is today, is today or before, is today or after, is before today, is after today, is blank, is not blank, is before current time, is after current time</p>\n","type":"text/plain"},"key":"filters[items][0][operator]","value":"is not"},{"key":"filters[items][0][val]","value":"2021-04-27"}],"variable":[]}},"response":[{"id":"06f20003-0227-4f00-8ecf-2bda36217b8f","name":"Is Specific Date","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is&filters[items][0][val]=2021-04-27","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37"},{"key":"filters[items][0][operator]","value":"is"},{"key":"filters[items][0][val]","value":"2021-04-27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:18:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=+q8ITH4Kl602yhUsCV2p7e8AwJRuTjC0ACkQFG3RDoBwU0NcDnhDVGuExe0Z3DXslGMbp+gfRtHXgZ0YcRd+us226aqHdSJ/uc4yspvi/9jqgqidcZqSPkFm79Gy; Expires=Tue, 04 May 2021 05:18:42 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=+q8ITH4Kl602yhUsCV2p7e8AwJRuTjC0ACkQFG3RDoBwU0NcDnhDVGuExe0Z3DXslGMbp+gfRtHXgZ0YcRd+us226aqHdSJ/uc4yspvi/9jqgqidcZqSPkFm79Gy; Expires=Tue, 04 May 2021 05:18:42 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"32"},{"key":"X-RateLimit-Reset","value":"1619500754"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248955"},{"key":"X-Daily-Retry-After","value":"83903"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"8e45781b-9f6b-4097-922c-7a93cafacacc","name":"Is Not a Specific Date","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is not&filters[items][0][val]=2021-04-27","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37"},{"key":"filters[items][0][operator]","value":"is not"},{"key":"filters[items][0][val]","value":"2021-04-27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:19:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"281"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=/fbejAS/SM0tRkxDbjJK3JHD7k44Ij2AUBn5kz9MzpIAcVFOKmglMhUZY60b8sHo/Xf+NGlBBbNs8bHk6FkDQeIRgT42BKM+ED60KaGkrd8ZnxYRpF8dx6lAmB7X; Expires=Tue, 04 May 2021 05:19:14 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=/fbejAS/SM0tRkxDbjJK3JHD7k44Ij2AUBn5kz9MzpIAcVFOKmglMhUZY60b8sHo/Xf+NGlBBbNs8bHk6FkDQeIRgT42BKM+ED60KaGkrd8ZnxYRpF8dx6lAmB7X; Expires=Tue, 04 May 2021 05:19:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47995"},{"key":"X-Retry-After","value":"0"},{"key":"X-RateLimit-Reset","value":"1619500754"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248954"},{"key":"X-Daily-Retry-After","value":"83871"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"4f4524f1-7424-4c57-b423-136e7239bf13","name":"Is After a Specific Date","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is after&filters[items][0][val]=2021-04-24","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37"},{"key":"filters[items][0][operator]","value":"is after"},{"key":"filters[items][0][val]","value":"2021-04-24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 04:49:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=wVwsVXRtx4aONA5tU7XuHTWMxB+Ta2avFK68cxsJ7WyA0BLtYn6spondsJrxK+UIh/0sEfEJyZ1D8ZR+V16iFk+qCZcLGcogeZ96ICsCFDUjRnERP8zF6XSYZDMo; Expires=Tue, 04 May 2021 04:49:01 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=wVwsVXRtx4aONA5tU7XuHTWMxB+Ta2avFK68cxsJ7WyA0BLtYn6spondsJrxK+UIh/0sEfEJyZ1D8ZR+V16iFk+qCZcLGcogeZ96ICsCFDUjRnERP8zF6XSYZDMo; Expires=Tue, 04 May 2021 04:49:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619499001"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248977"},{"key":"X-Daily-Retry-After","value":"85684"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"a411c833-f11d-4d68-8c2b-bc044a31ca9a","name":"Is Before Specific Date","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is before&filters[items][0][val]=2021-04-24","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37"},{"key":"filters[items][0][operator]","value":"is before"},{"key":"filters[items][0][val]","value":"2021-04-24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 04:50:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=2e87u90D3intDE8o681kdgsiawPbIlCCJHvcYM7+kgQTRWm2aRWLtvTvA1rR66vpyaEtAcog7C2Q6Bcxnoz8I+wXrTTNo8Rj4Zq69HUK4eQXjQHREDX6CZTkbdJM; Expires=Tue, 04 May 2021 04:50:53 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=2e87u90D3intDE8o681kdgsiawPbIlCCJHvcYM7+kgQTRWm2aRWLtvTvA1rR66vpyaEtAcog7C2Q6Bcxnoz8I+wXrTTNo8Rj4Zq69HUK4eQXjQHREDX6CZTkbdJM; Expires=Tue, 04 May 2021 04:50:53 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619499113"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248976"},{"key":"X-Daily-Retry-After","value":"85572"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"f90ee6a8-8beb-4cd4-95be-d5345c5ae874"},{"name":"Filtering by Dates During Current Interval","id":"95fce4c3-96ad-45a5-909a-1534e23abb62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the current&filters[items][0][val2]=week","description":"<h2 id=\"please-note-the-updated-request-parameters-instead-of-val-use-val2-for-the-number-and-val3-for-the-interval\">Please note the updated Request Parameters, instead of <code>val</code> use <code>val2</code> for the number and <code>val3</code> for the interval</h2>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Replace with your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_37"},{"key":"filters[items][0][operator]","value":"is during the current"},{"description":{"content":"<p>Replace with interval: week/month/quarter/year</p>\n","type":"text/plain"},"key":"filters[items][0][val2]","value":"week"}],"variable":[]}},"response":[{"id":"d72d1845-2099-4415-9901-031a53065bf1","name":"During the Current Week","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the current&filters[items][0][val2]=week","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the current"},{"key":"filters[items][0][val2]","value":"week","description":"Replace with interval: week/month/quarter/year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:07:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=d4uOgtUTyNtNSXSdYgMwkFRp5Wtu8FAkf/fQNYP5/Dp4XpVANCppGAY68uutzikYSNHaUlaaSc6ua9DGaE8vEbOqZTadV0i/gdXQynV9Q+1hM8oqC4UsviKRD/Pb; Expires=Tue, 04 May 2021 05:07:36 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=d4uOgtUTyNtNSXSdYgMwkFRp5Wtu8FAkf/fQNYP5/Dp4XpVANCppGAY68uutzikYSNHaUlaaSc6ua9DGaE8vEbOqZTadV0i/gdXQynV9Q+1hM8oqC4UsviKRD/Pb; Expires=Tue, 04 May 2021 05:07:36 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619500116"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248972"},{"key":"X-Daily-Retry-After","value":"84569"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"4cb4a843-2569-4aa6-af5a-5c8e548629d2","name":"During the Current Month","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the current&filters[items][0][val2]=month","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the current"},{"key":"filters[items][0][val2]","value":"month","description":"Replace with interval: week/month/quarter/year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:07:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=gnbVKT30To9T0k8R0MFVKXbTeda/d+wmdxrUTTMN9i9dKmw0BT1V+8YPQ1Iz3aLJGp4E+hd3C+l7T/wvEdkIlWMlyzTzynsHKH9zOzoajPcKhQVGT0t82YodT8me; Expires=Tue, 04 May 2021 05:07:55 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=gnbVKT30To9T0k8R0MFVKXbTeda/d+wmdxrUTTMN9i9dKmw0BT1V+8YPQ1Iz3aLJGp4E+hd3C+l7T/wvEdkIlWMlyzTzynsHKH9zOzoajPcKhQVGT0t82YodT8me; Expires=Tue, 04 May 2021 05:07:55 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"41"},{"key":"X-RateLimit-Reset","value":"1619500116"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248971"},{"key":"X-Daily-Retry-After","value":"84550"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"b912a7ae-790a-4049-be36-5be4c8e620d4","name":"During the Current Quarter","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the current&filters[items][0][val2]=quarter","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the current"},{"key":"filters[items][0][val2]","value":"quarter","description":"Replace with interval: week/month/quarter/year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:08:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=jEzEKlpM5Moa7HQnN6v2v8rASkZ3sqzdtsDn4g/1Z9cUr8nhb43lBwegnWMBP/nEzfjyN2t4PNoMIeAsD7QF2mZhsYtr4sVA+u3Sy5JczfL3vIbV4FFHw6nO0HtX; Expires=Tue, 04 May 2021 05:08:14 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=jEzEKlpM5Moa7HQnN6v2v8rASkZ3sqzdtsDn4g/1Z9cUr8nhb43lBwegnWMBP/nEzfjyN2t4PNoMIeAsD7QF2mZhsYtr4sVA+u3Sy5JczfL3vIbV4FFHw6nO0HtX; Expires=Tue, 04 May 2021 05:08:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"22"},{"key":"X-RateLimit-Reset","value":"1619500116"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248970"},{"key":"X-Daily-Retry-After","value":"84531"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"97c305df-60c2-48c6-b1b4-9ad21e1d89a9","name":"During the Current Year","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the current&filters[items][0][val2]=year","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the current"},{"key":"filters[items][0][val2]","value":"year","description":"Replace with interval: week/month/quarter/year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:08:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=CN34Rtd5zB7x49BpGsAmKGmKDUY3X8YqIKhj+DPuLraBa3Rn8+X+xem6MAFH0J4J5TNmaJZ72my5QaNZSWikU/qwkAidGYyuJsJ8+RVFycqjMF+2gUrUidO4fs1d; Expires=Tue, 04 May 2021 05:08:34 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=CN34Rtd5zB7x49BpGsAmKGmKDUY3X8YqIKhj+DPuLraBa3Rn8+X+xem6MAFH0J4J5TNmaJZ72my5QaNZSWikU/qwkAidGYyuJsJ8+RVFycqjMF+2gUrUidO4fs1d; Expires=Tue, 04 May 2021 05:08:34 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"2"},{"key":"X-RateLimit-Reset","value":"1619500116"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248969"},{"key":"X-Daily-Retry-After","value":"84511"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"95fce4c3-96ad-45a5-909a-1534e23abb62"},{"name":"Filtering During the Previous X Interval","id":"3073cb68-bc26-41df-b340-80953e2d8205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=weeks","description":"<h2 id=\"please-note-the-updated-request-parameters-instead-of-val-use-val2-for-the-number-and-val3-for-the-interval\">Please note the updated Request Parameters, instead of <code>val</code> use <code>val2</code> for the number and <code>val3</code> for the interval</h2>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Replace with your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_37"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"description":{"content":"<p>Number of interval</p>\n","type":"text/plain"},"key":"filters[items][0][val2]","value":"10"},{"description":{"content":"<p>Replace with interval: days/weeks/months/years</p>\n","type":"text/plain"},"key":"filters[items][0][val3]","value":"weeks"}],"variable":[]}},"response":[{"id":"f0f69437-66b3-4829-aa11-946acba6f5fa","name":"During the Previous X Days","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=days","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number Interval"},{"key":"filters[items][0][val3]","value":"days","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:11:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=p95iq0LtZmJOKTef/xqopXHBxig08CzVdCZEDlKbLiKVVjwwRONoMpVl9wpx4bgZEB/o4sL+DOpz+GSnZK3QzyapTHaWasPTqHXbZ1NWOi5pBPJtsk8ec5gOe2Kb; Expires=Tue, 04 May 2021 05:11:53 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=p95iq0LtZmJOKTef/xqopXHBxig08CzVdCZEDlKbLiKVVjwwRONoMpVl9wpx4bgZEB/o4sL+DOpz+GSnZK3QzyapTHaWasPTqHXbZ1NWOi5pBPJtsk8ec5gOe2Kb; Expires=Tue, 04 May 2021 05:11:53 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"39"},{"key":"X-RateLimit-Reset","value":"1619500352"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248965"},{"key":"X-Daily-Retry-After","value":"84312"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"31313e6b-8835-492d-851f-0a690c54f063","name":"During the Previous X Weeks","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=weeks","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number of interval"},{"key":"filters[items][0][val3]","value":"weeks","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:13:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=OW29OBLeIIevdRO/aA430HXs/mj8raYybglvlYYd54tBhhA71uWX+wyMq8Eq1yd7xGAdv+aXgf1BAMV5PqfcFYJos2/b5S8Dqg6tkeqKgk71lU9BBxfDqFray+ds; Expires=Tue, 04 May 2021 05:13:37 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=OW29OBLeIIevdRO/aA430HXs/mj8raYybglvlYYd54tBhhA71uWX+wyMq8Eq1yd7xGAdv+aXgf1BAMV5PqfcFYJos2/b5S8Dqg6tkeqKgk71lU9BBxfDqFray+ds; Expires=Tue, 04 May 2021 05:13:37 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619500477"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248964"},{"key":"X-Daily-Retry-After","value":"84208"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"bea91736-97e7-440f-8e04-5a4dcc8350c2","name":"During the Previous x Months","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=months","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number of interval"},{"key":"filters[items][0][val3]","value":"months","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:14:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"279"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=qTK9jmr5BhZNrobfONZcUCk2lBJr41lvsaiSalxXqM1m9lcrqAJ8NNnrvuW67B+iKeCI0wmFaOmW+XswKw7r3R1vuWF0ktTx+sSYcLlp6ebzUunMyVCndzmVFC6w; Expires=Tue, 04 May 2021 05:14:01 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=qTK9jmr5BhZNrobfONZcUCk2lBJr41lvsaiSalxXqM1m9lcrqAJ8NNnrvuW67B+iKeCI0wmFaOmW+XswKw7r3R1vuWF0ktTx+sSYcLlp6ebzUunMyVCndzmVFC6w; Expires=Tue, 04 May 2021 05:14:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"36"},{"key":"X-RateLimit-Reset","value":"1619500477"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248963"},{"key":"X-Daily-Retry-After","value":"84184"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"1be9210e-1efb-4860-abde-daa29a57ccde","name":"During the Previous X Years","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=years","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number of interval"},{"key":"filters[items][0][val3]","value":"years","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:15:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"343"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=W4zuQxmbuhbSmip+QEhT9hix4cwl1dnJj8be4kD/gg/C6iqxUqazWlYlbRxXmrf7lPWjNiX2bFNueJiyDHo6Sr0MlKQlQmP8/MqsIFKULpqtuuNfL4BdjBCgiLEJ; Expires=Tue, 04 May 2021 05:15:22 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=W4zuQxmbuhbSmip+QEhT9hix4cwl1dnJj8be4kD/gg/C6iqxUqazWlYlbRxXmrf7lPWjNiX2bFNueJiyDHo6Sr0MlKQlQmP8/MqsIFKULpqtuuNfL4BdjBCgiLEJ; Expires=Tue, 04 May 2021 05:15:22 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"17"},{"key":"X-RateLimit-Reset","value":"1619500539"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248959"},{"key":"X-Daily-Retry-After","value":"84103"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 4,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"3073cb68-bc26-41df-b340-80953e2d8205"},{"name":"Filtering During the Previous X Interval Copy","id":"e369bbf7-a336-41ef-b778-a8e4311b3b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=weeks","description":"<h2 id=\"please-note-the-updated-request-parameters-instead-of-val-use-val2-for-the-number-and-val3-for-the-interval\">Please note the updated Request Parameters, instead of <code>val</code> use <code>val2</code> for the number and <code>val3</code> for the interval</h2>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Replace with your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_37"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"description":{"content":"<p>Number of interval</p>\n","type":"text/plain"},"key":"filters[items][0][val2]","value":"10"},{"description":{"content":"<p>Replace with interval: days/weeks/months/years</p>\n","type":"text/plain"},"key":"filters[items][0][val3]","value":"weeks"}],"variable":[]}},"response":[{"id":"27f88065-2be8-46c4-9513-df1d677a84af","name":"During the Previous X Days","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=days","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number Interval"},{"key":"filters[items][0][val3]","value":"days","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:11:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=p95iq0LtZmJOKTef/xqopXHBxig08CzVdCZEDlKbLiKVVjwwRONoMpVl9wpx4bgZEB/o4sL+DOpz+GSnZK3QzyapTHaWasPTqHXbZ1NWOi5pBPJtsk8ec5gOe2Kb; Expires=Tue, 04 May 2021 05:11:53 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=p95iq0LtZmJOKTef/xqopXHBxig08CzVdCZEDlKbLiKVVjwwRONoMpVl9wpx4bgZEB/o4sL+DOpz+GSnZK3QzyapTHaWasPTqHXbZ1NWOi5pBPJtsk8ec5gOe2Kb; Expires=Tue, 04 May 2021 05:11:53 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47997"},{"key":"X-Retry-After","value":"39"},{"key":"X-RateLimit-Reset","value":"1619500352"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248965"},{"key":"X-Daily-Retry-After","value":"84312"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 1,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"0c8dce44-7c52-4fad-bf6a-f15489d4cf77","name":"During the Previous X Weeks","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=weeks","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number of interval"},{"key":"filters[items][0][val3]","value":"weeks","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:13:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=OW29OBLeIIevdRO/aA430HXs/mj8raYybglvlYYd54tBhhA71uWX+wyMq8Eq1yd7xGAdv+aXgf1BAMV5PqfcFYJos2/b5S8Dqg6tkeqKgk71lU9BBxfDqFray+ds; Expires=Tue, 04 May 2021 05:13:37 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=OW29OBLeIIevdRO/aA430HXs/mj8raYybglvlYYd54tBhhA71uWX+wyMq8Eq1yd7xGAdv+aXgf1BAMV5PqfcFYJos2/b5S8Dqg6tkeqKgk71lU9BBxfDqFray+ds; Expires=Tue, 04 May 2021 05:13:37 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47999"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1619500477"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248964"},{"key":"X-Daily-Retry-After","value":"84208"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"1730d2df-3786-4955-8411-13b42893b1da","name":"During the Previous x Months","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=months","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number of interval"},{"key":"filters[items][0][val3]","value":"months","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:14:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"279"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=qTK9jmr5BhZNrobfONZcUCk2lBJr41lvsaiSalxXqM1m9lcrqAJ8NNnrvuW67B+iKeCI0wmFaOmW+XswKw7r3R1vuWF0ktTx+sSYcLlp6ebzUunMyVCndzmVFC6w; Expires=Tue, 04 May 2021 05:14:01 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=qTK9jmr5BhZNrobfONZcUCk2lBJr41lvsaiSalxXqM1m9lcrqAJ8NNnrvuW67B+iKeCI0wmFaOmW+XswKw7r3R1vuWF0ktTx+sSYcLlp6ebzUunMyVCndzmVFC6w; Expires=Tue, 04 May 2021 05:14:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47998"},{"key":"X-Retry-After","value":"36"},{"key":"X-RateLimit-Reset","value":"1619500477"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248963"},{"key":"X-Daily-Retry-After","value":"84184"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 3,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"},{"id":"09d42eb3-60fe-47ea-9354-9ca23c1d0139","name":"During the Previous X Years","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_37&filters[items][0][operator]=is during the previous&filters[items][0][val2]=10&filters[items][0][val3]=years","protocol":"https","host":["api","tadabase","io"],"path":["api","v1","data-tables","{{tableId}}","records"],"query":[{"key":"filters[items][0][field_id]","value":"field_37","description":"Replace with your field ID"},{"key":"filters[items][0][operator]","value":"is during the previous"},{"key":"filters[items][0][val2]","value":"10","description":"Number of interval"},{"key":"filters[items][0][val3]","value":"years","description":"Replace with interval: days/weeks/months/years"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 05:15:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"343"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=W4zuQxmbuhbSmip+QEhT9hix4cwl1dnJj8be4kD/gg/C6iqxUqazWlYlbRxXmrf7lPWjNiX2bFNueJiyDHo6Sr0MlKQlQmP8/MqsIFKULpqtuuNfL4BdjBCgiLEJ; Expires=Tue, 04 May 2021 05:15:22 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=W4zuQxmbuhbSmip+QEhT9hix4cwl1dnJj8be4kD/gg/C6iqxUqazWlYlbRxXmrf7lPWjNiX2bFNueJiyDHo6Sr0MlKQlQmP8/MqsIFKULpqtuuNfL4BdjBCgiLEJ; Expires=Tue, 04 May 2021 05:15:22 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"48000"},{"key":"X-RateLimit-Remaining","value":"47996"},{"key":"X-Retry-After","value":"17"},{"key":"X-RateLimit-Reset","value":"1619500539"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248959"},{"key":"X-Daily-Retry-After","value":"84103"},{"key":"X-Daily-RateLimit-Reset","value":"1619584625"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-3"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_36\": \"Test\",\n            \"field_37\": \"2021-04-27\"\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_36\": \"Test 2\",\n            \"field_37\": \"2021-04-20\"\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_36\": \"test 3\",\n            \"field_37\": \"2020-12-23\"\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_36\": \"Test 5\",\n            \"field_37\": \"2002-04-30\"\n        }\n    ],\n    \"type\": \"success\",\n    \"total_items\": 4,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 100\n}"}],"_postman_id":"e369bbf7-a336-41ef-b778-a8e4311b3b5d"},{"name":"Filtering by Date Range Fields","id":"643f328c-4e1d-467e-a388-434b1e68213a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?filters[items][0][field_id]=field_89-start&filters[items][0][operator]=is after&filters[items][0][val]=2025-02-13 01:00:00","description":"<p>To filter date range start or end add a -start or -end, like so: \"field_89-start\"</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Replace with your field ID</p>\n","type":"text/plain"},"key":"filters[items][0][field_id]","value":"field_89-start"},{"key":"filters[items][0][operator]","value":"is after"},{"key":"filters[items][0][val]","value":"2025-02-13 01:00:00"}],"variable":[]}},"response":[],"_postman_id":"643f328c-4e1d-467e-a388-434b1e68213a"}],"id":"5edb1ac0-7486-46b1-95ce-31ee180498ab","event":[{"listen":"prerequest","script":{"id":"3f2ffb47-9d83-42c7-8e9d-e43c873a4d60","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec4f54f8-80a9-453f-9674-38056367af84","type":"text/javascript","exec":[""]}}],"_postman_id":"5edb1ac0-7486-46b1-95ce-31ee180498ab","description":""},{"name":"Pagination","item":[{"name":"Pagination","id":"e2705be1-d707-4bc7-b10f-b311e9e7253b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?limit=25&page=1","description":"<p>Filter records based on only a single condition</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Limit to 25 records per page</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"description":{"content":"<p>Display page 2</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e2705be1-d707-4bc7-b10f-b311e9e7253b"}],"id":"ee672373-57e5-4b34-950d-e88bbb8865ee","event":[{"listen":"prerequest","script":{"id":"3f2ffb47-9d83-42c7-8e9d-e43c873a4d60","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec4f54f8-80a9-453f-9674-38056367af84","type":"text/javascript","exec":[""]}}],"_postman_id":"ee672373-57e5-4b34-950d-e88bbb8865ee","description":""},{"name":"Sorting Records","item":[{"name":"Sort by one condition","id":"37001a6f-121f-44fc-bf33-9440f1af3482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?order=field_1&order_by=desc","description":"<p>Filter records based on only a single condition</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>Field to sort by</p>\n","type":"text/plain"},"key":"order","value":"field_1"},{"description":{"content":"<p>Either asc (default) or desc</p>\n","type":"text/plain"},"key":"order_by","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"37001a6f-121f-44fc-bf33-9440f1af3482"},{"name":"Sort by multiple conditions","id":"14f34ebb-5597-40fe-8df4-80c8a55e2607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>App ID from your app</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App Key generated when you created this API Token</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>App Secret generated when you created this API Token</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records?sort_by[0][sort]=field_1&sort_by[0][by]=desc&sort_by[1][sort]=field_2&sort_by[1][by]=asc","description":"<p>Filter records based on multiple conditions. For each additional conditions add two new values and increment the first number. For example sort field number 1: sort_by[0][sort]. Sort field number 2: sort_by[1][sort].</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>First sort by this field</p>\n","type":"text/plain"},"key":"sort_by[0][sort]","value":"field_1"},{"description":{"content":"<p>descending</p>\n","type":"text/plain"},"key":"sort_by[0][by]","value":"desc"},{"description":{"content":"<p>then sort by this field</p>\n","type":"text/plain"},"key":"sort_by[1][sort]","value":"field_2"},{"description":{"content":"<p>ascending</p>\n","type":"text/plain"},"key":"sort_by[1][by]","value":"asc"}],"variable":[]}},"response":[],"_postman_id":"14f34ebb-5597-40fe-8df4-80c8a55e2607"}],"id":"58e85703-2b45-4aee-9256-085404b55406","event":[{"listen":"prerequest","script":{"id":"3f2ffb47-9d83-42c7-8e9d-e43c873a4d60","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec4f54f8-80a9-453f-9674-38056367af84","type":"text/javascript","exec":[""]}}],"_postman_id":"58e85703-2b45-4aee-9256-085404b55406","description":""},{"name":"Deleting Records","item":[{"name":"Delete Record","id":"ed299a76-1408-46a0-b82e-bf0ff72b0452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Delete a record from the data table.</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"47ab3e78-ef6e-4aef-a07a-b7265fb71ddb","name":"Delete Record","originalRequest":{"method":"DELETE","header":[{"description":"Application ID from the builder","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App key from generated API key in builder","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"Secret key from generated API key in builder","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2019 19:16:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=VAWm6qKkx/1Pu5cQbZxdbgfIPpLVZyr9koTxbEW/Gv0neH3AYCweYEY+iQuQk0key0SKcaHLpY23kghjYKSjtqZSELLyRN0+s/mq645jwYayeNtLq9nxtJ7Ifttr; Expires=Wed, 31 Jul 2019 19:16:59 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Retry-After","value":"3600"},{"key":"X-RateLimit-Reset","value":"1563999419"},{"key":"X-RateLimit-Daily-Limit","value":"1000"},{"key":"X-RateLimit-Daily-Remaining","value":"999"},{"key":"X-Daily-Retry-After","value":"5184000"},{"key":"X-Daily-RateLimit-Reset","value":"1569179819"},{"key":"X-Powered-By","value":"Tadabase.io"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"msg\": \"The record has been successfully deleted.\"\n}"}],"_postman_id":"ed299a76-1408-46a0-b82e-bf0ff72b0452"}],"id":"4efe19a1-426e-4602-85fb-15a5d3518444","event":[{"listen":"prerequest","script":{"id":"c63c2782-b5de-4bdf-b34c-29bd659deb75","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9596ee70-06a2-478f-bd55-cfdacbcaa12d","type":"text/javascript","exec":[""]}}],"_postman_id":"4efe19a1-426e-4602-85fb-15a5d3518444","description":""},{"name":"Working with Equations","item":[{"name":"Save record without equations","id":"cb79ba4a-a37c-4064-959a-db6c3cd188d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"},{"key":"X-Tadabase-Update-Equation","value":"0","description":"<p>Passing this will not update any equations for updates to this record</p>\n","type":"text"},{"key":"X-Tadabase-Table-Rules","value":"1","description":"<p>Set this to 1 if you want the Table Rules to run even without equations running</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"field_31","value":"John Doe","description":"<p>Text Field</p>\n","type":"text"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","description":"<p>To save a new record you must include in the payload the form-data the values you'd like to save. </p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb79ba4a-a37c-4064-959a-db6c3cd188d4"},{"name":"Update existing record without equations","id":"6ed74ceb-a4aa-408b-b101-af6e941ecda4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"X-Tadabase-Update-Equation","value":"0","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Text Field</p>\n","key":"field_31","type":"text","value":"Jennifer"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records/{{recordId}}","description":"<p>Update existing record based on record ID</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records","{{recordId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ed74ceb-a4aa-408b-b101-af6e941ecda4"},{"name":"Save record and send equations to Queue","id":"827cd239-4e11-416b-a309-7b7f97eeddc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"},{"key":"X-Tadabase-Queue-Equation","value":"1","description":"<p>Passing this will not update any equations and will pass equation jobs to the queue to be run behind the scenes. </p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"field_31","value":"John Doe","description":"<p>Text Field</p>\n","type":"text"}]},"url":"https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records","description":"<p>To save a new record you must include in the payload the form-data the values you'd like to save. </p>\n","urlObject":{"protocol":"https","path":["api","v1","data-tables","{{tableId}}","records"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"827cd239-4e11-416b-a309-7b7f97eeddc5"},{"name":"Update a Tables Equations Manually","id":"7933df64-612a-408d-96d5-68a0845a90ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.tadabase.io/api/v1/update-all-formula/{{tableId}}","description":"<p>To save a new record you must include in the payload the form-data the values you'd like to save. </p>\n","urlObject":{"protocol":"https","path":["api","v1","update-all-formula","{{tableId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7933df64-612a-408d-96d5-68a0845a90ca"},{"name":"Update a Formula Field by Field ID","id":"de2d805b-de23-4776-acda-76293baef610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.tadabase.io/api/v1/update-field-formula-by-id/{{field_id}}","description":"<p>To save a new record you must include in the payload the form-data the values you'd like to save. </p>\n","urlObject":{"protocol":"https","path":["api","v1","update-field-formula-by-id","{{field_id}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"de2d805b-de23-4776-acda-76293baef610"}],"id":"0ba0bf96-0bd1-4346-acf9-f75be495bbb4","description":"<p>By default any equations and dependent impacted by records updates via API will also trigger an update to the equations.  </p>\n<p>There may be scenarios where you'd like to control this behavior to either skip equation updates, send equation updates to the queue or update entire tables equations manually.</p>\n<p>In the requests below we'll look at doing these.</p>\n","_postman_id":"0ba0bf96-0bd1-4346-acf9-f75be495bbb4"},{"name":"Logs","item":[{"name":"Failed Logins","id":"dcd19092-f7d9-4865-82e9-0f1e6258d5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/failed-logins","urlObject":{"protocol":"https","path":["api","v1","logs","failed-logins"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcd19092-f7d9-4865-82e9-0f1e6258d5a1"},{"name":"Emails","id":"b5e2475b-f93a-408d-9d57-9caf5bd187ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/emails","urlObject":{"protocol":"https","path":["api","v1","logs","emails"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5e2475b-f93a-408d-9d57-9caf5bd187ce"},{"name":"Logins","id":"4d1e0b43-da28-44a2-b147-7646feb6a248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/logins","urlObject":{"protocol":"https","path":["api","v1","logs","logins"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d1e0b43-da28-44a2-b147-7646feb6a248"},{"name":"Blocked Users","id":"62210200-04ae-417b-9dd3-ed603adad438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/blocked-users","urlObject":{"protocol":"https","path":["api","v1","logs","blocked-users"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"62210200-04ae-417b-9dd3-ed603adad438"},{"name":"Blocked IPs","id":"62f07d6a-34d3-4dc9-bd1b-95549df082b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/blocked-ips","urlObject":{"protocol":"https","path":["api","v1","logs","blocked-ips"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"62f07d6a-34d3-4dc9-bd1b-95549df082b4"},{"name":"Active Sessions","id":"81b7b2c9-cd16-4049-92e8-e38598df15f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/sessions","urlObject":{"protocol":"https","path":["api","v1","logs","sessions"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"81b7b2c9-cd16-4049-92e8-e38598df15f6"},{"name":"Pageviews","id":"b884114b-ee47-4349-944d-fb82cffe1fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/page-views?page=1","urlObject":{"protocol":"https","path":["api","v1","logs","page-views"],"host":["api","tadabase","io"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b884114b-ee47-4349-944d-fb82cffe1fe9"},{"name":"Builder Activities","id":"aa6edcb5-1539-49e3-9fb0-0a479344c837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/logs/builder-activities","urlObject":{"protocol":"https","path":["api","v1","logs","builder-activities"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa6edcb5-1539-49e3-9fb0-0a479344c837"}],"id":"f3e0ed53-4ae4-4369-95e3-aaaa49408d32","description":"<p>See logs about certain app activities using the API instead of having to look through the logs in the Builder.</p>\n","_postman_id":"f3e0ed53-4ae4-4369-95e3-aaaa49408d32"},{"name":"Schedued Tasks","item":[{"name":"Get All Tasks","id":"19cfeb8b-8086-4bcf-b7c4-501f0dda6ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks","description":"<p>This will retrieve all the tasks for the app.</p>\n","urlObject":{"protocol":"https","path":["api","v1","tasks"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"19cfeb8b-8086-4bcf-b7c4-501f0dda6ad5"},{"name":"Get Active Tasks Status","id":"7c548fb6-c78c-4a5a-a502-7ac013dc4765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/status","description":"<p>Check the status of all currently running tasks.</p>\n","urlObject":{"protocol":"https","path":["api","v1","tasks","status"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c548fb6-c78c-4a5a-a502-7ac013dc4765"},{"name":"Get Task Status By Task ID","id":"70a289b2-248e-424d-9d7d-360881ad19f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/status/task/{{taskId}}","description":"<p>Check the status of a specific task by the Task ID. The task ID can be retrieved by running the \"Get All Tasks\" API call above.</p>\n","urlObject":{"protocol":"https","path":["api","v1","tasks","status","task","{{taskId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"70a289b2-248e-424d-9d7d-360881ad19f7"},{"name":"Get Task Status By Job ID","id":"5934d226-2b7f-42dc-ad7c-cda25b900a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/status/queue/{{jobId}}","description":"<p>Retrieve the task status by the job ID generated when the task started.</p>\n","urlObject":{"protocol":"https","path":["api","v1","tasks","status","queue","{{jobId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5934d226-2b7f-42dc-ad7c-cda25b900a9c"},{"name":"Task History","id":"dc06def9-7fc8-41ff-baa6-bac0ce1fbec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/history","description":"<p>Get the history of all completed tasks in your app.</p>\n","urlObject":{"protocol":"https","path":["api","v1","tasks","history"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc06def9-7fc8-41ff-baa6-bac0ce1fbec7"},{"name":"Task History By Task ID","id":"044301de-f829-4ffd-9188-7e10bd244c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/history/task/DVWQWRNZ49","urlObject":{"protocol":"https","path":["api","v1","tasks","history","task","DVWQWRNZ49"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"044301de-f829-4ffd-9188-7e10bd244c67"},{"name":"Task History By Job ID","id":"1a46f7c5-f63b-49a3-b934-8d190949762a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/history/queue/6WQbP1OArn","urlObject":{"protocol":"https","path":["api","v1","tasks","history","queue","6WQbP1OArn"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a46f7c5-f63b-49a3-b934-8d190949762a"},{"name":"Trigger Task","id":"02d440d0-a380-4bc4-b7d1-bb26f6884829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/run/{{taskId}}","urlObject":{"protocol":"https","path":["api","v1","tasks","run","{{taskId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"94d7513a-f1b5-4525-b725-e2b04b8ab181","name":"Trigger Task by Task ID","originalRequest":{"method":"POST","header":[{"description":"Application ID from the builder","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App key from generated API key in builder","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"Secret key from generated API key in builder","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/run/{{taskId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 15:54:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=sa7lSvndbtEeq1NP8SXymDLxHj5eUpsRVuXC6HNR+BQaXZc9oJFfbdYmL+HjiBbnWULZpwZFLvcvGwE9xkhXWNKAytc0AvdwdtZPtsqZuaj9+kzPxOxJYt8OV0QU; Expires=Fri, 26 May 2023 15:54:56 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=sa7lSvndbtEeq1NP8SXymDLxHj5eUpsRVuXC6HNR+BQaXZc9oJFfbdYmL+HjiBbnWULZpwZFLvcvGwE9xkhXWNKAytc0AvdwdtZPtsqZuaj9+kzPxOxJYt8OV0QU; Expires=Fri, 26 May 2023 15:54:56 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1684511756"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248698"},{"key":"X-Daily-Retry-After","value":"5824"},{"key":"X-Daily-RateLimit-Reset","value":"1684517520"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"task_queue_id\": \"kMjmW3BwNv\"\n}"}],"_postman_id":"02d440d0-a380-4bc4-b7d1-bb26f6884829"},{"name":"Terminate Task By Job ID","id":"cf918db3-9a89-48cd-9539-487d42057f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/tasks/terminate/queue/{{jobId}}","urlObject":{"protocol":"https","path":["api","v1","tasks","terminate","queue","{{jobId}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf918db3-9a89-48cd-9539-487d42057f26"}],"id":"879089a5-d9ad-4446-ae41-60e0cae71957","description":"<p>Use these set of endpoints to manage and trigger tasks directly via the API.</p>\n<p>Please note, this is not enabled on all subscription plans.</p>\n","_postman_id":"879089a5-d9ad-4446-ae41-60e0cae71957"},{"name":"Pages API","item":[{"name":"User Authentication","item":[{"name":"Login","id":"807dc5e0-f4bc-472f-a508-18e54b04cdfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\"email\":\"moe@tadabase.io\",\"password\":\"123456\",\"remember\":65}","options":{"raw":{"language":"json"}}},"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/login","description":"<p>The Login endpoint requires 3 parameters:</p>\n<ul>\n<li>email</li>\n<li>password</li>\n<li>remember</li>\n</ul>\n<p>The remember will return a token that expires in the value you put in for that value (in minutes).</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","auth","login"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"a7f131ae-3109-4c60-a449-6dd90455fa02","name":"Login","originalRequest":{"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\"email\":\"moe@tadabase.io\",\"password\":\"123456\",\"remember\":65}","options":{"raw":{"language":"json"}}},"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Retry-After","value":"20"},{"key":"X-RateLimit-Reset","value":"1684257524"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248981"},{"key":"X-Daily-Retry-After","value":"85029"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJpdiI6Imp2MUN5ckh6dUJidDgzeGJ0K0pleFE9PSIsInZhbHVlIjoiSkJrUkphcXZKR21kZTgxXC9oSWFmVmZ4WnhVS2w2WUlyUTBkZytiQ3JXdng3Njhvd3hKYUpjYTF1OUF5UEpQRXAiLCJtYWMiOiJkN2MyOWM1ZTQxNmY0OTdmNjVlNTUyYTJhOTFmOTA5YzU3NjdjYjc0YzE2MGMyNDZiOTIyNjRiOTk5YjY2Nzk2In0=\",\n    \"user_id\": \"5m9N0njzqk\",\n    \"expires_at\": \"2023-05-16 18:23:24\",\n    \"logged_in_since\": \"2023-05-16 17:18:24\",\n    \"status\": \"success\"\n}"}],"_postman_id":"807dc5e0-f4bc-472f-a508-18e54b04cdfe"},{"name":"Logout","id":"15d1093a-be62-4d8c-a59e-87538042487b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/logout","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","auth","logout"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"1e2826dc-2285-4bf7-af3e-4da17308a62b","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Authorization"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"116"},{"key":"X-Retry-After","value":"31"},{"key":"X-RateLimit-Reset","value":"1684257595"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248974"},{"key":"X-Daily-Retry-After","value":"84969"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"You have successfully logged out.\"\n}"}],"_postman_id":"15d1093a-be62-4d8c-a59e-87538042487b"},{"name":"Status","id":"872967df-9ba1-41d5-b247-d5962d2fc008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/status","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","auth","status"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"c4db5589-d075-4532-b3e7-0adcae37c820","name":"Status","originalRequest":{"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 17:21:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=qDwTIYuKHW+TyNj/3wcGVt139S7hPJnug0NslgQ8qJAmaRKDNAScshK59wek1iuGgBUEfsyRhZPE1zjAumb3bdw1YQBF4mcygELat/a1RnHPs1+UenBWz+TiGR19; Expires=Tue, 23 May 2023 17:21:50 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=qDwTIYuKHW+TyNj/3wcGVt139S7hPJnug0NslgQ8qJAmaRKDNAScshK59wek1iuGgBUEfsyRhZPE1zjAumb3bdw1YQBF4mcygELat/a1RnHPs1+UenBWz+TiGR19; Expires=Tue, 23 May 2023 17:21:50 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Authorization"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Retry-After","value":"42"},{"key":"X-RateLimit-Reset","value":"1684257752"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248971"},{"key":"X-Daily-Retry-After","value":"84823"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"You're currently logged in.\",\n    \"expires_at\": \"2023-05-16 18:26:38\",\n    \"logged_in_since\": \"2023-05-16 17:21:38\",\n    \"user_id\": \"5m9N0njzqk\"\n}"}],"_postman_id":"872967df-9ba1-41d5-b247-d5962d2fc008"}],"id":"3cde507c-ec13-42ee-9bf6-3f0da87aff04","description":"<p>User authentication happens by sending the email and password and getting a token back. This token will be what you use to authenticate the user during the other API calls for Pages and Components.</p>\n","_postman_id":"3cde507c-ec13-42ee-9bf6-3f0da87aff04"},{"name":"Pages and Components","item":[{"name":"Get Layouts","id":"e3d1cf0f-113f-4ede-8073-d4a9235df283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/layouts","urlObject":{"protocol":"http","path":["api","v1.1","{{appId}}","layouts"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"0594cd05-2565-42ec-a996-9072de8c7ddb","name":"Get Layouts","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/layouts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1684257828"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248970"},{"key":"X-Daily-Retry-After","value":"84765"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"items\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"name\": \"Investors Layout\",\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"name\": \"Startups Layout\",\n            \"is_secure\": 1\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"name\": \"Public Users Layout\",\n            \"is_secure\": 0\n        }\n    ],\n    \"totalItems\": 3\n}"}],"_postman_id":"e3d1cf0f-113f-4ede-8073-d4a9235df283"},{"name":"Get Pages","id":"7afc8d72-a03e-4d2f-a3e3-dd4594336011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages","urlObject":{"protocol":"http","path":["api","v1.1","{{appId}}","pages"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"70c14c0d-6956-48d6-8ef7-97b5db3d2a5c","name":"Get Pages","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Retry-After","value":"29"},{"key":"X-RateLimit-Reset","value":"1684257828"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248969"},{"key":"X-Daily-Retry-After","value":"84734"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"items\": [\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"status\": \"Active\",\n            \"layout_id\": 0,\n            \"layout\": [],\n            \"name\": \"Login\",\n            \"slug\": \"login\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"status\": \"Active\",\n            \"layout_id\": 0,\n            \"layout\": [],\n            \"name\": \"Sign Up\",\n            \"slug\": \"signup\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"status\": \"Active\",\n            \"layout_id\": 0,\n            \"layout\": [],\n            \"name\": \"Profile\",\n            \"slug\": \"profile\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 1\n        },\n        {\n            \"id\": \"698rd2QZwd\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Investor Dashboard\",\n            \"slug\": \"investor-dashboard\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"q3kjZVj6Vb\",\n            \"status\": \"Active\",\n            \"layout_id\": \"5m9N0njzqk\",\n            \"layout\": {\n                \"id\": \"5m9N0njzqk\",\n                \"name\": \"Startups Layout\",\n                \"is_secure\": 1\n            },\n            \"name\": \"Company Investments\",\n            \"slug\": \"company-investments\",\n            \"total_child_pages\": 1,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"JDXQ80QYRl\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4PzQ4GNJGV\",\n            \"layout\": {\n                \"id\": \"4PzQ4GNJGV\",\n                \"name\": \"Public Users Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Portfolio Companies\",\n            \"slug\": \"portfolio-companies\",\n            \"total_child_pages\": 1,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"VX9QoerwYv\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Companies\",\n            \"slug\": \"companies\",\n            \"total_child_pages\": 3,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"6b1rAKQKkA\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Venture Firms\",\n            \"slug\": \"venture-firms\",\n            \"total_child_pages\": 2,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"pPEryWQOnV\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Partners\",\n            \"slug\": \"partners\",\n            \"total_child_pages\": 2,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"ObEjEONK5p\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Investments\",\n            \"slug\": \"investments\",\n            \"total_child_pages\": 3,\n            \"is_secure\": 1\n        },\n        {\n            \"id\": \"mloNLGrM8p\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Test Page\",\n            \"slug\": \"test-page\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"B8qQPZr16n\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Test Page\",\n            \"slug\": \"test-page-1\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"W4yQk4jgPK\",\n            \"status\": \"Active\",\n            \"layout_id\": 0,\n            \"layout\": [],\n            \"name\": \"Custom Component\",\n            \"slug\": \"custom-component\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        }\n    ]\n}"}],"_postman_id":"7afc8d72-a03e-4d2f-a3e3-dd4594336011"},{"name":"Get Child Pages","id":"63dfd533-d6eb-4509-9f88-d91b1d96e96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{parentPage}}/childs","urlObject":{"protocol":"http","path":["api","v1.1","{{appId}}","pages","{{parentPage}}","childs"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"bfbe1344-4b5f-4833-9f96-7281f8440213","name":"Get Child Pages","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{parentPage}}/childs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1684258046"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248966"},{"key":"X-Daily-Retry-After","value":"84547"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"items\": [\n        {\n            \"id\": \"L5MjKxr0kq\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Company Details\",\n            \"slug\": \"company-details\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"DVarwJjORP\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Add Companies\",\n            \"slug\": \"add-companies\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        },\n        {\n            \"id\": \"K68j9gN2V7\",\n            \"status\": \"Active\",\n            \"layout_id\": \"4MXQJdrZ6v\",\n            \"layout\": {\n                \"id\": \"4MXQJdrZ6v\",\n                \"name\": \"Investors Layout\",\n                \"is_secure\": 0\n            },\n            \"name\": \"Edit Company Page\",\n            \"slug\": \"edit-company-page\",\n            \"total_child_pages\": 0,\n            \"is_secure\": 0\n        }\n    ],\n    \"totalItems\": 3\n}"}],"_postman_id":"63dfd533-d6eb-4509-9f88-d91b1d96e96a"},{"name":"Get Components on a Page","id":"ec4b85a7-5316-4c29-b06e-eb1419de3ed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{pageId}}/components","urlObject":{"protocol":"http","path":["api","v1.1","{{appId}}","pages","{{pageId}}","components"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"191b93e9-9506-4cd1-9571-bd1acffff348","name":"Get Components on a Page","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{pageId}}/components"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1684258205"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248965"},{"key":"X-Daily-Retry-After","value":"84388"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"components\": [\n        {\n            \"id\": \"component_3\",\n            \"type\": \"dataTable\",\n            \"dataTableId\": \"lGArg7rmR6\"\n        },\n        {\n            \"id\": \"component_7\",\n            \"type\": \"search\",\n            \"dataTableId\": \"lGArg7rmR6\"\n        },\n        {\n            \"id\": \"component_8\",\n            \"type\": \"card\",\n            \"dataTableId\": \"lGArg7rmR6\"\n        },\n        {\n            \"id\": \"component_9\",\n            \"type\": \"card\",\n            \"dataTableId\": \"lGArg7rmR6\"\n        }\n    ]\n}"}],"_postman_id":"ec4b85a7-5316-4c29-b06e-eb1419de3ed1"},{"name":"Get Records from a Component","id":"68d7506d-a549-478e-bfac-ec554323e9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{userToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{pageId}}/components/{{componentId}}/records?page=1","description":"<p>You can retrieve the same records that are displayed in most components using the API. All the filtering, sorting and other Pipes that are running will trigger as well.</p>\n<p>If there is more than 10 records, you can paginate by adding page=2 to as a URL Parameter</p>\n<p>If the Layout, Page or Component have any logged in restrictions, you must pass the Bearer token as authorization.</p>\n<p>If you want the request to get records from a logged in user, be sure to pass the Bearer Authorization header with the token that was created in the Login API call.</p>\n","urlObject":{"protocol":"http","path":["api","v1.1","{{appId}}","pages","{{pageId}}","components","{{componentId}}","records"],"host":["api","tadabase","io"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"4e0f5ba4-a98d-481e-a750-03922a2145c9","name":"Get Records from a Component","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{pageId}}/components/{{componentId}}/records"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-Retry-After","value":"60"},{"key":"X-RateLimit-Reset","value":"1684258359"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248958"},{"key":"X-Daily-Retry-After","value":"84234"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"totalItems\": 17,\n    \"items\": [\n        {\n            \"id\": \"6b1rAKQKkA\",\n            \"field_46\": \"2023-05-16\",\n            \"field_47\": 501,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Upfront\"\n                }\n            ]\n        },\n        {\n            \"id\": \"K68j9gN2V7\",\n            \"field_46\": \"2023-05-15\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Upfront\"\n                }\n            ]\n        },\n        {\n            \"id\": \"DVarwJjORP\",\n            \"field_46\": \"2023-05-15\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        },\n        {\n            \"id\": \"L5MjKxr0kq\",\n            \"field_46\": \"2023-05-16\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        },\n        {\n            \"id\": \"VX9QoerwYv\",\n            \"field_46\": \"2023-05-24\",\n            \"field_47\": 121,\n            \"field_48\": \"Series A\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        },\n        {\n            \"id\": \"JDXQ80QYRl\",\n            \"field_46\": \"2023-05-16\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        },\n        {\n            \"id\": \"q3kjZVj6Vb\",\n            \"field_46\": \"2023-05-16\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        },\n        {\n            \"id\": \"698rd2QZwd\",\n            \"field_46\": \"2023-05-16\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        },\n        {\n            \"id\": \"K2ejlOQo9B\",\n            \"field_46\": \"2023-05-16\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        },\n        {\n            \"id\": \"eykNOvrDY3\",\n            \"field_46\": \"2023-05-16\",\n            \"field_47\": 5546,\n            \"field_48\": \"Seed\",\n            \"field_69\": [],\n            \"field_71\": [],\n            \"field_74\": []\n        }\n    ],\n    \"fields\": [\n        {\n            \"name\": \"Date\",\n            \"slug\": \"field_46\",\n            \"type\": \"Date\"\n        },\n        {\n            \"name\": \"Amount\",\n            \"slug\": \"field_47\",\n            \"type\": \"Currency\"\n        },\n        {\n            \"name\": \"Stage\",\n            \"slug\": \"field_48\",\n            \"type\": \"Radio\"\n        },\n        {\n            \"name\": \"Partner\",\n            \"slug\": \"field_69\",\n            \"type\": \"Join\"\n        },\n        {\n            \"name\": \"Company\",\n            \"slug\": \"field_71\",\n            \"type\": \"Join\"\n        },\n        {\n            \"name\": \"Venture Firm\",\n            \"slug\": \"field_74\",\n            \"type\": \"Join\"\n        }\n    ]\n}"},{"id":"55e11ce3-53c3-421f-9e3b-ff31c6eb7f39","name":"Get Records from a Component with pagination","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{pageId}}/components/{{componentId}}/records?page=2","protocol":"http","host":["api","tadabase","io"],"path":["api","v1.1","{{appId}}","pages","{{pageId}}","components","{{componentId}}","records"],"query":[{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Retry-After","value":"22"},{"key":"X-RateLimit-Reset","value":"1684258359"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248957"},{"key":"X-Daily-Retry-After","value":"84196"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"totalItems\": 17,\n    \"items\": [\n        {\n            \"id\": \"lGArg7rmR6\",\n            \"field_46\": \"2023-05-24\",\n            \"field_47\": 456000,\n            \"field_48\": \"Series A\",\n            \"field_69\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Mark Suster\"\n                }\n            ],\n            \"field_71\": [\n                {\n                    \"id\": \"DVWQWRNZ49\",\n                    \"value\": \"Tadabase\"\n                }\n            ],\n            \"field_74\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Upfront\"\n                }\n            ]\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"field_46\": \"2021-06-01\",\n            \"field_47\": 24000000,\n            \"field_48\": \"Series B\",\n            \"field_69\": [\n                {\n                    \"id\": \"oaANB1r1by\",\n                    \"value\": \"Anish Acharya\"\n                }\n            ],\n            \"field_71\": [\n                {\n                    \"id\": \"o6WQb5NnBZ\",\n                    \"value\": \"Titan\"\n                }\n            ],\n            \"field_74\": [\n                {\n                    \"id\": \"5m9N0njzqk\",\n                    \"value\": \"Andreessen Horowitz\"\n                }\n            ]\n        },\n        {\n            \"id\": \"oaANB1r1by\",\n            \"field_46\": \"2022-11-16\",\n            \"field_47\": 2500000,\n            \"field_48\": \"Seed\",\n            \"field_69\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Mark Suster\"\n                }\n            ],\n            \"field_71\": [\n                {\n                    \"id\": \"oaANB1r1by\",\n                    \"value\": \"Ayble Health\"\n                }\n            ],\n            \"field_74\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Upfront\"\n                }\n            ]\n        },\n        {\n            \"id\": \"4PzQ4GNJGV\",\n            \"field_46\": \"2015-10-12\",\n            \"field_47\": 1000000,\n            \"field_48\": \"Series A\",\n            \"field_69\": [\n                {\n                    \"id\": \"5m9N0njzqk\",\n                    \"value\": \"Stuart Lander\"\n                }\n            ],\n            \"field_71\": [\n                {\n                    \"id\": \"4PzQ4GNJGV\",\n                    \"value\": \"FabFitFun\"\n                }\n            ],\n            \"field_74\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Upfront\"\n                }\n            ]\n        },\n        {\n            \"id\": \"5m9N0njzqk\",\n            \"field_46\": \"2014-08-05\",\n            \"field_47\": 17300000,\n            \"field_48\": \"Series A\",\n            \"field_69\": [\n                {\n                    \"id\": \"DVWQWRNZ49\",\n                    \"value\": \"Alfred Lin\"\n                }\n            ],\n            \"field_71\": [\n                {\n                    \"id\": \"5m9N0njzqk\",\n                    \"value\": \"DoorDash\"\n                }\n            ],\n            \"field_74\": [\n                {\n                    \"id\": \"DVWQWRNZ49\",\n                    \"value\": \"Sequoia\"\n                }\n            ]\n        },\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"field_46\": \"2016-02-01\",\n            \"field_47\": 60000000,\n            \"field_48\": \"Series A\",\n            \"field_69\": [\n                {\n                    \"id\": \"4PzQ4GNJGV\",\n                    \"value\": \"Pat Grady\"\n                }\n            ],\n            \"field_71\": [\n                {\n                    \"id\": \"4MXQJdrZ6v\",\n                    \"value\": \"Zoom\"\n                }\n            ],\n            \"field_74\": [\n                {\n                    \"id\": \"DVWQWRNZ49\",\n                    \"value\": \"Sequoia\"\n                }\n            ]\n        },\n        {\n            \"id\": \"DVWQWRNZ49\",\n            \"field_46\": \"2022-11-30\",\n            \"field_47\": 2000000,\n            \"field_48\": \"Seed\",\n            \"field_69\": [\n                {\n                    \"id\": \"o6WQb5NnBZ\",\n                    \"value\": \"Connie Chan\"\n                }\n            ],\n            \"field_71\": [\n                {\n                    \"id\": \"DVWQWRNZ49\",\n                    \"value\": \"Tadabase\"\n                }\n            ],\n            \"field_74\": [\n                {\n                    \"id\": \"5m9N0njzqk\",\n                    \"value\": \"Andreessen Horowitz\"\n                }\n            ]\n        }\n    ],\n    \"fields\": [\n        {\n            \"name\": \"Date\",\n            \"slug\": \"field_46\",\n            \"type\": \"Date\"\n        },\n        {\n            \"name\": \"Amount\",\n            \"slug\": \"field_47\",\n            \"type\": \"Currency\"\n        },\n        {\n            \"name\": \"Stage\",\n            \"slug\": \"field_48\",\n            \"type\": \"Radio\"\n        },\n        {\n            \"name\": \"Partner\",\n            \"slug\": \"field_69\",\n            \"type\": \"Join\"\n        },\n        {\n            \"name\": \"Company\",\n            \"slug\": \"field_71\",\n            \"type\": \"Join\"\n        },\n        {\n            \"name\": \"Venture Firm\",\n            \"slug\": \"field_74\",\n            \"type\": \"Join\"\n        }\n    ]\n}"}],"_postman_id":"68d7506d-a549-478e-bfac-ec554323e9b1"},{"name":"Get Record from a Details Component","id":"1a009d54-37a7-4157-8204-6c169add0ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{childPageId}}/components/{{componentId}}/details?recordId={{recordId}}","urlObject":{"protocol":"http","path":["api","v1.1","{{appId}}","pages","{{childPageId}}","components","{{componentId}}","details"],"host":["api","tadabase","io"],"query":[{"key":"recordId","value":"{{recordId}}"}],"variable":[]}},"response":[{"id":"39716d7d-80cd-4fd2-9d36-d9fcacff4421","name":"Get Record from a Details Component","originalRequest":{"method":"GET","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"url":{"raw":"http://api.tadabase.io/api/v1.1/{{appId}}/pages/{{childPageId}}/components/{{componentId}}/details?recordId={{recordId}}","protocol":"http","host":["api","tadabase","io"],"path":["api","v1.1","{{appId}}","pages","{{childPageId}}","components","{{componentId}}","details"],"query":[{"key":"recordId","value":"{{recordId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"X-Retry-After","value":"30"},{"key":"X-RateLimit-Reset","value":"1684258954"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248955"},{"key":"X-Daily-Retry-After","value":"83609"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"fields\": [\n        {\n            \"name\": \"Stage\",\n            \"slug\": \"field_48\",\n            \"type\": \"Radio\"\n        },\n        {\n            \"name\": \"Amount\",\n            \"slug\": \"field_47\",\n            \"type\": \"Currency\"\n        },\n        {\n            \"name\": \"Company\",\n            \"slug\": \"field_71\",\n            \"type\": \"Join\"\n        },\n        {\n            \"name\": \"Dynamic\",\n            \"slug\": \"field_83\",\n            \"type\": \"Dynamic\"\n        },\n        {\n            \"name\": \"Date\",\n            \"slug\": \"field_46\",\n            \"type\": \"Date\"\n        },\n        {\n            \"name\": \"Partner\",\n            \"slug\": \"field_69\",\n            \"type\": \"Join\"\n        },\n        {\n            \"name\": \"Venture Firm\",\n            \"slug\": \"field_74\",\n            \"type\": \"Join\"\n        }\n    ],\n    \"item\": {\n        \"id\": \"lGArg7rmR6\",\n        \"field_48\": \"Series A\",\n        \"field_47\": 456000,\n        \"field_71\": [\n            {\n                \"id\": \"DVWQWRNZ49\",\n                \"value\": \"Tadabase\"\n            }\n        ],\n        \"field_83\": \"\",\n        \"field_46\": \"2023-05-24\",\n        \"field_69\": [\n            {\n                \"id\": \"4MXQJdrZ6v\",\n                \"value\": \"Mark Suster\"\n            }\n        ],\n        \"field_74\": [\n            {\n                \"id\": \"4MXQJdrZ6v\",\n                \"value\": \"Upfront\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1a009d54-37a7-4157-8204-6c169add0ff3"},{"name":"Save a Form","id":"bb95f927-d474-411a-9bd9-90a83bc939b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"field_48","value":"Seed","type":"text"},{"key":"field_47","value":"500000","type":"text"}]},"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pages/{{pageId}}/components/{{formComponentId}}/save","description":"<p>For the Component ID just use the number, not component_4. Use '4' only.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pages","{{pageId}}","components","{{formComponentId}}","save"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"562369ff-efce-4b6f-aad2-b2a2a4ee49c1","name":"Save a Form","originalRequest":{"method":"POST","header":[{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"field_48","value":"Seed","type":"text"},{"key":"field_47","value":"500000","type":"text"}]},"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pages/{{pageId}}/components/{{formComponentId}}/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"X-Retry-After","value":"15"},{"key":"X-RateLimit-Reset","value":"1684259422"},{"key":"X-RateLimit-Daily-Limit","value":"1248987"},{"key":"X-RateLimit-Daily-Remaining","value":"1248949"},{"key":"X-Daily-Retry-After","value":"83126"},{"key":"X-Daily-RateLimit-Reset","value":"1684342533"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-Auth-Token, Origin, X-Tadabase-App-id, X-Tadabase-App-Key, X-Tadabase-App-Secret"},{"key":"X-Powered-By","value":"Tadabase.io"},{"key":"X-TB-Server","value":"TB-API-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"Record has been successfully saved.\",\n    \"recordId\": \"DkMjmwNvV6\"\n}"}],"_postman_id":"bb95f927-d474-411a-9bd9-90a83bc939b3"}],"id":"43c0974d-b409-4f97-b719-ad0f18b8983b","description":"<p>You can conveniently explore all the pages within your app, along with the specific components you desire to view as a logged-in user. These components bear the same ID as the <code>component_id</code> typically observed in the builder interface.</p>\n","_postman_id":"43c0974d-b409-4f97-b719-ad0f18b8983b"},{"name":"Magic Links","item":[{"name":"Create Magic Link Token","id":"7367e69a-33dc-40f8-a5b9-0215b72a5f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>App ID from your app</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App Key generated when you created this API Token</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>App Secret generated when you created this API Token</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"moe@tadabase.io","type":"text"},{"key":"magic_link","value":"{{ID_OF_MAGIC_LINK}}","type":"text"}]},"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/magic-link","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","auth","magic-link"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[{"id":"793df6e3-48b0-492a-8200-496d97679c0b","name":"List all tables","originalRequest":{"method":"GET","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1/data-tables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2019 17:34:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=jtrBmBCapII1he0/TufNB4HGilka9IQItIlOw88tJqCNVwXiOazIYR10eSx4Tbnb4sv5Wc6sEtxGPNC2siQPv74YCICLIouOy9pLLDGBnR4Oe61Xunui/QfWt/eT; Expires=Wed, 31 Jul 2019 17:34:18 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Retry-After","value":"3600"},{"key":"X-RateLimit-Reset","value":"1563993258"},{"key":"X-RateLimit-Daily-Limit","value":"1000"},{"key":"X-RateLimit-Daily-Remaining","value":"999"},{"key":"X-Daily-Retry-After","value":"5184000"},{"key":"X-Daily-RateLimit-Reset","value":"1569173658"},{"key":"X-Powered-By","value":"Tadabase.io"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"data_tables\": [\n        {\n            \"id\": \"4MXQJdrZ6v\",\n            \"name\": \"Users\"\n        },\n        {\n            \"id\": \"o6WQb5NnBZ\",\n            \"name\": \"Customers\"\n        }\n    ],\n    \"total_items\": 2\n}"},{"id":"501748d3-a6f5-4156-8db7-181e7ab24651","name":"Create Magic Link Token","originalRequest":{"method":"POST","header":[{"description":"App ID from your app","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"App Key generated when you created this API Token","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"App Secret generated when you created this API Token","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"moe@tadabase.io","description":"The email address within the users table to create a magic link token for. ","type":"text"},{"key":"magic_link","value":"DVWQWRNZ49","description":"The ID of the Magic Token","type":"text"}]},"url":"https://api.tadabase.io/api/v1.1/{{appId}}/auth/magic-link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"Magic Link token successfully created.\",\n    \"token\": \"glzgdeLAM7pNhmwoMtFkOA7wldWufCRqwnDQlI85VdY1I8TUr8c6Wg7Ok6nOAjBbl620ch3YqsiSD74Na2eAwL1uZSsfIDPFya8cm9JZ3iT6\"\n}"}],"_postman_id":"7367e69a-33dc-40f8-a5b9-0215b72a5f7e"}],"id":"d660fc27-325f-4fd6-8ab4-8d31b157f341","description":"<p>Create magic link token to enable logins from external sources using this API. </p>\n","_postman_id":"d660fc27-325f-4fd6-8ab4-8d31b157f341"}],"id":"28352463-9277-4a90-b429-925f42c889d2","description":"<h1 id=\"--coming-soon---\">--COMING SOON---</h1>\n<p>The Pages API empowers you to seamlessly interact with your app, mirroring the familiar experience of engaging with it directly. By leveraging this powerful API, you can effortlessly log in a user, effortlessly access records within a specific component tailored to that user, and effortlessly save forms while preserving the existing rules and automations that have been meticulously set up.</p>\n<p>Please keep in mind the following four important points:</p>\n<ol>\n<li>This API has different API limits than the standard API.</li>\n<li>The Pages API currently must be enabled in your account by the Tadabase Support Team.</li>\n<li>Take note of the new endpoints for the Pages API. The App ID must be in the URL, not in the Header.</li>\n<li>The new API is version 1.1, not 1.0 like the rest of the API calls on this page.</li>\n</ol>\n<p>The Pages API requires the API key to have the \"Allow Pages\" option enabled. You must then pass a header with only the 'secret' value as a header.</p>\n","_postman_id":"28352463-9277-4a90-b429-925f42c889d2"},{"name":"Exports","item":[{"name":"Get Exports Copy","id":"01b3250a-6451-465b-ad6e-fdc1676f5df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"01b3250a-6451-465b-ad6e-fdc1676f5df8"},{"name":"Get Export","id":"75c70aa2-59f0-4cb9-befe-891941b5918c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports/oOjDVqMNB9","description":"<p>Get a specific Export by its ID</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports","oOjDVqMNB9"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"75c70aa2-59f0-4cb9-befe-891941b5918c"},{"name":"Get Export Templates","id":"720a4b85-8128-4dd4-aea9-9a123dc55122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports/templates","description":"<p>Get export templates from this app ID.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports","templates"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"720a4b85-8128-4dd4-aea9-9a123dc55122"},{"name":"Get Export Template","id":"f8d6022b-4232-4a9c-ab69-7daf724af8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports/templates/DVWQWRNZ49","description":"<p>Get a specific Export Template by its Export Template ID.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports","templates","DVWQWRNZ49"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8d6022b-4232-4a9c-ab69-7daf724af8f8"},{"name":"Trigger Export Template","id":"c05bfef0-70e3-416f-b4af-6aa9cb5ddcd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports/templates/DVWQWRNZ49/trigger","description":"<p>Trigger a new Template Export</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports","templates","DVWQWRNZ49","trigger"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c05bfef0-70e3-416f-b4af-6aa9cb5ddcd5"},{"name":"Get Queue Status","id":"adb960c7-af2b-4155-81d8-bf957736b633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports/queue","description":"<p>Get the status of all exports currently in progress.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports","queue"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"adb960c7-af2b-4155-81d8-bf957736b633"},{"name":"Get Specific Queue Status","id":"9a41022d-ca76-4cb2-83ac-ff64f54beb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports/queues/OGQ3eGDrln","description":"<p>Get the status of a specific export queue job</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports","queues","OGQ3eGDrln"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a41022d-ca76-4cb2-83ac-ff64f54beb2e"},{"name":"Get All Queues","id":"4116f576-4f17-4fa9-8919-ee3d93f1fc85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application ID from the builder</p>\n","key":"X-Tadabase-App-id","type":"text","value":"{{appId}}"},{"description":"<p>App key from generated API key in builder</p>\n","key":"X-Tadabase-App-Key","type":"text","value":"{{appKey}}"},{"description":"<p>Secret key from generated API key in builder</p>\n","key":"X-Tadabase-App-Secret","type":"text","value":"{{appSecret}}"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/exports/all-queues","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","exports","all-queues"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4116f576-4f17-4fa9-8919-ee3d93f1fc85"}],"id":"71ddb378-17f7-45b2-8db9-73930ac0a140","_postman_id":"71ddb378-17f7-45b2-8db9-73930ac0a140","description":""},{"name":"PDF Pages","item":[{"name":"Get PDFs","id":"3fcd3082-1b41-49c2-adb2-1c5dba923734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pdf-pages","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pdf-pages"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fcd3082-1b41-49c2-adb2-1c5dba923734"},{"name":"Get A PDFs","id":"4f7663e4-0095-4d01-9bb2-c227aef0adb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pdf-pages/DVWQWRNZ49","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pdf-pages","DVWQWRNZ49"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f7663e4-0095-4d01-9bb2-c227aef0adb8"},{"name":"Generate a Detail PDF File","id":"6597fc12-4d63-4085-9ade-8fd21d7d201f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pdf-pages/DVWQWRNZ49/create/5m9N0njzqk?format=file","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pdf-pages","DVWQWRNZ49","create","5m9N0njzqk"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>file or leave blank for base64</p>\n","type":"text/plain"},"key":"format","value":"file"}],"variable":[]}},"response":[],"_postman_id":"6597fc12-4d63-4085-9ade-8fd21d7d201f"},{"name":"Generate a List PDF File","id":"cae31259-7fd3-4df8-b682-4376f87c5b8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pdf-pages/4MXQJdrZ6v/create?format=file","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pdf-pages","4MXQJdrZ6v","create"],"host":["api","tadabase","io"],"query":[{"description":{"content":"<p>file or leave blank for base64</p>\n","type":"text/plain"},"key":"format","value":"file"}],"variable":[]}},"response":[],"_postman_id":"cae31259-7fd3-4df8-b682-4376f87c5b8d"}],"id":"7c227510-2fd0-48de-82da-3c9ad3e245a7","_postman_id":"7c227510-2fd0-48de-82da-3c9ad3e245a7","description":""},{"name":"PDF Forms","item":[{"name":"Get PDF Forms","id":"de8d1483-659b-43b5-977a-a32f2a2d2a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pdf-forms","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pdf-forms"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"de8d1483-659b-43b5-977a-a32f2a2d2a4f"},{"name":"Get PDF Forms Details","id":"9ec3d059-c128-4fa4-a94f-8f0113443fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"}],"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pdf-forms/{{PDF ID}}","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pdf-forms","{{PDF ID}}"],"host":["api","tadabase","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ec3d059-c128-4fa4-a94f-8f0113443fe2"},{"name":"Generate a PDF Form","id":"f22dff5d-9e4c-4b9d-8166-8093a388ea6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tadabase-App-id","value":"{{appId}}","description":"<p>Application ID from the builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Key","value":"{{appKey}}","description":"<p>App key from generated API key in builder</p>\n","type":"text"},{"key":"X-Tadabase-App-Secret","value":"{{appSecret}}","description":"<p>Secret key from generated API key in builder</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fileName\": \"agreement.pdf\",\r\n    \"mapping\": {\r\n        \"text_1\": \"John\",\r\n        \"checkbox_1\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tadabase.io/api/v1.1/{{appId}}/pdf-forms/74QY8yLNBE/create?format=file","description":"<p>Get all exported CSV from the last 24 hours.</p>\n","urlObject":{"protocol":"https","path":["api","v1.1","{{appId}}","pdf-forms","74QY8yLNBE","create"],"host":["api","tadabase","io"],"query":[{"key":"format","value":"file"}],"variable":[]}},"response":[],"_postman_id":"f22dff5d-9e4c-4b9d-8166-8093a388ea6b"}],"id":"588ca3b0-03e8-4b1b-a7cb-242e893dd660","_postman_id":"588ca3b0-03e8-4b1b-a7cb-242e893dd660","description":""}],"event":[{"listen":"prerequest","script":{"id":"1d28f9e8-f288-445d-8032-8b76f4044440","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a455391b-9dc2-401c-b856-dba313751495","type":"text/javascript","exec":[""]}}]}