Versions Compared

Key

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

This page is under construction

BCF Service

...

  • Import a BCF file into Bimplus topics
  • Export all the topics inside a project into a BCF file
  • Export a single or a list of Topics inside a project into a BCF file
  • Use filters to determine what to export during the export of topics

...

Import a BCF file into Bimplus topics
Deck of Cards
idbimImportBCF
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: import 

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

Example: https://api-stage.bimplus.net/v2/bimplus/projects/12345/issues/bcf

Card
labelHTTP Method
 PUT
Card
labelDescription
Import a single or a list of topics from a BCF file into Bimplus Topics. The necessary attributes & assets such as author, responsible, attachments, comments, view etc are handled and matched according to the Bimplus Topic. Please note that currently only a PUT function exists which means the API/server takes care of the logic of either creating or updating the related topics.
Card
labelRequest
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK
Code Block
borderColorGreen
titleResponse
langxml
{
    "createdIssues": [
        {
            "id": "123"
        },
        {
            "id": "456"
        },
        {
            "id": "789"
        }
    ]
}