Skip to content

Commit 111024a

Browse files
committed
Document file property related functions
1 parent 386cd0d commit 111024a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ In order to use this library you need to have access to an Oracle Field Service
3535

3636
`updateActivity(activityId, activityData)`: Update activity details
3737

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+
3846
### Core: Subscription Management
3947

4048
`getSubscriptions()`: Get existing subscriptions

docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
| `createActivity`| https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-post.html |
77
| `deleteActivity`| https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-activityid-delete.html |
88
| `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 |
911
| `updateActivity`| https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-activities-activityid-patch.html
1012
| `getSubscriptions` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofsccore-v1-events-subscriptions-get.html
1113
| `importPlugins` | https://docs.oracle.com/en/cloud/saas/field-service/cxfsc/op-rest-ofscmetadata-v1-plugins-custom-actions-import-post.html

0 commit comments

Comments
 (0)