Portées requises
Cette API requiert l’une des portées suivantes :crm.schemas.invoices.write
crm.schemas.orders.write
crm.schemas.commercepayments.write
crm.objects.orders.write
crm.schemas.contacts.write
tickets
tickets.sensitive.v2
e-commerce
crm.schemas.appointments.write
crm.schemas.courses.write
crm.schemas.carts.write
tickets.highly_sensitive.v2
crm.schemas.services.write
crm.schemas.deals.write
crm.pipelines.orders.write
crm.objects.users.write
crm.schemas.companies.write
crm.schemas.subscriptions.write
crm.schemas.listings.write
crm.objects.carts.write
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Body
An input used to update some properties on a pipeline definition.
Que le pipeline soit archivé. Cette propriété ne doit être fournie que lors de la restauration d'un pipeline archivé. Si elle est fournie dans tout autre appel, la requête échouera et un « 400 Bad Request » sera renvoyé.
The order for displaying this pipeline. If two pipelines have a matching displayOrder
, they will be sorted alphabetically by label.
0
A unique label used to organize pipelines in HubSpot's UI
"My updated pipeline"
Response
successful operation
A pipeline definition.
The date the pipeline was created. The default pipelines will have createdAt = 0.
Si le pipeline est archivé.
false
The order for displaying this pipeline. If two pipelines have a matching displayOrder
, they will be sorted alphabetically by label.
0
Les étapes associées au pipeline. Elles peuvent être récupérées et mises à jour via les points de terminaison des étapes du pipeline.
"[{\"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"
La date de la dernière mise à jour du pipeline.
La date à laquelle le pipeline a été archivé. archivedAt
ne sera présent que si le pipeline est archivé.