QuickApp variables for Dynamic API

The following table contains the variables you can use in your QuickApp that provide information about the HTTP request.

Variable Name Description
@path Provides any path given on the URL after the path to the QuickApp or widget
@http_method Provides the HTTP method used to request the resource. (This could be any string, but generally it is GET or POST)
@content_type In the case of an HTTP post where the content_type is not application/json or application/x-www-form-urlencoded, this contains the full content of the post.
@content In the case of an HTTP post where the content_type is not application/json or application/x-www-form-urlencoded, this contains the full content of the post.