LiquidPlanner Classic Forum

Ask a Question
Back to All

Custom Fields pulling with projects query

Posted on behalf of Jacob Raccuia. Original post date 2014-04-21

I ran this simple get request and it pulled all of the projects $this->get("/workspaces/{$this->workspace_id}/projects");

The list also included custom field values. an hour later I went to echo them in the code, and all of a sudden the URL get request isn't pulling them anymore.

Where did they go? Is this on my end or an LP thing, or do I need to pull them in a separate query?