Factset · Schema

ActiveJobIDs

Array of active jobs ids associated with the account

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id array
View JSON Schema on GitHub

JSON Schema

factset-universal-screening-active-job-i-ds-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActiveJobIDs",
  "type": "object",
  "description": "Array of active jobs ids associated with the account",
  "properties": {
    "id": {
      "type": "array"
    }
  }
}