GET
/
issues
/
{workspaceId}
curl --request GET \
  --url https://productlane.com/api/v1/issues/{workspaceId}
[
  {
    "id": "<string>",
    "identifier": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "descriptionData": "<any>",
    "isDeleted": true,
    "isVisible": true,
    "kluGuid": "<string>",
    "linearTicketId": "<string>",
    "priority": "<string>",
    "projectId": "<string>",
    "sortOrder": 123,
    "status": "<string>",
    "summary": [
      "<string>"
    ],
    "summaryUpdated": "2023-11-07T05:31:56Z",
    "team": "<string>",
    "title": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "url": "<string>",
    "version": 123,
    "workspaceId": "<string>",
    "upvotes": 123,
    "importanceScore": 123
  }
]

Path Parameters

workspaceId
string
required

Response

200
application/json
Successful response

The response is of type object[].