GET api/Leader
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LeaderBL| Name | Description | Type | Additional information |
|---|---|---|---|
| LeaderId | integer |
None. |
|
| LeaderName | string |
None. |
|
| ProjectId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LeaderId": 1,
"LeaderName": "sample string 2",
"ProjectId": 1
},
{
"LeaderId": 1,
"LeaderName": "sample string 2",
"ProjectId": 1
}
]