Gets the parameters of the specified user session property of an app.
The request produces an application/json payload.
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/applications/mobile/{applicationId}/userActionAndSessionProperties/{key} | 
| Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/applications/mobile/{applicationId}/userActionAndSessionProperties/{key} | 
To execute this request, you need an access token with ReadConfig scope.
To learn how to obtain and use it, see Tokens and authentication.
| Parameter | Type | Description | In | Required | 
|---|---|---|---|---|
| applicationId | string | The UUID of the required mobile or custom application. It can be found in the Instrumentation Wizard of your app.  | path | required | 
| key | string | The key of the required mobile session or user action property.  | path | required | 
| Code | Type | Description | 
|---|---|---|
| 200 | Mobile | Success  | 
| 404 | - | Failed. The specified entity doesn't exist.  | 
MobileSessionUserActionProperty objectConfiguration of the mobile session or user action property.
| Element | Type | Description | 
|---|---|---|
| aggregation | string | The aggregation type of the property. It defines how multiple values of the property are aggregated. 
  | 
| cleanupRule | string | The cleanup rule of the property. Defines how to extract the data you need from a string value. Specify the regular expression for the data you need there.  | 
| displayName | string | The display name of the property.  | 
| key | string | The unique key of the mobile session or user action property.  | 
| name | string | The name of the reported value. Only applicable when the origin is set to   | 
| origin | string | The origin of the property 
  | 
| serverSideRequestAttribute | string | The ID of the request attribute. Only applicable when the origin is set to   | 
| storeAsSessionProperty | boolean | If   | 
| storeAsUserActionProperty | boolean | If   | 
| type | string | The data type of the property. 
  | 
{"aggregation": "AVERAGE","cleanupRule": "string","displayName": "string","key": "string","name": "string","origin": "API","serverSideRequestAttribute": "string","storeAsSessionProperty": true,"storeAsUserActionProperty": true,"type": "DOUBLE"}