Hi,
When you load a project through the API, it comes back with a customStatusId field (which is the API ID of the status. Is there an endpoint to translate this into what the status text actually is?
Thanks in advance.
Hi @Rico Celis, welcome to the Community 👋 If you are looking for the ID and name of your custom statuses, you can retrieve with a simple GET request to the /workflows endpoint via API. To do that, you can refer to our documentation here.
Please let me know if that helps!
Perfect! That is exactly what I needed.
Thank you!
You're more than welcome @Rico Celis 👍