---
title: "POST /domains/{domainId}/cases/{caseId}"
method: POST
path: "/domains/{domainId}/cases/{caseId}"
---

# POST /domains/{domainId}/cases/{caseId}

`POST /domains/{domainId}/cases/{caseId}`

Returns information about a specific case if it exists.

## Path parameters

- `caseId` string, required
- `domainId` string, required

## Request body

- object
  - `fields` FieldIdentifier[], required — A list of unique field identifiers.
    - `id` string, required — Unique identifier of a field.
  - `nextToken` string — The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

## Response `200`

Success

- GetCaseResponse
  - `fields` FieldValue[], required — A list of detailed field information.
    - `id` string, required — Unique identifier of a field.
    - `value` object, required — Union of potential field value types.
      - `stringValue` string — String value type.
      - `doubleValue` number, double — Can be either null, or have a Double number value type. Only one value can be provided.
      - `booleanValue` boolean — Can be either null, or have a Boolean value type. Only one value can be provided.
      - `emptyValue` object — An empty value.
      - `userArnValue` string — Represents the user that performed the audit.
  - `templateId` string, required — A unique identifier of a template.
  - `nextToken` string — The token for the next set of results. This is null if there are no more results to return.
  - `tags` object — A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/connectcases.md) · [All operations](https://skmtc.net/aws/apis/connectcases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connectcases/versions/2533502f9155/schema)
