POST api/Logging/LogUIActivity
Request Information
URI Parameters
None.
Body Parameters
VisUILogEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| EntryDt | date |
None. |
|
| UserId | string |
String length: inclusive between 0 and 250 |
|
| EventType | integer |
None. |
|
| ProgramId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| ProgramName | string |
String length: inclusive between 0 and 250 |
|
| ProductName | string |
String length: inclusive between 0 and 250 |
|
| AssetName | string |
String length: inclusive between 0 and 250 |
|
| PageDisplayName | string |
String length: inclusive between 0 and 50 |
|
| Duration | integer |
None. |
|
| Origin | string |
String length: inclusive between 0 and 50 |
|
| Episode | string |
String length: inclusive between 0 and 250 |
|
| Section | string |
String length: inclusive between 0 and 250 |
|
| SubSection | string |
String length: inclusive between 0 and 250 |
|
| CDHClientName | string |
String length: inclusive between 0 and 250 |
|
| ProductType | string |
String length: inclusive between 0 and 250 |
|
| ProgramType | string |
String length: inclusive between 0 and 250 |
|
| LoadDuration | integer |
None. |
|
| AssetPageCount | integer |
None. |
|
| Template | string |
String length: inclusive between 0 and 300 |
|
| TemplateVersion | string |
String length: inclusive between 0 and 50 |
|
| Location | string |
String length: inclusive between 0 and 500 |
|
| BrowserType | string |
String length: inclusive between 0 and 250 |
|
| PageLoadDuration | integer |
None. |
Request Formats
application/json, text/json
{
"Id": "d4f92373-852d-4708-8d2a-668c83b2079b",
"EntryDt": "2025-10-30T00:21:46.1911339+00:00",
"UserId": "sample string 3",
"EventType": 4,
"ProgramId": "d82b41db-5ed9-4f75-a59e-a6568c06c9e9",
"ProductId": "87d6f6f4-6696-404d-abab-15a40f6ee27b",
"AssetId": "dd4c2822-74f1-438c-ab18-62e954ef4a36",
"ProgramName": "sample string 5",
"ProductName": "sample string 6",
"AssetName": "sample string 7",
"PageDisplayName": "sample string 8",
"Duration": 9,
"Origin": "sample string 10",
"Episode": "sample string 11",
"Section": "sample string 12",
"SubSection": "sample string 13",
"CDHClientName": "sample string 14",
"ProductType": "sample string 15",
"ProgramType": "sample string 16",
"LoadDuration": 17,
"AssetPageCount": 18,
"Template": "sample string 19",
"TemplateVersion": "sample string 20",
"Location": "sample string 21",
"BrowserType": "sample string 22",
"PageLoadDuration": 23
}
application/xml, text/xml
<VisUILogEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KT.BGip.Visualisation.RPMI.Data.Log"> <AssetId>dd4c2822-74f1-438c-ab18-62e954ef4a36</AssetId> <AssetName>sample string 7</AssetName> <AssetPageCount>18</AssetPageCount> <BrowserType>sample string 22</BrowserType> <CDHClientName>sample string 14</CDHClientName> <Duration>9</Duration> <EntryDt>2025-10-30T00:21:46.1911339+00:00</EntryDt> <Episode>sample string 11</Episode> <EventType>4</EventType> <Id>d4f92373-852d-4708-8d2a-668c83b2079b</Id> <LoadDuration>17</LoadDuration> <Location>sample string 21</Location> <Origin>sample string 10</Origin> <PageDisplayName>sample string 8</PageDisplayName> <PageLoadDuration>23</PageLoadDuration> <ProductId>87d6f6f4-6696-404d-abab-15a40f6ee27b</ProductId> <ProductName>sample string 6</ProductName> <ProductType>sample string 15</ProductType> <ProgramId>d82b41db-5ed9-4f75-a59e-a6568c06c9e9</ProgramId> <ProgramName>sample string 5</ProgramName> <ProgramType>sample string 16</ProgramType> <Section>sample string 12</Section> <SubSection>sample string 13</SubSection> <Template>sample string 19</Template> <TemplateVersion>sample string 20</TemplateVersion> <UserId>sample string 3</UserId> </VisUILogEntry>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.