...
Object name means that you can use it lowercased lower cased as a path (route) to resource / collection. Fields define which properties will be transferred to client as resulting JSON string. If you provide an element id in collection, particular object in the collection will be addressed and you will get its detailed information.
...
is read only, has method get(), implemented as web service. This means that by a client it can be used as follows:
Code Block |
---|
httpshttp://api-dev.bimplus.net/v2/bimplus/disciplines/ |
...