Skip to main content

Retrieves a list of profile versions of the specified application deployment

GET 

/v1/appDeployments/:uid/profile/versions

Retrieves a list of profile versions of the specified application deployment

Request

Path Parameters

    uid stringrequired

    Application deployment uid

Responses

OK

Schema

    availableVersions

    object[]

    Application deployment profile available versions

  • Array [

  • uidstring

    Application deployment profile uid

    versionstring

    Application deployment profile version

  • ]

  • latestVersions

    object[]

    Application deployment profile latest versions

  • Array [

  • uidstring

    Application deployment profile uid

    versionstring

    Application deployment profile version

  • ]

  • metadata

    object

    Application deployment profile metadata

    namestring

    Application deployment profile name

    uidstring

    Application deployment profile uid

    versionstring

    Application deployment profile version

Loading...