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": "02fd1fc5-0523-4e6a-83bf-45d9ccfd513c", "FromName": "sample string 2", "To": "d91a4644-839b-41bf-a8fe-2eb04929ffe2" }, { "From": "02fd1fc5-0523-4e6a-83bf-45d9ccfd513c", "FromName": "sample string 2", "To": "d91a4644-839b-41bf-a8fe-2eb04929ffe2" } ]