Fluxx Records API

RESTful create, list, get, update, and delete access to Fluxx model records such as GrantRequest, Organization, and RequestTransaction under /api/rest/v2/{model}. Supports column selection (cols), record filtering (filter, e.g. grant_id eq R-2024-00003), and pagination (page, per_page). Endpoints are modeled from Fluxx REST v2 conventions; the concrete field set and available models are defined per customer instance and are gated behind that instance.

API entry from apis.yml

apis.yml Raw ↑
aid: fluxx-grants:fluxx-grants-records-api
name: Fluxx Records API
tags:
- Records
- Models
- Grant Requests
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.fluxx.io/products/grantmaker-fluxx-grants-management-software
baseURL: https://{client}.fluxx.io/api/rest/v2
properties:
- url: https://www.fluxx.io/products/grantmaker-fluxx-grants-management-software
  type: Documentation
- url: README.md
  type: Overview
description: RESTful create, list, get, update, and delete access to Fluxx model records such as GrantRequest,
  Organization, and RequestTransaction under /api/rest/v2/{model}. Supports column selection (cols), record
  filtering (filter, e.g. grant_id eq R-2024-00003), and pagination (page, per_page). Endpoints are modeled
  from Fluxx REST v2 conventions; the concrete field set and available models are defined per customer
  instance and are gated behind that instance.