Skip to main content

List application packages

GET 

/applications/:applicationId/packages

List application packages

Request

Path Parameters

    applicationId stringrequired

    Possible values: non-empty

Query Parameters

    includeArchived booleanrequired
    expand Expand_3[]

    Possible values: [labels, components]

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

application_packages-list 200 response

Schema

  • Array [

  • version string


    Release version of the application package.

    applicationId string


    ID of an application the package belongs to.

    basePackageVersion stringnullable


    Version of the package this package has been based on.

    archived boolean


    Indicates whether this package has been archived.

    preview boolean

    components

    object[]

    required


    Application components the package consists of.

  • Array [

  • componentId string


    ID of the component.

    version string


    Version of the component.

    dockerImage string


    Docker image of the component.

    deleted boolean


    Indicates whether the component has been deleted.

    branch stringnullable


    Branch the component version was build from.

    commit

    object

    nullable


    Commit the component version was build from.

    id string


    The commit SHA.

    shortId stringnullable


    The short commit SHA.

    message stringnullable


    The commit message.

    author

    object

    nullable


    Author of the commit.

    name string


    The name of the person.

    email string


    The email of the person.

    date date-time


    The date of the commit.

    committer

    object

    nullable


    Committer of the commit.

    name string


    The name of the person.

    email string


    The email of the person.

    date date-time


    The date of the commit.

    partOfBasePackage booleannullable


    Indicates whether the component is part of the base package.
    Preview packages will have components which are not part of the base package

  • ]

  • labels

    object[]


    Optional colored labels of the package.

  • Array [

  • id uuid


    ID of the label.

    text string


    Text of the label.

    color string


    Color of the label.

  • ]

  • ]

Loading...