Type Alias GetRequest

GetRequest: { accountId: Id; ids?: Id[] | null; properties?: string[] | null }

Type declaration

  • accountId: Id
  • Optionalids?: Id[] | null

    If null, then all records of the data type are returned, if this is supported for that data type and the number of records does not exceed the "maxObjectsInGet" limit.

  • Optionalproperties?: string[] | null

    If null, return all props