This page is under construction

Revision Service


 

Revision Service


A Project is basically a holder which contains building models.

Create a new project
Resource: revisions

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

Examplehttps://api-stage.bimplus.net/v2/bimplus/divisions/00b54edd-c84c-4bd2-a08c-c93d1f28907a/revisions

JSON Structure

Name

Mandatory / Optional

Type

Description

name

mandatory

string

Name of the project

description

optional

string

Short description of the project

projectId

will be ignored

string (date)

Creation date of the project

divisionIdwill be ignored  
revisionNrwill be ignored  
createdwill be ignored  
createdBywill be ignored  
applicationIdwill be ignored  
inputTypeoptional  
 POST
 Creates a new project.
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
{
"name" : "Your Awesome Building",
"shortDescr" : "Example for creating a project"
}
Status: 201 Created
{
"name": "Your Awesome Building",
"shortDescr": "Example for creating a project",
"thumbnail": null,
"created": "2013-06-01T10:05:00",
"changed": null,
"disciplines": null,
"id": "0d2ce2cc-3588-45d6-a59a-f6b89ebed34e"
}