- Subcategories:
- Activity Actions
- Activity File Properties
- Activity Inventories
- Activity Links
- Activity Required Inventories
- Activity Resource Preferences
- Submitted Forms
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: postPath:
/rest/ofscCore/v1/activities/custom-actions/bulkUpdate - Create an activity
- Method: postPath:
/rest/ofscCore/v1/activities - Get activities
- Method: getPath:
/rest/ofscCore/v1/activities - Get an activity
- Method: getPath:
/rest/ofscCore/v1/activities/{activityId} - Get capacity categories of activity
- Method: getPath:
/rest/ofscCore/v1/activities/{activityId}/capacityCategories - Get individual segments of a segmentable activity
- Method: getPath:
/rest/ofscCore/v1/activities/{activityId}/multidaySegments - Search for activities
- Method: getPath:
/rest/ofscCore/v1/activities/custom-actions/search - Update an activity
- Method: patchPath:
/rest/ofscCore/v1/activities/{activityId} - Where is my technician
- Method: getPath:
/rest/ofscCore/v1/whereIsMyTech