Skip to content

Operational Queries

Run other queries by entering the query in the left panel and clicking the Send Request button. The image below demonstrates retrieving information about 3921 statements (Exercise of an Incentive Stock Option Under Section 422(b)) using the following query:

query {
  getStatements(formType: F3921) {
    statements {
      nodes {
        otxId
        recipientFirstName
        recipientLastName
        senderName
        status
        statusDescription
      }
    }
  }
}

Screenshot: operational query
An Operational Query