Skip to content

Commit 1c271c3

Browse files
committed
docs: update README with new linked activities methods
1 parent dcfc48d commit 1c271c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)