# app.didpic.admin.getSubjectContext

> Published by [lexicons.didpic.app](https://lexicon.garden/identity/did:plc:an2jtp4jgkkbtmwfzhpbxawd)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.getSubjectContext)
- [Documentation](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.getSubjectContext/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.getSubjectContext/examples)

## Definitions

### `app.didpic.admin.getSubjectContext`

**Type**: `query`

Get the actor + post + comment bundle for a report/appeal subject.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subject` | `string` | Yes |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `kind` | `string` | Yes |  |
| `post` | `unknown` | No |  |
| `actor` | `unknown` | Yes |  |
| `comment` | `unknown` | No |  |
| `parentComment` | `unknown` | No |  |

## Raw Schema

```json
{
  "id": "app.didpic.admin.getSubjectContext",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "kind",
            "actor"
          ],
          "properties": {
            "kind": {
              "enum": [
                "actor",
                "post",
                "comment"
              ],
              "type": "string"
            },
            "post": {
              "type": "unknown"
            },
            "actor": {
              "type": "unknown"
            },
            "comment": {
              "type": "unknown"
            },
            "parentComment": {
              "type": "unknown"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "subject"
        ],
        "properties": {
          "subject": {
            "type": "string"
          }
        }
      },
      "description": "Get the actor + post + comment bundle for a report/appeal subject."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
