Skip to main content
GET
/
form-element-submission-comments
/
{formElementSubmissionId}
List form element submission comments
curl --request GET \
  --url https://app.azalt.co/api/v1/form-element-submission-comments/{formElementSubmissionId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "formElementSubmissionId": "<string>",
    "body": "<string>",
    "userId": "<string>",
    "userName": "<string>",
    "userEmail": "<string>",
    "userImage": "<string>",
    "organizationId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "canModify": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

formElementSubmissionId
string
required

Response

Successful response

id
string
required
formElementSubmissionId
string
required
body
string
required
userId
string | null
required
userName
string | null
required
userEmail
string | null
required
userImage
string | null
required
organizationId
string
required
createdAt
string
required
updatedAt
string
required
canModify
boolean
required