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": "dbfa9d19-b6a7-4e80-8b51-2ee4ab21d17c", "FromName": "sample string 2", "To": "bf30ba75-1716-4f0d-ab8e-2f8417bf249c" }, { "From": "dbfa9d19-b6a7-4e80-8b51-2ee4ab21d17c", "FromName": "sample string 2", "To": "bf30ba75-1716-4f0d-ab8e-2f8417bf249c" } ]