POST api/post/get-posts4
Request Information
URI Parameters
None.
Body Parameters
TabRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| tabIndexId | ETab |
None. |
|
| qty | integer |
None. |
|
| startId | integer |
None. |
|
| endId | integer |
None. |
|
| direction | string |
None. |
|
| includeUpdatedData | boolean |
None. |
|
| loadAttachments | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"tabIndexId": 1,
"qty": 1,
"startId": 1,
"endId": 1,
"direction": "sample string 1",
"includeUpdatedData": true,
"loadAttachments": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.