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": "5578ac73-5f57-427c-994d-fe3ec02b8b21", "FromName": "sample string 2", "To": "29e82661-db1d-4de1-aea1-0a2a18682b71" }, { "From": "5578ac73-5f57-427c-994d-fe3ec02b8b21", "FromName": "sample string 2", "To": "29e82661-db1d-4de1-aea1-0a2a18682b71" } ]