GET api/Project/{id}?type={type}
Gets a list of project.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Organization Id. |
integer |
Required |
| type |
List Type. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Project| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | string |
None. |
|
| ProjectId | integer |
None. |
|
| ProjectCode | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| OrganizationId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedByName | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedByName | string |
None. |
|
| UpdatedDate | date |
None. |
|
| GlobalId | string |
None. |
|
| ActivityCount | integer |
None. |
|
| FileCount | integer |
None. |
|
| PurchaseOrderCount | integer |
None. |
|
| StakeholderCount | integer |
None. |
|
| AutoCompleteText | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UpdateType": "sample string 1",
"ProjectId": 2,
"ProjectCode": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"OrganizationId": 1,
"StartDate": "2025-12-13T00:13:16.6949449+00:00",
"EndDate": "2025-12-13T00:13:16.6949449+00:00",
"CreatedBy": "sample string 6",
"CreatedByName": "sample string 7",
"CreatedDate": "2025-12-13T00:13:16.6949449+00:00",
"UpdatedBy": "sample string 8",
"UpdatedByName": "sample string 9",
"UpdatedDate": "2025-12-13T00:13:16.6949449+00:00",
"GlobalId": "sample string 10",
"ActivityCount": 1,
"FileCount": 1,
"PurchaseOrderCount": 1,
"StakeholderCount": 1,
"AutoCompleteText": "sample string 11"
},
{
"UpdateType": "sample string 1",
"ProjectId": 2,
"ProjectCode": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"OrganizationId": 1,
"StartDate": "2025-12-13T00:13:16.6949449+00:00",
"EndDate": "2025-12-13T00:13:16.6949449+00:00",
"CreatedBy": "sample string 6",
"CreatedByName": "sample string 7",
"CreatedDate": "2025-12-13T00:13:16.6949449+00:00",
"UpdatedBy": "sample string 8",
"UpdatedByName": "sample string 9",
"UpdatedDate": "2025-12-13T00:13:16.6949449+00:00",
"GlobalId": "sample string 10",
"ActivityCount": 1,
"FileCount": 1,
"PurchaseOrderCount": 1,
"StakeholderCount": 1,
"AutoCompleteText": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
<Project>
<ActivityCount>1</ActivityCount>
<AutoCompleteText>sample string 11</AutoCompleteText>
<CreatedBy>sample string 6</CreatedBy>
<CreatedByName>sample string 7</CreatedByName>
<CreatedDate>2025-12-13T00:13:16.6949449+00:00</CreatedDate>
<Description>sample string 5</Description>
<EndDate>2025-12-13T00:13:16.6949449+00:00</EndDate>
<FileCount>1</FileCount>
<GlobalId>sample string 10</GlobalId>
<Name>sample string 4</Name>
<OrganizationId>1</OrganizationId>
<ProjectCode>sample string 3</ProjectCode>
<ProjectId>2</ProjectId>
<PurchaseOrderCount>1</PurchaseOrderCount>
<StakeholderCount>1</StakeholderCount>
<StartDate>2025-12-13T00:13:16.6949449+00:00</StartDate>
<UpdateType>sample string 1</UpdateType>
<UpdatedBy>sample string 8</UpdatedBy>
<UpdatedByName>sample string 9</UpdatedByName>
<UpdatedDate>2025-12-13T00:13:16.6949449+00:00</UpdatedDate>
</Project>
<Project>
<ActivityCount>1</ActivityCount>
<AutoCompleteText>sample string 11</AutoCompleteText>
<CreatedBy>sample string 6</CreatedBy>
<CreatedByName>sample string 7</CreatedByName>
<CreatedDate>2025-12-13T00:13:16.6949449+00:00</CreatedDate>
<Description>sample string 5</Description>
<EndDate>2025-12-13T00:13:16.6949449+00:00</EndDate>
<FileCount>1</FileCount>
<GlobalId>sample string 10</GlobalId>
<Name>sample string 4</Name>
<OrganizationId>1</OrganizationId>
<ProjectCode>sample string 3</ProjectCode>
<ProjectId>2</ProjectId>
<PurchaseOrderCount>1</PurchaseOrderCount>
<StakeholderCount>1</StakeholderCount>
<StartDate>2025-12-13T00:13:16.6949449+00:00</StartDate>
<UpdateType>sample string 1</UpdateType>
<UpdatedBy>sample string 8</UpdatedBy>
<UpdatedByName>sample string 9</UpdatedByName>
<UpdatedDate>2025-12-13T00:13:16.6949449+00:00</UpdatedDate>
</Project>
</ArrayOfProject>