Metadata Service
This documentation provides information about the REST API for the Metadata Service.
API Endpoints
getProperties
- HTTP Method: GET
- Path: /properties
- Description: TODO
- Responses:
- 200 OK
 
updateProperty
- HTTP Method: PUT
- Path: /properties
- Description: TODO
- Responses:
- 200 OK
 
createProperty
- HTTP Method: POST
- Path: /properties
- Description: TODO
- Responses:
- 200 OK
 
deleteProperty
- HTTP Method: DELETE
- Path: /properties
- Description: TODO
- Responses:
- 200 OK
 
getTagsByObjectIdAndObjectClass
- HTTP Method: GET
- Path: /tags
- Description: TODO
- Responses:
- 200 OK
 
addTag
- HTTP Method: POST
- Path: /tags
- Description: TODO
- Responses:
- 200 OK
 
removeTag
- HTTP Method: DELETE
- Path: /tags
- Description: TODO
- Responses:
- 200 OK
 
getMetadata
- HTTP Method: GET
- Path: /metadata
- Description: TODO
- Responses:
- 200 OK
 
Schema Components
PropertyDTO
- Type: object
- Properties:
- propertyName(string):
- propertyValue(string):
- objectId(integer, int64):
- objectClass(string):
 
TaggedObjectDTO
- Type: object
- Properties:
- objectId(integer, int64):
- objectClass(string):
- tag(string):