Factset · Example Payload

Factset Irn Meetings Meeting Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

idstartendcreatedAtauthorIdtitleidentifierorganizerorganizerIdbodyaverageRatingalertAttendeesalertAuthorlocationsattendeescustomFieldsrelatedSymbolsrelatedContacts

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",
  "body": "example_value",
  "averageRating": 10,
  "alertAttendees": true,
  "alertAuthor": true,
  "locations": [],
  "attendees": [],
  "customFields": [],
  "relatedSymbols": [],
  "relatedContacts": []
}