Resolve an observation selection to a frozen Scope set

POST
/v1/scopes/selection/resolve

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scopes/selection/resolve" \  -H "Content-Type: application/json" \  -d '{    "selection": {      "mode": "all"    }  }'
{  "items": [    {      "scope_id": "string",      "title": "string",      "summary": "string",      "parent_scope_id": "string",      "context_references": [        "string"      ],      "external_references": [        {          "kind": "string",          "value": "string"        }      ],      "version": 1    }  ]}