GET api/GetAuditById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ADM_Audits| 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. |
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": "2026-03-25T04:35:17.1925836-04:00",
"UserIDModified": 1,
"ModifiedDate": "2026-03-25T04:35:17.1925836-04:00",
"DbUserCreated": "sample string 2",
"DbUserModified": "sample string 3",
"Description": "sample string 4",
"RowStatus": "sample string 5",
"Comments": "sample string 6",
"RecordID": 1
}
application/xml, text/xml
Sample:
<ADM_Audits xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin"> <AuditID>1</AuditID> <Comments>sample string 6</Comments> <CreatedDate>2026-03-25T04:35:17.1925836-04:00</CreatedDate> <DbUserCreated>sample string 2</DbUserCreated> <DbUserModified>sample string 3</DbUserModified> <Description>sample string 4</Description> <ModifiedDate>2026-03-25T04:35:17.1925836-04:00</ModifiedDate> <ModuleId>1</ModuleId> <PageId>1</PageId> <PageTabActionId>1</PageTabActionId> <PageTabId>1</PageTabId> <RecordID>1</RecordID> <RowStatus>sample string 5</RowStatus> <TabSectionActionId>1</TabSectionActionId> <TabSectionId>1</TabSectionId> <UserID>1</UserID> <UserIDCreated>1</UserIDCreated> <UserIDModified>1</UserIDModified> </ADM_Audits>