Applications


Overview

Get the list of analyzed applications. The applications are sorted by name.

URI

GET /rest/applications

Responses

application/json

Example:

[
    {
        "name": "MyApp",
        "delivery": {
            "dateTime": "2024-09-30T16:31:00",
            "name": "My Version"
        }
    }
  ]

JSON representation

Property Type Description
name string The application name to set as a path parameter for most REST endpoints
delivery.dateTime string The date and time of the source code delivery to CAST Imagiing. Date and time are expressed in the local time zone without any time zone specified.
delivery.name string A name associated to this source code delivery, usually expressed as a version name or version number of the application.