Factset · JSON Structure

Factset Irn Configuration Approval Process Config Dto Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

ApprovalProcessConfigDto is a JSON Structure definition published by Factset, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

approvalLevels viewerIds shouldSendEmailAlertsWhenSubmittedForApproval shouldSendEmailAlertsWhenApproved shouldSendEmailAlertsWhenDenied shouldSendEmailAlertsToAuthor shouldSendEmailAlertsToApprovers shouldSendEmailAlertsToViewers canAuthorSelfApprove canAuthorEditPending

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApprovalProcessConfigDto",
  "type": "object",
  "properties": {
    "approvalLevels": {
      "type": "array"
    },
    "viewerIds": {
      "type": "array"
    },
    "shouldSendEmailAlertsWhenSubmittedForApproval": {
      "type": "boolean"
    },
    "shouldSendEmailAlertsWhenApproved": {
      "type": "boolean"
    },
    "shouldSendEmailAlertsWhenDenied": {
      "type": "boolean"
    },
    "shouldSendEmailAlertsToAuthor": {
      "type": "boolean"
    },
    "shouldSendEmailAlertsToApprovers": {
      "type": "boolean"
    },
    "shouldSendEmailAlertsToViewers": {
      "type": "boolean"
    },
    "canAuthorSelfApprove": {
      "type": "boolean"
    },
    "canAuthorEditPending": {
      "type": "boolean"
    }
  }
}