VRPlatformVRPlatform
StatementsLayouts

/statements/layouts

Statements / Layouts

GET
/statements/layouts
X-API-Key<token>

API key provided in dashboard

In: header

Query Parameters

isDefault?boolean
ids?string

comma separated layout ids

limit?number
Default100
Range1 <= value <= 250
page?number
Default1
Range1 <= value

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.vrplatform.app/statements/layouts"
{
  "data": [
    {
      "name": "string",
      "summaryType": "default",
      "isDefault": true,
      "showTeamEmail": true,
      "netRevenueSections": [
        {
          "id": "string",
          "name": "string",
          "locked": true,
          "visible": "all",
          "aggregate": true,
          "columns": [
            {
              "id": "string",
              "name": "string",
              "locked": true,
              "visible": "all",
              "type": "field",
              "value": "string"
            }
          ]
        }
      ],
      "otherSections": [
        {
          "id": "string",
          "name": "string",
          "locked": true,
          "visible": "all",
          "columns": [
            {
              "id": "string",
              "name": "string",
              "locked": true,
              "visible": "all",
              "type": "field",
              "value": "string"
            }
          ]
        }
      ],
      "id": "string",
      "version": -9007199254740991,
      "activeListings": [
        {
          "id": "string",
          "name": "string"
        }
      ],
      "linkedAccounts": [
        {
          "id": "string",
          "name": "string",
          "uniqueRef": "string",
          "status": "active"
        }
      ],
      "createdAt": "string",
      "systemSections": [
        {
          "id": "string",
          "name": "string",
          "locked": true,
          "visible": "all",
          "columns": [
            {
              "id": "string",
              "name": "string",
              "locked": true,
              "visible": "all",
              "type": "field",
              "value": "string"
            }
          ]
        }
      ]
    }
  ],
  "pagination": {
    "limit": 100,
    "page": 1,
    "total": 0,
    "totalPage": 0,
    "nextPage": 0
  }
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}