plone.restapi icon indicating copy to clipboard operation
plone.restapi copied to clipboard

RESTful API for Plone.

Results 183 plone.restapi issues
Sort by recently updated
recently updated
newest added

fix for #1402. Required to be able to merge https://github.com/plone/plone.app.querystring/pull/107

25 status: deferred

A relation endpoint should allow to get, add and delete relation tuples per context similar to the relation module in plone.api (https://6.dev-docs.plone.org/plone.api/relation.html). It should also allow to get, add and...

Regarding https://github.com/plone/volto/pull/3317 it would be nice if the api could give us more info regarding link integrity breaches. For the moment linkintegrity api does not detect objects referenced by a...

DX Decimal fields were not support until now.

31 needs: help
22 status: in-progress
04 type: enhancement
13 prio: normal
34 needs: tests

See #242

32 needs: review
24 status: ready
04 type: enhancement

The Type Schema endpoint (`/@types/WhateverType`) is available only for authenticated users: https://github.com/plone/plone.restapi/blob/master/src/plone/restapi/services/types/get.py#L120 https://github.com/plone/plone.restapi/blob/master/src/plone/restapi/services/types/get.py#L23 If we want to have a DefaultView in Volto for schema based content-types and this view should...

To reduce the attack surface on plone systems, it is really important to have a mechanism to implement API rate limiting for both anonymous and authorized users (via account or...

04 type: enhancement

When you create a new content using Plone.Restapi (Custom content type), the system creates a history and stores on the disk (zoedb) of relstorage(postgre, my*sql). If you attempt a large...

Hi @stevepiercy @jensens we still use version 7.x to create AT content on some applications and we encounter a bug: it is possible to create an empty content without required...