File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ In order to use this library you need to have access to an Oracle Field Service
6868
6969` getActivityFileProperty(activityId, propertyId) ` : Get file property (content and metadata)
7070
71+ ` getLinkedActivities(activityId) ` : Get activities linked to a specific activity
72+
73+ ` getActivityLinkType(activityId, linkedActivityId, linkType) ` : Get the link type between two activities
74+
7175### Core: Subscription Management
7276
7377` getSubscriptions() ` : Get existing subscriptions
@@ -124,6 +128,7 @@ Please see the `docs/` directory for documentation and a simple example
124128| 1.2 | Added ` createActivity ` , ` deleteActivity ` |
125129| 1.6 | Added ` getUsers ` , ` getUserDetails ` , ` getAllUsers ` |
126130| 1.8 | Added ` getProperties ` , ` getPropertyDetails ` , ` updateProperty ` ` createReplaceProperty ` |
131+ | 1.23 | Added ` getLinkedActivities ` , ` getActivityLinkType ` methods |
127132
128133## Contributing
129134
You can’t perform that action at this time.
0 commit comments