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": "69ead32b-20fd-4879-8933-219f279dfa3c",
"accessKeyUid": "860f41cd-0467-43df-9f03-8a7adcfacf6f",
"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-02-03T17:55:28.947765-08:00",
"CreatedYear": 1,
"CreatedMonth": 1,
"MonthYear": "sample string 3"
},
{
"$ref": "1"
}
]