AppVersionTool

Lists all tools for an application version

get/app/{appId}/version/{version}/tools

Path parameters

appIdnumber required

ID of the target application

versionnumber required

Version # of the target application version

Response

Successful operation

_idstring required

Document ID

updatedAtstring date-time required

Timestamp when this was last modified

createdAtstring date-time required

Timestamp when this was created

appIdnumber required

Application ID

appVersionnumber required

Application version

toolPackageNamestring required

Tool package name

toolVersionstring required

Tool version

hiddenSupportedPoliciesstring[]

Policies that are supported by this tool, but are hidden from users of this app specifically

Example response

[
  {
    "appId": 5,
    "appVersion": 2,
    "toolPackageName": "@vincent/foo-bar",
    "toolVersion": "1.0.0",
    "hiddenSupportedPolicies": [
      "@vincent/foo-bar-policy-1",
      "@vincent/foo-bar-policy-2"
    ]
  }
]

Changes