PaginatedResponse[ApplicantList]
countCount (integer)
Default value:
0
next object
anyOf
- MOD1
- MOD2
- MOD3
string
Possible values: non-empty
and <= 2083 characters
string
previous object
anyOf
- MOD1
- MOD2
- MOD3
string
Possible values: non-empty
and <= 2083 characters
string
results object[]
Array [
iduuidrequired
first_name object
anyOf
- MOD1
- MOD2
string
Possible values: <= 128 characters
last_name object
anyOf
- MOD1
- MOD2
string
Possible values: <= 128 characters
email object
anyOf
- MOD1
- MOD2
string
Possible values: <= 254 characters
phone object
anyOf
- MOD1
- MOD2
string
Possible values: <= 14 characters
is_guarantor object
anyOf
- MOD1
- MOD2
boolean
added_at object
anyOf
- MOD1
- MOD2
string
last_update object
anyOf
- MOD1
- MOD2
string
status object
anyOf
- StatusB55Enum
- MOD2
string
Possible values: [NEW
, OPEN
, COLLECT_STARTED
, COLLECT_COMPLETE
, PROCESSING
, HUMAN_ACTION_REQUIRED
, ANALYZED
, COLLECTED
, CLOSED
]
score object
anyOf
- MOD1
- MOD2
number
form_submitted object
anyOf
- MOD1
- MOD2
string
]
PaginatedResponse[ApplicantList]
{
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"is_guarantor": true,
"added_at": "2024-07-29T15:51:28.071Z",
"last_update": "2024-07-29T15:51:28.071Z",
"status": "NEW",
"score": 0,
"form_submitted": "2024-07-29T15:51:28.071Z"
}
]
}