Pain Point? Please describe.
The /jobs endpoint includes basic job_type data, but does not include the is_system flag. It would be helpful to add this to the serializer so the UI can report on how many jobs are system vs user jobs.
Desired Solution
Update the JobTypeBaseSerializer to include is_system as a returned field.
Alternative / Workaround
Have to make a separate call to the job type to get the desired information.
Pain Point? Please describe. The /jobs endpoint includes basic job_type data, but does not include the is_system flag. It would be helpful to add this to the serializer so the UI can report on how many jobs are system vs user jobs.
Desired Solution Update the JobTypeBaseSerializer to include is_system as a returned field.
Alternative / Workaround Have to make a separate call to the job type to get the desired information.