ProfilSignatureListResponseWrapper
Response containing a list of ProfilSignatureResponseDto
successboolean
data object[]
Array [
idstring
rangstring
codeInternestring
libellestring
relationIdstring
]
messagestring
ProfilSignatureListResponseWrapper
{
"success": true,
"data": [
{
"id": "string",
"rang": "string",
"codeInterne": "string",
"libelle": "string",
"relationId": "string"
}
],
"message": "string"
}