---
title: "Get submission detail"
method: GET
path: "/v2/submissions/{submissionCode}"
tags: ["Submissions"]
---

# Get submission detail

`GET /v2/submissions/{submissionCode}`

## Path parameters

- `submissionCode` string, required

## Response `200`

Returns a full representation of the given submission.

- SubmissionDetailsViewModel
  - `code` string, nullable
  - `originators` SubmissionOriginatorsViewModel
    - `programId` string, guid, nullable
    - `pentestCode` string, nullable
  - `internalReference` SubmissionInternalReferenceViewModel
    - `reference` string, nullable
    - `url` string, nullable
  - `title` string, nullable
  - `report` SubmissionReportViewModel
    - `originalTitle` string, nullable
    - `type` SubmissionTypeViewModel
      - `name` string, nullable
      - `category` string, nullable
      - `cwe` string, nullable
    - `questions` SubmissionQuestionViewModel2[], nullable
      - `question` string, nullable
      - `type` SubmissionQuestionTypeViewModel
        - `id` integer
        - `value` string, nullable
      - `answer` string, nullable
    - `domain` SubmissionDetailsDomainViewModel
      - `companyAssetId` string, guid, nullable, required
      - `name` string, nullable, required
      - `motivation` string, nullable, required
      - `type` EnumerationViewModel, required
        - `id` integer
        - `value` string, nullable
      - `tier` EnumerationViewModel, required
        - `id` integer
        - `value` string, nullable
      - `description` string, nullable, required
    - `endpointVulnerableComponent` string, nullable
    - `pocDescription` string, nullable
    - `impact` string, nullable
    - `personalData` boolean
    - `recommendedSolution` string, nullable
    - `attachments` AttachmentViewModel[], nullable
      - `url` string, nullable
      - `code` integer
    - `ip` string, nullable
  - `state` SubmissionDetailsStateViewModel
    - `status` EnumerationViewModel
      - `id` integer
      - `value` string, nullable
    - `closeReason` EnumerationViewModel
      - `id` integer
      - `value` string, nullable
    - `duplicateInfo` SubmissionDuplicateInfoViewModel
      - `parentSubmissionCode` string, nullable
      - `childSubmissionCodes` string[], nullable
    - `validatedAt` integer, nullable
    - `acceptedAt` integer, nullable
    - `closedAt` integer, nullable
    - `archivedAt` integer, nullable
  - `severity` SubmissionSeverityViewModel
    - `id` integer, required
    - `vector` string, nullable, required
    - `value` string, nullable, required
    - `score` number, nullable, required
  - `awaitingFeedback` boolean
  - `reward` SubmissionRewardViewModel
    - `totalPayout` MoneyViewModel
      - `value` number
      - `currency` string, nullable
    - `totalBountyPayout` MoneyViewModel
      - `value` number
      - `currency` string, nullable
    - `totalBonusPayout` MoneyViewModel
      - `value` number
      - `currency` string, nullable
    - `possibleBounty` MoneyViewModel
      - `value` number
      - `currency` string, nullable
  - `createdAt` integer
  - `destroyed` DestroyedViewModel
    - `destroyedBy` CompanyUserViewModel
      - `userId` string, guid
      - `userName` string, nullable
      - `avatarUrl` string, nullable
      - `role` string, nullable
      - `email` string, nullable
    - `destroyedAt` integer
  - `assignee` CompanyUserViewModel
    - `userId` string, guid
    - `userName` string, nullable
    - `avatarUrl` string, nullable
    - `role` string, nullable
    - `email` string, nullable
  - `tags` string[], nullable
  - `groupId` string, guid, nullable
  - `submitter` ResearcherViewModel
    - `userId` string, guid
    - `userName` string, nullable
    - `avatarUrl` string, nullable
    - `role` string, nullable
    - `ranking` ResearcherRankingViewModel
      - `rank` integer
      - `reputation` integer
      - `streak` EnumerationViewModel
        - `id` integer
        - `value` string, nullable
    - `identityChecked` boolean
  - `lastUpdated` SubmissionLastUpdatedViewModel
    - `lastUpdater` UserViewModel
      - `userId` string, guid
      - `userName` string, nullable
      - `avatarUrl` string, nullable
      - `role` string, nullable
    - `lastUpdatedAt` integer
  - `attachmentCount` integer
  - `webLinks` WebLinksViewModel4
    - `details` string, nullable
  - `integrationCount` integer
  - `customFields` SubmissionCustomFieldViewModel[], nullable
    - `key` string, nullable
    - `value` string, nullable
    - `type` SubmissionCustomFieldTypeViewModel
      - `id` integer
      - `value` string, nullable
  - `aiSummary` AiSummaryViewModel
    - `status` EnumerationViewModel, required
      - `id` integer
      - `value` string, nullable
    - `summary` string, required
    - `generatedAt` integer, nullable, required

---

[API](https://skmtc.net/intigriti/apis/intigriti-v2-0.md) · [All operations](https://skmtc.net/intigriti/apis/intigriti-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intigriti/intigriti-v2-0/revisions/1b06e77734e9/schema)
