Checks whether a row with the given key exists in the specified table.
Request Information
URI Parameters :
None.
Body Parameters :
JSON body with table_name and key.
Collection of ObjectNone.
Response Information
Resource Description :
IHttpActionResult with the boolean existence flag as content, or 500 with the error message on failure.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.