サポートされる製品
サポートされる製品
必須スコープ
必須スコープ
crm.objects.carts.write
crm.objects.orders.write
crm.objects.users.write
crm.pipelines.orders.write
crm.schemas.appointments.write
crm.schemas.carts.write
crm.schemas.commercepayments.write
crm.schemas.companies.write
crm.schemas.contacts.write
crm.schemas.courses.write
crm.schemas.deals.write
crm.schemas.invoices.write
crm.schemas.listings.write
crm.schemas.orders.write
crm.schemas.services.write
crm.schemas.subscriptions.write
e-commerce
tickets
tickets.highly_sensitive.v2
tickets.sensitive.v2
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
An input used to create or replace a pipeline's definition.
このパイプラインを表示する順序。2つのパイプラインの「displayOrder」が同じ場合、ラベルのアルファベット順に並べ替えられます。
0
新規パイプランまたは代替パイプラインの作成に使用されるパイプラインステージの入力。
"[{\"label\":\"In Progress\",\"metadata\":{\"ticketState\":\"OPEN\"},\"displayOrder\":0},{\"label\":\"Done\",\"metadata\":{\"ticketState\":\"CLOSED\"},\"displayOrder\":1}]"
HubSpotのUIでパイプラインを整理するために使用される固有ラベル
"My replaced pipeline"
Response
successful operation
A pipeline definition.
The date the pipeline was created. The default pipelines will have createdAt = 0.
"2019-10-30T03:30:17.883+00:00"
パイプラインがアーカイブされているかどうか。
false
The order for displaying this pipeline. If two pipelines have a matching displayOrder
, they will be sorted alphabetically by label.
0
パイプラインに関連付けられたステージ。これは、パイプライン ステージ エンドポイントで取得して更新できます。
"[{\"id\":\"1234912\",\"label\":\"In Progress\",\"archived\":false,\"metadata\":{\"ticketState\":\"OPEN\"},\"createdAt\":\"2019-10-30T03:30:17.883Z\",\"updatedAt\":\"2019-12-07T16:50:06.678Z\",\"displayOrder\":0},{\"id\":\"1234914\",\"label\":\"Done\",\"archived\":false,\"metadata\":{\"ticketState\":\"CLOSED\"},\"createdAt\":\"2019-10-30T03:30:17.883Z\",\"updatedAt\":\"2019-12-07T16:50:06.678Z\",\"displayOrder\":0}]"
A unique label used to organize pipelines in HubSpot's UI
"My ticket pipeline"
A unique identifier generated by HubSpot that can be used to retrieve and update the pipeline.
"812723471"
パイプラインが最後に更新された日付。
"2019-12-07T16:50:06.678+00:00"
パイプラインがアーカイブされた日付。「archivedAt」はパイプラインがアーカイブされている場合にのみ存在します。