Rhombus Systems Export Webservice API

The Export Webservice API from Rhombus Systems — 16 operation(s) for export webservice.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/rhombus-systems-export-webservice-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

rhombus-systems-export-webservice-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  contact:
    email: developer@rhombussystems.com
  description: 'This API is for use by Rhombus customers and partners.


    ## Authentication


    All requests require two headers:

    - `x-auth-scheme` — The authentication scheme identifier. Use `api-token` for standard API key auth, or `partner-api-token` for partner API auth.

    - `x-auth-apikey` — Your Rhombus API key.


    Example:

    ```

    POST /api/camera/getMinimalCameraStateList

    x-auth-scheme: api-token

    x-auth-apikey: YOUR_API_KEY

    Content-Type: application/json

    ```'
  title: Rhombus Export Webservice API
  version: '1.0'
servers:
- description: Production Server
  url: https://api2.rhombussystems.com
security:
- ApiKeyAuth: []
tags:
- name: Export Webservice
paths:
  /api/export/audit:
    post:
      description: Download audit log
      operationId: exportAudit
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportAuditEventsWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download audit log
      tags:
      - Export Webservice
  /api/export/climateEvents:
    post:
      description: Download climate event log
      operationId: exportClimateEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportClimateEventsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download climate event log
      tags:
      - Export Webservice
  /api/export/countReports:
    post:
      description: Download count report
      operationId: exportCountReports
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportCountReportsWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download count report
      tags:
      - Export Webservice
  /api/export/diagnostic:
    post:
      description: Download diagnostic log
      operationId: exportDiagnostic
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportDiagnosticEventsWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download diagnostic log
      tags:
      - Export Webservice
  /api/export/doorEvents:
    post:
      description: Download door event log
      operationId: exportDoorEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportDoorEventsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download door event log
      tags:
      - Export Webservice
  /api/export/environmentalGatewayEvents:
    post:
      description: Download environmental gateway event log
      operationId: exportEnvironmentalGatewayEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportEnvironmentalGatewayEventsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download environmental gateway event log
      tags:
      - Export Webservice
  /api/export/inventory:
    post:
      description: Download device inventory
      operationId: exportInventory
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportInventoryWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download device inventory
      tags:
      - Export Webservice
  /api/export/motionEvents:
    post:
      description: Download motion event log for motion sensors
      operationId: exportMotionEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportMotionEventsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download motion event log for motion sensors
      tags:
      - Export Webservice
  /api/export/peopleCountEvents:
    post:
      description: Download people count report
      operationId: exportPeopleCountEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportPeopleCountEventsWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download people count report
      tags:
      - Export Webservice
  /api/export/peopleEvents:
    post:
      description: Download people event log
      operationId: exportPeopleEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportPeopleEventsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download people event log
      tags:
      - Export Webservice
  /api/export/proximityEvents:
    post:
      description: Download proximity tag event log
      operationId: exportProximityEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportProximityEventsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download proximity tag event log
      tags:
      - Export Webservice
  /api/export/proximityLocomotionEvents:
    post:
      description: Download proximity tag event log
      operationId: exportProximityLocomotionEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportProximityLocomotionEventsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download proximity tag event log
      tags:
      - Export Webservice
  /api/export/uptime:
    post:
      description: Download device uptime reports
      operationId: exportUptime
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportUptimeWSRequest'
      responses:
        '200':
          content:
            application/zip:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download device uptime reports
      tags:
      - Export Webservice
  /api/export/users:
    post:
      description: Download org users
      operationId: exportUsers
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportUsersWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download org users
      tags:
      - Export Webservice
  /api/export/vehicleEvents:
    post:
      deprecated: true
      description: Download vehicle event log.  Use /export/vehicleEventsV2 instead for more functionality
      operationId: exportVehicleEvents
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Export_ExportVehicleEventsWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download vehicle event log
      tags:
      - Export Webservice
  /api/export/vehicleEventsV2:
    post:
      description: Download vehicle event log
      operationId: exportVehicleEventsV2
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Vehicle_GetVehicleEventsWSRequest'
      responses:
        '200':
          content:
            text/csv; charset=UTF-8:
              schema:
                $ref: '#/components/schemas/StreamingOutput'
          description: OK
      summary: Download vehicle event log
      tags:
      - Export Webservice
components:
  schemas:
    Export_ExportEnvironmentalGatewayEventsWSRequest:
      type: object
      description: Request object for exporting environmental gateway events with time filtering.
      properties:
        createdAfterMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Start time in milliseconds for filtering environmental gateway events
          example: 1640995200000
        createdBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: End time in milliseconds for filtering environmental gateway events
          example: 1641081600000
        deviceUuid:
          type:
          - string
          - 'null'
          format: RUUID
          description: base 64 (url-safe) uuid string
          example: AAAAAAAAAAAAAAAAAAAAAA
    ReportTypeEnum:
      type: string
      description: Type of report to receive
      enum:
      - CROWD
      - PEOPLE
      - FACES
      - MOTION
      - BANDWIDTH
      - VEHICLES
      - LICENSEPLATES
      - ALERTS
      - DWELL
    Export_ExportProximityEventsWSRequest:
      type: object
      description: Request object for exporting proximity events with time filtering and tag selection.
      properties:
        createBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          writeOnly: true
        createdAfterMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Start time in milliseconds for filtering proximity events
          example: 1640995200000
        createdBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: End time in milliseconds for filtering proximity events
          example: 1641081600000
        tagUuid:
          type:
          - string
          - 'null'
          format: RUUID
          description: base 64 (url-safe) uuid string
          example: AAAAAAAAAAAAAAAAAAAAAA
    ReportIntervalEnum:
      type: string
      description: Report interval for filtering face events
      enum:
      - MINUTELY
      - QUARTERHOURLY
      - HOURLY
      - DAILY
      - WEEKLY
      - MONTHLY
    Export_ExportVehicleEventsWSRequest:
      type: object
      description: Request object for exporting vehicle events with filtering by time, devices, labels, and plate numbers.
      properties:
        deviceUuids:
          type:
          - array
          - 'null'
          description: List of device UUIDs to filter vehicle events by
          items:
            type:
            - string
            - 'null'
            format: DeviceFacetUuid
            description: RUUID with optional appended facet information
            example: AAAAAAAAAAAAAAAAAAAAAA.v0
        fuzzy:
          type:
          - boolean
          - 'null'
          description: Whether to use fuzzy search on the provided plate numbers
          example: true
        interval:
          $ref: '#/components/schemas/TimeInterval'
        labels:
          type:
          - array
          - 'null'
          description: List of vehicle labels to filter by
          example:
          - car
          - truck
          - motorcycle
          items:
            type:
            - string
            - 'null'
            description: List of vehicle labels to filter by
            example: '["car","truck","motorcycle"]'
        plateNumbers:
          type:
          - array
          - 'null'
          description: List of license plate numbers to filter by
          example:
          - ABC123
          - XYZ789
          items:
            type:
            - string
            - 'null'
            description: List of license plate numbers to filter by
            example: '["ABC123","XYZ789"]'
    TimeInterval:
      type: object
      properties:
        endMs:
          type:
          - integer
          - 'null'
          format: int64
        startMs:
          type:
          - integer
          - 'null'
          format: int64
    Export_ExportClimateEventsWSRequest:
      type: object
      description: Request object for exporting climate sensor events with time filtering.
      properties:
        createdAfterMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Start time in milliseconds for filtering climate events
          example: 1640995200000
        createdBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: End time in milliseconds for filtering climate events
          example: 1641081600000
        sensorUuid:
          type:
          - string
          - 'null'
          format: RUUID
          description: base 64 (url-safe) uuid string
          example: AAAAAAAAAAAAAAAAAAAAAA
    Export_ExportMotionEventsWSRequest:
      type: object
      description: Request object for exporting motion events from motion sensors with time filtering.
      properties:
        createdAfterMs:
          type:
          - integer
          - 'null'
          format: int64
          description: After datetime provided as a UNIX timestamp in milliseconds
          example: 1640995200000
          minimum: 0
        createdBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Before datetime provided as a UNIX timestamp in milliseconds
          example: 1641081600000
          minimum: 0
        deviceUuid:
          type:
          - string
          - 'null'
          format: RUUID
          description: base 64 (url-safe) uuid string
          example: AAAAAAAAAAAAAAAAAAAAAA
      required:
      - deviceUuid
    Export_ExportProximityLocomotionEventsWSRequest:
      type: object
      description: Request object for exporting proximity locomotion events with time filtering and tag selection.
      properties:
        createBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          writeOnly: true
        createdAfterMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Start time in milliseconds for filtering proximity locomotion events
          example: 1640995200000
        createdBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: End time in milliseconds for filtering proximity locomotion events
          example: 1641081600000
        tagUuid:
          type:
          - string
          - 'null'
          format: RUUID
          description: base 64 (url-safe) uuid string
          example: AAAAAAAAAAAAAAAAAAAAAA
    Export_ExportUsersWSRequest:
      type: object
      description: Request object for exporting user information to CSV format.
      properties:
        userUuids:
          type:
          - array
          - 'null'
          description: List of user UUIDs to export information for
          items:
            type:
            - string
            - 'null'
            format: RUUID
            description: base 64 (url-safe) uuid string
            example: AAAAAAAAAAAAAAAAAAAAAA
    Export_ExportDoorEventsWSRequest:
      type: object
      description: Request object for exporting door sensor events with time filtering.
      properties:
        createdAfterMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Start time in milliseconds for filtering door events
          example: 1640995200000
        createdBeforeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: End time in milliseconds for filtering door events
          example: 1641081600000
        sensorUuid:
          type:
          - string
          - 'null'
          format: RUUID
          description: base 64 (url-safe) uuid string
          example: AAAAAAAAAAAAAAAAAAAAAA
    Vehicle_GetVehicleEventsWSRequest:
      type: object
      description: Request object for getting vehicle events with filters and additive queries.
      properties:
        deviceUuidFilter:
          type:
          - array
          - 'null'
          description: Filter events by specific reporting device uuids
          items:
            type:
            - string
            - 'null'
            format: DeviceFacetUuid
            description: RUUID with optional appended facet information
            example: AAAAAAAAAAAAAAAAAAAAAA.v0
        endTimeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Time window filter end (newest) time in Epoch milliseconds
        licensePlateExactQuery:
          type:
          - array
          - 'null'
          description: Query events by exact license plate number. Query fields are additive queries (returned events satisfy at least one of the query fields)
          items:
            type:
            - string
            - 'null'
            description: Query events by exact license plate number. Query fields are additive queries (returned events satisfy at least one of the query fields)
        licensePlateFuzzyQuery:
          type:
          - string
          - 'null'
          description: Query events by partial or complete license plate with fuzzy character matching. Query fields are additive queries (returned events satisfy at least one of the query fields)
        locationUuidFilter:
          type:
          - array
          - 'null'
          description: Filter events by specific reporting location uuids
          items:
            type:
            - string
            - 'null'
            format: RUUID
            description: base 64 (url-safe) uuid string
            example: AAAAAAAAAAAAAAAAAAAAAA
        nameQuery:
          type:
          - array
          - 'null'
          description: Query events by vehicle name. Query fields are additive queries (returned events satisfy at least one of the query fields)
          items:
            type:
            - string
            - 'null'
            description: Query events by vehicle name. Query fields are additive queries (returned events satisfy at least one of the query fields)
        startTimeMs:
          type:
          - integer
          - 'null'
          format: int64
          description: Time window filter start (oldest) time in Epoch milliseconds
        unnamedQuery:
          type:
          - boolean
          - 'null'
          description: Query events by name presence.  If false, returns events with a name.  If true, returns events without names.  Omit if not needed.  Query fields are additive queries (returned events satisfy at least one of the query fields)
        vehicleLabelQuery:
          type:
          - array
          - 'null'
          description: Query events by vehicle labels. Query fields are additive queries (returned events satisfy at least one of the query fields)
          items:
            type:
            - string
            - 'null'
            description: Query events by vehicle labels. Query fields are additive queries (returned events satisfy at least one of the query fields)
    StreamingOutput:
      type:
      - object
      - 'null'
    Export_ExportDiagnosticEventsWSRequest:
      type: object
      description: Request object for exporting diagnostic events with time interval filtering.
      properties:
        endInterval:
          type:
          - integer
          - 'null'
          format: int64
          description: End time interval in milliseconds for filtering diagnostic events
          example: 1641081600000
        startInterval:
          type:
          - integer
          - 'null'
          format: int64
          description: Start time interval in milliseconds for filtering diagnostic events
          example: 1640995200000
    Export_ExportInventoryWSRequest:
      type: object
      description: Request object for exporting device inventory information to CSV format.
      properties:
        cameraUuids:
          type:
          - array
          - 'null'
          deprecated: true
          description: List of camera UUIDs to export (deprecated, use deviceUuids instead)
          items:
            type:
            - string
            - 'null'
            format: RUUID
            deprecated: true
            description: base 64 (url-safe) uuid string
            example: AAAAAAAAAAAAAAAAAAAAAA
        deviceUuids:
          type:
          - array
          - 'null'
          description: List of device UUIDs to export inventory for
          items:
            type:
            - string
            - 'null'
            format: RUUID
            description: base 64 (url-safe) uuid string
            example: AAAAAAAAAAAAAAAAAAAAAA
    AuditActionEnum:
      type: string
      enum:
      - THREAT_CASE_ESCALATED
      - THREAT_CASE_CANCELLED
      - THREAT_CASE_DISMISSED
      - THREAT_CASE_DELETED
      - THREAT_CASE_DELETE_BY_STATUS
      - PIN_CREATED
      - PIN_DELETED
      - ALM_PIN_CREATE
      - ALM_PIN_BULK_CREATE
      - ALM_PIN_UPDATE
      - ALM_PIN_ROTATE
      - ALM_PIN_BULK_ROTATE
      - ALM_PIN_DELETE
      - ALM_PIN_KEY_IN
      - ALM_PIN_KEY_IN_FAILED
      - BASIC_AUTH_SUCCESS
      - BASIC_AUTH_FAILURE
      - SAML_LOGIN_WEB
      - LOGIN_WEB
      - PASSWORDLESS_LOGIN_WEB
      - PARTNER_LOGIN_WEB
      - PARTNER_PASSWORDLESS_LOGIN_WEB
      - SAML_LOGIN_FAILURE_WEB
      - LOGIN_FAILURE_WEB
      - RHOMBUS_KEY_LOGIN
      - RHOMBUS_KEY_PASSWORDLESS_LOGIN
      - RHOMBUS_KEY_SAML_LOGIN
      - LOGOUT_WEB
      - PARTNER_LOGOUT_WEB
      - WEB_CONSOLE_ACCESS
      - MOBILE_CONSOLE_ACCESS
      - SAML_LOGIN_MOBILE
      - PARTNER_LOGIN_MOBILE
      - PARTNER_PASSWORDLESS_LOGIN_MOBILE
      - LOGIN_MOBILE
      - PASSWORDLESS_LOGIN_MOBILE
      - SAML_LOGIN_FAILURE_MOBILE
      - LOGIN_FAILURE_MOBILE
      - LOGOUT_MOBILE
      - PARTNER_LOGOUT_MOBILE
      - MOBILE_ACCESS
      - PARTNER_LOGIN_MOBIlE_REFRESH
      - LOGIN_MOBIlE_REFRESH
      - RHOMBUS_KEY_LOGIN_REFRESH
      - CAMERA_WIFI_NETWORK_CHANGED
      - CAMERA_FORCED_REBOOT
      - AUDIO_GATEWAY_FORCED_REBOOT
      - ENVIRONMENTAL_GATEWAY_FORCED_REBOOT
      - DOORBELL_CAMERA_FORCED_REBOOT
      - BADGE_READER_FORCED_REBOOT
      - NVR_FORCED

# --- truncated at 32 KB (52 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/rhombus-systems/refs/heads/main/openapi/rhombus-systems-export-webservice-api-openapi.yml