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.
The ID of the required application.
MobileSessionUserActionPropertyList
objectContains lists of short representations of mobile session properties and mobile user action properties.
A list of short representations of mobile session properties.
A list of short representations of mobile user action properties.
MobileSessionUserActionPropertyShort
objectA short representation of mobile session or user action property.
The display name of the session or user action property.
The key of the session or user action property.
{"sessionProperties": [{"displayName": "string","key": "string"}],"userActionProperties": [{}]}