> For the complete documentation index, see [llms.txt](https://apis.rightrev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apis.rightrev.com/rightrev-rest-api/revenue-desk-360/revenue-contract-details.md).

# Revenue Contract Details

The RC Workbench Details feature is powered by a single API endpoint. This endpoint supports multiple actions, each controlled through specific parameters/objects. Depending on the selected tab or action within the RC Workbench, the API will return the corresponding dataset.

This design allows you to interact with various parts of the RC Workbench using one consistent endpoint while simply adjusting the request parameters/objects.

API Endpoint

```
/apis/recorder/v1/revenue_contract/{object}
```

<table><thead><tr><th width="45">#</th><th width="335">Functionality/ Fetaure</th><th width="489">Description</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/ezvga00HG4eo5v1vapdR">Retrieve Revenue Contract Lines</a></td><td>This API is to retrieve all the revenue contract order lines.</td></tr><tr><td>2</td><td><a href="/pages/HdD1XE2BwCfO6cfK9V0Y">Retrieve Revenue Contract Metrics Details</a></td><td>This API returns summarized metrics at the Revenue Contract level</td></tr><tr><td>3</td><td><a href="/pages/zVCfon650U5cTchCxx2Q">Retrieve Revenue Contract Billings Details</a></td><td>This API provides the billing transactions linked to the Order Financial ID in Revenue Contract</td></tr><tr><td>4</td><td><a href="/pages/wzWt4ECPuGeToAuaAj03">Retrieve Revenue Contract Revenue Schedules Details</a></td><td>This API returns the revenue schedule lines for each order financial ID</td></tr><tr><td>5</td><td><a href="/pages/ds10yUQDaJYzSXXUKjkL">Retrieve Revenue Contract SSP Details</a></td><td>This API retrieves the Standalone Selling Price (SSP) allocation details for order financial ID</td></tr><tr><td>6</td><td><a href="/pages/0iRR4d9fLuuIUQ8r7X43">Retrieve Revenue Contract Cost Schedules Details</a></td><td>This API provides cost schedule details for order financial ID</td></tr><tr><td>7</td><td><a href="/pages/PDxHzVa9HW4PwrHDDEc1">Retrieve Revenue Contract Lines Eligible for Regroup</a></td><td>This API provides revenue transaction lines associated with the Revenue Contract eligible to regroup to another or new revenue contract</td></tr><tr><td>8</td><td><a href="/pages/WyVi44KzezMhBmCG99aB">Retrieve Revenue Contract Lines Eligible for Manual Release</a></td><td>This API provides revenue transaction lines associated with the Revenue Contract eligible to manually release</td></tr><tr><td>9</td><td><a href="/pages/hoXkA7GcQYgCOjffhEB8">Retrieve Revenue Contract Lines Eligible for Manual Defer</a></td><td>This API provides revenue transaction lines associated with the Revenue Contract eligible to manually  defer</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apis.rightrev.com/rightrev-rest-api/revenue-desk-360/revenue-contract-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
