Skip to main content
GET
/
markdown
Get rules as markdown
curl --request GET \
  --url https://rules.platform.arb.inc/markdown
"# AAA Commercial Arbitration Rules\n\n## Rule 1: Scope of Rules\n\n..."

Query Parameters

id
string
required

Unique identifier of the ruleset

Example:

"aaa-commercial-2023"

Response

Markdown content returned successfully

The response is of type string.

Example:

"# AAA Commercial Arbitration Rules\n\n## Rule 1: Scope of Rules\n\n..."