AlphaAlpha Docs
API ReferenceRevit add in

Get latest Revit add-in release

Returns the latest release with version, notes, and download assets

GET
/revit-addin/releases/latest
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/revit-addin/releases/latest"
{
  "assets": [
    {
      "assetId": 0,
      "downloadUrl": "string",
      "name": "string",
      "size": 0
    }
  ],
  "releaseNotes": "string",
  "releasedAt": "2019-08-24T14:15:22Z",
  "version": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}