# Detail of article section Returns a detail of the article section. Endpoint: GET /api/articles/sections/{articleSectionId} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `articleSectionId` (number, required) article section ID Example: "1" ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.articleSection` (object, required) - `data.articleSection.id` (number, required) article section ID - `data.articleSection.parentId` (number,null) article section parent ID - `data.articleSection.title` (string, required) article section title - `data.articleSection.language` (string, required) article section language - `data.articleSection.indexName` (string,null) ending part of article section URL - `data.articleSection.url` (string) article section URL - `data.articleSection.description` (string,null) article section content - `data.articleSection.secondDescription` (string,null) article section content secondary - `data.articleSection.limit` (number,null) Number of articles displayed in the listing - `data.articleSection.homepageLimit` (number,null) Number of articles displayed on the homepage - `data.articleSection.sorting` (any) Article sorting in the listing Enum: "alphabetically", "newest-first", "oldest-first" - `data.articleSection.perexLimit` (number,null) Number of character displayed in the article perex - `data.articleSection.hidePublishDate` (boolean) Hide article publish date in the listing - `data.articleSection.showPrevNext` (boolean) Show next/previous buttons in the listing - `data.articleSection.showOnHomepage` (boolean) Show articles on the homepage - `data.articleSection.linkText` (string,null) Link text (in the menu) - `data.articleSection.metaTitle` (string,null) article meta title - `data.articleSection.metaDescription` (string,null) article meta description - `data.articleSection.canonicalLinkUrl` (string,null) Canonical link URL - `data.articleSection.visible` (boolean) flag whether the article section is visible on web - `data.articleSection.access` (any) flag indicating, whether the article section can be viewed by everyone (value of the flag is: ), by logged in users only ('logged-in'), or by logged out users only ('logged-out') Enum: "all", "logged-in", "logged-out" - `data.articleSection.image` (string,null) article section image - `data.articleSection.ogImage` (string,null) article section open graph image - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced ## Response 404 fields (application/json): - `data` (object,null) - `errors` (array,null) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced