How-Tos
Organisations
Find Data Providers via Public API
the public api is available for open ecosystems and should be used to retrieve information of all data providers and its data published in the directory, such as apis supported and server certification the information is in json format and contains all active data providers in the directory from this api, a more customized page was created to show the main details of data providers example of both pages https //data sandbox raidiam io/participants https //web sandbox raidiam io/participants goal you will be able to get information on all active data providers in the directory you will able to see a summarized page about the active data providers requirements be part of an open ecosystem step by step make a get request to the /participants changing the "web" part of the host to "data" it can also be accessed from browser from browser access the page https //{host}/participans to have an overview of the participants api/ui example \[ { "organisationid" "9c71e0d7 93b6 4697 a213 c8060fe7415f", "status" "active", "organisationname" "8ce98f27 755d 4998 9ef5 56678d2952b7", "createdon" "2022 03 04t11 14 48 669z", "legalentityname" "directory test harness", "countryofregistration" "uk", "companyregister" "directory test harness", "tag" \[ "test harness" ], "size" "50", "registrationnumber" "08001066", "registrationid" "12345678910", "registeredname" "string", "addressline1" "string", "addressline2" "string", "city" "london", "postcode" "bank", "country" "uk", "parentorganisationreference" null, "authorisationservers" \[ { "authorisationserverid" "c545ec9e 0e8b 4f40 b3c1 b04528885419", "autoregistrationsupported" true, "autoregistrationnotificationwebhook" null, "supportsciba" false, "supportsdcr" false, "supportsredirect" false, "customerfriendlydescription" "string", "customerfriendlylogouri" "https //raidiam com svg", "customerfriendlyname" "https //raidiam com", "developerportaluri" "https //raidiam com", "termsofserviceuri" "https //raidiam com", "notificationwebhookaddeddate" null, "openiddiscoverydocument" "https //raidiam com", "issuer" null, "payloadsigningcertlocationuri" "https //raidiam com", "createdat" 1646392492 000000000, "parentauthorisationserverid" null, "deprecateddate" null, "retirementdate" null, "supersededbyauthorisationserverid" null, "apiresources" \[ { "apiresourceid" "decc5484 b869 4da1 91fc 3e71289bf325", "apiversion" "0", "familycomplete" false, "apicertificationuri" "https //raidiam com", "certificationstatus" "awaiting certification", "certificationstartdate" null, "certificationexpirationdate" null, "apifamilytype" "admin", "apidiscoveryendpoints" \[ ] } ], "authorisationservercertifications" \[ ] } ], "orgdomainclaims" \[ { "authorisationdomainname" "gorgeous wooden gloves", "authorityname" "4f2b5a7a 02b4 4943 92c6 b9771379698c", "registrationid" "383", "status" "active" } ], "orgdomainroleclaims" \[ { "status" "active", "authorisationdomain" "gorgeous wooden gloves", "role" "directory test harness 10", "registrationid" "b19ae7db 9bab 4b46 abe3 1a654830f009", "authorisations" \[ { "status" "active", "memberstate" "uk" } ], "roletype" "federation", "exclusive" false, "metadata" \[ ] } ] } ] https //data sandbox raidiam io/participants https //data sandbox raidiam io/participants