========= Job Types ========= .. _job-type-attributes: Job Type Attributes =================== ============ ==== Attribute Name ============ ==== id The ID of the given job type. description The description of the given job type. ============ ==== Sample ------ :: { "id": 1, "description": "Aerial Application" } Endpoints ========= /api/job_types -------------- GET ~~~ Returns a list of the available job types. Parameters ********** No additional parameters required. Returns ******* Returns an array of all the :ref:`job types ` available for the user. Sample ^^^^^^ :: [ { "id": 1, "description": "Aerial Application" }, { "id": 2, "description": "Ground Application" }, { "id": 3, "description": "Counter Sale" }, { "id": 4, "description": "Soil Sampling" }, { "id": 5, "description": "Aerial Imagery" }, { "id": 6, "description": "Crop Scouting" }, { "id": 7, "description": "Planting" }, { "id": 8, "description": "Harvesting" }, { "id": 9, "description": "Tillage" }, { "id": 10, "description": "Transport" }, { "id": 11, "description": "Agronomy Operation" }, { "id": 12, "description": "Ground App. - Liquid" }, { "id": 13, "description": "Ground App. - Dry" }, { "id": 14, "description": "--Select--" }, { "id": 15, "description": "Transport - Liquid" }, { "id": 16, "description": "Transport - Dry" }, { "id": 17, "description": "Transport - NH3" } ]