GET api/ProjectPhase/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProjectPhaseViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectPhaseId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| PhaseCode | string |
None. |
|
| PhaseName | string |
None. |
|
| EmployeeId | integer |
None. |
|
| Description | string |
None. |
|
| PhaseStartDate | date |
None. |
|
| PhaseEndDate | date |
None. |
|
| StatusId | integer |
None. |
|
| PhaseStatusId | integer |
None. |
|
| SeqNo | integer |
None. |
|
| SerialNo | integer |
None. |
|
| PriorityId | integer |
None. |
|
| ProjectName | string |
None. |
|
| EmployeeName | string |
None. |
|
| Priority | string |
None. |
|
| Status | string |
None. |
|
| TotalCount | integer |
None. |
|
| TransactionId | integer |
None. |
|
| FunctionTransactionTypeId | integer |
None. |
|
| FinancialYearId | integer |
None. |
|
| BranchId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProjectPhaseId": 1,
"ProjectId": 2,
"PhaseCode": "sample string 3",
"PhaseName": "sample string 4",
"EmployeeId": 5,
"Description": "sample string 6",
"PhaseStartDate": "2026-01-27T19:08:51.0948649+05:30",
"PhaseEndDate": "2026-01-27T19:08:51.0948649+05:30",
"StatusId": 7,
"PhaseStatusId": 8,
"SeqNo": 9,
"SerialNo": 10,
"PriorityId": 11,
"ProjectName": "sample string 12",
"EmployeeName": "sample string 13",
"Priority": "sample string 14",
"Status": "sample string 15",
"TotalCount": 16,
"TransactionId": 17,
"FunctionTransactionTypeId": 1,
"FinancialYearId": 1,
"BranchId": 1
}
application/xml, text/xml
Sample:
<ProjectPhaseViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel"> <BranchId>1</BranchId> <Description>sample string 6</Description> <EmployeeId>5</EmployeeId> <EmployeeName>sample string 13</EmployeeName> <FinancialYearId>1</FinancialYearId> <FunctionTransactionTypeId>1</FunctionTransactionTypeId> <PhaseCode>sample string 3</PhaseCode> <PhaseEndDate>2026-01-27T19:08:51.0948649+05:30</PhaseEndDate> <PhaseName>sample string 4</PhaseName> <PhaseStartDate>2026-01-27T19:08:51.0948649+05:30</PhaseStartDate> <PhaseStatusId>8</PhaseStatusId> <Priority>sample string 14</Priority> <PriorityId>11</PriorityId> <ProjectId>2</ProjectId> <ProjectName>sample string 12</ProjectName> <ProjectPhaseId>1</ProjectPhaseId> <SeqNo>9</SeqNo> <SerialNo>10</SerialNo> <Status>sample string 15</Status> <StatusId>7</StatusId> <TotalCount>16</TotalCount> <TransactionId>17</TransactionId> </ProjectPhaseViewModel>