Skip to main content
GET
List MultiDB R/D Codes
← Wastes API Returns the kernel waste_rd_codes reference table. Pass the id of an entry as waste_rd_code_id when creating or updating a waste on the MultiDB path (?multidb=true on POST /v1/wastes). This field is optional — roughly a third of waste records name no treatment.
This is the MultiDB counterpart of waste_efs_id discovery. The legacy path instead uses GET /v1/waste-efs.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Query Parameters

uuid
Restrict results to R/D codes valid for this LER code (via waste_matches). Omit to get the full catalog.Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890

Response

Returns a plain array — not paginated.
string
UUID to send as waste_rd_code_id when creating a MultiDB waste
string
R/D operation code, e.g. R3, D1
string
R/D code name/slug
string | null
Human-readable description

Example

Successful Response

List MultiDB LER Codes

List waste type codes to scope this endpoint with ler_code_id

Create Waste

Create a waste record using the waste_rd_code_id from this endpoint