Function get_submission

Source
pub fn get_submission(id: i32) -> Result<Submission>
Expand description

Executes a GET request to the /Submissions/{id} endpoint to retrieve a specific submission.

ยงErrors

If any request error occurs, or if no submission with this id is found (resulting in a parsing error), the error will be returned.