POST api/ProjectAPI/GetAllFacetOrById
Request Information
URI Parameters
None.
Body Parameters
CommonProjectDTOName | Description | Type | Additional information |
---|---|---|---|
ImageId | integer |
None. |
|
Id | integer |
None. |
|
ImageName | string |
None. |
|
StatusCode | integer |
None. |
|
MessageEn | string |
None. |
|
MessageAr | string |
None. |
|
datasetxml | string |
None. |
|
FlagId | integer |
None. |
|
TypeId | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
ActionBy | integer |
None. |
|
pagingNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ImageId": 1, "Id": 2, "ImageName": "sample string 3", "StatusCode": 4, "MessageEn": "sample string 5", "MessageAr": "sample string 6", "datasetxml": "sample string 7", "FlagId": 8, "TypeId": 9, "PageSize": 10, "PageNumber": 11, "ActionBy": 12, "pagingNumber": 13 }
application/xml, text/xml
Sample:
<CommonProjectDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ActionBy>12</ActionBy> <FlagId>8</FlagId> <MessageAr>sample string 6</MessageAr> <MessageEn>sample string 5</MessageEn> <PageNumber>11</PageNumber> <PageSize>10</PageSize> <StatusCode>4</StatusCode> <TypeId>9</TypeId> <datasetxml>sample string 7</datasetxml> <pagingNumber>13</pagingNumber> <Id>2</Id> <ImageId>1</ImageId> <ImageName>sample string 3</ImageName> </CommonProjectDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.