cURL
curl --request GET \ --url https://api.leen.dev/v1/itsm/projects/{project_id} \ --header 'X-API-KEY: <api-key>' \ --header 'X-CONNECTION-ID: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "vendor_attributes": { "id": "<string>", "vendor": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "data": { "vendor": "JIRA", "id": "<string>", "projectTypeKey": "<string>", "isPrivate": true } }, "description": "<string>", "category": "<string>", "url": "<string>", "type": "<string>" }
Successful Response
Leen's UUID for the Project
Name of the Project
Vendor-specific attributes of the Project
Show child attributes
Description of the Project
Category of the Project
URL of the Project
Type of the Project