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": "f4aab75b-c19b-4511-8f9a-a958e368fce7", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "1d3b6313-c3c9-47c2-8ecc-2e625cd740eb", "8b12675c-3443-4740-94b8-80d1e419b9b8" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "d4f57ffd-2a5e-4679-a885-7135700fb47d", "58f4f915-e98a-4a6c-b890-89576c089b3a" ] }, { "Id": "f4aab75b-c19b-4511-8f9a-a958e368fce7", "Name": "sample string 2", "Description": "sample string 3", "ListType": 0, "AllowedParents": [ "1d3b6313-c3c9-47c2-8ecc-2e625cd740eb", "8b12675c-3443-4740-94b8-80d1e419b9b8" ], "AutoNumberPrefix": "sample string 4", "AutoNumberStart": 5, "PlanTypes": [ "d4f57ffd-2a5e-4679-a885-7135700fb47d", "58f4f915-e98a-4a6c-b890-89576c089b3a" ] } ]