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": "2915e9ca-2966-4778-94a5-5297fbfd859f", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "e47e9b0e-9f23-42c8-92d6-0ac5c4931f2d", "6997b7bf-557a-44eb-af21-954d83de09fa" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "33052fe0-5531-4160-bdcf-d100f954f651", "21edbd75-162a-43ad-a9ae-564be633034b" ] }, { "Id": "2915e9ca-2966-4778-94a5-5297fbfd859f", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "e47e9b0e-9f23-42c8-92d6-0ac5c4931f2d", "6997b7bf-557a-44eb-af21-954d83de09fa" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "33052fe0-5531-4160-bdcf-d100f954f651", "21edbd75-162a-43ad-a9ae-564be633034b" ] } ]