Resource File Properties REST Endpoints

Core/Resources/Resource File Properties
The resource file properties resource is used to view, create, or delete file property for a specific resource. The file property may be used to transfer files such as documents, photos, signatures, and so on.
Delete a file property
Method: delete
Path: /rest/ofscCore/v1/resources/{resourceId}/{propertyLabel}
Get a file property
Method: get
Path: /rest/ofscCore/v1/resources/{resourceId}/{propertyLabel}
Set a file property
Method: put
Path: /rest/ofscCore/v1/resources/{resourceId}/{propertyLabel}