Expanded API endpoints
U
Unknown User
I would love to have expanded API to be able to programmatically interact with my spaces. While Capacities seems to be good in regards to holding my information for myself, I want to programmatically pull it into a web application to transform and display the information in a specific way.
For examples an endpoint like this:
"/space/{space-id}/Daily-Notes/{note-id}" or "/space/{space-id}/People/{person-name}"
Ideally this would work with custom objects as well, like "/space/{space-id}/Custom-Scenario/{record-id}".
These end points can be used for the following scenarios:
- Get a single record from a specific Id or Name & Object Id
- Get all the records of a specific object
- Create a new record of a specific object
- Create multiple records of a specific object
- Update an existing record.
Log In
Beth
Merged in a post:
API endpoint for creating and updating objects for 2 way sync
B
Bee 🐝
New capacities believer here. The only thing holding me back from this being my main PKM tool is the lack of 2 way sync - I may be forced to move away from it for this reason (for full integration in my system). As far as I can tell none of the integrations allow for any sort of item updates.
Beth
Merged in a post:
GET API endpoint for accessing all object instances
C
Chayut Chunsamphran
Add a GET endpoint for accessing the content and metadata of all object instances (built-in or custom), including files, images, etc.