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: put
Path: /rest/ofscMetadata/v1/activityTypes/{label}
Get activity types
Method: get
Path: /rest/ofscMetadata/v1/activityTypes
Get an activity type
Method: get
Path: /rest/ofscMetadata/v1/activityTypes/{label}