GET api/workplan/fragments?FragmentCategory={FragmentCategory}
Gets a list of all available fragments
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FragmentCategory | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkPlanTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Folder | string |
None. |
|
| Order | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ImageUrl | string |
None. |
|
| Category | string |
None. |
|
| WorkTypes | string |
None. |
|
| IsOnline | boolean |
None. |
|
| PlannerTypeId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"Folder": "sample string 2",
"Order": 3,
"Name": "sample string 4",
"Description": "sample string 5",
"ImageUrl": "sample string 6",
"Category": "sample string 7",
"WorkTypes": "sample string 8",
"IsOnline": true,
"PlannerTypeId": "54d90c8f-9252-4eed-80aa-d110bacb64c1"
},
{
"Id": "sample string 1",
"Folder": "sample string 2",
"Order": 3,
"Name": "sample string 4",
"Description": "sample string 5",
"ImageUrl": "sample string 6",
"Category": "sample string 7",
"WorkTypes": "sample string 8",
"IsOnline": true,
"PlannerTypeId": "54d90c8f-9252-4eed-80aa-d110bacb64c1"
}
]