Versions Compared

Key

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

...

Anchor
createTeamProjectAttributeTemplate
createTeamProjectAttributeTemplate
To be done...

Create new project attribute template in team
Deck of Cards
idbimCreateTeamProjectAttributeTemplate
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: projectattributetemplates

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

Example: https://api-stage.bimplus.net/v2/bimplus/projectattributetemplates

JSON Structure

Name

Mandatory / Optional

Type

Description

name

mandatory

string

Unique name of the project attribute template

description

optional

string

Short description of the project attribute template

Card
labelHTTP Method
 POST
Card
labelDescription

Creates a new project attribute template.

Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Code Block
borderColorRed
langxml
titleJSON
{
  "name": "My project attribute template",
  "description": "Project attribute template for my team",
}
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 201 Created
Code Block
borderColorRed
langxml
titleJSON
{
  "name": "My project attribute template",
  "description": "Project attribute template for my team",
  "id": "49d13da3-2acf-4f0b-b667-40fc0197585f"
}

Anchor
getProjectAttributeTemplateInfo
getProjectAttributeTemplateInfo

...

Anchor
copyContentProjectAttributeTemplate
copyContentProjectAttributeTemplate

To be done...

 

Anchor
createTeamTemplate
createTeamTemplate

...