List submissions for an opportunity
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
opportunityId*string
Query Parameters
status?string
Value in
"in_progress" | "awaiting_review" | "approved" | "rejected"limit?integer
Default
25Range
1 <= value <= 100cursor?string
Response Body
application/json
application/json
application/json
curl -X GET "https://terac.com/api/external/v2/opportunities/string/submissions"{
"data": [
{
"id": "string",
"opportunity_id": "string",
"status": "in_progress",
"participant_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"next_cursor": "string",
"has_more": true
}
}{
"code": "string",
"message": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}{
"code": "string",
"message": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}