PaginatedResponse[PhysicalGuarantor]
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
last_name object
anyOf
- MOD1
- MOD2
string
email object
anyOf
- MOD1
- MOD2
string
phone object
anyOf
- MOD1
- MOD2
string
added_atdate-timerequired
last_update object
anyOf
- MOD1
- MOD2
string
external_reference object
anyOf
- MOD1
- MOD2
string
applicant_fileuuidrequired
for_applicantuuidrequired
status object
anyOf
- MOD1
- MOD2
string
Possible values: [NEW
, OPEN
, COLLECT_STARTED
, COLLECT_COMPLETE
, COLLECTED
, ANALYZED
, CLOSED
]
score object
anyOf
- MOD1
- MOD2
number
]
PaginatedResponse[PhysicalGuarantor]
{
"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",
"added_at": "2024-07-29T15:51:28.071Z",
"last_update": "2024-07-29T15:51:28.071Z",
"external_reference": "string",
"applicant_file": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"for_applicant": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "NEW",
"score": 0
}
]
}