Get Problems
Get information on all the current user's problems.
Args: user (Annotated[User, Depends): the current user.
Returns: list[ProblemInfoSmall]: a list of information on all the problems.
Response
Successful Response
Changes
Changed in 2 of the 2 revisions of this API.13
- ○
the endpoint scheme security
APIKeyCookiewas added to the APIapi-security-added
- ○
added the required property
items/problem_metadatato the response with the200statusresponse-required-property-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
items/problem_metadatafrom the response with the200statusresponse-required-property-removed
- ○
the endpoint scheme security
APIKeyCookiewas removed from the APIapi-security-removed
This revision also has 103 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲