{"info":{"_postman_id":"60e93ec1-23e9-4691-8a86-2d833dc2b896","name":"Human Services Data Meta API (V2.0)","description":"<html><head></head><body><p>This is a specification describing the Human Services Data API, using the\nHuman Services Data Specification (HSDS). This has been extracted from the\nOhana API deployment, but will be standardized to refer to the universal\nstandard that will apply to any HSDS/A compliant API.</p>\n<p>Contact Support:\n Name: Open Referral\n Email: <a href=\"mailto:info@openreferral.org\">info@openreferral.org</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35240","collectionId":"60e93ec1-23e9-4691-8a86-2d833dc2b896","publishedId":"TVzXBug4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-19T01:49:02.000Z"},"item":[{"name":"Metadata","item":[{"name":"Get Metadata","id":"de9d9bc2-5e47-4528-9b37-796f63540e51","request":{"method":"GET","header":[],"url":"{{hsda_base_url}}/metadata/:metadata_id/","description":"<p>Returns a single metadata entry</p>\n","urlObject":{"path":["metadata",":metadata_id",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[{"id":"6fdcbdec-bdab-4f97-8be5-798f61e0a4cc","description":{"content":"<p>(Required) The metadata id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"metadata_id"}]}},"response":[{"id":"84480331-706d-4122-b0bb-cf46b0dd04cc","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metadata/:metadata_id/","host":["{{hsda_base_url}}"],"path":["metadata",":metadata_id",""],"variable":[{"key":"metadata_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"},{"id":"ac6c9bc7-645a-4501-941e-dbb6b745eb65","name":"Metadata Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metadata/:metadata_id/","host":["{{hsda_base_url}}"],"path":["metadata",":metadata_id",""],"variable":[{"key":"metadata_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"dolore\",\n  \"resource_id\": \"nostrud\",\n  \"resource_type\": \"officia dolor nostrud laborum ullamco\",\n  \"last_action_date\": \"veniam nisi\",\n  \"last_action_type\": \"velit aliqua in\",\n  \"field_name\": \"est exercitation\",\n  \"previous_value\": \"officia sed exercitation\",\n  \"replacement_value\": \"qui magna\",\n  \"updated_by\": \"voluptate\"\n },\n {\n  \"id\": \"consequat\",\n  \"resource_id\": \"ex est\",\n  \"resource_type\": \"ut in dolore voluptate culpa\",\n  \"last_action_date\": \"tempor mini\",\n  \"last_action_type\": \"in nostrud ullamco qui cupidatat\",\n  \"field_name\": \"enim labore fugiat sed sit\",\n  \"previous_value\": \"nulla minim\",\n  \"replacement_value\": \"elit proident\",\n  \"updated_by\": \"\"\n }\n]"}],"_postman_id":"de9d9bc2-5e47-4528-9b37-796f63540e51"},{"name":"Get Metadata","id":"4cfd6803-8f8f-4f8b-911c-2966bd26200f","request":{"method":"GET","header":[],"url":"{{hsda_base_url}}/metadata/?query=<string>&fields=<string>&page=<number>&per_page=<number>&sort_by=<string>&order=<string>&format=<string>","description":"<p>Returns a list of all metadata.</p>\n","urlObject":{"path":["metadata",""],"host":["{{hsda_base_url}}"],"query":[{"description":{"content":"<p>A query to filter list by (up to provider to determine what to\nsearch)</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"description":{"content":"<p>A list of fields to be returned with the response, if not included, all are returned.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>The particular page of results.</p>\n","type":"text/plain"},"key":"page","value":"<number>"},{"description":{"content":"<p>Number of records to return per page, up to 100.</p>\n","type":"text/plain"},"key":"per_page","value":"<number>"},{"description":{"content":"<p>Which field to sort by.</p>\n","type":"text/plain"},"key":"sort_by","value":"<string>"},{"description":{"content":"<p>Which order to sort by (asc,desc).</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>The data format of the response (csv, json, xml).</p>\n","type":"text/plain"},"key":"format","value":"<string>"}],"variable":[]}},"response":[{"id":"b45ddc95-ac21-4e6b-8ce9-16f985379452","name":"Metadata Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metadata/?query=<string>&fields=<string>&page=<number>&per_page=<number>&sort_by=<string>&order=<string>&format=<string>","host":["{{hsda_base_url}}"],"path":["metadata",""],"query":[{"key":"query","value":"<string>"},{"key":"fields","value":"<string>"},{"key":"page","value":"<number>"},{"key":"per_page","value":"<number>"},{"key":"sort_by","value":"<string>"},{"key":"order","value":"<string>"},{"key":"format","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/metadatas not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/metadatas not found in the OpenAPI spec\"\n }\n]"},{"id":"d3bfbc39-8c04-4274-9f1b-4388d02c51d9","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metadata/?query=<string>&fields=<string>&page=<number>&per_page=<number>&sort_by=<string>&order=<string>&format=<string>","host":["{{hsda_base_url}}"],"path":["metadata",""],"query":[{"key":"query","value":"<string>"},{"key":"fields","value":"<string>"},{"key":"page","value":"<number>"},{"key":"per_page","value":"<number>"},{"key":"sort_by","value":"<string>"},{"key":"order","value":"<string>"},{"key":"format","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"4cfd6803-8f8f-4f8b-911c-2966bd26200f"},{"name":"Add Metadata","id":"1fc40552-e7b2-4620-b7e2-9395ef3d6b6a","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-appkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"url":"{{hsda_base_url}}/metadata/","description":"<p>Creates a new metadata entry.</p>\n","urlObject":{"path":["metadata",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ea479506-a191-49c6-b57e-0b7db4f419ab","name":"Metadata Response","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":"{{hsda_base_url}}/metadata/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"dolore\",\n  \"resource_id\": \"nostrud\",\n  \"resource_type\": \"officia dolor nostrud laborum ullamco\",\n  \"last_action_date\": \"veniam nisi\",\n  \"last_action_type\": \"velit aliqua in\",\n  \"field_name\": \"est exercitation\",\n  \"previous_value\": \"officia sed exercitation\",\n  \"replacement_value\": \"qui magna\",\n  \"updated_by\": \"voluptate\"\n },\n {\n  \"id\": \"consequat\",\n  \"resource_id\": \"ex est\",\n  \"resource_type\": \"ut in dolore voluptate culpa\",\n  \"last_action_date\": \"tempor mini\",\n  \"last_action_type\": \"in nostrud ullamco qui cupidatat\",\n  \"field_name\": \"enim labore fugiat sed sit\",\n  \"previous_value\": \"nulla minim\",\n  \"replacement_value\": \"elit proident\",\n  \"updated_by\": \"\"\n }\n]"},{"id":"ed8a666d-c10c-4dba-9eeb-8295852ea0a1","name":"Error Response","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":"{{hsda_base_url}}/metadata/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"1fc40552-e7b2-4620-b7e2-9395ef3d6b6a"},{"name":"Update Metadata","id":"ff728c8c-0b30-48ca-9ca6-5b268d37195a","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-appkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{hsda_base_url}}/metadata/:metadata_id/","description":"<p>Updates an existing metadata entry using its id.</p>\n","urlObject":{"path":["metadata",":metadata_id",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[{"id":"4e56606d-65f3-4f26-9636-4c8b06519191","description":{"content":"<p>(Required) The metadata id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"metadata_id"}]}},"response":[{"id":"2883a642-a6b2-499f-ad1b-57131b1488b8","name":"Metadata Response","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metadata/:metadata_id/","host":["{{hsda_base_url}}"],"path":["metadata",":metadata_id",""],"variable":[{"key":"metadata_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"dolore\",\n  \"resource_id\": \"nostrud\",\n  \"resource_type\": \"officia dolor nostrud laborum ullamco\",\n  \"last_action_date\": \"veniam nisi\",\n  \"last_action_type\": \"velit aliqua in\",\n  \"field_name\": \"est exercitation\",\n  \"previous_value\": \"officia sed exercitation\",\n  \"replacement_value\": \"qui magna\",\n  \"updated_by\": \"voluptate\"\n },\n {\n  \"id\": \"consequat\",\n  \"resource_id\": \"ex est\",\n  \"resource_type\": \"ut in dolore voluptate culpa\",\n  \"last_action_date\": \"tempor mini\",\n  \"last_action_type\": \"in nostrud ullamco qui cupidatat\",\n  \"field_name\": \"enim labore fugiat sed sit\",\n  \"previous_value\": \"nulla minim\",\n  \"replacement_value\": \"elit proident\",\n  \"updated_by\": \"\"\n }\n]"},{"id":"5f0078af-9114-4134-80b8-ff0b8a3e880c","name":"Error Response","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metadata/:metadata_id/","host":["{{hsda_base_url}}"],"path":["metadata",":metadata_id",""],"variable":[{"key":"metadata_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"},{"id":"c6614256-d9bf-46fa-a030-61e7cbac30ad","name":"No Access Response","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metadata/:metadata_id/","host":["{{hsda_base_url}}"],"path":["metadata",":metadata_id",""],"variable":[{"key":"metadata_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"ff728c8c-0b30-48ca-9ca6-5b268d37195a"},{"name":"Delete metadata","id":"b25fdeb8-be6d-4cfd-bd8b-239e361574d3","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-appkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{hsda_base_url}}/metadata/:metadata_id/","description":"<p>Deletes a metadata by Id</p>\n","urlObject":{"path":["metadata",":metadata_id",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[{"id":"ffdf268c-3742-4a85-b0a6-9962b6c60e35","description":{"content":"<p>(Required) The metadata id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"metadata_id"}]}},"response":[{"id":"4b31df5a-6be9-478f-a7af-87f657f9ec66","name":"Error Response","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metadata/:metadata_id/","host":["{{hsda_base_url}}"],"path":["metadata",":metadata_id",""],"variable":[{"key":"metadata_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"},{"id":"d2fcf431-6ddf-4fd8-9724-58cb4fc3fd0f","name":"Metadata Response","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metadata/:metadata_id/","host":["{{hsda_base_url}}"],"path":["metadata",":metadata_id",""],"variable":[{"key":"metadata_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"dolore\",\n  \"resource_id\": \"nostrud\",\n  \"resource_type\": \"officia dolor nostrud laborum ullamco\",\n  \"last_action_date\": \"veniam nisi\",\n  \"last_action_type\": \"velit aliqua in\",\n  \"field_name\": \"est exercitation\",\n  \"previous_value\": \"officia sed exercitation\",\n  \"replacement_value\": \"qui magna\",\n  \"updated_by\": \"voluptate\"\n },\n {\n  \"id\": \"consequat\",\n  \"resource_id\": \"ex est\",\n  \"resource_type\": \"ut in dolore voluptate culpa\",\n  \"last_action_date\": \"tempor mini\",\n  \"last_action_type\": \"in nostrud ullamco qui cupidatat\",\n  \"field_name\": \"enim labore fugiat sed sit\",\n  \"previous_value\": \"nulla minim\",\n  \"replacement_value\": \"elit proident\",\n  \"updated_by\": \"\"\n }\n]"}],"_postman_id":"b25fdeb8-be6d-4cfd-bd8b-239e361574d3"}],"id":"a61593ab-2a51-4b7c-a8ee-ed12fe340781","_postman_id":"a61593ab-2a51-4b7c-a8ee-ed12fe340781","description":""},{"name":"Metatable","item":[{"name":"Delete metatable","id":"f76d4524-592d-4379-86bc-57e2ab0e6d24","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-appkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{hsda_base_url}}/metatable/:metatable_id/","description":"<p>Deletes a metatable by Id</p>\n","urlObject":{"path":["metatable",":metatable_id",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[{"id":"376c6305-0d9b-46bb-9938-4809f144a5b6","description":{"content":"<p>(Required) The metatable id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"metatable_id"}]}},"response":[{"id":"6661fb7a-c3bf-49a3-8c55-a50c48600054","name":"Metatable Response","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metatable/:metatable_id/","host":["{{hsda_base_url}}"],"path":["metatable",":metatable_id",""],"variable":[{"key":"metatable_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n }\n]"},{"id":"a58e1e05-6d71-49ea-bc30-550734be5081","name":"Error Response","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metatable/:metatable_id/","host":["{{hsda_base_url}}"],"path":["metatable",":metatable_id",""],"variable":[{"key":"metatable_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"f76d4524-592d-4379-86bc-57e2ab0e6d24"},{"name":"Get Metatable","id":"03d5e7e5-f9a7-4375-91d0-8900ad24188d","request":{"method":"GET","header":[],"url":"{{hsda_base_url}}/metatable/?query=<string>&fields=<string>&page=<number>&per_page=<number>&sort_by=<string>&order=<string>&format=<string>","description":"<p>Returns a list of all metatable.</p>\n","urlObject":{"path":["metatable",""],"host":["{{hsda_base_url}}"],"query":[{"description":{"content":"<p>A query to filter list by (up to provider to determine what to\nsearch)</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"description":{"content":"<p>A list of fields to be returned with the response, if not included, all are returned.</p>\n","type":"text/plain"},"key":"fields","value":"<string>"},{"description":{"content":"<p>The particular page of results.</p>\n","type":"text/plain"},"key":"page","value":"<number>"},{"description":{"content":"<p>Number of records to return per page, up to 100.</p>\n","type":"text/plain"},"key":"per_page","value":"<number>"},{"description":{"content":"<p>Which field to sort by.</p>\n","type":"text/plain"},"key":"sort_by","value":"<string>"},{"description":{"content":"<p>Which order to sort by (asc,desc).</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>The data format of the response (csv, json, xml).</p>\n","type":"text/plain"},"key":"format","value":"<string>"}],"variable":[]}},"response":[{"id":"25086943-e6f6-4365-919a-d9af9001e495","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metatable/?query=<string>&fields=<string>&page=<number>&per_page=<number>&sort_by=<string>&order=<string>&format=<string>","host":["{{hsda_base_url}}"],"path":["metatable",""],"query":[{"key":"query","value":"<string>"},{"key":"fields","value":"<string>"},{"key":"page","value":"<number>"},{"key":"per_page","value":"<number>"},{"key":"sort_by","value":"<string>"},{"key":"order","value":"<string>"},{"key":"format","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"},{"id":"6c9acf27-9ba6-4aa7-8bbf-6df6286c7f63","name":"Metatable Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metatable/?query=<string>&fields=<string>&page=<number>&per_page=<number>&sort_by=<string>&order=<string>&format=<string>","host":["{{hsda_base_url}}"],"path":["metatable",""],"query":[{"key":"query","value":"<string>"},{"key":"fields","value":"<string>"},{"key":"page","value":"<number>"},{"key":"per_page","value":"<number>"},{"key":"sort_by","value":"<string>"},{"key":"order","value":"<string>"},{"key":"format","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/metatables not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/metatables not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"03d5e7e5-f9a7-4375-91d0-8900ad24188d"},{"name":"Add Metatable","id":"ee41f30d-39e3-4f15-ae36-aa8b98381491","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-appkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"url":"{{hsda_base_url}}/metatable/","description":"<p>Creates a new metatable entry.</p>\n","urlObject":{"path":["metatable",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"43755050-f3ec-4aea-92b6-7659c6096fae","name":"Error Response","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":"{{hsda_base_url}}/metatable/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"},{"id":"ad845cbe-35ca-4d22-a3a8-4826af80cd08","name":"Metatable Response","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":"{{hsda_base_url}}/metatable/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"ee41f30d-39e3-4f15-ae36-aa8b98381491"},{"name":"Get Metatable","id":"806581e9-47b0-4cc7-8bbf-b6fba594026b","request":{"method":"GET","header":[],"url":"{{hsda_base_url}}/metatable/:metatable_id/","description":"<p>Returns a single metatable entry</p>\n","urlObject":{"path":["metatable",":metatable_id",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[{"id":"76ca4810-bdff-4338-9a56-12cf96a46a3e","description":{"content":"<p>(Required) The metatable id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"metatable_id"}]}},"response":[{"id":"1bf9184c-2b3d-4504-aa76-8f4a75ff980a","name":"Metatable Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metatable/:metatable_id/","host":["{{hsda_base_url}}"],"path":["metatable",":metatable_id",""],"variable":[{"key":"metatable_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n }\n]"},{"id":"d53417d1-339a-4006-882f-22fc508e673a","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{hsda_base_url}}/metatable/:metatable_id/","host":["{{hsda_base_url}}"],"path":["metatable",":metatable_id",""],"variable":[{"key":"metatable_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"806581e9-47b0-4cc7-8bbf-b6fba594026b"},{"name":"Update Metatable","id":"49989d3b-858e-4ae6-b940-f6272b87bef7","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-appkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{hsda_base_url}}/metatable/:metatable_id/","description":"<p>Updates an existing metatable entry using its id.</p>\n","urlObject":{"path":["metatable",":metatable_id",""],"host":["{{hsda_base_url}}"],"query":[],"variable":[{"id":"836c9ebf-0121-421d-bff4-0bfd6129e88e","description":{"content":"<p>(Required) The metatable id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"metatable_id"}]}},"response":[{"id":"35357056-0391-40c5-8bcc-9b3973ae7f13","name":"Error Response","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metatable/:metatable_id/","host":["{{hsda_base_url}}"],"path":["metatable",":metatable_id",""],"variable":[{"key":"metatable_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"},{"id":"b0b32c44-b87a-4283-b110-e40a6e4e3610","name":"Metatable Response","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metatable/:metatable_id/","host":["{{hsda_base_url}}"],"path":["metatable",":metatable_id",""],"variable":[{"key":"metatable_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/metatable not found in the OpenAPI spec\"\n }\n]"},{"id":"f336fba7-a0ee-4183-8d6d-2d636b2cc5b2","name":"No Access Response","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-appkey","value":"<API Key>"}],"url":{"raw":"{{hsda_base_url}}/metatable/:metatable_id/","host":["{{hsda_base_url}}"],"path":["metatable",":metatable_id",""],"variable":[{"key":"metatable_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n },\n {\n  \"value\": \"reference #/components/schemas/problems not found in the OpenAPI spec\"\n }\n]"}],"_postman_id":"49989d3b-858e-4ae6-b940-f6272b87bef7"}],"id":"88c1a3bd-4881-449a-ad48-d20f8e9e458a","_postman_id":"88c1a3bd-4881-449a-ad48-d20f8e9e458a","description":""}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"{{hsda_base_url}}","type":"string"}]}