We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /api/teams/1/levellogs HTTP/1.1 Host: api.levellog.app
HTTP/1.1 200 OK Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers Content-Type: application/json Content-Length: 151 { "participants" : [ { "participant" : { "id" : 1, "nickname" : "페퍼", "profileUrl" : "페퍼.com" } "levellogId" : null }, { "participant" : { "id" : 2, "nickname" : "이브", "profileUrl" : "이브.com" } "levellogId" : 3 }, { "participant" : { "id" : 3, "nickname" : "릭", "profileUrl" : "릭.com" } "levellogId" : 4 } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
목적
작업 상세 내용
참고사항
HTTP Request
HTTP Response
The text was updated successfully, but these errors were encountered: