POST api/Logging/LogUIActivity
Request Information
URI Parameters
None.
Body Parameters
VisUILogEntryName | 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": "6988d45c-119c-4475-a678-a7c2e052f0b4", "EntryDt": "2025-04-03T07:30:49.1385977+00:00", "UserId": "sample string 3", "EventType": 4, "ProgramId": "d2bc8b73-26bb-4318-820e-9747a7387e39", "ProductId": "632903c8-9393-480e-bcef-4890263c61b3", "AssetId": "e56de065-61a7-49aa-acbd-eea3f487008d", "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>e56de065-61a7-49aa-acbd-eea3f487008d</AssetId> <AssetName>sample string 7</AssetName> <AssetPageCount>18</AssetPageCount> <BrowserType>sample string 22</BrowserType> <CDHClientName>sample string 14</CDHClientName> <Duration>9</Duration> <EntryDt>2025-04-03T07:30:49.1385977+00:00</EntryDt> <Episode>sample string 11</Episode> <EventType>4</EventType> <Id>6988d45c-119c-4475-a678-a7c2e052f0b4</Id> <LoadDuration>17</LoadDuration> <Location>sample string 21</Location> <Origin>sample string 10</Origin> <PageDisplayName>sample string 8</PageDisplayName> <PageLoadDuration>23</PageLoadDuration> <ProductId>632903c8-9393-480e-bcef-4890263c61b3</ProductId> <ProductName>sample string 6</ProductName> <ProductType>sample string 15</ProductType> <ProgramId>d2bc8b73-26bb-4318-820e-9747a7387e39</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.