GET api/ArticleGroup/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ArticleGroupName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
Subject | string |
None. |
|
ImageUrl | string |
None. |
|
IsShow | boolean |
None. |
|
Priority | integer |
None. |
|
InsertDateTime | date |
None. |
|
Articles | Collection of Article |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Title": "sample string 2", "Subject": "sample string 3", "ImageUrl": "sample string 4", "IsShow": true, "Priority": 1, "InsertDateTime": "2021-02-25T05:06:46.5100984+03:30", "Articles": [ { "$id": "2", "Id": 1, "ArticleGroup_Id": 1, "Text": "sample string 2", "Author": "sample string 3", "IsShow": true, "Priority": 1, "InsertDateTime": "2021-02-25T05:06:46.5100984+03:30", "ArticleGroup": { "$ref": "1" } }, { "$ref": "2" } ] }