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": "0238b2aa-484e-4221-aabd-f9cdaead8053",
"accessKeyUid": "9e09be04-2f43-41d0-bdfe-06edee85c935",
"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-02-03T17:56:36.0954093-08:00"
},
{
"$ref": "1"
}
]