Skip to content

ProjectWise - Get File Properties ​

Retrieves the metadata and properties of a ProjectWise document without downloading the file itself.

Purpose ​

Use this task when a workflow needs to read document attributes — such as status, revision, or custom fields — without needing the file content. This is more efficient than Get File when only metadata is required.

Service Account ​

Requires a Bentley ProjectWise service account.

Inputs ​

FieldTypeRequiredDescription
File IdentifierTextYesThe document GUID, file name, or WSG path used to locate the document in ProjectWise.

Outputs ​

NameDescription
PropertiesA dictionary of all WSG property values for the document (key/value pairs). Use these in downstream tasks for conditional logic, notifications, or external system updates.
DocumentIdThe resolved WSG instance ID (GUID) for the document.

Tentech