Sharing Group Blueprints

View a sharing group blueprint

get/sharing_group_blueprints/view/{sharingGroupBlueprintId}

Path parameters

OR
string uuid required
Example:1

UUID or numeric ID of the sharing group blueprint

Response

Sharing group blueprint response

Example response

{
  "SharingGroupBlueprint": {
    "id": "1",
    "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
    "timestamp": "1617875568",
    "user_id": "12345",
    "org_id": "12345",
    "sharing_group_id": "1",
    "rules": "{\"AND\":{\"OR\":{\"org_id\":[1,2],\"org_uuid\":[\"3e0d3fc7-972a-4788-9161-cc250df116f9\",\"26f07156-948c-4b7f-ac2c-921e29a319b4\"],\"org_name\":\"Example name\",\"org_sector\":\"Example sector\",\"org_type\":\"Example Type\",\"sharing_group_id\":5,\"sharing_group_uuid\":\"bc8cd878-c22e-400b-892a-e204d5f1d4bd\",\"org_nationality\":[\"Example nationality 1\",\"Example nationality 2\"]},\"NOT\":{\"org_nationality\":[\"Example nationality a\",\"Example nationality b\"]}}}"
  }
}

Changes

Changed in 5 of the 50 revisions of this API.513

  • 0a9c9382121a311See the full diff
    • the SharingGroupBlueprint/sharing_group_id response property's maxLength was unset from 10 for the response status 200

      response-property-max-length-unset

    • added SharingGroupIntId SharingGroupUuidId to the SharingGroupBlueprint/sharing_group_id response property oneOf list for the response status 200

      response-property-one-of-added

    • the SharingGroupBlueprint/sharing_group_id response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • for the path request parameter sharingGroupBlueprintId, the type/format of property oneOf[SharingGroupId]/ was changed from string/ to /

      request-parameter-property-type-changed

    • the SharingGroupBlueprint/sharing_group_id response's property pattern ^\d+$|^$ was removed for the status 200

      response-property-pattern-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog