Phase


A phase is a step of a specific process, or pipe. The cards move laterally through your pipe’s phases using one of the action buttons or by dragging and dropping the card to the phase you’d like it to be.

A phase, just like the form is made of fields you can reorder and edit to better suit your process’ needs.

Object most used fields

View all object's fields

field : objectdescription
cards_count: IntThe phase total cards
done: BooleanWhether it is a final phase
fields: [PhaseField]Information about the fields
id: IDThe phase ID

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

Boolean

Represents `true` or `false` values.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.