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
| Nom | Type | Description |
|---|---|---|
| appointementDatetime | DateTime scalar | — |
| cancelComment | String scalar | — |
| canceledAt | String scalar | — |
| comment | String scalar | — |
| completedAt | DateTime scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| document | RenderedDocument union | — |
| draftJson | Json scalar | — |
| draftVersion | Int scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID! non-null scalar | Unique identifier of the entity |
| insertedAt | DateTime scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| rentalFolder | RentalFolder object | — |
| rentalFolderId | UUID scalar | — |
| representative | Representative object | — |
| representativeId | UUID scalar | — |
| signatures | [Signature!]! non-null object | — |
| state | StateTypes enum | — |
| type | InspectionTypes enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity cancelInspection createInspection deleteInspection inspection saveDraftInspection signInspection PaginatedInspections RentalFolder |