API Tester Params —
squish.wiki.getPageGET
Retrieves a wiki page from the specified project.
GET Parameters:
- prj: The short name of the squish project
- page: The name of the wiki page to retrieve
- raw: Passing a value of 1 will cause values to be returned unformatted (default=0)
- version: The version of the page to retrieve (default=latest)
URL:
https://api.squishlist.com/rest/?method=squish.wiki.getPage
Result:
None yet.
squish.wiki.getPagesGET
Returns a list of wiki pages defined for the specified project.
GET Parameters:
- prj: The short name of the squish project
- raw: Passing a value of 1 will cause values to be returned unformatted (default=0)
- category: Limit the results to pages in the specified category (default=all)
URL:
https://api.squishlist.com/rest/?method=squish.wiki.getPages
Result:
None yet.