Factset · Example Payload

Factset Irn Meetings Meeting Summary Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Irn Meetings Meeting Summary Dto Example is an example object payload from Factset, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstartendcreatedAtauthorIdtitleidentifierorganizerorganizerIdattachmentIdsrelatedSymbolslocationsattendeescustomFieldValues

Example Payload

Raw ↑
{
  "id": "abc123",
  "start": "example_value",
  "end": "example_value",
  "createdAt": "example_value",
  "authorId": "500123",
  "title": "Example Title",
  "identifier": "example_value",
  "organizer": "example_value",
  "organizerId": "500123",
  "attachmentIds": [],
  "relatedSymbols": [],
  "locations": [],
  "attendees": [],
  "customFieldValues": []
}