Strise Connect API Docs
TypesObjects

FormStatus

No description

type FormStatus {
  id: String!
  documentId: ID!
  status: DocumentStatus!
  entityId: String!
  entityKind: EntityKind!
  documentName: String!
  orderedAt: DateTime!
  deliveredAt: DateTime
}

Fields

id String! non-null scalar

String!

documentId ID! non-null scalar

ID! The id of the Document this form order produces. Matches the id field on the corresponding privatePerson.documents[] / company.documents[] entry, so a single listFormStatuses call is enough to correlate form orders to their documents without a second query.

status DocumentStatus! non-null enum

DocumentStatus! The status of the form order.

entityId String! non-null scalar

String!

entityKind EntityKind! non-null enum

EntityKind! The kind of entity the form was sent to.

documentName String! non-null scalar

String!

orderedAt DateTime! non-null scalar

DateTime! When the form was ordered.

deliveredAt DateTime scalar

DateTime When the form was delivered, if applicable.

Member Of

FormStatusConnectionEdge object

On this page