cURL
curl --request GET \ --url https://v1.api.flux-os.com/wadfs/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": { "name": "<string>", "amount": 123, "id": "<string>", "type": { "name": "<string>", "short_code": "<string>", "id": "<string>" }, "stream": { "name": "<string>", "product_category": "<unknown>", "id": "<string>" }, "currency": { "name": "<string>", "symbol": "<string>", "id": "<string>" }, "measurement_unit": { "name": "<string>", "abbreviation": "<string>", "id": "<string>", "html_symbol": null } } }
Retrieve details about a specific wadf.
The wadf ID.
A single wadf object containing wadf details.
Show child attributes