Zum Hauptinhalt springen
POST
/
crm
/
v3
/
objects
/
deals
/
splits
/
batch
/
read
関連付けられた取引分割オブジェクト内部IDで取引分割オブジェクトを一括で読み取ります
curl --request POST \
  --url https://api.hubapi.com/crm/v3/objects/deals/splits/batch/read \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": [
    {
      "id": "<string>"
    }
  ]
}'
{
  "completedAt": "2023-11-07T05:31:56Z",
  "requestedAt": "2023-11-07T05:31:56Z",
  "startedAt": "2023-11-07T05:31:56Z",
  "links": {},
  "results": [
    {
      "splits": [
        {
          "createdAt": "2023-11-07T05:31:56Z",
          "archived": false,
          "archivedAt": "2023-11-07T05:31:56Z",
          "propertiesWithHistory": "",
          "id": "",
          "properties": "",
          "updatedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "id": "<string>"
    }
  ],
  "status": "PENDING"
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -Enterprise
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール
この API には、次のいずれかのスコープが必要です。
crm.dealsplits.read_write

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
inputs
object[]
required

Response

successful operation

completedAt
string<date-time>
required
startedAt
string<date-time>
required
results
object[]
required
status
enum<string>
required
Verfügbare Optionen:
PENDING,
PROCESSING,
CANCELED,
COMPLETE
requestedAt
string<date-time>