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": "e5f9807e-0819-4929-9ca1-502092057fe5", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "f789d2e0-fa46-478d-a9fb-b2e81ccad8e6", "bdd6f82c-c8b4-423f-a9c9-07dba257efa4" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "09a1be38-1365-45f9-921f-e8f314b446c4", "d414faf1-c9b5-4fce-8ca0-065953a19254" ] }, { "Id": "e5f9807e-0819-4929-9ca1-502092057fe5", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "f789d2e0-fa46-478d-a9fb-b2e81ccad8e6", "bdd6f82c-c8b4-423f-a9c9-07dba257efa4" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "09a1be38-1365-45f9-921f-e8f314b446c4", "d414faf1-c9b5-4fce-8ca0-065953a19254" ] } ]