POST v1/OptedInClientsReport
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": "81d20b30-12bd-4f85-8617-983fbba8704a",
"accessKeyUid": "7e40ed69-aee8-479c-8e11-af824d18b820",
"ReqObjType": null,
"ReqObj": {
"$id": "2"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetOptedInClientsReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientStringID | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedYear | integer |
None. |
|
| CreatedMonth | integer |
None. |
|
| MonthYear | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ClientStringID": "sample string 1",
"CreatedOn": "2026-05-12T04:07:31.6463053-07:00",
"CreatedYear": 1,
"CreatedMonth": 1,
"MonthYear": "sample string 3"
},
{
"$ref": "1"
}
]