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": "f3d91303-025f-4c33-b60d-f3a6bf448a3c",
"accessKeyUid": "83279435-2c39-4f95-a8da-df3e8b66b7c1",
"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-03-22T07:04:34.0676662-07:00"
},
{
"$ref": "1"
}
]