api-docs icon indicating copy to clipboard operation
api-docs copied to clipboard

Documentation for Fieldbook's API.

Results 5 api-docs issues
Sort by recently updated
recently updated
newest added

Some APIs support this way of querying a resource to return based on any matches in a given list: `posts?name[]=Karl&name[]=Noam` There is also `posts?name=Karl,Noam`. It would be great to query...

It'd be great to add new fields to a sheet using the API. This would, ideally, be done in one of two ways: 1) Write mode for metadata API. Specifically,...

I would expect a field object to also contain a `linkedSheet` property (or something similar) which is the id of sheet this field is linked to, if fieldType=link. _I've updated...

Would be great to have an `updated_at` of some sort for items. Either as a timestamp, or a counter, or something else.

e.g. I have a sheet for "Mentors". Mentors can be either grouped by the organisation they belong to, their field of expertise, or the themes they're related to. I can...