Added

ControlMap: Added Framework Objective Summary, Search, and Detail Endpoints

Summary

Adds a new Frameworks objective surface area in ControlMap, including partner-level and client-level objective summaries, objective search, and objective detail retrieval.


Changes

ControlMap

  • Endpoint: GET /controlmap/v1/clients/frameworks/objectives/summary

    • Type: addition
    • Notes: Adds a partner-level objective overview endpoint that returns paginated objective summaries across clients.
  • Endpoint: GET /controlmap/v1/clients/{client_id}/frameworks/objectives/summary

    • Type: addition
    • Notes: Adds a client-level objective summary endpoint for returning framework stats and objective summary counts for a single client.
  • Endpoint: POST /controlmap/v1/clients/{client_id}/frameworks/{framework_id}/objectives/search

    • Type: addition
    • Notes: Adds an objective search endpoint scoped to a specific client and framework, with filtering, sorting, and cursor-based pagination.
  • Endpoint: GET /controlmap/v1/clients/{client_id}/frameworks/{framework_id}/objectives/{objective_id}

    • Type: addition
    • Notes: Adds an objective detail endpoint for retrieving a single objective within a client/framework context.

Dates

  • Effective: [2026-04-23]