Agave · Example Payload

Unified Api Project List Example

AccountingConstructionIntegration

Unified Api Project List Example is an example object payload from Agave, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datanext_cursorcount

Example Payload

Raw ↑
{
  "data": [
    "example_value"
  ],
  "next_cursor": "example_value",
  "count": 1
}