POST digitalDashboardService/digital/digitalDashBoard
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| digitalDashboardAction | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
{
"id": "a33fd05c-2163-44eb-8e2a-5dc5c9f385d9",
"name": "sample string 2",
"createByUserId": "4a5d8f93-e982-4aba-ae75-b73517d29356",
"ownerUserId": "b632726b-99af-41ce-b8e6-2967ea3a9965",
"created": "2026-08-11T10:44:26.6733562+00:00",
"operationType": 1,
"operationData": "sample string 6",
"documentId": "57c9c758-f4d3-42b1-8110-2cd3adb0fd78",
"applicationId": "cf8333d6-75f9-4025-a11f-0c64c292cf5c",
"remark": "sample string 9",
"digitalOperationData": {
"fileName": "sample string 1",
"accessed": "2026-08-11T10:44:26.6733562+00:00",
"createByUserId": "49a1a49f-e67f-4c5b-9fb3-ab099753905c",
"ownerUserId": "ba8145c4-453b-461c-b97f-591fb3dd5f3e",
"documentId": "20161f8c-07a4-469f-ae5e-de2288576b90",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "6e688ec7-f5d5-479f-a68b-4ffe9ec4ec00",
"pagePosition": 11
}
}
application/xml, text/xml
<DigitalDashboardAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mimeo.Services.MarketplaceConnectService.Models">
<ApplicationId>cf8333d6-75f9-4025-a11f-0c64c292cf5c</ApplicationId>
<CreateByUserId>4a5d8f93-e982-4aba-ae75-b73517d29356</CreateByUserId>
<Created>2026-08-11T10:44:26.6733562+00:00</Created>
<DigitalOperationData>
<Accessed>2026-08-11T10:44:26.6733562+00:00</Accessed>
<Activity>8</Activity>
<CreateByUserId>49a1a49f-e67f-4c5b-9fb3-ab099753905c</CreateByUserId>
<DigitalOpereationAction>Login</DigitalOpereationAction>
<DocumentId>20161f8c-07a4-469f-ae5e-de2288576b90</DocumentId>
<FileName>sample string 1</FileName>
<Notes>9</Notes>
<OwnerUserId>ba8145c4-453b-461c-b97f-591fb3dd5f3e</OwnerUserId>
<PagePosition>11</PagePosition>
<UserEmail>sample string 7</UserEmail>
<UserName>sample string 6</UserName>
<UuuId>6e688ec7-f5d5-479f-a68b-4ffe9ec4ec00</UuuId>
</DigitalOperationData>
<DocumentId>57c9c758-f4d3-42b1-8110-2cd3adb0fd78</DocumentId>
<Id>a33fd05c-2163-44eb-8e2a-5dc5c9f385d9</Id>
<Name>sample string 2</Name>
<OperationData>sample string 6</OperationData>
<OperationType>Login</OperationType>
<OwnerUserId>b632726b-99af-41ce-b8e6-2967ea3a9965</OwnerUserId>
<Remark>sample string 9</Remark>
</DigitalDashboardAction>
application/x-www-form-urlencoded
Sample not available.