« Return to Index
document
A file attached to a job or question answer. Usually either a jpg (photo) or pdf (generated report).
Access Level
Read/Write - this entity can be updated/added/deleted.
Values
| Name | Type | Access |
|---|---|---|
| iddocument | integer | Read Only |
| idjob | integer | Read + Write |
| idinspection | integer | Read + Write |
| idquestion | integer | Read + Write |
| idquestion_answer | integer | Read + Write |
| name | string | Read + Write |
| filename | string | Read + Write |
| filesize | integer | Read + Write |
| is_image | boolean | Read + Write |
| show_on_report | boolean | Read + Write |
| deleted | boolean | Read + Write |
| modified | datetime | Read Only |
Inspection Apps API Documentation « Return to Index