GET api/Plan/GetSinglePlan/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

PlanDto
NameDescriptionTypeAdditional information
PlanId

integer

None.

Name

string

None.

Description

string

None.

Priority

integer

None.

Status

byte

None.

Response Formats

application/json, text/json

Sample:
{
  "planId": 1,
  "name": "sample string 2",
  "description": "sample string 3",
  "priority": 4,
  "status": 64
}