You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /tasks/find endpoint returns a 500 "Internal Server Error" when the onlyEnabled param is explicitly set to true, or not set at all (the default is true)
{"status":"KO","message":"ERROR: column \"enabled\" does not exist\n Position: 265"}
Related question: Does the parentId param accept multiple ids? I'm looking if theres a way to fetch all the tasks for multiple challenges in a single request?
The text was updated successfully, but these errors were encountered:
The
/tasks/find
endpoint returns a 500 "Internal Server Error" when theonlyEnabled
param is explicitly set totrue
, or not set at all (the default is true)https://maproulette.org/api/v2/tasks/find?parentId=13527&limit=10&page=0&onlyEnabled=true
Related question: Does the
parentId
param accept multiple ids? I'm looking if theres a way to fetch all the tasks for multiple challenges in a single request?The text was updated successfully, but these errors were encountered: