Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deck of Cards
idbimExcelAllObjects
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: objects/export/excel?typeId=<elementType_guid>

URLhttps://api-stage.bimplus.net/v2/<team_slug>/projects/<project_id>/objects/export/excel?typeId=<elementType_guid>

Example:https://api-stage.bimplus.net/v2/bimplus/projects/de87fc4d-cb5d-44ba-b2ea-1d96ac564a8a/objects/export/excel?typeId=10074eef-9418-4d64-9c6d-23932835a7f1

The same output, could be got in the form of JSON response (not in excel format) using v2/<team_slug>/projects/<project_id>/ elements?typeId=xxx

Card
labelHTTP Method
 GET
Card
labelDescription
Export all the Bimplus model objects of a particular element-type(eg: wall) inside a project into Excel. The response contains the attachment_id which could be downloaded using the Attachment Service The element-types id could be got from the Element-Type Service The same output, could be got in the form of JSON response (not in excel format) using v2/<team_slug>/projects/<project_id>/ elements?typeId=xxx
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSON
{
    "attachment_id": "134c6df9-7952-4b2b-844b-a6b47f69fd5e"
}