LowCodeAPI
  • Bugs(20)
    • GET
      All Bugs
    • POST
      Create a Bug
    • GET
      Bug Details
    • POST
      Update a Bug
    • DEL
      Delete a Bug
    • POST
      Add Comment
    • GET
      Get Comment
    • GET
      Get Comments for Mutiple Bugs
    • DEL
      Delete Comment
    • GET
      Get Bug Timer
    • GET
      Get Bug Custom Views
    • GET
      Get Bug Attachments
    • GET
      Get Bug Resolution
    • POST
      Add Bug Follower
    • GET
      Get Bug Followers
    • DEL
      Delete Bug Follower
    • GET
      Bugs Default Fields
    • GET
      Bugs Custom Fields
    • GET
      Bugs Activities
    • GET
      Get Renamed Value
GET
POST
GET
POST
DELETE
POST
GET
GET
DELETE
GET
GET
GET
GET
POST
GET
DELETE
GET
GET
GET
GET
GET
https://api.lowcodeapi.com/zohobugtracker/restapi/portal/portal_id/projects/project_id/bugs
Path Parameters 2
portal_id*string
project_id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Query Parameters 20
indexnumber
rangenumber
statustypestring
cview_idnumber
sort_columnstring
sort_orderstring
status array
Select...
severity array
Select...
classification array
Select...
module array
Select...
milestone array
Select...
flagstring
assignee array
Select...
assignee_zpuid array
Select...
escalation array
Select...
reporter array
Select...
affected array
Select...
last_modified_timenumber
reverse_order boolean
TRUE
FALSE
time array
Select...

The query parameters will be sent as a URL query parameters as a part of the request.

Path Parameters
portal_id*string
Portal ID
project_id*string
Project ID
Query Parameters
indexnumber
Start index
rangenumber
Number of records (bugs)
statustypestring
Accepted values: open/closed
cview_idnumber
Custom View ID
sort_columnstring
Accepted values: created_time/last_modified_time/end_date
sort_orderstring
Accepted Value: ascending/descending
statusarray
Status IDs as comma separated array
severityarray
Severity IDs as comma separated array
classificationarray
Classification IDs as comma separated array
modulearray
Module IDs as comma separated array
milestonearray
Milestons IDs as comma separated array
flagstring
Accepted values: Internal/External
assigneearray
Specify ZUID of the assignee
assignee_zpuidarray
Specify ZPUID of the assignee
escalationarray
Escalation IDs as comma separated array
reporterarray
Reporter IDs as comma separated array
affectedarray
Affected milestone IDs as comma separated array
last_modified_timenumber
The time when the bug was last updated
reverse_orderboolean
Specify true if the bugs are to be displayed in reverse order, else false
timearray
Sort bugs by due date
Response
API response data will be shown here once the request is completed.
Zoho Bug Tracker