> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/assignment-rule-apis/get-rule-details.md).

# Get Rule Details

This call returns the details on a specific rule. The URL includes the object ID for the rule being called and again is sent as a POST call.

<figure><img src="/files/L8cSIkB4wwL9S5bspOoC" alt=""><figcaption><p>Get details call including object ID</p></figcaption></figure>

The body of the message contains the project name and workset name that the specific rule is in.

```
{
    "context": {
        "user": "user_ID",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        },
        "workSet": {
            "name": "api_2_workset",
            "version": "1.1"
        }
    }
}
```

The results message will include the rule details.

<figure><img src="/files/ldKhcIkf98pGNxhjYHic" alt=""><figcaption><p>Return message with rule details</p></figcaption></figure>
