---
title: "ApiV1Meta"
url: "https://developer.argaam.com/apis/ma-transactions-layer-api-production-v1/versions/b96972fa-b9a4-4989-9c25-cdd3473fab7f/schemas/ApiV1Meta"
---

> Full API specification: https://developer.argaam.com/apis/ma-transactions-layer-api-production-v1/versions/b96972fa-b9a4-4989-9c25-cdd3473fab7f.md

# ApiV1Meta

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: M&A & Transactions Layer API
  version: v1.1
servers:
  - url: https://api.argaam.com
    description: Argaam API Gateway (Production)
components:
  schemas:
    ApiV1Meta:
      type: object
      properties:
        page:
          type: integer
          format: int32
        pageSize:
          type: integer
          format: int32
        totalRecords:
          type: integer
          format: int32
        totalPages:
          type: integer
          format: int32
          readOnly: true
        hasNextPage:
          type: boolean
          readOnly: true
        hasPreviousPage:
          type: boolean
          readOnly: true
      additionalProperties: false
```
