Conditions

* all = true will return all projects
* archived = true will return archived projects as well
Supported formats
json xml

Headers

Header name Description
_felix_session_id
required
Token obtained in login api

Params

Param name Description
all
optional

Fetch all Projects

  • Must be a String

archived
optional

Fetch archived projects as well

  • Must be a String

search
optional

Search string to match projects

  • Must be a String

limit
optional

Limit of projects fetched

  • Must be a String

Errors

Code Description
404 Not found
401 Unauthorized
500 Server crashed

Try