Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 677 Bytes

get-roadmap-progress.md

File metadata and controls

43 lines (28 loc) · 677 Bytes

GET /api/roadmap/:roadmapId/progress

Description

This endpoint is used to get user's progress of a roadmap.

Request

Parameters

  • roadmapId: id of the roadmap to get progress of. (required - included in path)

Body

None

Headers

  • cookie: token=... (required)

Response

{
  "success": true,
  "message": "Roadmap progress found",
  "data": "JSON string"
}

Response Codes

Code Description
200 Success
400 Bad Request
401 Unauthorized
404 Not Found.
500 Internal Server Error.

Cookies

None