FlightTaskImport

FlightTaskImport represents attributes to upsert a flight task.

Input Fields

assigned_to_email (String)

The email address of a user to whom the flight task should be assigned. This must be a user in the system. It must also be a user to whose organization you have access. Set to null to unassign the task.

assigned_to_sentera_id (ID)

The ID of a user to whom the flight task should be assigned. This must be a user to whose organization you have access. Set to null to unassign the task.

canceled_at (ISO8601DateTime)

The date and time the flight task was canceled. ISO8601 date format.

completed_at (ISO8601DateTime)

The date and time the flight task was completed. ISO8601 date format.

completed_by_sentera_id (ID)

The ID of the user who completed this flight task. When not provided, if the flight task is marked complete, the current user will be recorded as the user who completed the flight task.

due_at (ISO8601DateTime)

The date and time by which the flight task needs to be performed. ISO8601 date format.

field_sentera_id (ID)

The ID of the field to which this flight task is associated.

name (String)

(Required on Create) The name of this flight task. Maximum length is 255 characters.

notes (String)

Additional information about the flight task to be performed. Maximum length is 65,535 characters.

organization_sentera_id (ID)

The ID of the organization in which the flight task will be created. If the ID is not provided at the top level of the upsert mutation this is required on create.

plan_sentera_id (ID)

The ID of the plan which describes how to execute this flight task.

provider (TaskProvider)

The provider of flight services for this task. Defaults to SELF.

scheduled_at (ISO8601DateTime)

The date and time by which the flight task was scheduled to be performed, in ISO 8601 format.

sentera_id (ID)

(Required on Update) The ID of an existing flight task. Will cause the existing flight task to be updated.

started_at (ISO8601DateTime)

The date and time the flight task was started. ISO8601 date format.

survey_sentera_id (ID)

The ID of a survey that is the result of this flight task.

targeted_at (ISO8601DateTime)

The date and time by which the flight task was targeted to be performed, in ISO 8601 format.