Create Review Assignment
POST /api/v1/workspaces/{workspace_id}/emails/{id}/review_assignments
POST
/api/v1/workspaces/{workspace_id}/emails/{id}/review_assignments
Creates a new review assignment.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” workspace_id
required
integer
Workspace ID
id
required
integer
Email ID
Request Body
Section titled “Request Body ”object
assignee_id
required
integer
assignee_type
required
string
Responses
Section titled “ Responses ”Successful
object
id
required
integer
Example
12345 assignee_id
required
integer
Example
12345 assignee_type
required
string
Example
User assigned_by_id
required
integer
Example
12345Unauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundUnprocessable Entity
object
message
required
string
Example
Failed to save errors
required
object
key
additional properties
Array<string>
Example
{ "errors": { "username": [ "Username is required.", "Username must be unique." ], "email": [ "Invalid email format." ] }}