Revit Add In
Revit add-in releases and updates
Check for Revit add-in updates
AuthorizationBearer <token>
In: header
Query Parameters
currentVersion*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/revit-addin/releases/check-update?currentVersion=string"{
"assets": [
{
"assetId": 0,
"downloadUrl": "string",
"name": "string",
"size": 0
}
],
"latestVersion": "string",
"updateAvailable": true
}{
"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"
}Get latest Revit add-in release
AuthorizationBearer <token>
In: header
Response Body
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"
}Download Revit add-in asset
AuthorizationBearer <token>
In: header
Path Parameters
assetName*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/revit-addin/releases/latest/download/string""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"
}