View a sharing group blueprint
Path parameters
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
- ▲
the
SharingGroupBlueprint/sharing_group_idresponse property's maxLength was unset from10for the response status200response-property-max-length-unset
- ▲
added
SharingGroupIntIdSharingGroupUuidIdto theSharingGroupBlueprint/sharing_group_idresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
SharingGroupBlueprint/sharing_group_idresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ●
for the
pathrequest parametersharingGroupBlueprintId, the type/format of propertyoneOf[SharingGroupId]/was changed fromstring/to/request-parameter-property-type-changed
- ○
the
SharingGroupBlueprint/sharing_group_idresponse's property pattern^\d+$|^$was removed for the status200response-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
- ▲