FeasOJ
🇺🇸 English
  • 🇨🇳 Chinese
  • 🇺🇸 English
  1. SubmitRecords
FeasOJ
🇺🇸 English
  • 🇨🇳 Chinese
  • 🇺🇸 English
  • Competition
    • Get list of competition
      GET
    • Get whether the user is in a competition
      GET
    • Get participating users of the competition
      GET
    • Get competition info
      GET
    • Get problems of competition
      GET
    • Join competition
      POST
    • Join competition with password
      POST
    • Quit competition
      POST
  • Users
    • Update password
      PUT
    • Update avatar
      PUT
    • Get user submit records within 30 days
      GET
    • Get user info
      GET
    • Update synopsis
      PUT
  • Problem
    • Get all problems
      GET
    • Get all info of a given problem id
      GET
    • Upload code
      POST
  • SubmitRecords
    • Get all of submit records within 30 days
      GET
  • Discussion
    • Comment
      • Get comments on the discussion
      • Add comment
      • Delete comment
    • Add Discussion
      POST
    • Delete Discussion
      DELETE
    • Get all discussion
      GET
    • Get discussion info
      GET
  • Administrator
    • Competition
      • Scoring Competition
      • Get competition score board
      • Get list of competition
      • Get competition info
      • Add/Update competition info
      • Delete competition
    • Problem
      • Get all problems
      • Get all info of a given problem id
      • Add/Update problem info
      • Delete problem
    • Users
      • Get all user details
      • Promote user
      • Demote user
      • Ban user
      • Unban user
    • Get IP Statistics
      GET
  • Login
    GET
  • Get ranking
    GET
  • Get captcha
    GET
  • Verify user info
    GET
  • SSE Notice Service
    GET
  • Register
    POST
  1. SubmitRecords

Get all of submit records within 30 days

GET
http://127.0.0.1:37881/api/v1/submitrecords
Last modified:2025-01-13 17:05:36

Request

Header Params
username
string 
required
Authorization
string 
required

Responses

🟢200OK
application/json
Body
submitrecords
array [object {7}] 
required
Sid
integer 
optional
Pid
integer 
optional
Uid
integer 
optional
Username
string 
optional
Result
string 
optional
Time
string 
optional
Language
string 
optional
Example
{"submitrecords":[{"Sid":1,"Pid":1,"Uid":6,"Username":"你好","Result":"Time Limit Exceeded","Time":"2024-08-07T19:30:50.952+08:00","Language":"Go"}]}
Previous
Upload code
Next
Get comments on the discussion
Built with