search
Fetch
Load the record behind one typed id returned by GET /v1/search.
Whatever kind the id names, the response has the same shape: a readable rendering plus every field that kind's detail read returns, so a client can follow a search result without branching per endpoint. The read scope of the named kind is required.
get/v1/fetch
Query parameters
idstring required
Typed id returned by GET /v1/search, in the form <type>:<uuid>.
Typed id returned by GET /v1/search, in the form <type>:<uuid>.
Response
Successful Response
Changes
Changed in 1 of the 12 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○