Activities REST Endpoints

Core/Activities
The activities resource is used to view, create, or update activities. It is also used to search for activities based on a specified criteria, view individual segments of segmentable activities, and retrieve activity status and technician information. An activity is any time-consuming task done by a resource. For example, installation, trouble call, lunch, team meeting, and so on.
Bulk update activities
Method: post
Path: /rest/ofscCore/v1/activities/custom-actions/bulkUpdate
Create an activity
Method: post
Path: /rest/ofscCore/v1/activities
Get activities
Method: get
Path: /rest/ofscCore/v1/activities
Get an activity
Method: get
Path: /rest/ofscCore/v1/activities/{activityId}
Get capacity categories of activity
Method: get
Path: /rest/ofscCore/v1/activities/{activityId}/capacityCategories
Get individual segments of a segmentable activity
Method: get
Path: /rest/ofscCore/v1/activities/{activityId}/multidaySegments
Search for activities
Method: get
Path: /rest/ofscCore/v1/activities/custom-actions/search
Update an activity
Method: patch
Path: /rest/ofscCore/v1/activities/{activityId}
Where is my technician
Method: get
Path: /rest/ofscCore/v1/whereIsMyTech