Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
api.do?function=query&table=db_task&project_id=200&db_task.percent_complete.<=100

 

 

 

 

 Below query will return names of users who have a login in the application.

Code Block
api.do?function=query&table=generic&sql=select name from db_person where login_name IS NOT NULL

...