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