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 FragmentResourceInfo| Name | 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": "c815f420-a08e-4fcd-a189-2ca9a1471b40",
"FromName": "sample string 2",
"To": "3fc9a8fb-8437-4dee-8566-0b7f71abd635"
},
{
"From": "c815f420-a08e-4fcd-a189-2ca9a1471b40",
"FromName": "sample string 2",
"To": "3fc9a8fb-8437-4dee-8566-0b7f71abd635"
}
]