GET CungHoangDao/GetByTimeType/{dateView}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateView | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfCungHoangDaoTongQuan| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of CungHoangDaoTongQuan |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"ContentTypeName": "sample string 1",
"Content": "sample string 2"
},
{
"ContentTypeName": "sample string 1",
"Content": "sample string 2"
}
]
}