Skip to main content

ParamTypes

This enumeration defines the supported locations for parameters in an API request. It categorizes parameters into four distinct types: query, header, path, and cookie.

Attributes

AttributeTypeDescription
querystring = queryRepresents parameters passed in the URL query string of an HTTP request.
headerstring = headerRepresents parameters passed within the HTTP request headers.
pathstring = pathRepresents parameters embedded directly within the URL path structure.
cookiestring = cookieRepresents parameters passed via the HTTP Cookie header.