A valid request URL is required to generate request examples{
"success": true,
"data": {
"response_id": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}List project survey response
Records one rating for the survey named in the body. The rating is validated against the survey’s own control range (thumbs 0-1, star 1-5, scale 0-10) and REJECTED rather than clamped when out of range, so a fabricated value can never reach the score. The response counts toward the survey’s headline figure by default, scored by the survey’s own method exactly as a runtime-captured response is. Requires the feedback-survey:write permission.
A valid request URL is required to generate request examples{
"success": true,
"data": {
"response_id": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}{
"success": false,
"error": {
"code": "<string>",
"message": "<string>"
}
}Headers
^abl_Path Parameters
Body
The survey this rating answers, by name.
The value given, on the survey control's own scale. Validated against the resolved survey's range and rejected (422 INVALID_INPUT) when out of range — never clamped.
The conversation this rating belongs to, if the caller knows it.
Open-text comment. Optional; readable by any caller holding the read scope.
4000The caller's own identifier for the respondent. Never used for scoring.
The caller's own channel label for this response.
How the caller categorises the capture source. Stored as given so a partner can distinguish its own sub-sources. It does not change origin (resolved from the credential) or the score.
The caller's own message or turn identifier, stored for correlation.
Was this page helpful?