Skip to main content

List my submissions for a problem (client)

GET 

/api/client/v1/submissions

The caller's own submission history for one problem (attempt list), newest first, so the client can show past attempts and drill into any one's result via GET /submissions/{id}. Scoped to the token's user, so it never exposes anyone else's work.

View source

Request

Responses

The caller's attempts for the problem, newest first.