Log access

Obtain log access information for a specific object instance

get
Path parameters
projectIdstringRequired

The id of the project the object instance is in

instanceIdstringRequired

The id of the object instance to retrieve

Responses
200

Expected response to a valid request

application/json
get
GET /v1/mml-objects/{projectId}/object-instances/{instanceId}/log-access HTTP/1.1
Host: localhost:3050
Accept: */*
{
  "url": "text",
  "token": "text"
}

Was this helpful?