Skip to main content
POST
/
api
/
apps
/
beta
/
apps
/
{appId}
/
versions
/
{versionId}
/
instances
/
{instanceId}
/
views
Record App Instance View
curl --request POST \
  --url https://api.example.com/api/apps/beta/apps/{appId}/versions/{versionId}/instances/{instanceId}/views \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

appId
string
required

The id of the app to record a view for.

versionId
string
required

The id of the app version to record a view for.

instanceId
string
required

The id of the app instance to record a view for.

Response

Success