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

# Problem Restapi @querystring doesn’t require authentication. This lists the users vocabulary which can list all users id and full name. Depending how plone is configured, the email could be...

01 type: bug

PR for adding aliases: https://github.com/plone/plone.restapi/pull/1398 The @aliases endpoint allows to filter by path: http://localhost:8080/Plone/++api++/@aliases&q=/de/ft/my-path However, there is no way to filter by how an alias has been added, e.g.: http://localhost:8080/Plone/++api++/@aliases&q=/de/ft/my-path&manual=true...

04 type: enhancement

PR for adding aliases: https://github.com/plone/plone.restapi/pull/1398 The @aliases should allow to upload aliases as CSV files and to download all existing aliases as CSV file. I am guessing there is a...

04 type: enhancement

PR for adding aliases: https://github.com/plone/plone.restapi/pull/1398 The @aliases endpoint allows to filter by path: http://localhost:8080/Plone/++api++/@aliases&q=/de/ft/my-path However, there is no way to filter by a date range. This is something the ClassicUI...

04 type: enhancement

Script and infrastructure to generate the opneapi documentation for a Plone site. + PyDantic schema for the login endpoint to be used as an example.

This PR introduces a fix to handle parentheses in the search functionality. There is an error when query contains parantheses. `ParseError Token required, '(' found` ---- πŸ“š Documentation preview πŸ“š:...

This Pull Request fixes #1777 , lemme know if I need to make changes! ---- πŸ“š Documentation preview πŸ“š: https://plonerestapi--1824.org.readthedocs.build/

get schemata for behaviors defined in the context. ie using a `plone.dexterity.behavior.DexterityBehaviorAssignable` adapter see https://github.com/collective/collective.instancebehavior/

This is part of: https://github.com/plone/volto/issues/5284 Allows working copy services to be accessed in the Portal. Also returns working copy data in the Portal serialization. In Plone 6.0, this PR should...