GET api/PhilTeachers/ContentManagement/Detail/List/Contacts?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": [
{
"CATEGORY_ID": "sample string 1",
"Title": "sample string 2",
"Content": "sample string 3",
"IMG_URL": "sample string 4",
"Effectivity_Date": "2025-12-21T21:52:45.8190836-08:00",
"Expiration_Date": "2025-12-21T21:52:45.8190836-08:00",
"CONTENT_ID": 7,
"Header": "sample string 8"
},
{
"CATEGORY_ID": "sample string 1",
"Title": "sample string 2",
"Content": "sample string 3",
"IMG_URL": "sample string 4",
"Effectivity_Date": "2025-12-21T21:52:45.8190836-08:00",
"Expiration_Date": "2025-12-21T21:52:45.8190836-08:00",
"CONTENT_ID": 7,
"Header": "sample string 8"
}
],
"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.