Strise Connect API Docs
TypesObjects

EntityStatus

An entity's status in the team's entity status v2 catalog.

type EntityStatus {
  id: String!
  systemKind: EntityStatusSystemKind
  label: String!
}

Fields

id String! non-null scalar

String! The unique identifier of the status within the team's catalog.

systemKind EntityStatusSystemKind enum

EntityStatusSystemKind The system status this maps to, or null for a team-defined custom status.

label String! non-null scalar

String! The human-readable label of the status.

Member Of

Company object PrivatePerson object

On this page