-
Notifications
You must be signed in to change notification settings - Fork 6
Activity API
Sooyeon Park edited this page Nov 17, 2020
·
1 revision
{
"Authorization": "Bearer " + Access Token,
"Content-Type": "application/json",
"Accept": "application/json"
}
- ์ํ ์ฝ๋
status code ์ค๋ช 200 ์์ฒญ ์ฑ๊ณต 401 ๊ถํ ์๋ฌ 404 ์นด๋ ์กด์ฌ X 500 ์๋ฒ ์๋ฌ - url
GET /api/activity?boardId={boardId}
- request
none
- response
{ activities: [ { "id": Number, "boardId": Number, "content": String, "createdAt": Date } ] }
๐ฉ๐ปโ๐ป ๋ฐ์์ฐ | ๐ง๐ปโ๐ป ์ ๋ํ | ๐ง๐ปโ๐ป ์ด๊ฑดํ | ๐ง๐ปโ๐ป ์๋ช ๋ ฌ | ๐ง๐ปโ๐ป ์ฌ์๋ฏผ |
---|---|---|---|---|
@Park-SooYeon | @dh00n | @youngxpepp | @fElix-MR | @tksrl0379 |