LiquidPlanner Classic Forum
Update Custom Field Values via API
*Posted on behalf of Noah Locke. Original posting date 2016-05-24.*
Hello,
I'd like to create a new custom field called "GitHub Repo" and then be able to push updates to that field via the API from GitHub Webhooks.
I know I can update a field's value on a task, but what if I want to update the list of values available? I haven't found a method for doing this...
Posted by LiquidPlanner Support almost 5 years ago
Can you filter on a custom field value through the API?
*Posted on behalf of a customer. Original posting date 2014-08-20.*
Using the LP API is it possible to filter using a custom field value? That is, I want my API call to return all of the projects which have a particular custom field value set.
Something like this:
```
https://app.liquidplanner.com/api/workspaces/#####/projects?filter[]=custom_field_values contains MP_Type
```
I imagine the answer is "no", based on the API documentation, but I thought I'd ask anyway.
Posted by LiquidPlanner Support about 5 years ago
Filter by custom field
*Posted on behalf of Ed. Original posting date 2013-03-22.*
I need to filter items by custom field. Can I do that? How?
Posted by LiquidPlanner Support about 5 years ago