Skip to content

Fetch Resources in System Logs

GET
/api/v1/developer/system/logs/resource/{id}

Available since v1.24.6

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*

Resource ID from system log target entries (type: activities_resource)

Type
string
Required
Example"0418d6a38f00-b6906057-2a90-4426-835c-b5b172381fec"

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"video_record": "string",
  
  
"video_record_thumbnail": "string",
  
  
"created_at": "string",
  
  
"updated_at": "string"
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI