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": "b8146eeb-77d1-47b6-959f-8a1c0f93bfbb",
"FromName": "sample string 2",
"To": "e0b1eb99-f3b6-46b6-9d06-a4325fc3d772"
},
{
"From": "b8146eeb-77d1-47b6-959f-8a1c0f93bfbb",
"FromName": "sample string 2",
"To": "e0b1eb99-f3b6-46b6-9d06-a4325fc3d772"
}
]