cURL
curl --request GET \ --url https://api.example.com/projects \ --header 'Authorization: Bearer <token>'
{ "items": [ { "project_id": 123, "owner_id": 123, "class_id": 123, "name": "<string>", "project_type": "<string>", "status": "<string>", "progress_percent": "<string>", "practice_hours": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "conversation_count": 0, "last_activity_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "size": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
특정 class 안의 프로젝트만 보고 싶을 때 사용
x >= 1
1 <= x <= 100
Successful Response
Show child attributes