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": "b8008c33-4dda-46a2-9685-ccc5f13fa2fa",
"EntryDt": "2026-03-20T11:38:43.5379146+00:00",
"UserId": "sample string 3",
"EventType": 4,
"ProgramId": "15cbd49a-5458-4f49-b637-e87fc21c8be0",
"ProductId": "4b2d473d-2653-4a9e-85c3-ced3f7f1eb9e",
"AssetId": "09af5aef-30c9-454f-8039-e44842c8680d",
"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>09af5aef-30c9-454f-8039-e44842c8680d</AssetId> <AssetName>sample string 7</AssetName> <AssetPageCount>18</AssetPageCount> <BrowserType>sample string 22</BrowserType> <CDHClientName>sample string 14</CDHClientName> <Duration>9</Duration> <EntryDt>2026-03-20T11:38:43.5379146+00:00</EntryDt> <Episode>sample string 11</Episode> <EventType>4</EventType> <Id>b8008c33-4dda-46a2-9685-ccc5f13fa2fa</Id> <LoadDuration>17</LoadDuration> <Location>sample string 21</Location> <Origin>sample string 10</Origin> <PageDisplayName>sample string 8</PageDisplayName> <PageLoadDuration>23</PageLoadDuration> <ProductId>4b2d473d-2653-4a9e-85c3-ced3f7f1eb9e</ProductId> <ProductName>sample string 6</ProductName> <ProductType>sample string 15</ProductType> <ProgramId>15cbd49a-5458-4f49-b637-e87fc21c8be0</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.