...
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
Anchor |
---|
| class_diagram_objects |
---|
| class_diagram_objects |
---|
|
Objects and its Attributes (v2, draft)
Gliffy Diagram |
---|
size | L |
---|
name | Objects and its Attributes |
---|
|