This method returns the services that are allowed to be used by activities of specific type. Multiple services are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
activity_type_identifier (mandatory) | activity Type Identifier | The identifier of the type of the activity that will be using the services. The services are filtered against the allowed services of the specified type. The allowed activity type identifier fields are the following:
| ||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved activity type service |
mandatory | Boolean | Determines if the activity type service is mandatory or not |
time_spent_logging_method | String | Determines the time spend logging method of the retrieved activity type service. The supported values are the following: FIXED or FLEXIBLE |
automatically_applied | Boolean | Determines if the activity type service will be added automatically or not |
minimum_time_spent | Time Period Object | The minimum time that should be spent on the retrieved activity type service |
Product Object | The actual product provided by the activity type service |
Referred Objects Response Data