Skip to main content

List applications

GET 

/applications

Lists applications.

Request

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

applications-list 200 response

Schema

  • Array [

  • abilities string[]
    id stringrequired

    The unique identifier of the application.

    runtimeName stringrequired


    Runtime id of the application compatible with DNS-1123 label, based on id.
    It must be used in certain places such as kubernetes labels. (Might be the same as id.)

    name stringrequired


    Human readable name of the component.

    description string


    Description of the application.

    status stringrequired

    Status of the application.
    READY - Application is ready to be used.
    DELETING - Application is being deleted.

    relatedEnvironments

    object[]


    Environments related to the application.

  • Array [

  • id stringrequired


    Unique environment ID.

    displayName string


    Human readable name of the environment.

    production boolean
  • ]

  • createdAt date-timenullable


    The timestamp when the application was created. If the timestamp is unknown, the value will be returned as null.

    createdBy stringnullable


    This field represents the identifier of the user responsible for creating the application. If the user is unknown, the value will be returned as null.

  • ]

Loading...