Setting the review flag

Is there some kind of shortcut to set the Review flag when creating a log through the api?

Would be useful to set this flag no matter what language, or farmOS instance is used.

1 Like

@pat You should be able to set the flag attribute to ["review"] to add the “Needs review” flag via the API.

One way to approach it is to look at the API results to see what it should look like. Eg by going to [mydomain]/api/log/activity?filter[flag]=review

1 Like