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": "25fc3560-fd47-46b6-a6ea-c730e8a39665",
"accessKeyUid": "eb10b35e-6cd8-4d4e-950d-9e9ddc686fb4",
"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-08-15T00:16:44.6755258-07:00",
"CreatedYear": 1,
"CreatedMonth": 1,
"MonthYear": "sample string 3"
},
{
"$ref": "1"
}
]