API Core - v1.5.0
    Preparing search index...

    Class APICallResponseData

    Structured log data for an API response.

    Hierarchy (View Summary)

    Index
    dataType: "API response" = 'API response'
    headers: unknown
    method?: string
    params: unknown
    requestData: unknown
    responseData: unknown
    status?: number
    url?: string
    • Serializes the log data to indented JSON in the fixed key order, redacting every value through the injected vocabulary.

      Returns string

      The redacted, pretty-printed JSON log line.