Activity Types REST Endpoints
Metadata/Activity Types
The activity types resource is used to view the activity types. Every activity has a type which defines specific activity parameters. For example, installation, trouble call, lunch, team meeting, and so on.
- Create or update an activity type
- Method: putPath:
/rest/ofscMetadata/v1/activityTypes/{label} - Get activity types
- Method: getPath:
/rest/ofscMetadata/v1/activityTypes - Get an activity type
- Method: getPath:
/rest/ofscMetadata/v1/activityTypes/{label}