Skip to main content
GET
/
api
/
Projects
/
getProjectItems
cURL
curl --request GET \
  --url https://api.example.com/api/Projects/getProjectItems \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "orgId": "<string>",
    "name": "<string>",
    "projectId": "<string>",
    "project": {
      "id": "<string>",
      "orgId": "<string>",
      "name": "<string>",
      "creationDate": "2023-11-07T05:31:56Z",
      "createdBy": "<string>",
      "type": "<string>",
      "description": "<string>",
      "note": "<string>",
      "launchDate": "2023-11-07T05:31:56Z",
      "endDate": "2023-11-07T05:31:56Z",
      "owner": "<string>",
      "vendor": "<string>",
      "reportDeadline": "<string>",
      "isRetestNeeded": true,
      "retestingLaunch": "2023-11-07T05:31:56Z",
      "retestingEnd": "2023-11-07T05:31:56Z",
      "accessType": "<string>",
      "location": "<string>"
    },
    "type": "<string>",
    "accessType": "<string>",
    "location": "<string>",
    "creationDate": "2023-11-07T05:31:56Z",
    "createdBy": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication header

Response

OK

id
string | null
orgId
string | null
name
string | null
projectId
string | null
project
object
type
string | null
accessType
string | null
location
string | null
creationDate
string<date-time>
createdBy
string | null
Last modified on May 9, 2026