Lists all user session and user action properties from the specified mobile or custom app.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/applications/mobile/{applicationId}/userActionAndSessionProperties |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/applications/mobile/{applicationId}/userActionAndSessionProperties |
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 |
Code | Type | Description |
---|---|---|
200 | Mobile | Success |
MobileSessionUserActionPropertyList
objectContains lists of short representations of mobile session properties and mobile user action properties.
Element | Type | Description |
---|---|---|
sessionProperties | Mobile | A list of short representations of mobile session properties. |
userActionProperties | Mobile | A list of short representations of mobile user action properties. |
MobileSessionUserActionPropertyShort
objectA short representation of mobile session or user action property.
Element | Type | Description |
---|---|---|
displayName | string | The display name of the session or user action property. |
key | string | The key of the session or user action property. |
{"sessionProperties": [{"displayName": "string","key": "string"}],"userActionProperties": [{}]}