mysql query

Hi,

Relative newbie.

I have explored extensively the REST API as I need to develop outside application that communicates with sugerondemand implementation. I have hit a dead end trying to  query the team_sets_teams table which seems not to have a module name (using get_available_modules). Without a module name it is not exposed via get get_entry_list.

Is it possible to run SELECT mysql query directly from outside application.

Thanks,

Parents Reply
  • Thanks for your input.

    I wasn't actually planning on requesting all fields, just kept it as such for brevity.

    I am familiar with the .net languages with very little exposure to php and therefor reluctant to do such.

    It would seem to me that the team_sets_teams is not accessible at all via the api. For example adding the following to where clause (in get_entry_list function) "contacts.team_set_id in(SELECT tst.team_set_id FROM team_sets_teams tst)" returns access denied error.

    Thanks,

Children