GET api/ProjectVersions?ProjectcId={ProjectcId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectcId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProjectVersions| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectVersionId | globally unique identifier |
None. |
|
| Version | integer |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ProjectVersionStatusId | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectVersionId": "d8df1c0d-0d29-41b9-857f-2ef208b62a0e",
"Version": 1,
"ProjectId": "81ccf76a-e48f-48bd-93a4-a8c8a34fb1f7",
"StartDate": "2026-06-08T17:56:51.4909438+02:00",
"EndDate": "2026-06-08T17:56:51.4909438+02:00",
"ProjectVersionStatusId": 1,
"Description": "sample string 3"
},
{
"ProjectVersionId": "d8df1c0d-0d29-41b9-857f-2ef208b62a0e",
"Version": 1,
"ProjectId": "81ccf76a-e48f-48bd-93a4-a8c8a34fb1f7",
"StartDate": "2026-06-08T17:56:51.4909438+02:00",
"EndDate": "2026-06-08T17:56:51.4909438+02:00",
"ProjectVersionStatusId": 1,
"Description": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfProjectVersions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLToolApi">
<ProjectVersions>
<Description>sample string 3</Description>
<EndDate>2026-06-08T17:56:51.4909438+02:00</EndDate>
<ProjectId>81ccf76a-e48f-48bd-93a4-a8c8a34fb1f7</ProjectId>
<ProjectVersionId>d8df1c0d-0d29-41b9-857f-2ef208b62a0e</ProjectVersionId>
<ProjectVersionStatusId>1</ProjectVersionStatusId>
<StartDate>2026-06-08T17:56:51.4909438+02:00</StartDate>
<Version>1</Version>
</ProjectVersions>
<ProjectVersions>
<Description>sample string 3</Description>
<EndDate>2026-06-08T17:56:51.4909438+02:00</EndDate>
<ProjectId>81ccf76a-e48f-48bd-93a4-a8c8a34fb1f7</ProjectId>
<ProjectVersionId>d8df1c0d-0d29-41b9-857f-2ef208b62a0e</ProjectVersionId>
<ProjectVersionStatusId>1</ProjectVersionStatusId>
<StartDate>2026-06-08T17:56:51.4909438+02:00</StartDate>
<Version>1</Version>
</ProjectVersions>
</ArrayOfProjectVersions>