Retrieves the history feed for a specific request by its unique ID.
Responses
text/plain
OK: Returns the history feed for the request.
[
{
"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
}
]
Modified at 2025-03-24 12:24:39