# List 'Inspectionerrandfile'

Endpoint: GET /errands/inspections/reporting/inspectionerrandfile/list/
Version: 2.0.0
Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret

## Query parameters:

  - `_jsonl` (boolean)

  - `_order_by` (array)

  - `_page` (integer)

  - `_page_size` (integer)

  - `_search` (string)

  - `_slim` (boolean)

  - `_statistics` (boolean)

  - `global_realestates` (array)

  - `global_segments` (array)

  - `created_at` (any)
    Filter can be negated by adding a `!` to the end of the parameter name.





**Additional operators:**

Operator: `gt`, Supports negation (via `!`): `True`

Operator: `gte`, Supports negation (via `!`): `True`

Operator: `in`, Supports negation (via `!`): `True`

Operator: `isnull`, Supports negation (via `!`): `True`

Operator: `lt`, Supports negation (via `!`): `True`

Operator: `lte`, Supports negation (via `!`): `True`

  - `custom_id` (any)
    Filter can be negated by adding a `!` to the end of the parameter name.





**Additional operators:**

Operator: `contains`, Supports negation (via `!`): `True`

Operator: `endswith`, Supports negation (via `!`): `True`

Operator: `icontains`, Supports negation (via `!`): `True`

Operator: `iendswith`, Supports negation (via `!`): `True`

Operator: `iexact`, Supports negation (via `!`): `True`

Operator: `in`, Supports negation (via `!`): `True`

Operator: `isnull`, Supports negation (via `!`): `True`

Operator: `istartswith`, Supports negation (via `!`): `True`

Operator: `startswith`, Supports negation (via `!`): `True`

  - `id` (any)
    Filter can be negated by adding a `!` to the end of the parameter name.





**Additional operators:**

Operator: `in`, Supports negation (via `!`): `True`

Operator: `isnull`, Supports negation (via `!`): `True`

  - `inspection_errand_fault` (any)
    Filter can be negated by adding a `!` to the end of the parameter name.





**Additional operators:**

Operator: `in`, Supports negation (via `!`): `True`

Operator: `isnull`, Supports negation (via `!`): `True`

  - `inspection_errand_note` (any)
    Filter can be negated by adding a `!` to the end of the parameter name.





**Additional operators:**

Operator: `in`, Supports negation (via `!`): `True`

Operator: `isnull`, Supports negation (via `!`): `True`

  - `organization` (any)
    Filter can be negated by adding a `!` to the end of the parameter name.





**Additional operators:**

Operator: `in`, Supports negation (via `!`): `True`

Operator: `isnull`, Supports negation (via `!`): `True`

## Response 200 fields (application/json):

  - `created_at` (string)

  - `organization` (object)

  - `organization.id` (string)

  - `custom_id` (string)

  - `id` (string, required)
    **Additional Validation Information:**
Must be unique

  - `inspection_errand_note` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `inspection_errand_fault`
This field, or at least one of the following fields must be set: `inspection_errand_fault`

  - `inspection_errand_note.id` (string)

  - `inspection_errand_fault` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `inspection_errand_note`
This field, or at least one of the following fields must be set: `inspection_errand_note`

  - `inspection_errand_fault.id` (string)

  - `file_obj` (object, required)

  - `file_obj.name` (string)
    wanted filename of the file

  - `file_obj.md5_hash` (string)
    base64 encoded md5hash of the file

  - `file_obj.get` (string)

  - `file_obj.post` (object)

  - `file_obj.post.url` (string)

