API Docs: Difference between revisions

Jump to navigation Jump to search
4 bytes removed ,  12 August 2022
→‎GET /api/skipSegments: add ref to category types in response
(→‎GET /api/searchSegments: correct response types)
(→‎GET /api/skipSegments: add ref to category types in response)
Line 52: Line 52:
   segment: float[], //[0, 15.23] start and end time in seconds
   segment: float[], //[0, 15.23] start and end time in seconds
   UUID: string,
   UUID: string,
   category: string,
   category: string, // [1]
   videoDuration: float // Duration of video when submission occurred (to be used to determine when a submission is out of date). 0 when unknown. +- 1 second
   videoDuration: float // Duration of video when submission occurred (to be used to determine when a submission is out of date). 0 when unknown. +- 1 second
   actionType: string // actionType [3]
   actionType: string // [3]
   userID: string, // public userID of submitter
   userID: string, // public userID of submitter
   locked: int, // if submission is locked
   locked: int, // if submission is locked

Navigation menu