Get
/v2/APIReferences/{apiReferenceId}/Logs/{logId}
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Path parameters
apiReferenceId
stringRequired

The ID of the API reference

logId
stringRequired

The ID of the log

Responses
200
400

Success

Collapse all
object
api_reference_errors
Array of object (ApiLogs) | null

Error log response

object
message
string | null

Descriptive message represent the problem occur

pointer
string | null

Path where the problem occur

api_reference_alerts
Array of object (ApiLogs) | null

Alerts log response

object
extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError) | null

Errors in the customer API response

object
warnings
Array of object (BaseWarning) | null

Warnings in the customer API response

object
information
Array of object (BaseInformation) | null

Information passed by the customer API response

object