File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,14 @@ In order to use this library you need to have access to an Oracle Field Service
35
35
36
36
` updateActivity(activityId, activityData) ` : Update activity details
37
37
38
+ ` setFileProperty(activityId, propertyId, file) ` : Set file property
39
+
40
+ ` getFilePropertyMetadata(activityId, propertyId) ` : Get file property metadata
41
+
42
+ ` getFilePropertyContent(activityId, propertyId, contentType) ` : Get file property content
43
+
44
+ ` getFileProperty(activityId, propertyId) ` : Get file property (content and metadata)
45
+
38
46
### Core: Subscription Management
39
47
40
48
` getSubscriptions() ` : Get existing subscriptions
Original file line number Diff line number Diff line change 6
6
| ` createActivity ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-post.html |
7
7
| ` deleteActivity ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-activityid-delete.html |
8
8
| ` getActivityDetails ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-activityid-get.html |
9
+ | ` setFileProperty ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-activityid-propertylabel-put.html |
10
+ | ` getFileProperty ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-activityid-propertylabel-get.html |
9
11
| ` updateActivity ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-activityid-patch.html
10
12
| ` getSubscriptions ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-events-subscriptions-get.html
11
13
| ` importPlugins ` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofscmetadata-v1-plugins-custom-actions-import-post.html
You can’t perform that action at this time.
0 commit comments