Today, the API specification has support for Catalogs, Profiles, Component Definitions, and SSPs. Some of these have support for "deeper" routes (for example, /component-definitions/{componentDefinitionId}/parties/{partyId}) but other document types, we keep it a little more high-level (for now), such as the routes under /catalogs/. Adding support for additional document types at a similar level of granularity as a Catalog will at least provide basic support for creating, reading, updating, deleting, and listing these other documents.
Today, the API specification has support for Catalogs, Profiles, Component Definitions, and SSPs. Some of these have support for "deeper" routes (for example,
/component-definitions/{componentDefinitionId}/parties/{partyId}
) but other document types, we keep it a little more high-level (for now), such as the routes under/catalogs/
. Adding support for additional document types at a similar level of granularity as a Catalog will at least provide basic support for creating, reading, updating, deleting, and listing these other documents.