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": "cb4200e9-eb66-440c-ab79-891be54ee900",
"accessKeyUid": "29c1d0e6-90f4-41c9-a90d-6b46d71ac239",
"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-03-22T13:35:59.7548694-07:00",
"CreatedYear": 1,
"CreatedMonth": 1,
"MonthYear": "sample string 3"
},
{
"$ref": "1"
}
]