> 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FTi7CEC6x9kvJ8Q1rjkKQ%2Fimage.png?alt=media&amp;token=81ab78d3-2171-442c-b3cd-7884e13880df" 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FXdadB5zmK6AUMk9mxlrG%2Fimage.png?alt=media&amp;token=2d306f6b-23f3-4034-8ebc-90fe78bd4b87" alt=""><figcaption><p>Return message with rule details</p></figcaption></figure>
