GET api/Leader/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}