GET api/Project/GetProjectByProjectId?projectId={projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProjectManage| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectIdString | string |
None. |
|
| ProjectName | string |
Required Max length: 100 |
|
| Note | string |
Max length: 500 |
|
| ProjectImage | Collection of HttpPostedFileBase |
Max length: 50 |
|
| CreatedOn | date |
Required |
|
| CreatedBy | integer |
Required |
|
| Archived | boolean |
Required |
|
| Priority | integer |
None. |
|
| Users | Collection of string |
Max length: 1000 |
|
| RandomNumber | integer |
None. |
|
| UserPresent | integer |
None. |
|
| ClientCompanyId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| Companies | Collection of string |
Max length: 1000 |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Count | integer |
None. |
|
| AllCompanies | Collection of string |
Max length: 1000 |
|
| FullName | string |
None. |
|
| IsClientProject | integer |
None. |
|
| IsAdmin | boolean |
None. |
|
| IsManagerToProject | boolean |
None. |
|
| ShortCode | string |
Required Matching regular expression pattern: ^[a-zA-Z0-9]*$ |
|
| StartDateString | string |
None. |
|
| EndDateString | string |
None. |
|
| ProcessId | integer |
None. |
|
| ProjectImageStr | string |
None. |
|
| processStepsString | string |
None. |
|
| Timelog | boolean |
None. |
|
| Message | boolean |
None. |
|
| Notebook | boolean |
None. |
|
| ProjectsettingId | integer |
None. |
|
| ProjectIssueTypeId | string |
None. |
|
| ProjectFeatureId | string |
None. |
|
| ProjectGuid | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"ProjectIdString": "sample string 2",
"ProjectName": "sample string 3",
"Note": "sample string 4",
"ProjectImage": null,
"CreatedOn": "2026-02-14T22:19:57.6251518+05:30",
"CreatedBy": 6,
"Archived": true,
"Priority": 8,
"Users": [
"sample string 1",
"sample string 2"
],
"RandomNumber": 9,
"UserPresent": 10,
"ClientCompanyId": 11,
"CategoryId": 12,
"Companies": [
"sample string 1",
"sample string 2"
],
"StartDate": "2026-02-14T22:19:57.6251518+05:30",
"EndDate": "2026-02-14T22:19:57.6251518+05:30",
"Count": 13,
"AllCompanies": [
"sample string 1",
"sample string 2"
],
"FullName": "sample string 14",
"IsClientProject": 15,
"IsAdmin": true,
"IsManagerToProject": true,
"ShortCode": "sample string 18",
"StartDateString": "sample string 19",
"EndDateString": "sample string 20",
"ProcessId": 1,
"ProjectImageStr": "sample string 21",
"processStepsString": "sample string 22",
"Timelog": true,
"Message": true,
"Notebook": true,
"ProjectsettingId": 26,
"ProjectIssueTypeId": "sample string 27",
"ProjectFeatureId": "sample string 28",
"ProjectGuid": "sample string 29"
}
application/xml, text/xml
Sample:
<ProjectManage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpmNew.Model">
<AllCompanies xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</AllCompanies>
<Archived>true</Archived>
<CategoryId>12</CategoryId>
<ClientCompanyId>11</ClientCompanyId>
<Companies xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Companies>
<Count>13</Count>
<CreatedBy>6</CreatedBy>
<CreatedOn>2026-02-14T22:19:57.6251518+05:30</CreatedOn>
<EndDate>2026-02-14T22:19:57.6251518+05:30</EndDate>
<EndDateString>sample string 20</EndDateString>
<FullName>sample string 14</FullName>
<IsAdmin>true</IsAdmin>
<IsClientProject>15</IsClientProject>
<IsManagerToProject>true</IsManagerToProject>
<Message>true</Message>
<Note>sample string 4</Note>
<Notebook>true</Notebook>
<Priority>8</Priority>
<ProcessId>1</ProcessId>
<ProjectFeatureId>sample string 28</ProjectFeatureId>
<ProjectGuid>sample string 29</ProjectGuid>
<ProjectId>1</ProjectId>
<ProjectIdString>sample string 2</ProjectIdString>
<ProjectImage xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" />
<ProjectImageStr>sample string 21</ProjectImageStr>
<ProjectIssueTypeId>sample string 27</ProjectIssueTypeId>
<ProjectName>sample string 3</ProjectName>
<ProjectsettingId>26</ProjectsettingId>
<RandomNumber>9</RandomNumber>
<ShortCode>sample string 18</ShortCode>
<StartDate>2026-02-14T22:19:57.6251518+05:30</StartDate>
<StartDateString>sample string 19</StartDateString>
<Timelog>true</Timelog>
<UserPresent>10</UserPresent>
<Users xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Users>
<processStepsString>sample string 22</processStepsString>
</ProjectManage>