GET api/Leader/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

LeaderBL
NameDescriptionTypeAdditional 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
}