GET api/ContentManagement/Detail/List/Members?CategoryId={CategoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SectionDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Details | Collection of SectionInfo |
None. |
|
| Bullets | Collection of BulletContent |
None. |
|
| Images | Collection of Images |
None. |
|
| Contact | ContactInfo |
None. |
|
| Request | RequestModel |
None. |
|
| TransferTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Details": null,
"Bullets": null,
"Images": null,
"Contact": null,
"Request": {
"Status": 0,
"Description": "sample string 1"
},
"TransferTime": "sample string 1"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.