GET inline code

  • Reference

Returns the most recent inline code for manual insertion into your web application code. It includes both the configuration and the RUM monitoring code.

GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/rum/inlineCode/{applicationId}
Environment ActiveGateCluster ActiveGatehttps://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/rum/inlineCode/{applicationId}

Authentication

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.

Parameters

ParameterTypeDescriptionInRequired
applicationIdstring

The ID of the web application.

pathrequired

Response

The response includes a text/plain payload containing the most recent version of the inline code for the specified application.