Submissions
Route Guide
Getting Submission Progress
Get Submission by id
GET
domain.api/api/v1/submissions/:id
Provides JSON Object describing the state of a submission.
Path Parameters
Name
Type
Description
:id*
String
ID of the submission
Headers
Name
Type
Description
Content-Type
application/json
{
"code": 200,
"data": {
"_id": "...",
"is_pending": boolean,
"success": boolean,
"stage": "..."
"recipeId": "..."
}
}
Last updated
Was this helpful?