List of properties from Incident

  1. title(STRING)
  2. description(STRING)
  3. reported_date(NUMBER(Date representation wrapped))
  4. categories(ARRAY< Category >)
  5. pupils(ARRAY< Pupil >)
  6. status(OBJECT< Status >)
  7. priority(OBJECT< Priority >)
  8. issue(OBJECT< Issue >)
  9. assigned_date(NUMBER(Date representation wrapped))
  10. assigned_by(OBJECT< Person >)
  11. archived_date(NUMBER(Date representation wrapped))
  12. archived_by(OBJECT< Person >)
  13. reported_by(OBJECT< Person >)
  14. modified_by(OBJECT< Person >)
  15. modified_date(NUMBER(Date representation wrapped))
  16. id(NUMBER)