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

Method Name Select-key Resource type Description
GET self Gets the self relation for this resource.

Actions

Method Action Description Response codes
GET /fileversion/{fileVersionId}/fileprocessactionlog get Gets all file process action logs for file version
200 Request completed successfully (including empty collection of file process actions)
400 Bad request (in general)
403 Insufficient permissions
404 File version is not found