Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The information in this document is currently in BETA and subject to change.

 

The Action Documents resource represents documents stored in an action.

 

Resource Properties
Scope Parameteractiondocuments
Location/actiondocuments
MethodsGET POST PUT DELETE
Default Page Size50
Max Page Size200
Default IncludesNone

 

Resource Attributes
FieldDescriptionFormatRequiredField TypeRestrictionsNotes
nameThe name of the document.stringtruedefault  
modifiedTimestampWhen the document last modified.numberfalsedefaultread-only 
statusThe status of the document.stringfalsedefaultread-only 
keywordsSearch keywords for the document.stringfalseadditional  
summaryThe document summary.timestampfalseadditional  
checkedOutTimestampWhen the document was checked out.booleanfalseadditionalread-only 
checkedOutToThe name of the Participant the document is checked out to.timestampfalseadditionalread-only 
checkedOutEtaTimestampWhen the document is expected to be checked back in.timestampfalseadditionalread-only 
fileTypeThe file type.booleantruedefault  
fileSizeThe size of the document.stringfalsedefaultread-only.
fileNameThe name of the file.  additionalread-only 
extensionThe file extension.stringfalsedefault  
sharepointUrlThe URL to access the document via SharePoint.stringfalseadditionalread-only 
actionThe Action that the document belongs to.stringtruelink  
checkedOutByThe Participant that has currently checked out the document.stringfalselinkread-only 
folder.The ActionFolder the document is located in.stringfalselink  
createdByThe Participant that created the document.stringfalselinkread-only 
documentTemplateThe Template for this document.stringfalselink  

 

Link Templates
IdentifierResourceLocation Template
actiondocuments.actionactions/actions/{actiondocuments.action}
actiondocuments.checkedOutByparticipants/participants/{actiondocuments.checkedOutBy}
actiondocuments.actionFolderactionfolders/actionfolders/{actiondocuments.actionFolder}
actiondocuments.createdByparticipants/participants/{actiondocuments.createdBy}
actiondocuments.tagtags/tags/{actiondocuments.tag}
actiondocuments.documentTemplatedocumentTemplates/documentTemplates/{actiondocuments.documentTemplate}

 

Errors
CodeFieldCondition
AD-01folderThe value of the status attribute must be either "Active", "Inactive", "Closed" or "Template"
AD-02folderThe value of the priority field is numeric.
AD-03statusCannot modify this document as it is currently checked out.
  • No labels