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.
JWT authentication header
Was this page helpful?
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>"
}
]