Axonaut - Search Company - can't seach by id ?
Status: Closed · Asked by NPSource-dev on · 0 views
Hi,
I wonder why does the Search Company action allow to search by Company Internal Id, but not by Company Id.
As seen in the following JSON sample, id and internal_id are two different data.

My companies all automatically get an id when created, but none of them have an internal_id.
On Search Employee action's response, I get a Company's id, not internal_id (that is null anyway). So I need to be able to Search said Company by its id.
Can you please add this possibility in the Axonaut : Search Company action ?
Regards
After checking Axonaut's API reference, we couldn't find any option to search the details on the basis of ID.

You may also check the same on their API documentation.
What about this endpoint ?

We have added the "Axonaut: Get Company by ID" action step as per your concern, please give it a try and let us know if that works for you.

It works fine, thank you.