defects

Get all defects

This method allows to retrieve all defects stored in selected project.

get/defect/{code}

Path parameters

codestring required

Code of project, where to search entities.

Query parameters

status'open' | 'resolved' | 'in_progress' | 'invalid'
limitinteger

A number of entities in result set.

offsetinteger

How many entities should be skipped.

Response

A list of all defects.

statusboolean

Example response

{
  "result": {
    "entities": [
      {
        "resolved_at": "2021-12-30T19:23:59+00:00",
        "created_at": "2021-12-30T19:23:59+00:00",
        "updated_at": "2021-12-30T19:23:59+00:00",
        "created": "2021-12-30 19:23:59",
        "updated": "2021-12-30 19:23:59"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.