| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398 |
- {
- "info": {
- "_postman_id": "a670efda-9591-4304-af67-a8eb87c8b938",
- "name": "tg-live-game",
- "description": "TG Live Game Backend API Collection",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
- "_exporter_id": "42537936"
- },
- "item": [
- {
- "name": "tg-live-game-hono",
- "item": [
- {
- "name": "auth",
- "item": [
- {
- "name": "register",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "pm.environment.set(\"accessToken\", pm.response.json().data.accessToken);",
- "pm.environment.set(\"refreshToken\", pm.response.json().data.refreshToken);"
- ],
- "type": "text/javascript",
- "packages": {},
- "requests": {}
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"username\": \"pwtk003\",\n \"password\": \"test123456\",\n \"email\": \"pwtk003@pwtk.cc\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/auth/register",
- "host": ["{{baseUrl}}"],
- "path": ["api", "auth", "register"]
- }
- },
- "response": []
- },
- {
- "name": "login",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var jsonData = pm.response.json();",
- "if (jsonData.code === 200 && jsonData.data) {",
- " pm.collectionVariables.set('accessToken', jsonData.data.accessToken);",
- " pm.collectionVariables.set('refreshToken', jsonData.data.refreshToken);",
- "}"
- ],
- "type": "text/javascript",
- "packages": {},
- "requests": {}
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"username\": \"pwtk001\",\n \"password\": \"test123456\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/auth/login",
- "host": ["{{baseUrl}}"],
- "path": ["api", "auth", "login"]
- }
- },
- "response": []
- },
- {
- "name": "refresh",
- "event": [
- {
- "listen": "test",
- "script": {
- "exec": [
- "var jsonData = pm.response.json();",
- "if (jsonData.code === 200 && jsonData.data) {",
- " pm.collectionVariables.set('accessToken', jsonData.data.accessToken);",
- " pm.collectionVariables.set('refreshToken', jsonData.data.refreshToken);",
- "}"
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"refreshToken\": \"{{refreshToken}}\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/auth/refresh",
- "host": ["{{baseUrl}}"],
- "path": ["api", "auth", "refresh"]
- }
- },
- "response": []
- },
- {
- "name": "me",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/auth/me",
- "host": ["{{baseUrl}}"],
- "path": ["api", "auth", "me"]
- }
- },
- "response": []
- },
- {
- "name": "change-password",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"oldPassword\": \"admin123\",\n \"newPassword\": \"newpassword123\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/auth/change-password",
- "host": ["{{baseUrl}}"],
- "path": ["api", "auth", "change-password"]
- }
- },
- "response": []
- },
- {
- "name": "logout",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/auth/logout",
- "host": ["{{baseUrl}}"],
- "path": ["api", "auth", "logout"]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "users",
- "item": [
- {
- "name": "permissions",
- "item": [
- {
- "name": "list",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/users/:id/permissions",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users", ":id", "permissions"],
- "variable": [
- {
- "key": "id",
- "value": "69270add987591d84a5385ecea3d5ab0"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "add",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"camera_id\": \"camera_id_here\",\n \"permission\": \"view\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/users/:id/permissions",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users", ":id", "permissions"],
- "variable": [
- {
- "key": "id",
- "value": "user_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "delete",
- "request": {
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/users/:id/permissions/:permissionId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users", ":id", "permissions", ":permissionId"],
- "variable": [
- {
- "key": "id",
- "value": "user_id_here"
- },
- {
- "key": "permissionId",
- "value": "permission_id_here"
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "list",
- "request": {
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{accessToken}}",
- "type": "string"
- }
- ]
- },
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/users?page=1&pageSize=20",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "20"
- },
- {
- "key": "role",
- "value": "",
- "disabled": true
- },
- {
- "key": "status",
- "value": "",
- "disabled": true
- },
- {
- "key": "search",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "get",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/users/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "cdee69f27a05ae30d7b7622879ce1ddf"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "create",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"username\": \"newuser1\",\n \"password\": \"password123\",\n \"email\": \"newuser@example.com\",\n \"role\": \"viewer\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/users",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users"]
- }
- },
- "response": []
- },
- {
- "name": "update",
- "request": {
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"email\": \"updated@example.com\",\n \"role\": \"operator\",\n \"status\": \"active\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/users/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "db09b553ed4e1070be2f065c12e4fe81"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "delete",
- "request": {
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/users/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "users", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "db09b553ed4e1070be2f065c12e4fe81"
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "cameras",
- "item": [
- {
- "name": "list",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/cameras?page=1&pageSize=20",
- "host": ["{{baseUrl}}"],
- "path": ["api", "cameras"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "20"
- },
- {
- "key": "status",
- "value": "",
- "disabled": true
- },
- {
- "key": "type",
- "value": "",
- "disabled": true
- },
- {
- "key": "search",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "get",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/cameras/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "cameras", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "camera_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "create",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"Camera 1\",\n \"type\": \"rtsp\",\n \"protocol\": \"rtmps\",\n \"rtsp_url\": \"rtsp://example.com/stream\",\n \"location\": \"Room 101\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/cameras",
- "host": ["{{baseUrl}}"],
- "path": ["api", "cameras"]
- }
- },
- "response": []
- },
- {
- "name": "update",
- "request": {
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"name\": \"Camera 1 Updated\",\n \"location\": \"Room 102\",\n \"status\": \"online\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/cameras/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "cameras", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "camera_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "delete",
- "request": {
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/cameras/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "cameras", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "camera_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "sessions",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/cameras/:id/sessions?page=1&pageSize=20",
- "host": ["{{baseUrl}}"],
- "path": ["api", "cameras", ":id", "sessions"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "20"
- },
- {
- "key": "status",
- "value": "",
- "disabled": true
- }
- ],
- "variable": [
- {
- "key": "id",
- "value": "camera_id_here"
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "sessions",
- "item": [
- {
- "name": "list",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/sessions?page=1&pageSize=20",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "20"
- },
- {
- "key": "status",
- "value": "",
- "disabled": true
- },
- {
- "key": "camera_id",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "live",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/sessions/live",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions", "live"]
- }
- },
- "response": []
- },
- {
- "name": "get",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/sessions/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "session_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "start",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"camera_id\": \"camera_id_here\",\n \"live_input_id\": \"live_input_id_here\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/sessions",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions"]
- }
- },
- "response": []
- },
- {
- "name": "end",
- "request": {
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"recording_id\": \"recording_id_here\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/sessions/:id/end",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions", ":id", "end"],
- "variable": [
- {
- "key": "id",
- "value": "session_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "update-viewers",
- "request": {
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"viewer_count\": 100\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/sessions/:id/viewers",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions", ":id", "viewers"],
- "variable": [
- {
- "key": "id",
- "value": "session_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "stats",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/sessions/:id/stats",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions", ":id", "stats"],
- "variable": [
- {
- "key": "id",
- "value": "session_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "delete",
- "request": {
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/sessions/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "sessions", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "session_id_here"
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "stats",
- "item": [
- {
- "name": "view",
- "item": [
- {
- "name": "start",
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"video_id\": \"video_id_here\"\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/stats/view/start",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stats", "view", "start"]
- }
- },
- "response": []
- },
- {
- "name": "end",
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"view_id\": \"view_id_here\",\n \"watch_duration\": 300\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/stats/view/end",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stats", "view", "end"]
- }
- },
- "response": []
- },
- {
- "name": "heartbeat",
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"view_id\": \"view_id_here\",\n \"watch_duration\": 60\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/stats/view/heartbeat",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stats", "view", "heartbeat"]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "video",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stats/video/:videoId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stats", "video", ":videoId"],
- "variable": [
- {
- "key": "videoId",
- "value": "video_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "session",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stats/session/:sessionId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stats", "session", ":sessionId"],
- "variable": [
- {
- "key": "sessionId",
- "value": "session_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "overview",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stats/overview?days=7",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stats", "overview"],
- "query": [
- {
- "key": "days",
- "value": "7"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "views",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stats/views?page=1&pageSize=50",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stats", "views"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "50"
- },
- {
- "key": "video_id",
- "value": "",
- "disabled": true
- },
- {
- "key": "session_id",
- "value": "",
- "disabled": true
- },
- {
- "key": "user_id",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "audit-logs",
- "item": [
- {
- "name": "stats",
- "item": [
- {
- "name": "summary",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/audit-logs/stats/summary?days=7",
- "host": ["{{baseUrl}}"],
- "path": ["api", "audit-logs", "stats", "summary"],
- "query": [
- {
- "key": "days",
- "value": "7"
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "list",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/audit-logs?page=1&pageSize=50",
- "host": ["{{baseUrl}}"],
- "path": ["api", "audit-logs"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "50"
- },
- {
- "key": "action",
- "value": "",
- "disabled": true
- },
- {
- "key": "resource",
- "value": "",
- "disabled": true
- },
- {
- "key": "user_id",
- "value": "",
- "disabled": true
- },
- {
- "key": "start_date",
- "value": "",
- "disabled": true
- },
- {
- "key": "end_date",
- "value": "",
- "disabled": true
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "get",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/audit-logs/:id",
- "host": ["{{baseUrl}}"],
- "path": ["api", "audit-logs", ":id"],
- "variable": [
- {
- "key": "id",
- "value": "log_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "user",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/audit-logs/user/:userId?page=1&pageSize=20",
- "host": ["{{baseUrl}}"],
- "path": ["api", "audit-logs", "user", ":userId"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "20"
- }
- ],
- "variable": [
- {
- "key": "userId",
- "value": "user_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "resource",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/audit-logs/resource/:resource/:resourceId?page=1&pageSize=20",
- "host": ["{{baseUrl}}"],
- "path": ["api", "audit-logs", "resource", ":resource", ":resourceId"],
- "query": [
- {
- "key": "page",
- "value": "1"
- },
- {
- "key": "pageSize",
- "value": "20"
- }
- ],
- "variable": [
- {
- "key": "resource",
- "value": "camera"
- },
- {
- "key": "resourceId",
- "value": "resource_id_here"
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "stream",
- "item": [
- {
- "name": "video",
- "item": [
- {
- "name": "list",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/video/list",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "video", "list"]
- }
- },
- "response": []
- },
- {
- "name": "get",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/video/:videoId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "video", ":videoId"],
- "variable": [
- {
- "key": "videoId",
- "value": "video_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "delete",
- "request": {
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/video/:videoId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "video", ":videoId"],
- "variable": [
- {
- "key": "videoId",
- "value": "video_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "import",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"url\": \"https://example.com/video.mp4\",\n \"meta\": {\n \"name\": \"My Video\"\n }\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/stream/video/import",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "video", "import"]
- }
- },
- "response": []
- },
- {
- "name": "upload-url",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"maxDurationSeconds\": 3600,\n \"meta\": {\n \"name\": \"My Upload\"\n }\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/stream/video/upload-url",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "video", "upload-url"]
- }
- },
- "response": []
- },
- {
- "name": "playback",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/video/:videoId/playback",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "video", ":videoId", "playback"],
- "variable": [
- {
- "key": "videoId",
- "value": "video_id_here"
- }
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "live",
- "item": [
- {
- "name": "list",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/live/list",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "live", "list"]
- }
- },
- "response": []
- },
- {
- "name": "create",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"meta\": {\n \"name\": \"My Live Stream\"\n },\n \"recording\": {\n \"mode\": \"automatic\"\n }\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/stream/live",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "live"]
- }
- },
- "response": []
- },
- {
- "name": "get",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/live/:liveInputId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "live", ":liveInputId"],
- "variable": [
- {
- "key": "liveInputId",
- "value": "live_input_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "update",
- "request": {
- "method": "PUT",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"meta\": {\n \"name\": \"Updated Live Stream\"\n }\n}"
- },
- "url": {
- "raw": "{{baseUrl}}/api/stream/live/:liveInputId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "live", ":liveInputId"],
- "variable": [
- {
- "key": "liveInputId",
- "value": "live_input_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "delete",
- "request": {
- "method": "DELETE",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/live/:liveInputId",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "live", ":liveInputId"],
- "variable": [
- {
- "key": "liveInputId",
- "value": "live_input_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "playback",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/live/:liveInputId/playback",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "live", ":liveInputId", "playback"],
- "variable": [
- {
- "key": "liveInputId",
- "value": "live_input_id_here"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "recordings",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{baseUrl}}/api/stream/live/:liveInputId/recordings",
- "host": ["{{baseUrl}}"],
- "path": ["api", "stream", "live", ":liveInputId", "recordings"],
- "variable": [
- {
- "key": "liveInputId",
- "value": "live_input_id_here"
- }
- ]
- }
- },
- "response": []
- }
- ]
- }
- ]
- }
- ]
- }
- ],
- "auth": {
- "type": "bearer",
- "bearer": [
- {
- "key": "token",
- "value": "{{accessToken}}",
- "type": "string"
- }
- ]
- },
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "type": "text/javascript",
- "packages": {},
- "requests": {},
- "exec": [""]
- }
- },
- {
- "listen": "test",
- "script": {
- "type": "text/javascript",
- "packages": {},
- "requests": {},
- "exec": [""]
- }
- }
- ],
- "variable": [
- {
- "key": "baseUrl",
- "value": "http://localhost:8787"
- },
- {
- "key": "accessToken",
- "value": ""
- },
- {
- "key": "refreshToken",
- "value": ""
- }
- ]
- }
|