{ "info": { "_postman_id": "8c768add-8eed-40e0-b08e-eaa4ae9909fb", "name": "minipad4", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "GET_UPDATE_CONFIGS", "item": [ { "name": "DATA_OUTPUT", "item": [ { "name": "HEARTBEAT", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output/heartbeat", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output", "heartbeat" ] } }, "response": [] }, { "name": "HEARTBEAT", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"enable\": true,\n \"period_sec\": 2,\n \"enable_on_mqtt\": true,\n \"enable_on_socket\": true,\n \"enable_on_http_post\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output/heartbeat", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output", "heartbeat" ] } }, "response": [] }, { "name": "MQTT", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output/mqtt", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output", "mqtt" ] } }, "response": [] }, { "name": "MQTT", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"enable\": true,\n \"url\": \"10.0.0.55\",\n \"port\": 1883,\n \"enable_tls\": false,\n \"client_id\": \"5MCrR:Minipad4\",\n \"username\": \"5MCrR:Minipad4\",\n \"password\": \"passpass\",\n \"inventory_topic\": \"5MCrR/Minipad4/inventory\",\n \"ble_topic\": \"5MCrR/Minipad4/ble\",\n \"heartbeat_topic\": \"5MCrR/Minipad4/heartbeat\",\n \"info_topic\": \"5MCrR/Minipad4/info\",\n \" \": \"5MCrR/Minipad4/command\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output/mqtt", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output", "mqtt" ] } }, "response": [] }, { "name": "DATA_OUTPUT", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output" ] } }, "response": [] }, { "name": "SOCKET", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output/socket", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output", "socket" ] } }, "response": [] }, { "name": "SOCKET", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"enable\": false,\n \"port\": 14152\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output/socket", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output", "socket" ] } }, "response": [] }, { "name": "HTTP_POST", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/data_output/http_post", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "data_output", "http_post" ] } }, "response": [] } ] }, { "name": "LOGIN", "item": [ { "name": "LOGIN", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/login", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "login" ] } }, "response": [] }, { "name": "LOGIN", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n\t\"username\": \"identix\",\n\t\"password\": \"identix\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/login", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "login" ] } }, "response": [] } ] }, { "name": "WIFI", "item": [ { "name": "WIFI", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/wifi", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "wifi" ] } }, "response": [] }, { "name": "WIFI", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"access_point\": {\r\n \"hidden\": false,\r\n \"channel\": 0,\r\n \"disable_after_sta_connect\": true,\r\n \"disable_count_sec\": 600\r\n },\r\n \"station\": {\r\n \"ssid\": \"IDENTIX\",\r\n \"password\": \"idntx@13\",\r\n \"enable_static\": true,\r\n \"ip\": \"10.0.0.70\",\r\n \"gateway\": \"255.255.255.0\",\r\n \"netmask\": \"10.0.0.1\",\r\n \"primary_dns\": \"10.0.0.1\",\r\n \"backup_dns\": \"0.0.0.0\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/wifi", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "wifi" ] } }, "response": [] } ] }, { "name": "FIRMWARE_UPDATE", "item": [ { "name": "FW_UPDATE", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/firmware_update", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "firmware_update" ] } }, "response": [] }, { "name": "FW_UPDATE", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n\t\"url\": \"http://10.0.0.55:8080/minipad4.bin\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/firmware_update", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "firmware_update" ] } }, "response": [] } ] }, { "name": "DATETIME", "item": [ { "name": "DATETIME", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/date_time", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "date_time" ] } }, "response": [] }, { "name": "DATETIME", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"ntp_enable\": true,\n \"ntp_servers\": \"pool.ntp.org,ntp-d.nist.gov,time.nist.gov\",\n \"enable_svt\": true,\n \"timezone\": 27,\n \"date\": \"2019-06-10\",\n \"time\": \"01:49:53\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/date_time", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "date_time" ] } }, "response": [] } ] }, { "name": "BLE", "item": [ { "name": "BLE", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/ble", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "ble" ] } }, "response": [] }, { "name": "BLE", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n\t\"enable\": false,\n \"automatic\": false,\n \"scan_speed\": 0\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/ble", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "ble" ] } }, "response": [] }, { "name": "FILTER", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/ble/filter", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "ble", "filter" ] } }, "response": [] }, { "name": "FILTER", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"generic\": false,\n \"ibeacon\": true,\n \"eddystone_uid\": false,\n \"eddystone_url\": false,\n \"eddystone_tlm\": false,\n \"altbeacon\": false,\n \"identix\": false,\n \"identix_accelerometer\": false,\n \"identix_temperature\": false,\n \"rssi\": false,\n \"rssi_threshold\": -20,\n \"regex\": false,\n \"regex_string\": \"AB:C|EC\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/ble/filter", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "ble", "filter" ] } }, "response": [] } ] }, { "name": "RFID", "item": [ { "name": "RFID", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid" ] } }, "response": [] }, { "name": "RADIO", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/radio", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "radio" ] } }, "response": [] }, { "name": "RADIO", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"region\": 257,\n \"enable_inventory_on_high_vswr\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/radio", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "radio" ] } }, "response": [] }, { "name": "INVENTORY", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/inventory", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "inventory" ] } }, "response": [] }, { "name": "INVENTORY", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n\t\"automatic\": true\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/inventory", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "inventory" ] } }, "response": [] }, { "name": "ANTENNAS", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/antennas", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "antennas" ] } }, "response": [] }, { "name": "ANTENNAS", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "[\n {\n \"enable\": true,\n \"tx_power_cdbm\": 2500\n },\n {\n \"enable\": true,\n \"tx_power_cdbm\": 500\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/antennas", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "antennas" ] } }, "response": [] }, { "name": "MODE_AND_SESSION", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/mode_and_session", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "mode_and_session" ] } }, "response": [] }, { "name": "MODE_AND_SESSION", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"search_mode\": 1,\n \"session\": 0,\n \"profile\": 3,\n \"population_estimate\": 16\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/mode_and_session", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "mode_and_session" ] } }, "response": [] }, { "name": "REPORT_FIELDS", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"fast_id\": false,\n \"rssi\": false,\n \"phase\": false,\n \"channel\": false,\n \"antenna\": true,\n \"reader_name\": false,\n \"timestamp\": false\n} ", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/report_fields", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "report_fields" ] } }, "response": [] }, { "name": "REPORT_FIELDS", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "{\n \"fast_id\": false,\n \"rssi\": true,\n \"phase\": true,\n \"channel\": false,\n \"antenna\": false,\n \"reader_name\": true,\n \"timestamp\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/report_fields", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "report_fields" ] } }, "response": [] }, { "name": "DATA_TRANSFORMATION", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/data_transformation", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "data_transformation" ] } }, "response": [] }, { "name": "DATA_TRANSFORMATION", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "\t{\n\t \"epc_truncate\": false,\n\t \"epc_truncate_start\": 0,\n\t \"epc_truncate_length\": 4,\n\t \"epc_additional_prefix\": \"\",\n\t \"epc_additional_suffix\": \"\"\n\t}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/data_transformation", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "data_transformation" ] } }, "response": [] }, { "name": "RFID_FILTER", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/filter", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "filter" ] } }, "response": [] }, { "name": "RFID_FILTER", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"rssi\": false,\n \"rssi_threshold\": -5001,\n \"epc\": false,\n \"epc_regex_string\": \"^E280\",\n \"GEN2\": false,\n \"memory_bank\": 1,\n \"target\": 4,\n \"action\": 3,\n \"bit_pointer\": 32,\n \"hexadecimal_mask\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/rfid/filter", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "rfid", "filter" ] } }, "response": [] } ] }, { "name": "ALL", "request": { "method": "GET", "header": [], "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/config/all", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "config", "all" ] } }, "response": [] }, { "name": "START_STOP", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n\t\"inventory\":true,\n\t\"ble\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://{{MINIPAD_IP}}:{{MINIPAD_PORT}}/start/stop", "protocol": "http", "host": [ "{{MINIPAD_IP}}" ], "port": "{{MINIPAD_PORT}}", "path": [ "start", "stop" ] } }, "response": [] } ] }, { "name": "POST_HANDLERS", "item": [ { "name": "LOGIN", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n\t\"username\": \"identix\",\n\t\"password\": \"identix\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://10.0.0.59/config/login", "protocol": "http", "host": [ "10", "0", "0", "59" ], "path": [ "config", "login" ] } }, "response": [] } ] } ] }