GET api/ManagerRevenueNCC/GetAllDataContentTypeFollow
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContentFollowModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
|
| TypeContent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Content": "sample string 1",
"TypeContent": 2
},
{
"Content": "sample string 1",
"TypeContent": 2
}
]