Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.92 KB

getv2threadsrequest.md

File metadata and controls

27 lines (22 loc) · 1.92 KB

GetV2ThreadsRequest

Example Usage

import { GetV2ThreadsRequest } from "attio-js/models/operations/getv2threads.js";

let value: GetV2ThreadsRequest = {
  recordId: "891dcbfc-9141-415d-9b2a-2238a6cc012d",
  object: "people",
  entryId: "2e6e29ea-c4e0-4f44-842d-78a891f8c156",
  list: "33ebdbe9-e529-47c9-b894-0ba25e9c15c0",
  limit: 10,
  offset: 5,
};

Fields

Field Type Required Description Example
recordId string N/A 891dcbfc-9141-415d-9b2a-2238a6cc012d
object string N/A people
entryId string N/A 2e6e29ea-c4e0-4f44-842d-78a891f8c156
list string N/A 33ebdbe9-e529-47c9-b894-0ba25e9c15c0
limit number N/A 10
offset number N/A 5