Looking at the autogenerationoption resource, there is no search handler implemented meaning the endpoints are less likely to exist. But I’m asking here since there is a wider audience. If none, I think we can file a ticket in idgen module to add this.
All of a sudden I have a doubt as to what triggers a GET request to go through doGetAll(RequestContext) or doSearch(RequestContext) (see here in BaseDelegatingReadableResource.)
I actually don’t really understand why doGetAll(RequestContext) needs a request context… @dkayiwa?
I see here that AutoGenerationOptionResource only implements doGetAll(RequestContext).
This means that you may need to implement doSearch(RequestContext), with either or both of those parameters (so "identifierType" and "identifierSource") that could be provided as part of the request context. Example here in AttachmentResource.