GET api/workplan/getfragmentresources?FragmentId={FragmentId}&Category={Category}&SubCategory={SubCategory}&AssignmentColumn={AssignmentColumn}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FragmentId | string |
Required |
|
Category | integer |
Required |
|
SubCategory | integer |
Required |
|
AssignmentColumn | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FragmentResourceInfoName | Description | Type | Additional information |
---|---|---|---|
From | globally unique identifier |
None. |
|
FromName | string |
None. |
|
To | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "From": "1f25b304-f49e-4262-8bf4-2fa341c01844", "FromName": "sample string 2", "To": "ae9932c4-f000-43cd-aa44-ff7a5cfe1af6" }, { "From": "1f25b304-f49e-4262-8bf4-2fa341c01844", "FromName": "sample string 2", "To": "ae9932c4-f000-43cd-aa44-ff7a5cfe1af6" } ]