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.