GET api/Project
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProjectBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectName | string |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectId": 1,
"ProjectName": "sample string 2",
"IsActive": true
},
{
"ProjectId": 1,
"ProjectName": "sample string 2",
"IsActive": true
}
]