We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We would like to retrieve from the API a list of personal information contract addresses set for tokens issued by a specific issuer.
We would like to add a new return field to GET: /Companies/{eth_address} that returns a list of personal info contract addresses.
GET: /Companies/{eth_address}
The text was updated successfully, but these errors were encountered:
Merge pull request #1563 from BoostryJP/feature/#1524
d5256c9
Return the personal info address set for the specified issuer's token
YoshihitoAso
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
We would like to retrieve from the API a list of personal information contract addresses set for tokens issued by a specific issuer.
Describe the solution you'd like
We would like to add a new return field to
GET: /Companies/{eth_address}
that returns a list of personal info contract addresses.The text was updated successfully, but these errors were encountered: