Public Web API: Model of the flag signifying whether the app can be exported (Whether the app can be exported using its code)

Methods

  • GET — Whether the app can be exported using its code

Resource

{
    "error": "string",
    "exportable": "boolean",
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
exportable boolean

Exportable app flag

Optional
success boolean

Successful request flag

Optional