v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Sharing Group Blueprints

View a sharing group blueprint's organisation filter result

View the list of organisations that would become part of the sharing group, on execution of the blueprint. This allows you to check the results of the currently set filters in a blueprint.

get/sharing_group_blueprints/viewOrgs/{sharingGroupBlueprintId}

Path parameters

OR
string uuid required
Example:1

UUID or numeric ID of the sharing group blueprint

Response

Sharing group blueprint viewOrgs response

Example response

[
  {
    "Organisation": {
      "id": "12345",
      "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "name": "Axiom",
      "sector": "Esports",
      "type": "Commercial",
      "nationality": "South Korea"
    }
  }
]