---
title: "ArticleDetails"
url: "https://developer.argaam.com/apis/news-editorial-layer-api-sandbox-v1/versions/56dc3378-a7ea-4bb0-a38f-84e9d50d974b/schemas/ArticleDetails"
---

> Full API specification: https://developer.argaam.com/apis/news-editorial-layer-api-sandbox-v1/versions/56dc3378-a7ea-4bb0-a38f-84e9d50d974b.md

# ArticleDetails

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: News & Editorial Layer API
  version: v1.1
servers:
  - url: https://api-sandbox.argaam.com
    description: Argaam API Gateway (Sandbox)
components:
  schemas:
    ArticleDetails:
      type: object
      properties:
        articleID:
          type: integer
          format: int32
        languageID:
          type: integer
          format: int32
        language:
          type: string
          nullable: true
          readOnly: true
        title:
          type: string
          nullable: true
        body:
          type: string
          nullable: true
        shortURL:
          type: string
          nullable: true
        publishedOn:
          type: string
          nullable: true
        articleSourceName:
          type: string
          nullable: true
        articleType:
          type: string
          nullable: true
          readOnly: true
        articleTypeNameAr:
          type: string
          nullable: true
        articleTypeNameEn:
          type: string
          nullable: true
        marketTickerIDs:
          type: string
          nullable: true
        marketTickerChartIDs:
          type: array
          items:
            type: string
          nullable: true
          readOnly: true
        companyTickerIDs:
          type: string
          nullable: true
        companyTickerChartIDs:
          type: array
          items:
            type: string
          nullable: true
          readOnly: true
        customAMPCss:
          type: string
          nullable: true
      additionalProperties: false
```
