How-Tos
Organisations
Get Information on All Organisations
if you want to read more about organisations please take a look organisations docid\ sproag20ez4b y2pel7wz goal you will be able to retrieve information of all organisations using the protected apis requirements have a valid acess token see how to get one how to get an access token docid\ psoqdln1ie6dtn12rzn3r have a registered software statement see how to create one data receiver docid\ wqup7q4hedkp6j2fm4o3r step by step for illustrative purposes, postman will be used on this guide in postman, create a new request add a get request with https //matls auth sandbox raidiam io/organisations https //matls auth sandbox raidiam io/organisations click on "authorisation" and select the "bearer token" as the authorisation type in the "token" field add the obtained access token click on "send" all organisations from the ecosystem will be returned on the response example request curl \\ x get https //{host}/organisations \\ h "authorization bearer {access token}"200 \# headers x fapi interaction id 73cac523 d3ae 2289 b106 330a6218710d \# payload { "content" \[ { "addressline1" "string", "addressline2" "string", "city" "string", "companyregister" "string", "country" "string", "countryofregistration" "string", "createdon" "string", "legalentityname" "string", "logouri" "https //example com", "organisationid" "string", "organisationname" "string", "parentorganisationreference" "string", "postcode" "string", "registeredname" "string", "registrationid" "string", "registrationnumber" "string", "requiresparticipanttermsandconditionssigning" true, "size" "string", "status" "active", "tags" \[ "string" ] } ], "empty" true, "numberofelements" 42, "offset" 42, "pagenumber" 42, "pageable" { "number" 42, "offset" 42, "size" 42, "sort" { "orderby" \[ { "ascending" true, "direction" "asc", "ignorecase" true, "property" "createdat" } ], "sorted" true }, "sorted" true, "unpaged" true }, "size" 42, "totalpages" 42, "totalsize" 42 } hands on for illustrative purposes we will be using postman