- AuditDashboard Developer Portal
- Clients
- Divisions
- Engagements
- Insights
- Requests
- Get Engagement RequestsGET
- Get Request by IDGET
- Update Request DetailsPUT
- Update Request Status and PriorityPATCH
- Delete RequestDELETE
- Create RequestsPOST
- Update Multiple RequestsPUT
- Update Request Status and PriorityPATCH
- Delete Multiple RequestsDELETE
- Get Request History FeedGET
- Get Request Activity FeedGET
- Add Comment to RequestPOST
- Delete a Request CommentDELETE
- Delete a Request DocumentDELETE
- Download Request DocumentsGET
- Update Multiple Request RestrictionsPATCH
- Update Single Request RestrictionsPATCH
- Upload Request DocumentPOST
- Users
- Authorization
- Trash
Get Request Activity Feed
GET
/api/public/requests/activity/{requestID}
Requests
Request
Path Params
requestID
integer <int32>
required
Responses
🟢200OK
text/plain
Body
array of:
PartitionKey
string | null
optional
RowKey
string | null
optional
Timestamp
string <date-time> | null
optional
ETag
object (ETag)
optional
EngagementID
integer <int32>
optional
RequestID
integer <int32>
optional
ItemType
enum<integer> <int32>
optional
Allowed values:
0123451020303140414243445051100101
ItemDate
string <date-time>
optional
ItemID
integer <int32>
optional
UserID
integer <int32>
optional
UserName
string | null
optional
Target
string | null
optional
Property
string | null
optional
Attribute
string | null
optional
ReferenceID
integer <int32>
optional
UserNames
string | null
optional
TotalSigningUsers
integer <int32>
optional
RemainingSigningUsers
integer <int32>
optional
Example
[
{
"PartitionKey": "string",
"RowKey": "string",
"Timestamp": "2019-08-24T14:15:22Z",
"ETag": {},
"EngagementID": 0,
"RequestID": 0,
"ItemType": 0,
"ItemDate": "2019-08-24T14:15:22Z",
"ItemID": 0,
"UserID": 0,
"UserName": "string",
"Target": "string",
"Property": "string",
"Attribute": "string",
"ReferenceID": 0,
"UserNames": "string",
"TotalSigningUsers": 0,
"RemainingSigningUsers": 0
}
]
🟠401Unauthorized
🟠404Record Not Found
Modified at 2025-03-24 12:24:39