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": "ab45a299-8430-457c-babc-7ae233944b10",
"accessKeyUid": "17f528ff-19ac-45d0-a155-05748d7e6f41",
"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-08-15T00:17:26.5742701-07:00"
},
{
"$ref": "1"
}
]