APPS_V2

Get Summary Endpoint

Return a single summary's descriptor.

Resolved via visible_summary — the SAME platform-visibility (and feature-flag) gate POST /summaries/{name}/query uses — so a summary registered for another platform 404s (SUMMARY_NOT_FOUND), and a flag-gated summary with its flag off 404s (FEATURE_NOT_ENABLED), rather than either confirming its existence to a caller who should not see it.

get/api/v2/summaries/{name}

Path parameters

namestring required

Headers

x-tenantstring required
x-user-group-idstring nullable
x-timezonestring nullable

Response

Successful Response

namestring required
labelstring required
platformstring required
datasetstring required
partsstring[] required

Changes