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 WorkPlanTemplateName | 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": "9744f29f-69cd-4e70-8fef-f60dae9c73f2" }, { "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": "9744f29f-69cd-4e70-8fef-f60dae9c73f2" } ]