cURL
curl --request POST \ --url https://app.azalt.co/api/v1/form-element-submission-comments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "formElementSubmissionId": "<string>", "body": "<string>" } '
{ "id": "<string>", "formElementSubmissionId": "<string>", "body": "<string>", "userId": "<string>", "userName": "<string>", "userEmail": "<string>", "userImage": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "canModify": true }
Create a comment on a form element submission. The comment is attributed to the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 4000
Successful response