This page is under construction

Export to Excel Service


Export to Excel Service


Topics or geometry objects in Bimplus can be exported into Excel using this service.

Export all the Bimplus Topics inside a project into Excel
Resource: issues/export/excel

URLhttps://api-stage.bimplus.net/v2/<team_slug>/projects/<project_id>/issues/export/excel

Example:https://api-stage.bimplus.net/v2/bimplus/projects/5cd37c77-d341-4ab2-9f0d-44467955b218/issues/export/excel

 GET
 Export all the Bimplus Topics inside a project into Excel. The response contains the attachment_id which could be downloaded using the Attachment Service
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Status: 200 OK
{
    "attachment_id": "134c6df9-7952-4b2b-844b-a6b47f69fd5e"
}

Export the list of Bimplus Topics to Excel
Resource: issues/export/excel

URLhttps://api-stage.bimplus.net/v2/<team_slug>/projects/<project_id>/issues/export/excel

Example:https://api-stage.bimplus.net/v2/bimplus/projects/5cd37c77-d341-4ab2-9f0d-44467955b218/issues/export/excel


JSON Structure:

Name

Mandatory / Optional

Type

Description

issuesIdmandatoryJSON arrayList of Topic ids

excelFileName

ignored

string

Name of the excel file

 POST
Export the list of Bimplus Topics into Excel. The response contains the attachment_id which could be downloaded using the Attachment Service
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
{
    "attachment_id": "134c6df9-7952-4b2b-844b-a6b47f69fd5e"
}
Status: 200 OK

Delete the comment
Resource: comments/<comment_id> 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/comments/<comment_id>

Examplehttps://api-stage.bimplus.net/v2/bimplus/comments/8836308d-f09f-4bb7-b6d2-354a2db205a6


 DELETE
 Deletes a specified comment.
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Status: 200 OK

Export all the objects inside a project into Excel
Resource: issues/export/excel

URLhttps://api-stage.bimplus.net/v2/<team_slug>/projects/<project_id>/issues/export/excel

Example:https://api-stage.bimplus.net/v2/bimplus/projects/5cd37c77-d341-4ab2-9f0d-44467955b218/issues/export/excel

 GET
 Export all the Bimplus model objects inside a project into Excel. The response contains the attachment_id which could be downloaded using the Attachment Service
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Status: 200 OK
{
    "attachment_id": "134c6df9-7952-4b2b-844b-a6b47f69fd5e"
}