Skip to content
New issue

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

APIM Governance REST API GET response json has two "type" parameters #893

Open
uthaiyashankar opened this issue Apr 1, 2019 · 0 comments

Comments

@uthaiyashankar
Copy link
Member

Steps to reproduce.

  1. Creating a policy using rest api.
  2. Get the created policy using GET request.
  3. You will get a response like below.
{
"assets": [
{
"name": "Blue Cross of Minnesota2",
"id": "b8a7c27a-cda5-4fec-89ed-910d3a51276b",
*"type": "partner",
*"notes_notes": "Note2",
"status": "New",
"contract": "BAA",
"description": "BCBSMN",
*"type": "partners",
*"axwayAccounts": [

{ "accountname": "BCBSMNPO_MFT", "loginname": "BCBSMNPO_MFT", "status": "New", "axwayid": "ID4798" }
,

{ "accountname": "BCBSMNPO_MFT", "loginname": "BCBSMNPO_MFT", "status": "New", "axwayid": "ID32324" }
],
"self-link": "https://localhost:9443/governance/partners/b8a7c27a-cda5-4fec-89ed-910d3a51276b",
"content-link": "https://localhost:9443/governance/partners/b8a7c27a-cda5-4fec-89ed-910d3a51276b/content"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant