Request URI

Created on June 21, 2022

RequestURIParameter


Optional query parameters to be included in the report’s upload to HTTP URL.

Example

{
    "Name": "profileName",
    "Reference": "Profile.Name"
}

RequestURIParameter Properties

Property

Type

Required

NamestringOptional
ReferencestringOptional

Name

Value to be used as the Name in the query parameter name/value pair.

Name

  • is optional
  • Type: string

Reference

Value to be used as the Value in the query parameter name/value pair. Must be a data model reference.

Reference

  • is optional
  • Type: string
Go To Top