GET api/workplan/getfragmentfields?FragmentId={FragmentId}&Category={Category}&SubCategory={SubCategory}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FragmentId | string |
Required |
|
| Category | integer |
Required |
|
| SubCategory | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FragmentFieldInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| From | string |
None. |
|
| FromName | string |
None. |
|
| To | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"From": "sample string 1",
"FromName": "sample string 2",
"To": "sample string 3"
},
{
"From": "sample string 1",
"FromName": "sample string 2",
"To": "sample string 3"
}
]