GET api/Plan/GetAllPlan
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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:
[
{
"$id": "1",
"planId": 1,
"name": "sample string 2",
"description": "sample string 3",
"priority": 4,
"status": 64
},
{
"$ref": "1"
}
]
