Activity File Properties REST Endpoints

Core/Activities/Activity 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 activity file properties resource is used to view, create, or delete a file property for a specific activity. 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/activities/{activityId}/{propertyLabel}
Get a file property
Method: get
Path: /rest/ofscCore/v1/activities/{activityId}/{propertyLabel}
Set a file property
Method: put
Path: /rest/ofscCore/v1/activities/{activityId}/{propertyLabel}