Array of multiple Record objects

  • Type: array object[] · Array of multiple Record objects
    • spaceId
      Type: integer
      required

      ID of the space this record belongs to.

    • statusSystemId
      Type: integer
      required

      ID of the system-level status (pipeline stage) this record belongs to; must be valid for the module.

    • boostId
      Type: string
      read-only

      Globally unique cross-system identifier for this record (used for integrations and deduplication).

    • created
      Type: string Format: date-time
      read-only

      Creation timestamp

    • createdUserId
      Type: integer
      read-only

      ID of user who created this record

    • customFieldsValues
      Type: array object[] · FieldValue[]

      Values for all custom fields defined in the module, keyed by field definition.

      A single custom field value attached to a record. The field is identified either by customFieldInputId, or by customFieldInputName + module. Values of computed fields (inputType calculation and rollup) are read-only: a calculation value is evaluated at read time from the field's inputCalculation formula and never stored, a rollup value is recomputed automatically from related records; writes to either are ignored.

    • featuredImageId
      Type: integer

      ID of the File used as the default image for this record.

    • files
      Type: array integer[]
      read-only

      IDs of files attached to this record.

    • id
      Type: integer
      read-only

      Unique identifier - primary key

    • labels
      Type: array integer[]

      IDs of labels assigned to this record.

    • statusId
      Type: integer

      ID of the user-defined sub-status within the system status.