GET api/v1/table/{tableName}

Will return all {tableName} entity ids

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tableName

Dynamic table name

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]