Factset · Example Payload

Factset Irn Configuration Author Config Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Irn Configuration Author Config Dto Example is an example object payload from Factset, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iduserNameserialNumberfirstNamelastNameemailAddressisActive

Example Payload

Raw ↑
{
  "id": "abc123",
  "userName": "example_value",
  "serialNumber": "example_value",
  "firstName": "example_value",
  "lastName": "example_value",
  "emailAddress": "user@example.com",
  "isActive": true
}