List Csat Surveys
List CSAT survey responses for the tenant (admin role required). Issue #415 Phase 4c: Admin-level survey listing with pagination.
List CSAT survey responses for the tenant (admin role required).
Issue #415 Phase 4c: Admin-level survey listing with pagination.
AuthorizationBearer <token>
In: header
Query Parameters
limit?Limit
Default
50Range
1 <= value <= 200offset?Offset
Default
0Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/csat/surveys"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}