v1
latestOpenAPI 3.0.12026-07-248498266.5 KBFiles
List File's Events
This endpoint allows you to view the event history for a file. For example, you can query this endpoint to find out when a file was created and who it was created by. This endpoint is pageable.
get/plug/files/{fileId}/events
Path parameters
fileIdstring required
Query parameters
searchstring
A search query string. See this page for more information.
The searchable fields for this endpoint are:
- createdAt
- eventType
- fieldName
pageinteger
Zero-based page index (0..N)
sizeinteger
The size of the page to be returned
sortstring[]
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Headers
Arcadia-Versionstring required
The Arcadia-Version for the request
Response
OK