POST api/Document/LogUserActivity
Request Information
URI Parameters
None.
Body Parameters
UserActivityFireHoseLoggerDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | integer |
None. |
|
| FromAction | string |
None. |
|
| ToAction | string |
None. |
|
| FromUrl | string |
None. |
|
| ToUrl | string |
None. |
|
| UserId | integer |
None. |
|
| Date | date |
None. |
|
| Browser | string |
None. |
|
| Description | string |
None. |
|
| officeId | integer |
None. |
|
| agencyId | integer |
None. |
|
| UserActivityTypeId | integer |
None. |
|
| DocumentId | integer |
None. |
|
| PlanetLibraryCategoryId | integer |
None. |
|
| Altig24x7ChannelId | integer |
None. |
|
| ExternalLink | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationId": 1,
"FromAction": "sample string 1",
"ToAction": "sample string 2",
"FromUrl": "sample string 3",
"ToUrl": "sample string 4",
"UserId": 5,
"Date": "2026-02-03T18:24:07.2621213-08:00",
"Browser": "sample string 7",
"Description": "sample string 8",
"officeId": 1,
"agencyId": 1,
"UserActivityTypeId": 1,
"DocumentId": 1,
"PlanetLibraryCategoryId": 1,
"Altig24x7ChannelId": 1,
"ExternalLink": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"