Board Public API: Include "maxItemNumber" as well

Options

Currently the API only returns the number of items when using "/public/{dbName}/schema/Entities".
Can this please be extended to include the "maxItemNumber" as well? Then we can track when the entities are full.

Unfortunately, it often happens with our customers that the entity fills up and we don't notice. The frontend does not show an error message either.

[
  {
    "parents": [
      {
        "parents": [
          {}
        ],
        "physicalName": "string",
        "itemNumber": 0,
        "name": "string"
      }
    ],
    "physicalName": "string",
    "itemNumber": 0,
    "name": "string"
  }
]

Tagged:
8
8 votes

Open For Voting · Last Updated