_Network.getNetworkSections()
Function to get the network sections
{% set networkSections = _Network.getNetworkSections() %}
Example Response
[
{
"id":"59",
"guid":"caebdb79-318b-4265-861d-ef2dbc84bcc5",
"title":"My channel",
"short_description":"test",
"network_id":"10",
"cover_media_id":"12",
"thumb_media_id":"23",
"url":"http://network.cognitives.com.au/@my-channel"
}
]
Response Description
An associative array
id | Section ID |
guid | Section GUID |
title | Section title |
short_description | Section short description |
network_id | Network ID |
cover_media_id | Cover media ID |
thumb_media_id | Thumbnail media ID |
url | Section URL |
Updated almost 5 years ago