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": "14efa606-09e0-41a6-a826-762671de53bf",
"FromName": "sample string 2",
"To": "1e9b76af-d714-4687-ae36-dae6c4782dd9"
},
{
"From": "14efa606-09e0-41a6-a826-762671de53bf",
"FromName": "sample string 2",
"To": "1e9b76af-d714-4687-ae36-dae6c4782dd9"
}
]