Versions Compared

Key

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

...

Anchor
getProjectAttributeTemplateInfo
getProjectAttributeTemplateInfo
To be done...

Get the info about a particular project attribute template
Deck of Cards
idbimGetProjectAttributeTemplateInfo
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: projectattributetemplates

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

Examplehttps://api-stage.bimplus.net/v2/bimplus/projectattributetemplates/49d13da3-2acf-4f0b-b667-40fc0197585f

Card
labelHTTP Method
 GET
Card
labelDescription
Get the info about a particular project attribute template that belongs to a particular team.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSON
 {
    "name": "My project attribute template",
    "description": "Project attribute template for my team",  
    "id": "49d13da3-2acf-4f0b-b667-40fc0197585f"
 }

Anchor
updateTeamProjectAttributeTemplate
updateTeamProjectAttributeTemplate

...