POST Dashboard/LogActions
Request Information
URI Parameters
None.
Body Parameters
GDPRModel| Name | Description | Type | Additional information |
|---|---|---|---|
| emailAddress | string |
None. |
|
| moduleId | integer |
None. |
|
| page | string |
None. |
|
| userAction | string |
None. |
|
| memberFirm | string |
None. |
|
| actionTime | date |
None. |
|
| customInfo1 | string |
None. |
|
| customInfo2 | string |
None. |
|
| IsAdmin | boolean |
None. |
|
| OptIn | boolean |
None. |
|
| IsReportRequested | boolean |
None. |
|
| UserAgent | string |
None. |
|
| StudyId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emailAddress": "sample string 1",
"moduleId": 2,
"page": "sample string 3",
"userAction": "sample string 4",
"memberFirm": "sample string 5",
"actionTime": "2026-07-25T00:40:37.2975932Z",
"customInfo1": "sample string 6",
"customInfo2": "sample string 7",
"IsAdmin": true,
"OptIn": true,
"IsReportRequested": true,
"UserAgent": "sample string 11",
"StudyId": "sample string 12"
}
application/xml, text/xml
Sample:
<GDPRModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models"> <IsAdmin>true</IsAdmin> <IsReportRequested>true</IsReportRequested> <OptIn>true</OptIn> <StudyId>sample string 12</StudyId> <UserAgent>sample string 11</UserAgent> <actionTime>2026-07-25T00:40:37.2975932+00:00</actionTime> <customInfo1>sample string 6</customInfo1> <customInfo2>sample string 7</customInfo2> <emailAddress>sample string 1</emailAddress> <memberFirm>sample string 5</memberFirm> <moduleId>2</moduleId> <page>sample string 3</page> <userAction>sample string 4</userAction> </GDPRModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |