Please enable JavaScript.
Coggle requires JavaScript to display documents.
Attribute Management APIEndPointStructure (Project (Model (BaseGroup…
Attribute Management API
EndPointStructure
Project
GET: list of Project
GET: one Project
POST: one Project
PUT: one Project
Model
GET: list of Model of Project
GET: one Model of Project
POST: one model of Project
PUT: one Model of Project
BaseGroup
Group
GET: one Group of a Basegroup
POST: one of Group of a Basegroup
Element
GET: list of Elements of a Group
GET: one Element of a Group
POST: one Element of a Group
Value
GET: list of Values of an Element
GET: one Value of one attribute of one Element
PUT: one Value of one attribute of one Element
PUT: edit detail of an element
Value
GET: list of Values of a Group
GET: one Value of one attribute of one Group
GET: list of Groups of a Basegroup
GET: list of BaseGroups of a Model
GET: one BaseGroup of a Model
POST: one of BaseGroup of a Model
Value
GET: list of Values of a BaseGroup
GET: one Value of one attribute of one BaseGroup
DELETE: delete a whole model
Attribute
GET: list of Attributes of a Project
GET: one Attribute of a Project
POST: one Attribute of a Project
DELETE: delete a whole project
User
GET: authenticate user
POST: create a user
PUT: Edit user detail or password
Cadwork
GET: Takes care of syncing from database to the model
POST:
Takes care of syncing from model to the database