Versions Compared

Key

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

...

 is read only, has method get(), implemented as web service. This means that by a client it can be used as follows:

Code Block

https://api.bimplus.net/v2/bimplus/disciplines/

Default HTTP method is get, so we mustn't specify it explicitly in the request. Server responses with a string, which automatically will be converted into JSON object:

Code Block

{
   "0f106af0-a919-44c5-b211-15bd5ef620b6": {
       id: "0f106af0-a919-44c5-b211-15bd5ef620b6",
       name: "<LOCALIZATION_STRING_ID>",
       category: "/1/",
       ifctype: null
   },
   {...},
   ...
}

...

Anchor
class_diagram_full
class_diagram_full

General

Gliffy Diagram
nameobject_model

Anchor
class_diagram_objects
class_diagram_objects

Objects and its Attributes (v2, draft)

Gliffy Diagram
sizeL
nameObjects and its Attributes