Zum Hauptinhalt springen
POST
/
crm
/
v3
/
objects
/
deals
/
splits
/
batch
/
read
Einen Batch an Dealaufteilungsobjekten anhand der zugeordneten internen Dealobjekt-ID lesen
curl --request POST \
  --url https://api.hubapi.com/crm/v3/objects/deals/splits/batch/read \
  --header 'Content-Type: application/json' \
  --header 'private-app: <api-key>' \
  --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": true,
          "archivedAt": "2023-11-07T05:31:56Z",
          "propertiesWithHistory": {},
          "id": "<string>",
          "properties": {},
          "updatedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "id": "<string>"
    }
  ],
  "status": "PENDING"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Enterprise
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos
Diese API erfordert einen der folgenden Bereiche:
crm.dealsplits.read_write

Authorizations

private-app
string
header
required

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>