Get Participating Values
Returns all values that participated in activities (matching the search criteria) for the given field name and tenant.
This operation returns all values that participated in activities, and which match the search criteria, for the given field name and tenant.
Request:
GET {TenantURL}/activities/_participatedValues
Name | Required | Details | Examples | |
---|---|---|---|---|
Headers | Authorization |
Yes | Information about authentication access token in format "Bearer
<accessToken> " (see details in Authentication API ). |
|
Query | fieldName |
Yes | Name of the field for which participated values should be returned. | fieldName=items.delta.sources |
filter |
No | There are the following Condition Types:
To search by all properties, specify attributes for the property. Search by multiple conditions is supported with
Note: Search is case sensitive for all fields except
label .Note: Replace
"+" with %2B on client side in
search request. For example, to search for
"some+d-423type" , use
filter=equals(attributes,'some%2Bd-423type' ) |
Filter by object type:
Filter by user:
Filter by a String across all properties:
Find activities with items without object type:
Find activities that have non-empty description:
Find activities which occurred after 2015-04-01:
Find activities which occurred between 2015-03-01 and 2015-04-01:
|
|
max |
No |
Positive Integer value to identify maximum number of values to return
in a response. Can be used to organize pagination in combination
with the Default value is |
max=15 |
|
offset |
No |
Positive Integer value to identify starting what element in a result
set should be returned in a response. Can be used to organize
pagination in combination with the Default value is |
offset=30 |
Response
List of values that participated in activities.
Example Request
GET {TenantURL}/activities/_participatedValues?fieldName=items.delta.sources&filter=equals(items.delta.attributeType, 'configuration/entityTypes/HCP/attributes/FirstName')
Headers: Authorization: Bearer 204938ca-2cf7-44b0-b11a-1b4c59984512
Example Response
["FB", "LNKD", "ABCD"]