Bart

APIDescription
GET api/bart/objects?from={from}

No documentation available.

POST api/bart/objects

No documentation available.

Object

APIDescription
GET api/objects?tagId={tagId}&includePublicDobjects={includePublicDobjects}&includeDisabled={includeDisabled}&page={page}&pageSize={pageSize}

Retrieve all the objects that match the filters (tagId, includePublicDobjects, includeDisabled, page, pageSize)

GET api/objects/{id}

Retrieve an object

POST api/objects

Add an object

PUT api/objects

Update an object

PUT api/objects/{id}/metadata

Update the metadata of an object (format = base64 string)

GET api/objects/{id}/metadata

Retrieve the metadata of an object (format = base64 string)

DELETE api/objects/{id}

Delete an object

Tag

APIDescription
GET api/tags?query={query}&includePublicTags={includePublicTags}&page={page}&pageSize={pageSize}

Retrieve all the tags that match the filters (query, includePublicTags, page, pageSize)

GET api/tags/{id}

Retrieve a tag

POST api/tags

Add a tag

PUT api/tags

Update a tag

DELETE api/tags/{id}

Delete a tag