Returns the most recent inline code for manual insertion into your web application code. It includes both the configuration and the RUM monitoring code.
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/rum/inlineCode/{applicationId} |
| Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/rum/inlineCode/{applicationId} |
To execute this request, you need an access token with rumManualInsertionTags.read scope.
To learn how to obtain and use it, see Tokens and authentication.
| Parameter | Type | Description | In | Required |
|---|---|---|---|---|
| applicationId | string | The ID of the web application. | path | required |
The response includes a text/plain payload containing the most recent version of the inline code for the specified application.