cenTaur APIs enable developers to build and extend their cenTaur applications based on an initial set of functionality that we provide. through our public APIs. For several functions, developers can interact via different API protocols.

Get started

Create a sample application in your development environment to see the power of cenTaur APIs. 

censhare API functionality


Asset managementQueriesFilesMaster dataPermissions

Create, get, update, and delete assets and asset relations.

Perform complex search queries via the censhare Server REST API (legacy bridge).


Upload, download, copy and delete files.Retrieve information that is stored in the censhare master data. 

Check permissions to perform asset actions or access assets.

REST

GET

  • asset
  • asset w/ properties
  • asset w/ storage item
  • relations

CREATE

  • asset
  • asset w/ storage item
  • relations

UPDATE

  • asset
  • asset w/ storage item
  • relations

DELETE

  • asset
  • asset w/ storage item
  • relations

HAPPY PATH - successful response

censhare SERVER DOWN - ERROR

EMPTY censhare SERVER RESPONSE - ERROR


GET

  • master file w/ ID
  • file by key

POST - upload

  • w/ filesystem
  • complete

PUT - copy

  • w/ filesystem
  • copy and delete

DELETE

  • file

GET

  • entity
  • entity by key
  • entity ID by key

FILTER

  • entity w/ single attribute value
  • entity w// multiple attribute values

GET

  • domains
  • user domains
  • current user
  • user 



CHECK

  • permissions
  • asset permissions
  • asset access permissions
gRPC




Java




Messaging

  • No labels