GET api/Post/Get/{id}/{LangID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| LangID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Post| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
Required Max length: 250 |
|
| CategoryID | integer |
None. |
|
| Summary | string |
Max length: 500 |
|
| Content | string |
None. |
|
| MainImagePath | string |
Max length: 150 |
|
| Order_ID | integer |
None. |
|
| HomePageView | boolean |
None. |
|
| HomeMenuView | boolean |
None. |
|
| HomeMenuOrder_Id | integer |
None. |
|
| IsPublished | boolean |
None. |
|
| MetaTitle | string |
Max length: 150 |
|
| MetaDescription | string |
Max length: 300 |
|
| MetaKeyword | string |
Max length: 300 |
|
| RouteName | string |
Max length: 250 |
|
| Relation_ID | integer |
None. |
|
| LangID | integer |
None. |
|
| Category | Category |
None. |
|
| Language | Language |
None. |
|
| ID | integer |
None. |
|
| CreatorUserId | integer |
None. |
|
| CreationTime | date |
None. |
|
| UserAccountInfo | UserAccount |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.