List all job types available in your workspace.
curl -X GET https://api.dronebundle.com/v1/job-types \ -H "Authorization: Bearer v1_your_api_key_here"
{ "job_types": [ { "id": "wind_turbine", "name": "Wind Turbine", "icon": "wind", "is_predefined": true }, { "id": "cell_tower", "name": "Cell Tower", "icon": "radio", "is_predefined": true }, { "id": "019d4370-abcd-7000-8000-123456789abc", "name": "Bridge Survey", "icon": "settings", "is_predefined": false } ], "count": 3, "cursor": null }
read_only
full_access
Show job type object
wind_turbine
true
false
null