...
URL | /openspecimen/rest/ng/audit/export-revisions |
Method | POST |
Body |
Expand |
---|
title | Request: Single User |
---|
|
Code Block |
---|
{
"startDate": 1551398400000,
"endDate": 1552608000000,
"userId": 1,
"includeModifiedProps": true,
"entities": ["Participant", "ParticipantMedicalIdentifier", "CollectionProtocolRegistration", "ParticipantExtension"]
} |
|
Expand |
---|
title | Request: Multiple Users |
---|
|
Code Block |
---|
| {
"startDate": 1551398400000,
"endDate": 1552608000000,
"userIds": [1, 2, 3],
"includeModifiedProps": true,
"entities": ["Participant", "ParticipantMedicalIdentifier", "CollectionProtocolRegistration", "ParticipantExtension"]
} |
|
|
Response
The response contains the file ID that can be used to download the exported revisions file.
...