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
We are trying to list active jobs from our Freshteam account in our website. We have followed the instructions and are able to fetch jobs, but they are jobs which are in Trash..
If you see the API documentation, and specifically query parameters for the job listing, you see status - can be one of draft, published, internal, private, on_hold, closed. There is nodeleted query parameter - to filter by deleted != true
We raised a Support ticket with Freshteam #124126 12 days back. They said today
It is developed by the marketplace team. In this SDK there is no delete query param itself. So we request you to raise a support ticket in the developer community so that it will be handled by them. Or you can raise an issue in the GitHub repo:
Can we please add this? Here is the failing code snippet - pretty much from the documentation.
We are trying to list active jobs from our Freshteam account in our website. We have followed the instructions and are able to fetch jobs, but they are jobs which are in
Trash.
.If you see the API documentation, and specifically query parameters for the job listing, you see
status
- can be one ofdraft, published, internal, private, on_hold, closed
. There is nodeleted
query parameter - to filter bydeleted != true
We raised a Support ticket with Freshteam #124126 12 days back. They said today
Can we please add this? Here is the failing code snippet - pretty much from the documentation.
output.txt
The text was updated successfully, but these errors were encountered: