Archrock · JSON Structure

Archrock Investor Relations Api Sec Filing List Structure

Type: object Properties: 4
Natural GasCompression ServicesOil And GasEnergyIndustrialNYSE: AROC

Archrock Investor Relations Api Sec Filing List Structure is a JSON Structure definition published by Archrock, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

total offset limit filings

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-structure/archrock-investor-relations-api-sec-filing-list-structure.json",
  "title": "SecFilingList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "filings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "type": {},
          "filingDate": {},
          "periodOfReport": {},
          "description": {},
          "secUrl": {},
          "documentUrl": {}
        }
      }
    }
  }
}