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": "4c078c56-11ff-441b-b112-a0168ad0698d", "EntryDt": "2024-11-21T06:26:23.275438+00:00", "UserId": "sample string 3", "EventType": 4, "ProgramId": "f15a3a07-dbf0-4470-86bd-3ddf7c3a5176", "ProductId": "e230758c-5730-45f2-ace8-36f2c071c8e1", "AssetId": "5f93db72-c214-482d-af91-2f9ef6598d03", "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>5f93db72-c214-482d-af91-2f9ef6598d03</AssetId> <AssetName>sample string 7</AssetName> <AssetPageCount>18</AssetPageCount> <BrowserType>sample string 22</BrowserType> <CDHClientName>sample string 14</CDHClientName> <Duration>9</Duration> <EntryDt>2024-11-21T06:26:23.275438+00:00</EntryDt> <Episode>sample string 11</Episode> <EventType>4</EventType> <Id>4c078c56-11ff-441b-b112-a0168ad0698d</Id> <LoadDuration>17</LoadDuration> <Location>sample string 21</Location> <Origin>sample string 10</Origin> <PageDisplayName>sample string 8</PageDisplayName> <PageLoadDuration>23</PageLoadDuration> <ProductId>e230758c-5730-45f2-ace8-36f2c071c8e1</ProductId> <ProductName>sample string 6</ProductName> <ProductType>sample string 15</ProductType> <ProgramId>f15a3a07-dbf0-4470-86bd-3ddf7c3a5176</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.