POST api/Logging/Search
Log an search event
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
The data associated with the event
FilmFlex.Platform.Common.API.Contracts.V2.SearchingDTOName | Description | Type | Additional information |
---|---|---|---|
DeviceId | string |
None. |
|
AffiliateId | integer |
None. |
|
SearchTerm | string |
None. |
|
SearchType | string |
None. |
|
UserId | string |
None. |
|
ResultsCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DeviceId": "sample string 1", "AffiliateId": 2, "SearchTerm": "sample string 3", "SearchType": "sample string 4", "UserId": "sample string 5", "ResultsCount": 6 }
Response Information
Resource Description
Log an search event
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.