Applications
Draft
Get the list of analyzed applications. The applications are sorted by name.
URI
GET /rest/applications
Responses
application/json
:
Example:
[
{
"name": "Adempiere",
"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 of REST end points |
delivery.dateTime | string | The date and time of the source code delivery to the CAST Platform. 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. |