> For the complete documentation index, see [llms.txt](https://developer.prodege.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.prodege.com/demand/appendix/json-examples.md).

# JSON Examples

**targeting\_criteria**:

```
[
    {
        "question_id":1, "operator":"BETWEEN", "precodes":[21,25]
    },
    {
        "question_id":3, "operator":"OR", "precodes":[1]
    },
    {
        "question_id":24, "operator":"OR", "precodes":["90703","90245","90815"]
    }
]
```

**reconciliation\_entries**:

```
[
    {
        "transaction_id":1102,
        "completion_type":1
    },
    {
        "transaction_id":211,
        "completion_type":3
    }
]
```

**limit\_panelists (by Panelist ID)**:

```
{ "limit_by": "panelist_id", "limit_ids": ["10001","10002","10003"] }
```

**limit\_panelists (by Transaction ID)**:

```
{ "limit_by": "transaction_id", "limit_ids": ["90001","90002","90003"] }
```
