You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a search in the API tab, there is an option to copy the results as a CSV. However, the data copied is incomplete, as it only includes the state, name & entityID of the search results. In contrast, the "Copy to JSON" option provides the complete data.
Example
Perform a search for saml20_idp entities using the query coin:institution_guid ".*".
In the search results, click 'Copy As CSV'.
The copied data is incomplete and includes only the following fields: state, name, and entity_id.
When performing a search in the API tab, there is an option to copy the results as a CSV. However, the data copied is incomplete, as it only includes the state, name & entityID of the search results. In contrast, the "Copy to JSON" option provides the complete data.
Example
Result as copied:
state,name,entity_id
prodaccepted,Salta Group (Employees),https://sts.windows.net/de1fb6ee-54ae-40a2-8c2a-0cfdee0c7a03/
prodaccepted,Rijn IJssel,https://sts.windows.net/91eab56a-a91b-4c88-a4fb-eba5c3b4ebfd/
prodaccepted,EGI Foundation,https://sso.egi.eu/edugainidp/shibboleth
JSON is Complete
The JSON result is complete and gives:
[
{
"_id": "015a5820-74ae-43a4-bd3f-9718bd05f6d8",
"version": 8,
"type": "saml20_idp",
"data": {
"state": "prodaccepted",
"metaDataFields": {
"OrganizationName:en": "NCOI Opleidingsgroep",
"name:en": "Salta Group (Employees)",
"coin:institution_guid": "c7dd6ecc-0d11-e511-80d0-005056956c1a",
"name:nl": "Salta Group (Medewerkers)",
"OrganizationName:nl": "NCOI Opleidingsgroep"
},
"entityid": "https://sts.windows.net/de1fb6ee-54ae-40a2-8c2a-0cfdee0c7a03/"
}
},
[ETC]
The text was updated successfully, but these errors were encountered: