Info |
---|
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.
...
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 |
Card |
---|
| Export all the Bimplus Topics inside a project 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
|
|
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"
} |
|
|
Anchor |
---|
| updateCommentexcelTopicListupdateComment |
---|
| excelTopicList |
---|
|
...
Export the list of Bimplus Topics to Excel
Deck of Cards |
---|
id | bimCommentUpdatebimExcelTopicList |
---|
|
Card |
---|
default | true |
---|
label | URL / Resource / JSON Structure |
---|
| Resource: comments/<comment_id> issues/export/excel
URL: https://api-stage.bimplus.net/v2/<team_slug>/commentprojects/<comment<project_id>/issues/export/excel Example: https://api-stage.bimplus.net/v2/bimplus/commentsprojects/db5403365cd37c77-47a3d341-426e4ab2-b3bf-1e532bfac8ea9f0d-44467955b218/issues/export/excel
JSON Structure: Name | Mandatory / Optional | Type | Description |
---|
issueId | will be ignored | string(guid) | The id of the issue | text | mandatory | string | The comment text | createdAt | will be ignored | string (date) | Creation date of the comment | modifiedAt | will be ignored | string (date) | Modified date of the comment | author | optional | object | The author of the comment | issuesId | mandatory | JSON array | List of Topic ids | excelFileName | ignored | string | Name of the excel file |
|
Card |
---|
| Update the specified comment.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 |
---|
| {
"issueId": "8415bd8d-7e27-4975-bddb-b1b365719770",
"text": "Second Comment: The fire exit should be x:120, y: 120; z: 340",
"createdAt": "2013-11-20T08:17:36+00:00",
"modifiedAt": "2013-11-20T08:17:36+00:00",
"author": {
"attachment_id": "132a78a5134c6df9-b5237952-4bf24b2b-8382844b-7098fac3f803"
}a6b47f69fd5e"
} |
|
Card |
---|
| Code Block |
---|
borderColor | Green |
---|
title | Status |
---|
lang | xml |
---|
| Status: 200 OK
|
|
|
...
Deck of Cards |
---|
|
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 inside a project into Excel
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 |
Card |
---|
| 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 |
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"
} |
|
|