contactId (integer — required)V2ContactDetailListFilterModelSuccessResponseModelOfPagedListGetModelOfV2ContactDetailGetModelcurl --location 'https://api.veloconnect.me/api/v2/contacts//details/query' \
--header 'Content-Type: application/json' \
--data 'string'{
"data": [
{
"items": [
{
"id": null,
"businessContactId": null,
"type": null,
"value": null,
"normalizedValue": null,
"label": null,
"isPrimary": null,
"isVerified": null,
"status": null,
"createdAt": null,
"createdBy": null,
"modifiedAt": null,
"modifiedBy": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}