Last updated 5 months ago
Transport operation categories are used to categorize transports by carbon footprint impact.
List successful
1
const response = await fetch('https://api.dashdoc.eu/api/v4/carbon-footprint/transport-operation-categories/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "count": 1, "next": "text", "previous": "text", "results": [ { "uid": "1f527452-45f4-11eb-a722-0242ac140004", "name": "text" } ] }