Query Parameters - Listar etapas de funil

🤓

Fica ligado!

Esse endpoint possui o recurso "show".
Com ele é possível trazer o número de itens na página de resultados.

/stages?show=123

Possui também o recurso "page".

/stages?page=123

Possui também o recurso "filter".
Com ele é possível utilizar atributos do objeto como parâmetros para refinar a busca.

/stages?id=123
/stages?hash=123
/stages?pipeline_id=123
/stages?name=etapa
/stages?description=descricao
/stages?allow_create_deal=true
/stages?allow_win_deal=true

Possui também o recurso "with".
Com ele é possível trazer objetos relacionados ao registro que está sendo buscado.

/stages?with=pipeline
/stages?with=triggers
/stages?with=deals
/stages?with=total_value
/stages?with=total_value_mrr
/stages?with=probability
/stages?with=total_deals