Skip to main content
GET
/
ciq
/
recent-submission
/
v1
cURL
curl --request GET \
  --url https://app.captureiq.ai/ciq/recent-submission/v1 \
  --header 'Authorization: Bearer <token>'
[
  {
    "question_1": "John Doe",
    "question_2": "[email protected]",
    "question_3": "This is my feedback"
  },
  {
    "question_1": "Jane Smith",
    "question_2": "[email protected]",
    "question_3": "Another submission"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer .

Query Parameters

workspaceId
string
required

The ID of the workspace containing the form.

Example:

"68aec99d31016ef98d09fae3"

formId
string
required

The ID of the form to retrieve submissions from.

Example:

"8feddac1-6f57-4c83-96ad-5767af6d2a4f"

Response

200 - application/json

Returns an array of submission objects.

{key}
string