GET api/GetAuditsByModuleIDAndPageID/{moduleID}/{pageID}/{userID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| moduleID | integer |
Required |
|
| pageID | integer |
Required |
|
| userID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AuditDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditID | integer |
None. |
|
| ModuleId | integer |
None. |
|
| PageId | integer |
None. |
|
| PageTabId | integer |
None. |
|
| TabSectionId | integer |
None. |
|
| PageTabActionId | integer |
None. |
|
| TabSectionActionId | integer |
None. |
|
| UserID | integer |
None. |
|
| UserIDCreated | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UserIDModified | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| DbUserCreated | string |
None. |
|
| DbUserModified | string |
None. |
|
| Description | string |
None. |
|
| RowStatus | string |
None. |
|
| Comments | string |
None. |
|
| RecordID | integer |
None. |
|
| ModuleName | string |
None. |
|
| PageName | string |
None. |
|
| PageTabName | string |
None. |
|
| UserName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AuditID": 1,
"ModuleId": 1,
"PageId": 1,
"PageTabId": 1,
"TabSectionId": 1,
"PageTabActionId": 1,
"TabSectionActionId": 1,
"UserID": 1,
"UserIDCreated": 1,
"CreatedDate": "2025-11-01T00:45:20.3014338-04:00",
"UserIDModified": 1,
"ModifiedDate": "2025-11-01T00:45:20.3014338-04:00",
"DbUserCreated": "sample string 2",
"DbUserModified": "sample string 3",
"Description": "sample string 4",
"RowStatus": "sample string 5",
"Comments": "sample string 6",
"RecordID": 1,
"ModuleName": "sample string 7",
"PageName": "sample string 8",
"PageTabName": "sample string 9",
"UserName": "sample string 10"
},
{
"AuditID": 1,
"ModuleId": 1,
"PageId": 1,
"PageTabId": 1,
"TabSectionId": 1,
"PageTabActionId": 1,
"TabSectionActionId": 1,
"UserID": 1,
"UserIDCreated": 1,
"CreatedDate": "2025-11-01T00:45:20.3014338-04:00",
"UserIDModified": 1,
"ModifiedDate": "2025-11-01T00:45:20.3014338-04:00",
"DbUserCreated": "sample string 2",
"DbUserModified": "sample string 3",
"Description": "sample string 4",
"RowStatus": "sample string 5",
"Comments": "sample string 6",
"RecordID": 1,
"ModuleName": "sample string 7",
"PageName": "sample string 8",
"PageTabName": "sample string 9",
"UserName": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfAuditDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<AuditDetails>
<AuditID>1</AuditID>
<Comments>sample string 6</Comments>
<CreatedDate>2025-11-01T00:45:20.3014338-04:00</CreatedDate>
<DbUserCreated>sample string 2</DbUserCreated>
<DbUserModified>sample string 3</DbUserModified>
<Description>sample string 4</Description>
<ModifiedDate>2025-11-01T00:45:20.3014338-04:00</ModifiedDate>
<ModuleId>1</ModuleId>
<ModuleName>sample string 7</ModuleName>
<PageId>1</PageId>
<PageName>sample string 8</PageName>
<PageTabActionId>1</PageTabActionId>
<PageTabId>1</PageTabId>
<PageTabName>sample string 9</PageTabName>
<RecordID>1</RecordID>
<RowStatus>sample string 5</RowStatus>
<TabSectionActionId>1</TabSectionActionId>
<TabSectionId>1</TabSectionId>
<UserID>1</UserID>
<UserIDCreated>1</UserIDCreated>
<UserIDModified>1</UserIDModified>
<UserName>sample string 10</UserName>
</AuditDetails>
<AuditDetails>
<AuditID>1</AuditID>
<Comments>sample string 6</Comments>
<CreatedDate>2025-11-01T00:45:20.3014338-04:00</CreatedDate>
<DbUserCreated>sample string 2</DbUserCreated>
<DbUserModified>sample string 3</DbUserModified>
<Description>sample string 4</Description>
<ModifiedDate>2025-11-01T00:45:20.3014338-04:00</ModifiedDate>
<ModuleId>1</ModuleId>
<ModuleName>sample string 7</ModuleName>
<PageId>1</PageId>
<PageName>sample string 8</PageName>
<PageTabActionId>1</PageTabActionId>
<PageTabId>1</PageTabId>
<PageTabName>sample string 9</PageTabName>
<RecordID>1</RecordID>
<RowStatus>sample string 5</RowStatus>
<TabSectionActionId>1</TabSectionActionId>
<TabSectionId>1</TabSectionId>
<UserID>1</UserID>
<UserIDCreated>1</UserIDCreated>
<UserIDModified>1</UserIDModified>
<UserName>sample string 10</UserName>
</AuditDetails>
</ArrayOfAuditDetails>