POST api/Sections/{sectionId}/Versions/{sectionVersionId}/GetItemsManual/{workItemId}
Return the items for the workItems
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workItemId | integer |
Required |
|
| sectionId | integer |
Required |
|
| sectionVersionId | integer |
Required |
Body Parameters
ScopeWorkItemItemsFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkItemCompOriginTypeId | ScopeCompOriginTypeId |
None. |
|
| SupplementVersionId | integer |
None. |
|
| CompOriginTypeId | ScopeCompOriginTypeId |
None. |
Request Formats
application/json, text/json
Sample:
{
"workItemCompOriginTypeId": 1,
"supplementVersionId": 1,
"compOriginTypeId": 1
}
text/html
Sample:
{"workItemCompOriginTypeId":1,"supplementVersionId":1,"compOriginTypeId":1}
application/xml, text/xml
Sample:
<ScopeWorkItemItemsFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.SectionAgg"> <CompOriginTypeId>Section</CompOriginTypeId> <SupplementVersionId>1</SupplementVersionId> <WorkItemCompOriginTypeId>Section</WorkItemCompOriginTypeId> </ScopeWorkItemItemsFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfIEnumerableOfItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ItemDto |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Collection of CustomError |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.