...
...
Deck of Cards |
---|
|
Card |
---|
default | true |
---|
label | URL / Resource / JSON Structure |
---|
| Resource: issues/export/excel
URL: https://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 |
---|
issuesId | mandatory | JSON array | List of Topic ids | excelFileName | ignored | string | Name of the excel file |
|
Card |
---|
| Export the list of Bimplus Topics into Excel. The response contains the attachment_id which could be downloaded using the Attachment Service |
Card |
---|
| Code Block |
---|
borderColor | Green |
---|
title | Headers |
---|
lang | xml |
---|
| Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
|
Code Block |
---|
borderColor | Red |
---|
title | JSON |
---|
lang | xml |
---|
| {
"attachment_id": "134c6df9-7952-4b2b-844b-a6b47f69fd5e"
} |
|
Card |
---|
| Code Block |
---|
borderColor | Green |
---|
title | Status |
---|
lang | xml |
---|
| Status: 200 OK
|
|
|
...
Deck of Cards |
---|
|
Card |
---|
|
default | true |
---|
label | URL / Resource / JSON Structure |
---|
|
Resource: comments/<comment_id> URL: https://api-stage.bimplus.net/v2/<team_slug>/comments/<comment_id>
Example: https://api-stage.bimplus.net/v2/bimplus/comments/8836308d-f09f-4bb7-b6d2-354a2db205a6
Card |
---|
|
Deletes a specified comment. |
Card |
---|
|
Code Block |
---|
borderColor | Green |
---|
title | Headers |
---|
lang | xml |
---|
| Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
|
|
Card |
---|
|
Code Block |
---|
borderColor | Green |
---|
title | Status |
---|
lang | xml |
---|
| Status: 200 OK
|
|
Anchor |
---|
| excelAllObjects |
---|
| excelAllObjects |
---|
|
Export all the objects of a particular element-type inside a project into Excel
Deck of Cards |
---|
id | bimExcelAllTopicsbimExcelAllObjects |
---|
|
Card |
---|
default | true |
---|
label | URL / Resource / JSON Structure |
---|
| Resource: issuesobjects/export/excel?typeId=<elementType_guid>
URL: https://api-stage.bimplus.net/v2/<team_slug>/projects/<project_id>/issues/objects/export/excel?typeId=<elementType_guid> Example:https://api-stage.bimplus.net/v2/bimplus/objects/projects/5cd37c77-d341-4ab2-9f0d-44467955b218/issues/export/excelexport/excel?typeId=10074eef-9418-4d64-9c6d-23932835a7f1 |
Card |
---|
| EExport 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 |
Card |
---|
| Code Block |
---|
borderColor | Green |
---|
title | Headers |
---|
lang | xml |
---|
| Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
|
|
Card |
---|
| Code Block |
---|
borderColor | Green |
---|
title | Status |
---|
lang | xml |
---|
| Status: 200 OK
|
Code Block |
---|
borderColor | Red |
---|
title | JSON |
---|
lang | xml |
---|
| {
"attachment_id": "134c6df9-7952-4b2b-844b-a6b47f69fd5e"
} |
|
|