EncodedProfilSignatureListResponseWrapper
Response containing a list of EncodedProfilSignatureResponseDto
successboolean
data object[]
Array [
idstring
peopleCountint32
codeProfilestring
rangint32
]
messagestring
EncodedProfilSignatureListResponseWrapper
{
"success": true,
"data": [
{
"id": "string",
"peopleCount": 0,
"codeProfile": "string",
"rang": 0
}
],
"message": "string"
}