Skip to main content

PaginatedResponse[MinimalSurveyResponseRead]

pagePage (integer)required
pageSizePagesize (integer)required
totalCountTotalcount (integer)required
data object[]required
  • Array [
  • idstring<uuid>required
    statusSurveyResponseStatus (string)required

    Possible values: [CREATED, IN_PROGRESS, COMPLETED, PENDING_REVIEW, REVIEWED, ARCHIVED, CANCELLED, EXPIRED]

    contactId object
    anyOf
    integer
    collectorId object
    anyOf
    string
    expireIn object
    anyOf
    string
    content object
    anyOf
    object
    maxScore object
    anyOf
    integer
    totalScore object
    anyOf
    integer
    dynamicParameters object
    anyOf
    object
    duration object
    anyOf
    integer
    surveyIdSurveyid (integer)required
    createdAtstring<date-time>required
    updatedAtstring<date-time>required
  • ]
  • PaginatedResponse[MinimalSurveyResponseRead]
    {
    "page": 0,
    "pageSize": 0,
    "totalCount": 0,
    "data": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "status": "CREATED",
    "contactId": 0,
    "collectorId": "string",
    "expireIn": "string",
    "content": {},
    "maxScore": 0,
    "totalScore": 0,
    "dynamicParameters": {},
    "duration": 0,
    "surveyId": 0,
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z"
    }
    ]
    }
    Was this page helpful?