Commit 73263717 by Lee Daehyun

communication API spec

parent 4436cb9e
{
"info": {
"_postman_id": "912a102d-0f0b-47bd-af4d-afc7579ac41e",
"name": "AbookCheck_communication_API",
"description": "# Introduction\nCOMMUNICATION CHAT API\n\n# Overview\nThings that the developers should know about\n\n# Authentication\nWhat is the preferred way of using the API?\n\n# Error Codes\nバリデータエラー : httpstatus:400,\nsIdエラー : httpstatus:403,\nシステムエラー : httpstatus:500,\nエラーメッセージ\n\n# Rate limit\nIs there a limit to the number of requests an user can send?",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "sp2",
"item": [
{
"name": "getMyInfo API",
"item": [
{
"name": "getMyInfo",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=9",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "9"
}
]
}
},
"response": [
{
"name": "getMyInfo",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=9",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "9"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Thu, 04 Feb 2021 01:51:27 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "233"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\n \"httpStatus\": 200,\n \"presentTime\": \"2021-02-04 10:51:27\",\n \"presentTimeUTC\": \"2021-02-04T01:51:27Z\",\n \"body\": {\n \"shopMemberId\": 889,\n \"memberName\": \"fermi5\",\n \"profileImagePath\": \"/mnt/nas/ABK/S0059/USER/fermi5/fermi5.jpg\",\n \"groupIdList\": [\n 1372,\n 1373\n ]\n }\n}"
}
]
}
]
},
{
"name": "getGroupInfoList API",
"item": [
{
"name": "getGroupInfoList",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"groupInfoList\": {\r\n \"sid\" : \"wewewe\",\r\n \"cmd\" : 1\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=1372,1373&updatedDate=20210421165150,20210421165153",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "1372,1373"
},
{
"key": "updatedDate",
"value": "20210421165150,20210421165153"
}
]
}
},
"response": [
{
"name": "getGroupInfoList",
"originalRequest": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"groupInfoList\": {\r\n \"sid\" : \"wewewe\",\r\n \"cmd\" : 1\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=1372,1373&updatedDate=20210421165150,20210421165153",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "1372,1373"
},
{
"key": "updatedDate",
"value": "20210421165150,20210421165153"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Thu, 04 Feb 2021 02:18:43 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "1799"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\"httpStatus\":200,\"presentTime\":\"2021-02-04 11:18:43\",\"presentTimeUTC\":\"2021-02-04T02:18:43Z\",\"body\":{\"groupInfoList\":[{\"groupId\":1372,\"parentGroupId\":1371,\"groupName\":\"B\",\"delFlg\":0,\"childGroupList\":[{\"groupId\":1410,\"groupName\":\"Bのサブ\",\"delFlg\":0},{\"groupId\":1411,\"groupName\":\"Bのサブ2\",\"delFlg\":0}],\"groupMemberList\":[{\"shopMemberId\":943,\"memberName\":\"test3\",\"delFlg\":0},{\"shopMemberId\":920,\"memberName\":\"test-A\",\"profileImagePath\":\"\",\"delFlg\":0},{\"shopMemberId\":890,\"memberName\":\"fermi6\",\"delFlg\":0},{\"shopMemberId\":884,\"memberName\":\"fermi2\",\"profileImagePath\":\"/mnt/nas/ABK/S0059/USER/fermi2/fermi2.png\",\"delFlg\":0},{\"shopMemberId\":944,\"memberName\":\"test4\",\"delFlg\":0},{\"shopMemberId\":942,\"memberName\":\"test2\",\"delFlg\":0},{\"shopMemberId\":889,\"memberName\":\"fermi5\",\"profileImagePath\":\"/mnt/nas/ABK/S0059/USER/fermi5/fermi5.jpg\",\"delFlg\":0},{\"shopMemberId\":881,\"memberName\":\"fermi1\",\"delFlg\":0},{\"shopMemberId\":883,\"memberName\":\"fermi3\",\"delFlg\":0},{\"shopMemberId\":885,\"memberName\":\"fermi4\",\"profileImagePath\":\"/mnt/nas/ABK/S0059/USER/fermi4/fermi4.png\",\"delFlg\":0},{\"shopMemberId\":887,\"memberName\":\"agtkr2\",\"profileImagePath\":\"/mnt/nas/ABK/S0059/USER/agtkr2/agtkr2.jpg\",\"delFlg\":0}],\"groupInfoLastUpdateDate\":\"20210204105117\"},{\"groupId\":1373,\"parentGroupId\":1371,\"groupName\":\"A\",\"delFlg\":0,\"childGroupList\":[],\"groupMemberList\":[{\"shopMemberId\":935,\"memberName\":\"api_test1\",\"profileImagePath\":\"/mnt/nas/ABK/S0059/USER/api_test1/api_test1.jpg\",\"delFlg\":0},{\"shopMemberId\":929,\"memberName\":\"kimp1\",\"profileImagePath\":\"/mnt/nas/ABK/S0059/USER/kimp1/kimp1.jpg\",\"delFlg\":0},{\"shopMemberId\":926,\"memberName\":\"kim-p1\",\"delFlg\":0},{\"shopMemberId\":889,\"memberName\":\"fermi5\",\"profileImagePath\":\"/mnt/nas/ABK/S0059/USER/fermi5/fermi5.jpg\",\"delFlg\":0}],\"groupInfoLastUpdateDate\":\"20210204111838\"}]}}"
}
]
},
{
"name": "[checksum]getGroupInfoList",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=1372,1373&updatedDate=20210204105117,20210204111838",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "1372,1373"
},
{
"key": "updatedDate",
"value": "20210204105117,20210204111838"
}
]
}
},
"response": [
{
"name": "[checksum]getGroupInfoList",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=1372,1373&updatedDate=20210204105117,20210204111838",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "1372,1373"
},
{
"key": "updatedDate",
"value": "20210204105117,20210204111838"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Thu, 04 Feb 2021 02:22:15 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "122"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\"httpStatus\":200,\"presentTime\":\"2021-02-04 11:22:15\",\"presentTimeUTC\":\"2021-02-04T02:22:15Z\",\"body\":{\"groupInfoList\":[]}}"
}
]
},
{
"name": "[全社]getGroupInfoList",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=0&updatedDate=20210421165153",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "0"
},
{
"key": "updatedDate",
"value": "20210421165153"
}
]
}
},
"response": [
{
"name": "[全社]getGroupInfoList",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=0&updatedDate=20210421165153",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "0"
},
{
"key": "updatedDate",
"value": "20210421165153"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Thu, 04 Feb 2021 02:19:58 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "598"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\n \"httpStatus\": 200,\n \"presentTime\": \"2021-02-04 11:19:58\",\n \"presentTimeUTC\": \"2021-02-04T02:19:58Z\",\n \"body\": {\n \"groupInfoList\": [\n {\n \"groupId\": 1373,\n \"groupName\": \"B\",\n \"delFlg\": 0\n },\n {\n \"groupId\": 1374,\n \"groupName\": \"C\",\n \"delFlg\": 0\n },\n {\n \"groupId\": 1372,\n \"groupName\": \"A\",\n \"delFlg\": 0\n },\n {\n \"groupId\": 1408,\n \"groupName\": \"D\",\n \"delFlg\": 0\n },\n {\n \"groupId\": 1410,\n \"groupName\": \"Bのサブ\",\n \"delFlg\": 0\n },\n {\n \"groupId\": 1411,\n \"groupName\": \"Bのサブ2\",\n \"delFlg\": 0\n },\n {\n \"groupId\": 1412,\n \"groupName\": \"E\",\n \"delFlg\": 1\n },\n {\n \"groupId\": 1413,\n \"groupName\": \"api_test\",\n \"delFlg\": 0\n },\n {\n \"groupId\": 1414,\n \"groupName\": \"Bのサブ1-2\",\n \"delFlg\": 0\n }\n ],\n \"groupInfoLastUpdateDate\": \"20210121165150\"\n }\n}"
}
]
},
{
"name": "[全社checksum]getGroupInfoList",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=0&updatedDate=20210121165150",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "0"
},
{
"key": "updatedDate",
"value": "20210121165150"
}
]
}
},
"response": [
{
"name": "[全社checksum]getGroupInfoList",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/user?sid={{sid}}&cmd=10&groupId=0&updatedDate=20210121165150",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"user"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "10"
},
{
"key": "groupId",
"value": "0"
},
{
"key": "updatedDate",
"value": "20210121165150"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Thu, 04 Feb 2021 02:25:03 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "122"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\"httpStatus\":200,\"presentTime\":\"2021-02-04 11:25:03\",\"presentTimeUTC\":\"2021-02-04T02:25:03Z\",\"body\":{\"groupInfoList\":[]}}"
}
]
}
]
},
{
"name": "getMessages API",
"item": [
{
"name": "getMessages",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/message?sid={{sid}}&cmd=2&roomId=69&lineNum=0",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"message"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "2"
},
{
"key": "roomId",
"value": "69"
},
{
"key": "lineNum",
"value": "0"
}
]
}
},
"response": [
{
"name": "getMessages",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/message?sid={{sid}}&cmd=2&roomId=69&lineNum=0",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"message"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "2"
},
{
"key": "roomId",
"value": "69"
},
{
"key": "lineNum",
"value": "0"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Thu, 04 Feb 2021 02:31:36 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "5908"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\n \"httpStatus\": 200,\n \"presentTime\": \"2021-02-04 11:31:36\",\n \"presentTimeUTC\": \"2021-02-04T02:31:36Z\",\n \"body\": {\n \"messageInfoList\": [\n {\n \"message\": \"っっq \",\n \"messageId\": 1175,\n \"shopId\": 59,\n \"shopMemberId\": 883,\n \"messageType\": 0,\n \"time\": {\n \"date\": 3,\n \"day\": 3,\n \"hours\": 17,\n \"minutes\": 22,\n \"month\": 1,\n \"nanos\": 107000000,\n \"seconds\": 13,\n \"time\": 1612340533107,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi3\"\n },\n {\n \"message\": \"<img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_164209-861IMG_20210122_095430.jpg&amp;roomId=69\\\" id=\\\"attachedImages\\\" style=\\\"max-width:100%\\\" data-title=\\\"20210125_164209-861IMG_20210122_095430.jpg\\\">\",\n \"messageId\": 1161,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 16,\n \"minutes\": 42,\n \"month\": 0,\n \"nanos\": 6000000,\n \"seconds\": 10,\n \"time\": 1611560530006,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_162358-605IMG_20210122_095430.jpg&amp;roomId=69\\\" id=\\\"attachedImages\\\" style=\\\"max-width:100%\\\" data-title=\\\"20210125_162358-605IMG_20210122_095430.jpg\\\">\",\n \"messageId\": 1160,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 16,\n \"minutes\": 23,\n \"month\": 0,\n \"nanos\": 765000000,\n \"seconds\": 59,\n \"time\": 1611559439765,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_161822-441IMG_20210122_095430.jpg&amp;roomId=69\\\" id=\\\"attachedImages\\\" data-title=\\\"20210125_161822-441IMG_20210122_095430.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_161822-441IMG_20210122_095430.jpg&amp;roomId=69\\\" style=\\\"max-width:100%\\\" data-title=\\\"20210125_161822-441IMG_20210122_095430.jpg\\\"></a>\",\n \"messageId\": 1159,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 16,\n \"minutes\": 18,\n \"month\": 0,\n \"nanos\": 549000000,\n \"seconds\": 22,\n \"time\": 1611559102549,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_161129-744IMG_20210122_095430.jpg&amp;roomId=69\\\" id=\\\"imageFile\\\" data-title=\\\"20210125_161129-744IMG_20210122_095430.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_161129-744IMG_20210122_095430.jpg&amp;roomId=69\\\" style=\\\"max-width:100%\\\" data-title=\\\"20210125_161129-744IMG_20210122_095430.jpg\\\"></a>\",\n \"messageId\": 1158,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 16,\n \"minutes\": 11,\n \"month\": 0,\n \"nanos\": 858000000,\n \"seconds\": 29,\n \"time\": 1611558689858,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_155717-778IMG_20210122_095430.jpg&amp;roomId=69\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20210125_155717-778IMG_20210122_095430.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_155717-778IMG_20210122_095430.jpg&amp;roomId=69\\\" style=\\\"max-width:100%\\\"></a>\",\n \"messageId\": 1157,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 15,\n \"minutes\": 57,\n \"month\": 0,\n \"nanos\": 29000000,\n \"seconds\": 21,\n \"time\": 1611557841029,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_154440-387IMG_20210122_095430.jpg&amp;roomId=69\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20210125_154440-387IMG_20210122_095430.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_154440-387IMG_20210122_095430.jpg&amp;roomId=69\\\" style=\\\"max-width:100%\\\"><a href=\\\"/acms/fermi/chatapi/file/download?fileName=20210125_154440-387IMG_20210122_095430.jpg&amp;roomId=69\\\" class=\\\"fa fa-download\\\" download=\\\"20210125_154440-348IMG_20210122_095430.jpg\\\"></a></a>\",\n \"messageId\": 1156,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 15,\n \"minutes\": 44,\n \"month\": 0,\n \"nanos\": 496000000,\n \"seconds\": 40,\n \"time\": 1611557080496,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_153357-898IMG_20210122_095430.jpg&amp;roomId=69\\\" id=\\\"imageFile\\\" data-title=\\\"20210125_153357-898IMG_20210122_095430.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_153357-898IMG_20210122_095430.jpg&amp;roomId=69\\\" style=\\\"max-width:100%\\\"></a>\",\n \"messageId\": 1155,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 15,\n \"minutes\": 33,\n \"month\": 0,\n \"nanos\": 17000000,\n \"seconds\": 58,\n \"time\": 1611556438017,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210125_151740-006IMG_20210122_095430.jpg&amp;roomId=69\\\" style=\\\"max-width:100%\\\">\",\n \"messageId\": 1154,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"messageType\": 1,\n \"time\": {\n \"date\": 25,\n \"day\": 1,\n \"hours\": 15,\n \"minutes\": 17,\n \"month\": 0,\n \"nanos\": 712000000,\n \"seconds\": 40,\n \"time\": 1611555460712,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n },\n {\n \"message\": \"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210122_184812-349IMG_20210122_095430.jpg&amp;roomId=69\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20210122_184812-349IMG_20210122_095430.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210122_184812-349IMG_20210122_095430.jpg&amp;roomId=69\\\" style=\\\"max-width:100%\\\"><a href=\\\"/acms/fermi/chatapi/file/download?fileName=20210122_184812-349IMG_20210122_095430.jpg&amp;roomId=69\\\" class=\\\"fa fa-download\\\" download=\\\"20210122_184812-301IMG_20210122_095430.jpg\\\"></a></a>\",\n \"messageId\": 1153,\n \"shopId\": 59,\n \"shopMemberId\": 890,\n \"imageName\": \"20210122_184812-349IMG_20210122_095430.jpg\",\n \"downloadFileName\": \"20210122_184812-301IMG_20210122_095430.jpg\",\n \"messageType\": 1,\n \"time\": {\n \"date\": 22,\n \"day\": 5,\n \"hours\": 18,\n \"minutes\": 48,\n \"month\": 0,\n \"nanos\": 485000000,\n \"seconds\": 12,\n \"time\": 1611308892485,\n \"timezoneOffset\": -540,\n \"year\": 121\n },\n \"cryptedMemberName\": \"fermi6\"\n }\n ]\n }\n}"
}
]
},
{
"name": "[メッセージが無いチャットルーム]getMessages",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/message?sid={{sid}}&cmd=2&roomId=160&lineNum=0",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"message"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "2"
},
{
"key": "roomId",
"value": "160"
},
{
"key": "lineNum",
"value": "0"
}
]
}
},
"response": [
{
"name": "[メッセージが無いチャットルーム]getMessages",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/message?sid={{sid}}&cmd=2&roomId=160&lineNum=0",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"message"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "2"
},
{
"key": "roomId",
"value": "160"
},
{
"key": "lineNum",
"value": "0"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Thu, 04 Feb 2021 02:33:49 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "124"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\n \"httpStatus\": 200,\n \"presentTime\": \"2021-02-04 11:33:49\",\n \"presentTimeUTC\": \"2021-02-04T02:33:49Z\",\n \"body\": {\n \"messageInfoList\": []\n }\n}"
}
]
}
]
},
{
"name": "getChatRooms API",
"item": [
{
"name": "getChatRooms",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"user-agent": true
}
},
"request": {
"method": "GET",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/room?sid={{sid}}&cmd=5",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"room"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "5"
}
]
}
},
"response": []
}
]
}
]
},
{
"name": "sp3",
"item": [
{
"name": "uploadArchive API",
"item": [
{
"name": "uploadArchive",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"user-agent": true
}
},
"request": {
"method": "POST",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "sid",
"value": "{{sid}}",
"type": "text"
},
{
"key": "fileName",
"value": "collaborationFile",
"type": "text"
},
{
"key": "collaborationType",
"value": "1",
"type": "text"
},
{
"key": "saveDate",
"value": "20210127135533",
"type": "text"
},
{
"key": "fileData",
"type": "file",
"src": "/C:/Users/lee-dh/Desktop/Schedule/11月/04/ガイドライン新大久保.jpg"
},
{
"key": "roomId",
"value": "3",
"type": "text"
}
]
},
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/file/uploadArchive",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"file",
"uploadArchive"
]
}
},
"response": [
{
"name": "uploadArchive",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "sid",
"value": "{{sid}}",
"type": "text"
},
{
"key": "fileName",
"value": "collaborationFile",
"type": "text"
},
{
"key": "collaborationType",
"value": "1",
"type": "text"
},
{
"key": "saveDate",
"value": "20210127135533",
"type": "text"
},
{
"key": "fileData",
"type": "file",
"src": "/C:/Users/lee-dh/Desktop/Schedule/11月/04/ガイドライン新大久保.jpg"
},
{
"key": "roomId",
"value": "3",
"type": "text"
}
]
},
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/file/uploadArchive",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"file",
"uploadArchive"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Mon, 08 Feb 2021 05:12:45 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "34"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\n \"httpStatus\": 200,\n \"errMessage\": \"\"\n}"
}
]
}
]
},
{
"name": "exitRoom API",
"item": [
{
"name": "exitRoom",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/room?sid={{sid}}&cmd=3&roomId=211",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"room"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "3"
},
{
"key": "roomId",
"value": "211"
}
]
}
},
"response": [
{
"name": "exitRoom",
"originalRequest": {
"method": "POST",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/room?sid={{sid}}&cmd=3&roomId=240",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"room"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "3"
},
{
"key": "roomId",
"value": "240"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Mon, 08 Feb 2021 07:40:40 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\"httpStatus\":200,\"presentTime\":\"2021-02-08 16:40:34\",\"presentTimeUTC\":\"2021-02-08T07:40:34Z\",\"body\":{\"chatRoomInfoList\":[{\"roomId\":69,\"roomName\":\"ひらがな。\",\"message\":\"っっq \",\"time\":{\"date\":3,\"day\":3,\"hours\":17,\"minutes\":22,\"month\":1,\"nanos\":107000000,\"seconds\":13,\"time\":1612340533107,\"timezoneOffset\":-540,\"year\":121},\"unreadCount\":29,\"roomType\":1,\"messageType\":0},{\"roomId\":58,\"roomName\":\"テスト44\",\"message\":\"じゃじゃ \",\"time\":{\"date\":3,\"day\":3,\"hours\":17,\"minutes\":21,\"month\":1,\"nanos\":324000000,\"seconds\":32,\"time\":1612340492324,\"timezoneOffset\":-540,\"year\":121},\"unreadCount\":3,\"roomType\":1,\"messageType\":0},{\"roomId\":3,\"roomName\":\"テストルーム11\",\"message\":\"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210203_142830-7421612330548101.jpg&amp;roomId=3\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20210203_142830-7421612330548101.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210203_142830-7421612330548101.jpg&amp;roomId=3\\\" style=\\\"max-width:100%\\\"><a href=\\\"/acms/fermi/chatapi/file/download?fileName=20210203_142830-7421612330548101.jpg&amp;roomId=3\\\" class=\\\"fa fa-download\\\" download=\\\"20210203_142830-7421612330548101.jpg\\\"><\\/a><\\/a>\",\"time\":{\"date\":3,\"day\":3,\"hours\":14,\"minutes\":28,\"month\":1,\"nanos\":867000000,\"seconds\":30,\"time\":1612330110867,\"timezoneOffset\":-540,\"year\":121},\"unreadCount\":12,\"roomType\":1,\"messageType\":1},{\"roomId\":202,\"roomName\":\"fermi5,api_test2,api_test1,tstmk1\",\"message\":\"aaa \",\"time\":{\"date\":21,\"day\":4,\"hours\":12,\"minutes\":9,\"month\":0,\"nanos\":923000000,\"seconds\":36,\"time\":1611198576923,\"timezoneOffset\":-540,\"year\":121},\"roomType\":1,\"messageType\":0},{\"roomId\":193,\"roomName\":\"tstmk1,tstmk2,fermi5\",\"message\":\"Aa \",\"time\":{\"date\":20,\"day\":3,\"hours\":13,\"minutes\":55,\"month\":0,\"nanos\":779000000,\"seconds\":53,\"time\":1611118553779,\"timezoneOffset\":-540,\"year\":121},\"roomType\":1,\"messageType\":0},{\"roomId\":157,\"roomName\":\"tstmk1,api_test1,fermi5\",\"message\":\"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210106_142742-214IMG_20201126_075653.jpg&amp;roomId=157\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20210106_142742-214IMG_20201126_075653.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210106_142742-214IMG_20201126_075653.jpg&amp;roomId=157\\\" style=\\\"max-width:100%\\\"><a href=\\\"/acms/fermi/chatapi/file/download?fileName=20210106_142742-214IMG_20201126_075653.jpg&amp;roomId=157\\\" class=\\\"fa fa-download\\\" download=\\\"20210106_142742-184IMG_20201126_075653.jpg\\\"><\\/a><\\/a>\",\"time\":{\"date\":6,\"day\":3,\"hours\":14,\"minutes\":27,\"month\":0,\"nanos\":188000000,\"seconds\":46,\"time\":1609910866188,\"timezoneOffset\":-540,\"year\":121},\"roomType\":1,\"messageType\":0},{\"roomId\":158,\"roomName\":\"tstmk1,agtkr1,agtkr2,fermi1,fermi2,fermi3,fermi4,fermi5,fermi6\",\"message\":\"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210104_140500-6411605674025676.jpg&amp;roomId=158\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20210104_140500-6411605674025676.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20210104_140500-6411605674025676.jpg&amp;roomId=158\\\" style=\\\"max-width:100%\\\"><a href=\\\"/acms/fermi/chatapi/file/download?fileName=20210104_140500-6411605674025676.jpg&amp;roomId=158\\\" class=\\\"fa fa-download\\\" download=\\\"20210104_140500-6411605674025676.jpg\\\"><\\/a><\\/a>\",\"time\":{\"date\":4,\"day\":1,\"hours\":14,\"minutes\":5,\"month\":0,\"nanos\":769000000,\"seconds\":0,\"time\":1609736700769,\"timezoneOffset\":-540,\"year\":121},\"unreadCount\":4,\"roomType\":1,\"messageType\":0},{\"roomId\":147,\"roomName\":\"TestMKMK\",\"message\":\"i \",\"time\":{\"date\":25,\"day\":5,\"hours\":14,\"minutes\":30,\"month\":11,\"nanos\":192000000,\"seconds\":41,\"time\":1608874241192,\"timezoneOffset\":-540,\"year\":120},\"unreadCount\":13,\"roomType\":1,\"messageType\":0},{\"roomId\":149,\"roomName\":\"Abc\",\"message\":\"<a href=\\\"/acms/fermi/chatapi/file/getImage?fileName=20201222_103800-76420201222_104236.jpg&amp;roomId=149\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20201222_103800-76420201222_104236.jpg\\\"><img src=\\\"/acms/fermi/chatapi/file/getImage?fileName=20201222_103800-76420201222_104236.jpg&amp;roomId=149\\\" style=\\\"max-width:100%\\\"><a href=\\\"/acms/fermi/chatapi/file/download?fileName=20201222_103800-76420201222_104236.jpg&amp;roomId=149\\\" class=\\\"fa fa-download\\\" download=\\\"20201222_103800-61120201222_104236.jpg\\\"><\\/a><\\/a>\",\"time\":{\"date\":22,\"day\":2,\"hours\":10,\"minutes\":38,\"month\":11,\"nanos\":196000000,\"seconds\":1,\"time\":1608601081196,\"timezoneOffset\":-540,\"year\":120},\"unreadCount\":3,\"roomType\":1,\"messageType\":0},{\"roomId\":148,\"roomName\":\"Hfdtuj\",\"message\":\"Ggg \",\"time\":{\"date\":18,\"day\":5,\"hours\":17,\"minutes\":12,\"month\":11,\"nanos\":740000000,\"seconds\":22,\"time\":1608279142740,\"timezoneOffset\":-540,\"year\":120},\"unreadCount\":2,\"roomType\":1,\"messageType\":0},{\"roomId\":62,\"roomName\":\"っっtsd\",\"message\":\"Zzz \",\"time\":{\"date\":18,\"day\":5,\"hours\":16,\"minutes\":51,\"month\":11,\"nanos\":256000000,\"seconds\":12,\"time\":1608277872256,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":143,\"roomName\":\"Gg\",\"message\":\"Hi nice to meet you :) \",\"time\":{\"date\":18,\"day\":5,\"hours\":11,\"minutes\":23,\"month\":11,\"nanos\":706000000,\"seconds\":17,\"time\":1608258197706,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":100,\"roomName\":\"ChatRoom3\",\"message\":\"nice\",\"time\":{\"date\":10,\"day\":4,\"hours\":10,\"minutes\":24,\"month\":11,\"nanos\":288000000,\"seconds\":48,\"time\":1607563488288,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":84,\"roomName\":\"Hello\",\"message\":\"jjjj \",\"time\":{\"date\":3,\"day\":4,\"hours\":12,\"minutes\":15,\"month\":11,\"nanos\":382000000,\"seconds\":4,\"time\":1606965304382,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":83,\"roomName\":\"Lllllll\",\"message\":\"Zzzz \",\"time\":{\"date\":3,\"day\":4,\"hours\":9,\"minutes\":35,\"month\":11,\"nanos\":977000000,\"seconds\":54,\"time\":1606955754977,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":71,\"roomName\":\"test1130\",\"message\":\"Ggg \",\"time\":{\"date\":2,\"day\":3,\"hours\":16,\"minutes\":40,\"month\":11,\"nanos\":55000000,\"seconds\":16,\"time\":1606894816055,\"timezoneOffset\":-540,\"year\":120},\"unreadCount\":1,\"roomType\":1,\"messageType\":0},{\"roomId\":63,\"roomName\":\"1\",\"message\":\"<a href=\\\"https://chatdev2.abook.bz/acms/fermi/chatapi/file/getImage?fileName=20201126_110945-5011605678662816.jpg&amp;roomId=63\\\" data-lightbox=\\\"attachedImages\\\" data-title=\\\"20201126_110945-5011605678662816.jpg\\\"><img src=\\\"https://chatdev2.abook.bz/acms/fermi/chatapi/file/getImage?fileName=20201126_110945-5011605678662816.jpg&amp;roomId=63\\\" style=\\\"max-width:100%\\\"><a href=\\\"https://chatdev2.abook.bz/acms/fermi/chatapi/file/download?fileName=20201126_110945-5011605678662816.jpg&amp;roomId=63\\\" class=\\\"fa fa-download\\\" download=\\\"20201126_110945-5011605678662816.jpg\\\"><\\/a><\\/a>\",\"time\":{\"date\":26,\"day\":4,\"hours\":11,\"minutes\":9,\"month\":10,\"nanos\":623000000,\"seconds\":45,\"time\":1606356585623,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":61,\"roomName\":\"TESTROOM3\",\"message\":\"Z \",\"time\":{\"date\":25,\"day\":3,\"hours\":13,\"minutes\":44,\"month\":10,\"nanos\":56000000,\"seconds\":49,\"time\":1606279489056,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":56,\"roomName\":\"っっ\",\"message\":\"coviewsharerequest:galary\",\"time\":{\"date\":19,\"day\":4,\"hours\":16,\"minutes\":46,\"month\":10,\"nanos\":101000000,\"seconds\":21,\"time\":1605771981101,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":50,\"roomName\":\"testRoom\",\"message\":\"はい \",\"time\":{\"date\":19,\"day\":4,\"hours\":10,\"minutes\":7,\"month\":10,\"nanos\":677000000,\"seconds\":3,\"time\":1605748023677,\"timezoneOffset\":-540,\"year\":120},\"roomType\":1,\"messageType\":0},{\"roomId\":146,\"roomName\":\"Test2\",\"roomType\":1},{\"roomId\":145,\"roomName\":\"G\",\"roomType\":1},{\"roomId\":165,\"roomName\":\"tstmk2,agtkr1,fermi1,fermi3,fermi5\",\"roomType\":1},{\"roomId\":221,\"roomName\":\"testAPI\",\"roomType\":2},{\"roomId\":85,\"roomName\":\"HI\",\"roomType\":1},{\"roomId\":68,\"roomName\":\"ss\",\"roomType\":1},{\"roomId\":94,\"roomName\":\"test\",\"roomType\":1},{\"roomId\":76,\"roomName\":\"Abcdef\",\"roomType\":1},{\"roomId\":79,\"roomName\":\"Ddd\",\"roomType\":1},{\"roomId\":220,\"roomName\":\"testAPI\",\"roomType\":2},{\"roomId\":161,\"roomName\":\"tstmk1,fermi5,kim-p1,kimp1\",\"roomType\":1}]}}"
}
]
}
]
},
{
"name": "getArchiveInfoList API",
"item": [
{
"name": "getArchiveInfoList",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"user-agent": true
}
},
"request": {
"method": "GET",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/archive?sid={{sid}}&cmd=1&updatedDate=20201223165232",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"archive"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "1"
},
{
"key": "updatedDate",
"value": "20201223165232"
}
]
}
},
"response": [
{
"name": "[archiveがない場合]getArchiveInfoList",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/archive?sid={{sid}}&cmd=1&updatedDate=20201223165232",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"archive"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "1"
},
{
"key": "updatedDate",
"value": "20201223165232"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Mon, 08 Feb 2021 05:23:01 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "151"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\"httpStatus\":200,\"presentTime\":\"2021-02-08 14:23:01\",\"presentTimeUTC\":\"2021-02-08T05:23:01Z\",\"body\":{\"archiveInfoList\":[],\"archiveLastUpdateDate\":\"\"}}"
},
{
"name": "getArchiveInfoList",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/archive?sid={{sid}}&cmd=1&updatedDate=20201223165231",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"archive"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "1"
},
{
"key": "updatedDate",
"value": "20201223165231"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Mon, 08 Feb 2021 05:20:06 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "395"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\"httpStatus\":200,\"presentTime\":\"2021-02-08 14:20:06\",\"presentTimeUTC\":\"2021-02-08T05:20:06Z\",\"body\":{\"archiveInfoList\":[{\"archiveId\":1,\"archiveName\":\"archive_test_name\",\"archiveDate\":{\"date\":23,\"day\":3,\"hours\":16,\"minutes\":52,\"month\":11,\"nanos\":987000000,\"seconds\":32,\"time\":1608709952987,\"timezoneOffset\":-540,\"year\":120},\"archiveType\":0,\"delFlg\":0}],\"archiveLastUpdateDate\":\"20201223165232\"}}"
},
{
"name": "[checksum]getArchiveInfoList",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/archive?sid={{sid}}&cmd=1&updatedDate=20201223165232",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"archive"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "1"
},
{
"key": "updatedDate",
"value": "20201223165232"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Mon, 08 Feb 2021 05:20:48 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "151"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\"httpStatus\":200,\"presentTime\":\"2021-02-08 14:20:48\",\"presentTimeUTC\":\"2021-02-08T05:20:48Z\",\"body\":{\"archiveInfoList\":[],\"archiveLastUpdateDate\":\"\"}}"
}
]
}
]
},
{
"name": "getFavoriteUser API",
"item": [
{
"name": "createNewRoom",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://localhost:8080/acms/fermi/chatapi/room?sid={{sid}}&cmd=2&roomType=2&inviteMemberIds=934&newRoomName&memberName",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"acms",
"fermi",
"chatapi",
"room"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "2"
},
{
"key": "roomType",
"value": "2"
},
{
"key": "inviteMemberIds",
"value": "934"
},
{
"key": "newRoomName",
"value": null
},
{
"key": "memberName",
"value": null
}
]
}
},
"response": [
{
"name": "createNewRoom",
"originalRequest": {
"method": "POST",
"header": [],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/room?sid={{sid}}&cmd=2&roomType=2&inviteMemberIds=890&newRoomName=testCreateRoom&memberName=fermi5",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"room"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "2"
},
{
"key": "roomType",
"value": "2"
},
{
"key": "inviteMemberIds",
"value": "890"
},
{
"key": "newRoomName",
"value": "testCreateRoom"
},
{
"key": "memberName",
"value": "fermi5"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "nginx/1.12.2"
},
{
"key": "Date",
"value": "Mon, 08 Feb 2021 07:37:03 GMT"
},
{
"key": "Content-Type",
"value": "text/plain;charset=UTF-8"
},
{
"key": "Content-Length",
"value": "350"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Cache-Control",
"value": "no-store, no-cache"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "-1"
}
],
"cookie": [],
"body": "{\n \"httpStatus\": 200,\n \"presentTime\": \"2021-02-08 16:36:58\",\n \"presentTimeUTC\": \"2021-02-08T07:36:58Z\",\n \"body\": {\n \"chatRoomInfo\": {\n \"roomId\": 240,\n \"roomName\": \"testCreateRoom\",\n \"attendUsers\": [\n {\n \"memberName\": \"fermi5\",\n \"shopMemberId\": 889,\n \"profileImagePath\": \"/mnt/nas/ABK/S0059/USER/fermi5/fermi5.jpg\",\n \"del_flg\": 0\n },\n {\n \"memberName\": \"fermi6\",\n \"shopMemberId\": 890,\n \"del_flg\": 0\n }\n ]\n }\n }\n}"
}
]
}
]
}
]
},
{
"name": "favorite API",
"item": [
{
"name": "getFavoriteUser",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"user-agent": true
}
},
"request": {
"method": "GET",
"header": [
{
"key": "User-Agent",
"value": "Android",
"type": "text"
}
],
"url": {
"raw": "https://chatdev2.abook.bz/acms/fermi/chatapi/favorite?sid={{sid}}&cmd=5",
"protocol": "https",
"host": [
"chatdev2",
"abook",
"bz"
],
"path": [
"acms",
"fermi",
"chatapi",
"favorite"
],
"query": [
{
"key": "sid",
"value": "{{sid}}"
},
{
"key": "cmd",
"value": "5"
},
{
"key": "",
"value": "",
"disabled": true
}
]
}
},
"response": []
}
]
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment