GET api/v1/tables/{tableName}?siteService={siteService}
Retrieves table service values
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 1
CygNet Bridge API license type: Base
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteService |
CygNet site and service (Site.Service) of the Table Reference Service (TRS) |
string |
Required |
| tableName |
Name of the table to retreive values from |
string |
Required |
Body Parameters
None
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| tableEntries |
Table entries of the requested table |
Collection of TableRowDTO |
None |
Response Formats
application/json, text/json
Sample:
{
"tableEntries": null
}