API Tester Params —
squish.company.getInfoGET
Returns some basic information about the Squish company identified by cfg.
URL:
https://api.squishlist.com/rest/?method=squish.company.getInfo
Result:
None yet.
squish.company.getProjectsGET
Returns a list of project information for active projects under the company specified by cfg.
GET Parameters:
- inactive: Passing a value of 1 will include inactive projects (default=0)
URL:
https://api.squishlist.com/rest/?method=squish.company.getProjects
Result:
None yet.
squish.company.getUsersGET
Returns a list of user information for active users under the company specified by cfg.
GET Parameters:
- inactive: Passing a value of 1 will include inactive projects (default=0)
URL:
https://api.squishlist.com/rest/?method=squish.company.getUsers
Result:
None yet.