List Submissions
Query Parameters
| Parameter | Type | Description |
|---|---|---|
status | string | Filter by status: PENDING, IN_REVIEW, APPROVED, REJECTED, NEEDS_RESPONSE |
Response
Get Submission Detail
Response
The response includes the fullSubmissionReview object with nested profile.categories[].items[] and reviewActions[].
Update Submission
Request Body
| Field | Type | Description |
|---|---|---|
status | string | New status: IN_REVIEW, APPROVED, or REJECTED |
assignToMe | boolean | Set to true to assign the submission to the current user |
