GET api/Project
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Project| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required Data type: Text |
|
| ProjectCode | string |
Required Data type: Text String length: inclusive between 0 and 50 |
|
| ProjectShortName | string |
Data type: Text String length: inclusive between 0 and 200 |
|
| ProjectDescription | string |
Data type: Text String length: inclusive between 0 and 500 |
|
| Reference | string |
Data type: Text String length: inclusive between 0 and 200 |
|
| ProjectDateFrom | date |
Data type: DateTime |
|
| ProjectDateTo | date |
Data type: DateTime |
|
| RegionCode | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| AreaCode | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| ZoneCode | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| LocationCode | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| ProductDisplayCode | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| FeedbackTemplate1 | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| FeedbackTemplate2 | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| Document1 | Collection of byte |
None. |
|
| DocumentFileName1 | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| DocumentContentType1 | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| IsStockCountApplicable | boolean |
None. |
|
| Remarks | string |
Data type: Text String length: inclusive between 0 and 5000 |
|
| SystemCompanyCode | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| SystemBranchCode | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedBy | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| CreatedDate | date |
Data type: DateTime |
|
| ModifiedBy | string |
Data type: Text String length: inclusive between 0 and 50 |
|
| ModifiedDate | date |
Data type: DateTime |
Response Formats
application/json, text/json
[
{
"ID": 1,
"ProjectCode": "sample string 2",
"ProjectShortName": "sample string 3",
"ProjectDescription": "sample string 4",
"Reference": "sample string 5",
"ProjectDateFrom": "2025-12-18T10:44:40.8574338+08:00",
"ProjectDateTo": "2025-12-18T10:44:40.8574338+08:00",
"RegionCode": "sample string 8",
"AreaCode": "sample string 9",
"ZoneCode": "sample string 10",
"LocationCode": "sample string 11",
"ProductDisplayCode": "sample string 12",
"FeedbackTemplate1": "sample string 13",
"FeedbackTemplate2": "sample string 14",
"Document1": "QEA=",
"DocumentFileName1": "sample string 15",
"DocumentContentType1": "sample string 16",
"IsStockCountApplicable": true,
"Remarks": "sample string 18",
"SystemCompanyCode": "sample string 19",
"SystemBranchCode": "sample string 20",
"IsActive": true,
"IsDeleted": true,
"CreatedBy": "sample string 23",
"CreatedDate": "2025-12-18T10:44:40.8574338+08:00",
"ModifiedBy": "sample string 25",
"ModifiedDate": "2025-12-18T10:44:40.8574338+08:00"
},
{
"ID": 1,
"ProjectCode": "sample string 2",
"ProjectShortName": "sample string 3",
"ProjectDescription": "sample string 4",
"Reference": "sample string 5",
"ProjectDateFrom": "2025-12-18T10:44:40.8574338+08:00",
"ProjectDateTo": "2025-12-18T10:44:40.8574338+08:00",
"RegionCode": "sample string 8",
"AreaCode": "sample string 9",
"ZoneCode": "sample string 10",
"LocationCode": "sample string 11",
"ProductDisplayCode": "sample string 12",
"FeedbackTemplate1": "sample string 13",
"FeedbackTemplate2": "sample string 14",
"Document1": "QEA=",
"DocumentFileName1": "sample string 15",
"DocumentContentType1": "sample string 16",
"IsStockCountApplicable": true,
"Remarks": "sample string 18",
"SystemCompanyCode": "sample string 19",
"SystemBranchCode": "sample string 20",
"IsActive": true,
"IsDeleted": true,
"CreatedBy": "sample string 23",
"CreatedDate": "2025-12-18T10:44:40.8574338+08:00",
"ModifiedBy": "sample string 25",
"ModifiedDate": "2025-12-18T10:44:40.8574338+08:00"
}
]
application/xml, text/xml
<ArrayOfProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MysqlAttendanceSystemWAPI.Models">
<Project>
<AreaCode>sample string 9</AreaCode>
<CreatedBy>sample string 23</CreatedBy>
<CreatedDate>2025-12-18T10:44:40.8574338+08:00</CreatedDate>
<Document1>QEA=</Document1>
<DocumentContentType1>sample string 16</DocumentContentType1>
<DocumentFileName1>sample string 15</DocumentFileName1>
<FeedbackTemplate1>sample string 13</FeedbackTemplate1>
<FeedbackTemplate2>sample string 14</FeedbackTemplate2>
<ID>1</ID>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsStockCountApplicable>true</IsStockCountApplicable>
<LocationCode>sample string 11</LocationCode>
<ModifiedBy>sample string 25</ModifiedBy>
<ModifiedDate>2025-12-18T10:44:40.8574338+08:00</ModifiedDate>
<ProductDisplayCode>sample string 12</ProductDisplayCode>
<ProjectCode>sample string 2</ProjectCode>
<ProjectDateFrom>2025-12-18T10:44:40.8574338+08:00</ProjectDateFrom>
<ProjectDateTo>2025-12-18T10:44:40.8574338+08:00</ProjectDateTo>
<ProjectDescription>sample string 4</ProjectDescription>
<ProjectShortName>sample string 3</ProjectShortName>
<Reference>sample string 5</Reference>
<RegionCode>sample string 8</RegionCode>
<Remarks>sample string 18</Remarks>
<SystemBranchCode>sample string 20</SystemBranchCode>
<SystemCompanyCode>sample string 19</SystemCompanyCode>
<ZoneCode>sample string 10</ZoneCode>
</Project>
<Project>
<AreaCode>sample string 9</AreaCode>
<CreatedBy>sample string 23</CreatedBy>
<CreatedDate>2025-12-18T10:44:40.8574338+08:00</CreatedDate>
<Document1>QEA=</Document1>
<DocumentContentType1>sample string 16</DocumentContentType1>
<DocumentFileName1>sample string 15</DocumentFileName1>
<FeedbackTemplate1>sample string 13</FeedbackTemplate1>
<FeedbackTemplate2>sample string 14</FeedbackTemplate2>
<ID>1</ID>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsStockCountApplicable>true</IsStockCountApplicable>
<LocationCode>sample string 11</LocationCode>
<ModifiedBy>sample string 25</ModifiedBy>
<ModifiedDate>2025-12-18T10:44:40.8574338+08:00</ModifiedDate>
<ProductDisplayCode>sample string 12</ProductDisplayCode>
<ProjectCode>sample string 2</ProjectCode>
<ProjectDateFrom>2025-12-18T10:44:40.8574338+08:00</ProjectDateFrom>
<ProjectDateTo>2025-12-18T10:44:40.8574338+08:00</ProjectDateTo>
<ProjectDescription>sample string 4</ProjectDescription>
<ProjectShortName>sample string 3</ProjectShortName>
<Reference>sample string 5</Reference>
<RegionCode>sample string 8</RegionCode>
<Remarks>sample string 18</Remarks>
<SystemBranchCode>sample string 20</SystemBranchCode>
<SystemCompanyCode>sample string 19</SystemCompanyCode>
<ZoneCode>sample string 10</ZoneCode>
</Project>
</ArrayOfProject>