Zum Hauptinhalt springen
GET
/
app
/
{appId}
/
revisions
List app revisions
curl --request GET \
  --url https://demo.enneo.ai/api/mind/app/{appId}/revisions \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "revisions": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

appId
string
erforderlich

Antwort

200 - application/json

Successful operation

success
boolean
Beispiel:

true

revisions
object[]