GET Users/Activity
Get userActivities from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
UserActivityIDs |
Filter by UserActivityIDs |
Collection of integer |
None. |
UserID |
Filter by UserID |
integer |
None. |
MaxRows |
Limit number of rows |
integer |
None. |
DateUtcMin |
Filter by DateUtcMin |
date |
None. |
DateUtcMax |
Filter by DateUtcMax |
date |
None. |
Description |
Filter by Description |
string |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
UniqueClients |
Return unique clients |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
List of UserActivityDTOs
Collection of UserActivityDTOName | Description | Type | Additional information |
---|---|---|---|
UserActivityID |
User Activity ID |
integer |
None. |
UserID |
User ID |
integer |
None. |
DateUtc |
Date Utc |
date |
None. |
Description |
Description |
string |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |