Versions Compared

Key

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

...

Team DB

Important: All the APIs described in the Bimplus DB section applies to the Team DB as well. Replace the keyword "content" with the "team_slug" for working with the custom attributes & groups in Team DB.

eg: Bimplus DB: https://api-stage.bimplus.net/v2/content/freeattributegroups. Similar call in Team DB will be https://api-stage.bimplus.net/v2/<team_slug>/freeattributegroups.

Team DB contains some additional APIs for working with attribute templates which are specified in this section.

  • Create an attribute template
  • Get all the attribute templates that belongs to a team
  • Create a free attribute group
  • Get the info about a particular free attribute group
  • Update a particular free attribute group
  • Delete a particular free attribute group
  • Create a free attribute under a particular attribute group or as stand-alone
  • Get the info about a particular free attribute template
  • Update a particular attribute template
  • Delete a particular free attribute template

 

Anchor
customAttributeService
customAttributeService

...