You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there!
I am using Postman in order to fetch Trello Boards via Trello's SCIM API Groups' URL https://developer.atlassian.com/cloud/trello/scim/resources/#groups .
I am not facing any issues if I only filter on boards with following URL:
https://trello.com/scim/v2/groups?filter=meta.trelloType%20eq%20%22Board%22
However, the problem occurs when I want to filter on date and boards. According to the documentation, in order to filter on date one has to provide "filter" parameter as "meta.created gt "2022-01-01"" where the date is a string and the value for "filter" parameter has to be encoded. Thus, when filtering on boards and date, the encoded URL becomes:
And after I call the GET method of the above URL I get:
{'schemas': ['urn:ietf:params:scim:api:messages:2.0:Error'], 'status': '500', 'detail': "Something went wrong. I'm afraid that's all I can say right now."}
Just to point out, I've tested with both the date and timestamp.
Since I followed the documentation and the error is not descriptive, I am wondering if this is a bug or if I am doing something wrong.
Hey @Dusan Hrstic! I recommend raising this over in the Developer Community instead, you can do this at https://community.developer.atlassian.com/
The Trello section of this Community can be found at https://community.developer.atlassian.com/c/trello/42
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.