About this resource
Representation of a FileProcessActionLog
Properties
| Property | Description | Type |
|---|---|---|
| id | Gets the identifier for this file process action log. | guid |
| fileVersionId | Gets the identifier of the file version for this file process action log. | guid |
| label | Gets the file process action label for this file process action log. | string |
| description | Gets the file process action description for this file process action log. | string |
| status | Gets the status for this file process action log. | string |
| details | Gets the details for this file process action log. | string |
| createdOn | Gets the creation date for this file process action log. | datetime |
| completedOn | Gets the completion date for this file process action log. | datetime |
Relations
Actions
| Method | Action | Description | Response codes | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GET /fileversion/{fileVersionId}/fileprocessactionlog | get | Gets all file process action logs for file version |
|