Resource File Properties REST Endpoints

Core/Resources/Resource File Properties

Important: This information only applies to Oracle Field Service environments. You can verify whether you've Oracle Field Service or Oracle Fusion Field Service, by signing in and checking on the About page.

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}