Api 문서 https://school.programmers.co.kr/app/courses/13627/parts/26718/lessons/106347/
User id 값 리스트
Test1 :
62a18f01d1b81239d875d1ea
Test2 :
62a18f7cd1b81239d875d1f0
jongGwan :
62a1904ad1b81239d875d1f7
Post /messages/create - 메세지 보내는 Api
요청 body // Test1 → Test2 로 보내는 메세지
{ "message" : "{type:'TTaBong', content:''}", "receiver": "62a18f7cd1b81239d875d1f0" }
응답
{ "seen": false, "_id": "62a196f5d1b81239d875d225", "message": "{type:'TTaBong', content:''}", "sender": { "role": "Regular", "emailVerified": false, "banned": false, "isOnline": false, "posts": [], "likes": [], "comments": [], "followers": [], "following": [], "notifications": [], "messages": [], "_id": "62a18f01d1b81239d875d1ea", "fullName": "Test1", "email": "test@test.com", "password": "$2b$10$fcK7t5IyBmjPH.OqEAX5dOwod1bfrlaIA1LFKiKi2uQ5dPJNQaU6G", "createdAt": "2022-06-09T06:11:13.272Z", "updatedAt": "2022-06-09T06:23:53.975Z", "__v": 0 }, "receiver": { "role": "Regular", "emailVerified": false, "banned": false, "isOnline": false, "posts": [], "likes": [], "comments": [], "followers": [], "following": [], "notifications": [], "messages": [], "_id": "62a18f7cd1b81239d875d1f0", "fullName": "Test2", "email": "test2@test.com", "password": "$2b$10$DAZwjOnAMzBE3wU5GjBIj.4CygV2/QkEzqvxQwqpA5YVu9Wcc9I.6", "createdAt": "2022-06-09T06:13:16.007Z", "updatedAt": "2022-06-09T06:13:16.007Z", "__v": 0 }, "createdAt": "2022-06-09T06:45:09.789Z", "updatedAt": "2022-06-09T06:45:09.789Z", "__v": 0 }
Get /messages/conversations - 사용자의 전체 대화목록 Api
Test1 유저에서 요청
응답
[ { "_id": [ "62a18f01d1b81239d875d1ea", "62a1904ad1b81239d875d1f7" ], "message": "hello mesg", "createdAt": "2022-06-09T06:47:42.863Z", "sender": { "_id": "62a1904ad1b81239d875d1f7", "role": "Regular", "emailVerified": false, "banned": false, "isOnline": false, "posts": [], "likes": [], "comments": [], "followers": [], "following": [], "notifications": [], "messages": [ "62a18f01d1b81239d875d1ea" ], "fullName": "JongGwan", "email": "devbuzz142@gmail.com", "password": "$2b$10$4ACefsGchmhUl3WDausu4uTVU3BeUxahOGggov4srFFnoRLGARjzC", "createdAt": "2022-06-09T06:16:42.090Z", "updatedAt": "2022-06-09T06:47:42.868Z", "__v": 0 }, "receiver": { "_id": "62a18f01d1b81239d875d1ea", "role": "Regular", "emailVerified": false, "banned": false, "isOnline": false, "posts": [], "likes": [], "comments": [], "followers": [], "following": [], "notifications": [], "messages": [ "62a18f7cd1b81239d875d1f0", "62a1904ad1b81239d875d1f7" ], "fullName": "Test1", "email": "test@test.com", "password": "$2b$10$fcK7t5IyBmjPH.OqEAX5dOwod1bfrlaIA1LFKiKi2uQ5dPJNQaU6G", "createdAt": "2022-06-09T06:11:13.272Z", "updatedAt": "2022-06-09T06:47:42.870Z", "__v": 0 }, "seen": false }, { "_id": [ "62a18f01d1b81239d875d1ea", "62a18f7cd1b81239d875d1f0" ], "message": "{type:'TTaBong', content:''}", "createdAt": "2022-06-09T06:45:09.789Z", "sender": { "_id": "62a18f01d1b81239d875d1ea", "role": "Regular", "emailVerified": false, "banned": false, "isOnline": false, "posts": [], "likes": [], "comments": [], "followers": [], "following": [], "notifications": [], "messages": [ "62a18f7cd1b81239d875d1f0", "62a1904ad1b81239d875d1f7" ], "fullName": "Test1", "email": "test@test.com", "password": "$2b$10$fcK7t5IyBmjPH.OqEAX5dOwod1bfrlaIA1LFKiKi2uQ5dPJNQaU6G", "createdAt": "2022-06-09T06:11:13.272Z", "updatedAt": "2022-06-09T06:47:42.870Z", "__v": 0 }, "receiver": { "_id": "62a18f7cd1b81239d875d1f0", "role": "Regular", "emailVerified": false, "banned": false, "isOnline": false, "posts": [], "likes": [], "comments": [], "followers": [], "following": [], "notifications": [], "messages": [ "62a18f01d1b81239d875d1ea" ], "fullName": "Test2", "email": "test2@test.com", "password": "$2b$10$DAZwjOnAMzBE3wU5GjBIj.4CygV2/QkEzqvxQwqpA5YVu9Wcc9I.6", "createdAt": "2022-06-09T06:13:16.007Z", "updatedAt": "2022-06-09T06:45:09.809Z", "__v": 0 }, "seen": false } ]