POST v1/NoCommunicationsReport
Request Information
URI Parameters
None.
Body Parameters
RequestObj| Name | Description | Type | Additional information |
|---|---|---|---|
| accountUid | globally unique identifier |
None. |
|
| accessKeyUid | globally unique identifier |
None. |
|
| ReqObjType | Type |
None. |
|
| ReqObj | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountUid": "0f9ed712-600b-45c2-8ba5-217f3ee57e33",
"accessKeyUid": "7552f300-b851-4d55-997c-1ed4e309c7f2",
"ReqObjType": null,
"ReqObj": {
"$id": "2"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetNoCommunicationsReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientStringID | string |
None. |
|
| row_id_clients | integer |
None. |
|
| FullVersionString | string |
None. |
|
| LastActivity | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ClientStringID": "sample string 1",
"row_id_clients": 2,
"FullVersionString": "sample string 3",
"LastActivity": "2026-06-30T11:17:47.9075731-07:00"
},
{
"$ref": "1"
}
]