---
title: "System Detail View"
method: POST
path: "/systems/{SystemID}/view"
tags: ["System"]
---

# System Detail View

`POST /systems/{SystemID}/view`

Returns the Raw data from the latest inspection for a system.

## Path parameters

- `SystemID` integer, required

## Response `200`

- SystemDetailView
  - `raw` object — Raw JSON Dataprint for the System
  - `system` Systems
    - `ID` integer
    - `Environment` EnvironmentsTrimmed
      - `ID` integer
      - `ServiceProviderID` integer
      - `Name` string
      - `ShortName` string, nullable
      - `Description` string
      - `Status` integer
      - `Visible` boolean
      - `ExpiresOn` string
      - `KeyRotation` integer
      - `LastKeyRotation` string
      - `Website` string, nullable
      - `Static` boolean
      - `CreatedOn` string
      - `UpdatedOn` string, nullable
      - `Tier` string
    - `Launchpoint` LaunchpointsTrimmed
      - `ID` integer
      - `VersionID` string, nullable
      - `Alias` string
      - `Config` string
      - `TotalScheduledRuns` integer
      - `TotalAdHocRuns` integer
      - `NextScheduledFor` string
      - `LastScheduledRun` string
      - `LastAdHocRun` string
      - `FreqType` string
      - `FreqInterval` integer
      - `FreqSubdayType` string, nullable
      - `FreqSubdayInterval` integer, nullable
      - `FreqRelativeInterval` integer, nullable
      - `FreqRecurrenceFactor` string, nullable
      - `ActiveStart` string
      - `ActiveEnd` string, nullable
      - `Enabled` boolean
      - `Visible` boolean
      - `Status` string
      - `CreatedOn` string
      - `UpdatedOn` string, nullable
      - `ParentID` integer, nullable
      - `EnvironmentID` integer
    - `Inspector` Inspector
      - `ID` integer
      - `Name` string
      - `Alias` string
      - `Published` boolean
      - `Author` string
      - `ContactEmail` string
      - `Logo` string
      - `Icon` string
      - `Description` string
      - `HelpLink` string
      - `PublishedStatus` string
      - `InspectorCategory` string
      - `EnhancedBilling` boolean
      - `DefaultFrequency` object
        - `Type` string
        - `Interval` integer
      - `Constraints` object
        - `Tiers` string[]
        - `Platform` string[]
        - `Frequency` object
          - `MaxIntervalType` string
          - `MaxIntervalFrequency` integer
        - `AgentConstraint` string[]
        - `RecomendedAgent` string
      - `CreatedOn` string
      - `UpdatedOn` string
      - `DiagnosticsEnabled` boolean
    - `UniqueCompositeKey` string
    - `Name` string — The system Name cannot be changed once created
    - `Description` string
    - `Tags` string, nullable
    - `UserDefined` boolean
    - `Status` integer
    - `Visible` boolean
    - `LastVerifyTime` string
    - `CreatedOn` string
    - `CreatedBy` string
    - `UpdatedOn` string, nullable
    - `UpdatedBy` string
  - `view` object
    - `ID` integer
    - `ServiceProviderID` integer, nullable
    - `EnvironmentID` integer, nullable
    - `InspectorID` integer
    - `VersionID` integer
    - `Name` string
    - `Description` string
    - `ViewDefinition` object — JMESPath view definitions for the Inspector
    - `Default` boolean
    - `Enabled` boolean
    - `Visible` boolean
    - `CreatedOn` string
    - `CreatedBy` string
    - `UpdatedOn` string, nullable
    - `UpdatedBy` string
  - `views` object — Evaluated View Definitions

---

[API](https://skmtc.net/liongard/apis/liongard-v2-endpoints.md) · [All operations](https://skmtc.net/liongard/apis/liongard-v2-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liongard/liongard-v2-endpoints/versions/4ba1aeff82d7/schema)
