Options are missing from Dealstage

I have a problem, with the usage of Deals properties API
I am using it to get dealstages for Deals, and the API returns me the property WITHOUT the options. I already had a similar issue with Calls…

Hey, @jomasjoao :waving_hand: The short answer is — it’s possible to have different pipelines each with their own stages. That’s why this returns an empty array. Working correctly, but maybe not like we expect.

Here’s the the endpoint you’ll need:

/crm/v3/pipelines/{objectType}/{pipelineId}/stages

From this documentation — Pipelines API

Have fun building! — Jaycee

Nice, that’s what I need it.
Since we are at it, there’s a Endpoint to retrieve Teams?

Checkout the User Provisioning endpoints :eyes: There are options for getting Team and Role info for a portal.

Have fun! — Jaycee