GET api/workplan/{PlanId}/worktypes
Get work types associated to this plan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkTypeName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ListType | WorkListType |
None. |
|
AllowedParents | Collection of globally unique identifier |
None. |
|
AutoNumberPrefix | string |
None. |
|
AutoNumberStart | integer |
None. |
|
PlanTypes | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "cb05c08f-05fd-4e53-9c56-b1dfaffbd3be", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "f6f46f9f-637c-41d4-852d-e86c7fdab54f", "15a1bd66-c81d-4c2d-beec-bd154d5551d7" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "f78ebef3-37b7-4266-a15f-84fcee658454", "b09526d8-c483-4ac3-9316-3262a8d3617c" ] }, { "Id": "cb05c08f-05fd-4e53-9c56-b1dfaffbd3be", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "f6f46f9f-637c-41d4-852d-e86c7fdab54f", "15a1bd66-c81d-4c2d-beec-bd154d5551d7" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "f78ebef3-37b7-4266-a15f-84fcee658454", "b09526d8-c483-4ac3-9316-3262a8d3617c" ] } ]