{"info":{"_postman_id":"af4bdaf7-4fa6-4e1c-92e5-7fdfad34c875","name":"PyATEMAPI","description":"<html><head></head><body><p>API Docs for PyATEMAPI</p>\n<p>The authorization pass phrase is set when you run the server.py script to start the server. The default pass phrase is Password1.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19380446","collectionId":"af4bdaf7-4fa6-4e1c-92e5-7fdfad34c875","publishedId":"UzQpvT1y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-13T05:29:41.000Z"},"item":[{"name":"Tally","item":[{"name":"/tally","event":[{"listen":"test","script":{"id":"b1aaec64-be3e-4ce7-bc8c-246717c03591","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"source\");\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"preview\");\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"program\");\r","});"],"type":"text/javascript"}}],"id":"289160c9-187a-4db4-8be5-6e58e07d57af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally","description":"<p>Get a list of all inputs and their preview/program status.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["tally"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"be5186cb-0b7d-48ab-982e-a9c7cd935bc0","name":"/tally","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 05:09:45 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[{'source': 1, 'preview': False, 'program': True}, {'source': 2, 'preview': False, 'program': False}, {'source': 3, 'preview': True, 'program': False}, {'source': 4, 'preview': False, 'program': False}, {'source': 5, 'preview': False, 'program': False}, {'source': 6, 'preview': False, 'program': False}, {'source': 7, 'preview': False, 'program': False}, {'source': 8, 'preview': False, 'program': False}]"}],"_postman_id":"289160c9-187a-4db4-8be5-6e58e07d57af"},{"name":"/tally/{id}","event":[{"listen":"test","script":{"id":"adfef011-f063-4e0b-8a9b-7979add03eae","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"source\");\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"preview\");\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"program\");\r","});"],"type":"text/javascript"}}],"id":"fbd98196-9789-438b-83f8-db522ac397c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally/1","description":"<p>Get the preview/program status for a specific input based on the id number.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["tally","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ed2d7ff-280d-4285-b752-261f8e52ee05","name":"/tally/{id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 05:14:40 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'source': 1, 'preview': False, 'program': True}"}],"_postman_id":"fbd98196-9789-438b-83f8-db522ac397c0"},{"name":"/tally/preview","event":[{"listen":"test","script":{"id":"fd0ee48f-0888-407a-b7a4-2b6cc1dfaf13","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"source\");\r","});"],"type":"text/javascript"}}],"id":"5dc06ac6-7695-468c-8158-91dda75bc067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally/preview","description":"<p>Get the id number of the current input in preview.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["tally","preview"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c49038e9-0363-45b9-85f1-3a93cd28beaf","name":"/tally/preview","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally/preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 05:12:47 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'source': 1}"}],"_postman_id":"5dc06ac6-7695-468c-8158-91dda75bc067"},{"name":"/tally/program","event":[{"listen":"test","script":{"id":"9a3541d1-e076-4167-84b8-17dda03ad6ad","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"source\");\r","});"],"type":"text/javascript"}}],"id":"1e5237bc-6a54-4086-9ebf-af39d152793e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally/program","description":"<p>Get the id number of the current input in program.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["tally","program"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d1d58de3-3127-45c4-8c0b-137c029a86d2","name":"/tally/program","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/tally/program"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 05:13:59 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'source': 1}"}],"_postman_id":"1e5237bc-6a54-4086-9ebf-af39d152793e"}],"id":"b5081c92-a1b2-4d17-aea6-258dab9c05c5","_postman_id":"b5081c92-a1b2-4d17-aea6-258dab9c05c5","description":""},{"name":"Actions","item":[{"name":"/action","event":[{"listen":"test","script":{"id":"b7db37e4-cc1f-458b-b23b-3d86a6ae4f31","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"No action specified.\");\r","});"],"type":"text/javascript"}}],"id":"51c170ce-0f49-4363-a8a7-025ad5fc7581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action","description":"<p>Base path for the actions endpoint. Returns error message.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c1e5e96d-1f5b-431f-9aaa-99a0ce4d1859","name":"/action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:06:12 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'error': 'No action specified.'}"}],"_postman_id":"51c170ce-0f49-4363-a8a7-025ad5fc7581"},{"name":"/action/ftb","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"fullyBlack\");\r","});"],"type":"text/javascript"}}],"id":"92831a2a-6f5d-43ed-9281-0f054d6c891c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/ftb/0","description":"<p>Trigger Fade To Black (FTB). Returns FTB settings.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","ftb","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c7e3101a-f302-4e55-bdb0-236621e24727","name":"/action/ftb","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/ftb/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:08:27 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'rate': 60, 'framesRemaining': 60, 'fullyBlack': False, 'inTransition': False}"}],"_postman_id":"92831a2a-6f5d-43ed-9281-0f054d6c891c"},{"name":"/action/cut/{ME}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"program\");\r","});"],"type":"text/javascript"}}],"id":"8078c101-b0bf-4dd6-bc28-16f0c0d2331b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/cut/0","description":"<p>Cut transition the preview to the program on the specified ME.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","cut","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dde63e80-ccef-4fd7-b520-3006f9c54f21","name":"/action/cut/{ME}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/cut/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:14:58 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'program': 4, 'preview': 1}"}],"_postman_id":"8078c101-b0bf-4dd6-bc28-16f0c0d2331b"},{"name":"/action/cut/{ME}/{input}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"program\");\r","});"],"type":"text/javascript"}}],"id":"d8ec560f-8f65-42d9-a56b-a3ecd2941fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/cut/0/5","description":"<p>Set an input to preview then trigger a cut transition to bring the preview to the program on the specified ME.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","cut","0","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d945abf2-c876-400f-b4a5-f927c0c65245","name":"/action/cut/{ME}/{input}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/cut/0/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:10:06 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'program': 5, 'preview': 1}"}],"_postman_id":"d8ec560f-8f65-42d9-a56b-a3ecd2941fd4"},{"name":"/action/auto/{ME}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"inTransition\");\r","});"],"type":"text/javascript"}}],"id":"4d8d9d36-3450-44ea-a75f-b356efb79cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/auto/0","description":"<p>Auto transition the preview to the program on the specified ME.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","auto","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"69c43e6d-2060-41a1-912a-6f310819c61f","name":"/action/auto/{ME}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/auto/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:13:04 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'program': 7, 'preview': 3, 'inTransition': False, 'framesRemaining': 20}"}],"_postman_id":"4d8d9d36-3450-44ea-a75f-b356efb79cc9"},{"name":"/action/auto/{ME}/{input}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"inTransition\");\r","});"],"type":"text/javascript"}}],"id":"a76b856c-c91a-4287-bfe6-a9a0cd65d858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/auto/0/4","description":"<p>Set an input to preview then trigger an auto transition to bring the preview to the program on the specified ME.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","auto","0","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0d519093-14af-4963-8627-d9d29f488d31","name":"/action/auto/{ME}/{input}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/auto/0/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:13:49 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'program': 4, 'preview': 1, 'inTransition': False, 'framesRemaining': 20}"}],"_postman_id":"a76b856c-c91a-4287-bfe6-a9a0cd65d858"},{"name":"/action/preview/{ME}/{input}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"preview\");\r","});"],"type":"text/javascript"}}],"id":"d183ff1f-bece-488f-9291-e0a19fc717f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/preview/0/3","description":"<p>Set a given input to preview on the given ME.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","preview","0","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"61ab69ed-3d1e-40fc-a238-17b9d3c09b68","name":"/action/preview/{ME}/{input}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/preview/0/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:18:03 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'preview': 3}"}],"_postman_id":"d183ff1f-bece-488f-9291-e0a19fc717f2"},{"name":"/action/program/{ME}/{input}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"program\");\r","});"],"type":"text/javascript"}}],"id":"54eea8af-bd6a-43df-a62e-8fe1fd4cbf83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/program/0/3","description":"<p>Set a given input to program on the given ME.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","program","0","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3e2cde4d-cb33-4188-b9a2-0089ba423c88","name":"/action/program/{ME}/{input}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/program/0/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Thu, 14 Jul 2022 00:20:46 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'program': 3}"}],"_postman_id":"54eea8af-bd6a-43df-a62e-8fe1fd4cbf83"},{"name":"/action/dsk/cut/{dsk}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"result\");\r","});"],"type":"text/javascript"}}],"id":"c46c1686-84cc-4df6-92f6-c1d5b59c89fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/dsk/cut/1","description":"<p>Toggles cutting the given DSK to program.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","dsk","cut","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c46c1686-84cc-4df6-92f6-c1d5b59c89fb"},{"name":"/action/dsk/tie/{dsk}","event":[{"listen":"test","script":{"id":"71aaeb48-2d13-49e2-b202-ade2bc0f71dd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"result\");\r","});"],"type":"text/javascript"}}],"id":"a8a7ff23-b0a8-438d-b497-e3bb1dcf2ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/action/dsk/tie/1","description":"<p>Sets the given DSK to tie.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["action","dsk","tie","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8a7ff23-b0a8-438d-b497-e3bb1dcf2ece"}],"id":"d3368128-5698-4ef9-b4ef-72124b601ef2","_postman_id":"d3368128-5698-4ef9-b4ef-72124b601ef2","description":""},{"name":"Connection","item":[{"name":"/connection","event":[{"listen":"test","script":{"id":"c01e1115-073e-400b-8da3-f7807aa2bb02","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"{'connected': True,\");\r","});"],"type":"text/javascript"}}],"id":"c75ae78a-056c-478f-8af2-597bc7c5c833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/connection","description":"<p>Alias of /connection/ping</p>\n","urlObject":{"protocol":"http","port":"5555","path":["connection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a68bae28-f3d4-4444-836f-a4aa93e80f56","name":"/connection","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/connection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 18:42:03 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'connected': True, 'model': 'ATEM Television Studio HD'}"}],"_postman_id":"c75ae78a-056c-478f-8af2-597bc7c5c833"},{"name":"/connection/ping","event":[{"listen":"test","script":{"id":"6a81924d-c556-4339-9fa9-8e09c67f742f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"{'connected': True,\");\r","});"],"type":"text/javascript"}}],"id":"f0ed7478-e0b0-4b89-93aa-8579a154ebeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/connection/ping","description":"<p>Pings the ATEM and returns the connection status with the ATEM model. Useful for periodic health checks.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["connection","ping"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"01d8661e-811b-475f-80b8-274b4432abc4","name":"/connection/ping","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/connection/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 18:43:47 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'connected': True, 'model': 'ATEM Television Studio HD'}"}],"_postman_id":"f0ed7478-e0b0-4b89-93aa-8579a154ebeb"}],"id":"8fb65fb4-ab47-40d7-9557-76e7aef31e52","_postman_id":"8fb65fb4-ab47-40d7-9557-76e7aef31e52","description":""},{"name":"Media","item":[{"name":"/media","id":"7b776e56-d239-496d-8ed2-831deb047703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/","description":"<p>Get the media player's current state.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["media",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d2421321-cecd-481e-811f-7ad0cfae0572","name":"/media","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.10.4"},{"key":"Date","value":"Sun, 04 Sep 2022 21:49:12 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'player': [{'clipIndex': 0, 'stillIndex': 0, 'type': {'name': 'still', 'value': 1}}, {'clipIndex': 0, 'stillIndex': 0, 'type': {'name': '', 'value': None}}], 'stills': {'available': 20, 'stills': [{'number': 0, 'fileName': 'The Promise Apostolic_Logo-G4', 'isUsed': True}, {'number': 1, 'fileName': 'YouTube Thumbnail-2', 'isUsed': True}, {'number': 2, 'fileName': '', 'isUsed': False}, {'number': 3, 'fileName': '', 'isUsed': False}, {'number': 4, 'fileName': '', 'isUsed': False}, {'number': 5, 'fileName': '', 'isUsed': False}, {'number': 6, 'fileName': '', 'isUsed': False}, {'number': 7, 'fileName': '', 'isUsed': False}, {'number': 8, 'fileName': '', 'isUsed': False}, {'number': 9, 'fileName': '', 'isUsed': False}, {'number': 10, 'fileName': '', 'isUsed': False}, {'number': 11, 'fileName': '', 'isUsed': False}, {'number': 12, 'fileName': '', 'isUsed': False}, {'number': 13, 'fileName': '', 'isUsed': False}, {'number': 14, 'fileName': '', 'isUsed': False}, {'number': 15, 'fileName': '', 'isUsed': False}, {'number': 16, 'fileName': '', 'isUsed': False}, {'number': 17, 'fileName': '', 'isUsed': False}, {'number': 18, 'fileName': '', 'isUsed': False}, {'number': 19, 'fileName': '', 'isUsed': False}]}, 'clips': {'available': 0, 'clips': []}, 'storage': {'clipOneMaxLength': 0, 'clipTwoMaxLength': 0}}"}],"_postman_id":"7b776e56-d239-496d-8ed2-831deb047703"},{"name":"/media/{player}/loop/{bool}","id":"7cde7392-f405-4502-927b-1e9070e7f2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/loop/true","urlObject":{"protocol":"http","port":"5555","path":["media","1","loop","true"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cde7392-f405-4502-927b-1e9070e7f2c1"},{"name":"/media/{player}/playing/{bool}","id":"854d390f-c544-40fd-9c23-70ec286b35de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/playing/true","urlObject":{"protocol":"http","port":"5555","path":["media","1","playing","true"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"854d390f-c544-40fd-9c23-70ec286b35de"},{"name":"/media/{player}/beginning/{bool}","id":"1eaf91e2-42d1-4812-9a4a-870b2c76f7e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/beginning/true","urlObject":{"protocol":"http","port":"5555","path":["media","1","beginning","true"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1eaf91e2-42d1-4812-9a4a-870b2c76f7e4"},{"name":"/media/{player}/frame/{int}","id":"9e812ba0-b3c1-4b76-97ad-4517b8ab4e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/frame/5","urlObject":{"protocol":"http","port":"5555","path":["media","1","frame","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e812ba0-b3c1-4b76-97ad-4517b8ab4e24"},{"name":"/media/{player}/type/{type}","id":"ff25077e-2f1b-4d0d-a488-7de3dd03fb10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/type/still","description":"<p>Set the type for the media player. Can either be \"still\" or \"clip\"</p>\n","urlObject":{"protocol":"http","port":"5555","path":["media","1","type","still"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff25077e-2f1b-4d0d-a488-7de3dd03fb10"},{"name":"/media/{player}/still/{still}","id":"de76752e-6482-4bf8-b9b8-ba014528f607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/still/0","description":"<p>Sets a media player to a specified still.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["media","1","still","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bb49a2b8-5e25-44ec-a731-18d99a74e9da","name":"/media/{player}/still/{still}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/still/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.10.4"},{"key":"Date","value":"Sun, 04 Sep 2022 21:47:31 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'player': 1, 'still': 0}"}],"_postman_id":"de76752e-6482-4bf8-b9b8-ba014528f607"},{"name":"/media/{player}/clip/{clip}","id":"500a62f4-f464-440f-afa4-5842dee8a45f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/media/1/clip/2","description":"<p>Set the type for the media player. Can either be \"still\" or \"clip\"</p>\n","urlObject":{"protocol":"http","port":"5555","path":["media","1","clip","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"500a62f4-f464-440f-afa4-5842dee8a45f"}],"id":"e2521868-709d-40ac-9758-a31baa686d94","_postman_id":"e2521868-709d-40ac-9758-a31baa686d94","description":""},{"name":"/","event":[{"listen":"test","script":{"id":"042618ba-5d08-40d1-bdc4-679abbe24f9e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"model\");\r","});"],"type":"text/javascript"}}],"id":"30563203-0551-40af-8f66-1f7915477a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/","description":"<p>Default path for API. Returns the ATEM's model.</p>\n","urlObject":{"protocol":"http","port":"5555","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"93e35fdd-3ffb-465e-a7df-8181dcb9f6d2","name":"/","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 05:16:03 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'model': 'ATEM Television Studio HD'}"}],"_postman_id":"30563203-0551-40af-8f66-1f7915477a3a"},{"name":"/","event":[{"listen":"test","script":{"id":"042618ba-5d08-40d1-bdc4-679abbe24f9e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"model\");\r","});"],"type":"text/javascript"}}],"id":"04b50753-0f4c-4f2d-b86c-7c7f2a60f105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/","description":"<p>Default path for API. Returns the ATEM's model.</p>\n","urlObject":{"protocol":"http","port":"5555","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"087a7e4a-d89f-4b47-bdd7-47b4e0eec74c","name":"/","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 23:18:15 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'model': 'ATEM Television Studio HD'}"}],"_postman_id":"04b50753-0f4c-4f2d-b86c-7c7f2a60f105"},{"name":"/model","event":[{"listen":"test","script":{"id":"eb32f0d5-970e-4dd1-b1d0-55d5da4dee26","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"model\");\r","});"],"type":"text/javascript"}}],"id":"f967a988-fb6c-45a3-98d0-5028418524e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/model","description":"<p>Explicit path for requesting the ATEM's model.</p>\n","urlObject":{"protocol":"http","port":"5555","path":["model"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3b78103e-0680-41e1-b2e2-77e6f2758d0c","name":"/model","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Password1","type":"text"}],"url":"http://localhost:5555/model"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.9.7"},{"key":"Date","value":"Wed, 13 Jul 2022 05:16:43 GMT"},{"key":"Content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{'model': 'ATEM Television Studio HD'}"}],"_postman_id":"f967a988-fb6c-45a3-98d0-5028418524e8"}],"event":[{"listen":"prerequest","script":{"id":"dd9b38b0-439a-434e-aa05-09fbb2a68134","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b622eb47-941e-48d2-99bf-7f4d0a75d598","type":"text/javascript","exec":[""]}}]}