Skip to main content

Inspection

No description

type Inspection {
appointementDatetime: DateTime
cancelComment: String
canceledAt: String
comment: String
completedAt: DateTime
createdDate: DateTime!
document: RenderedDocument
draftJson: Json
draftVersion: Int
foreignId: String
id: UUID!
insertedAt: DateTime
organizationId: UUID!
reference: String
rentalFolder: RentalFolder
rentalFolderId: UUID
representative: Representative
representativeId: UUID
signatures: [Signature!]!
state: StateTypes
type: InspectionTypes
updatedDate: DateTime!
}

Fields

NomTypeDescription
appointementDatetimeDateTime scalar
cancelCommentString scalar
canceledAtString scalar
commentString scalar
completedAtDateTime scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
documentRenderedDocument union
draftJsonJson scalar
draftVersionInt scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID! non-null scalarUnique identifier of the entity
insertedAtDateTime scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
rentalFolderRentalFolder object
rentalFolderIdUUID scalar
representativeRepresentative object
representativeIdUUID scalar
signatures[Signature!]! non-null object
stateStateTypes enum
typeInspectionTypes enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity cancelInspection createInspection deleteInspection inspection saveDraftInspection signInspection PaginatedInspections RentalFolder