GET api/v1/table/{tableName}
Will return all {tableName} entity ids
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tableName |
Dynamic table name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]