---
title: Section
framework: applenewsapi
role: symbol
role_heading: Object
path: applenewsapi/section
---

# Section

See the fields the section endpoints returned.

## Declaration

```data
object Section
```

## Properties

createdAt: The date and time this section was created. id: The unique identifier of the specified section. isDefault: A Boolean value that indicates whether this is the default section for the channel. modifiedAt: The date and time this section was last modified. name: The name of the section. shareUrl: The URL of the channel in which this section appears. type: The section.

## Relationships

### Inherited By

- [SectionResponse](applenewsapi/sectionresponse.md)

## See Also

### Sections

- [List All Sections](applenewsapi/get-channels-_channelid_-sections.md)
- [Read Section Information](applenewsapi/get-sections-_sectionid_.md)
- [Promote Articles in a Section](applenewsapi/post-sections-_sectionid_-promotedarticles.md)
- [SectionLinks](applenewsapi/sectionlinks.md)
- [SectionResponse](applenewsapi/sectionresponse.md)
- [PromoteArticleRequest](applenewsapi/promotearticlerequest.md)
- [PromoteArticleResponse](applenewsapi/promotearticleresponse.md)
