Factset · Schema

StatusObject

The status member contains the status code of the response.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
code number The HTTP status code of the response, mirroring the code from the Status-Line of the HTTP response message (see [RFC2616] section 6.1).
View JSON Schema on GitHub

JSON Schema

factset-real-time-news-status-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StatusObject",
  "type": "object",
  "description": "The status member contains the status code of the response.",
  "properties": {
    "code": {
      "type": "number",
      "description": "The HTTP status code of the response, mirroring the code from the Status-Line of the HTTP response message (see [RFC2616] section 6.1)."
    }
  }
}