curl --request GET \
--url https://commerce.driv.ly/api/logs/{id}{
"data": {
"id": "<string>",
"title": "<string>",
"trace": "<string>",
"requestBody": {},
"path": "<string>",
"method": "<string>",
"ipAddress": "<string>",
"userAgent": "<string>",
"status": "<string>",
"responseBody": {},
"responseHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"requestHeaders": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"success": true
}curl --request GET \
--url https://commerce.driv.ly/api/logs/{id}{
"data": {
"id": "<string>",
"title": "<string>",
"trace": "<string>",
"requestBody": {},
"path": "<string>",
"method": "<string>",
"ipAddress": "<string>",
"userAgent": "<string>",
"status": "<string>",
"responseBody": {},
"responseHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"requestHeaders": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"success": true
}Log is uniquely identified by id
The number of levels of related objects to include in the response
Log Found
Show child attributes
Log is uniquely identified by id
Log has Title
Log has Trace
Log has Request Body
Log has Path
Log has Method
Log has IP Address
Log has User Agent
Log has Status
Log has Response Body