Discussions

Ask a Question
Back to All

Retrive Confidential Applications

I'm writing a script to trigger a workflow in another system based on a candidate being hired. I need to get some information from a candidates application to feed into this other system.

However, the fetch application API doesn't appear to return confidential applications, it simply gives a 404 not found response in this situation.

I see that there is an API called List Applications, which has filter parameters which allow confidential applications to be included. However, my use case only requires me to retrieve a specific application using an application id which I get from the web hook trigger. Getting multiple records goes beyond what I need, and is a bit overkill.

Can a new filter parameter be added to list applications so I can filter on a specific application id? This means my script is only taking information the necessary information out of Pinpoint. If this suggestion is not suitable, what would be the best approach to retrieve a single application (regardless of it being external, internal, or confidential)?