API → UI component mappings · 90,813 documents
| ID | Document | Source |
|---|---|---|
| bindings__2502b65cd060cc6d_52 | METHOD:POST PATH:/{username}/feeds Create a new Feed INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__ca068cb163c497b1_53 | METHOD:DELETE PATH:/{username}/feeds/{feed_key} Delete an existing Feed INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__3ac3a259ad25c8a5_54 | METHOD:PATCH PATH:/{username}/feeds/{feed_key} Update properties of an existing Feed INTENT:USER_UPDATE Profile settings form with save button REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__69dc29709e24d5a9_55 | METHOD:PUT PATH:/{username}/feeds/{feed_key} Replace an existing Feed INTENT:USER_UPDATE Profile settings form with save button REST_UPDATE_SINGLE | openapi_spec |
| bindings__5a0982dda7f936f4_56 | METHOD:POST PATH:/{username}/feeds/{feed_key}/data Create new Data INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__d0ca0a2fcf353762_57 | METHOD:POST PATH:/{username}/feeds/{feed_key}/data/batch Create multiple new Data records INTENT:FILE_SELECTION Multi-select Feeds grid with checkbox state REST_CREATE_NESTED | openapi_spec |
| bindings__155b487100d32f8b_58 | METHOD:DELETE PATH:/{username}/feeds/{feed_key}/data/{id} Delete existing Data INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__1cd8a42196d96feb_59 | METHOD:PATCH PATH:/{username}/feeds/{feed_key}/data/{id} Update properties of existing Data INTENT:USER_UPDATE Profile settings form with save button REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__1a16e763db8b8347_60 | METHOD:PUT PATH:/{username}/feeds/{feed_key}/data/{id} Replace existing Data INTENT:USER_UPDATE Profile settings form with save button REST_UPDATE_SINGLE | openapi_spec |
| bindings__817c7000bfad591b_61 | METHOD:POST PATH:/{username}/groups Create a new Group INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__58e30fc3230beb73_62 | METHOD:DELETE PATH:/{username}/groups/{group_key} Delete an existing Group INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__429badba338ac607_63 | METHOD:PATCH PATH:/{username}/groups/{group_key} Update properties of an existing Group INTENT:USER_UPDATE Profile settings form with save button REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__671be1e32a962b51_64 | METHOD:PUT PATH:/{username}/groups/{group_key} Replace an existing Group INTENT:USER_UPDATE Profile settings form with save button REST_UPDATE_SINGLE | openapi_spec |
| bindings__b4cf8fa54866317e_65 | METHOD:POST PATH:/{username}/groups/{group_key}/add Add an existing Feed to a Group INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__adda22a9bcabf82f_66 | METHOD:POST PATH:/{username}/groups/{group_key}/data Create new data for multiple feeds in a group INTENT:FILE_SELECTION Multi-select Groups grid with checkbox state REST_CREATE_SINGLE | openapi_spec |
| bindings__d90358ff68d3fb11_67 | METHOD:POST PATH:/{username}/groups/{group_key}/feeds Create a new Feed in a Group INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__5a38cf77070ab372_68 | METHOD:POST PATH:/{username}/groups/{group_key}/feeds/{feed_key}/data Create new Data in a feed belonging to a particular group INTENT:USER_CREATION Registration form with user details… | openapi_spec |
| bindings__b445e3caa6861ffc_69 | METHOD:POST PATH:/{username}/groups/{group_key}/feeds/{feed_key}/data/batch Create multiple new Data records in a feed belonging to a particular group INTENT:FILE_SELECTION Multi-select Groups grid… | openapi_spec |
| bindings__0cb17002c58ee588_70 | METHOD:POST PATH:/{username}/groups/{group_key}/remove Remove a Feed from a Group INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__27ee7348b69429c7_71 | METHOD:POST PATH:/{username}/tokens Create a new Token INTENT:AUTHENTICATION Login form with credential fields REST_CREATE_SINGLE | openapi_spec |
| bindings__06ca70d00415f642_72 | METHOD:DELETE PATH:/{username}/tokens/{id} Delete an existing Token INTENT:AUTHENTICATION Login form with credential fields REST_DELETE_SINGLE | openapi_spec |
| bindings__84a399e4c604398d_73 | METHOD:PATCH PATH:/{username}/tokens/{id} Update properties of an existing Token INTENT:AUTHENTICATION Login form with credential fields REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__533d6889dfbd2458_74 | METHOD:PUT PATH:/{username}/tokens/{id} Replace an existing Token INTENT:AUTHENTICATION Login form with credential fields REST_UPDATE_SINGLE | openapi_spec |
| bindings__b79ac639c9c489cf_75 | METHOD:POST PATH:/{username}/triggers Create a new Trigger INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__1fb364d927161aa7_76 | METHOD:DELETE PATH:/{username}/triggers/{id} Delete an existing Trigger INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__109fffcaaeb0d289_77 | METHOD:PATCH PATH:/{username}/triggers/{id} Update properties of an existing Trigger INTENT:USER_UPDATE Profile settings form with save button REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__4aa6a3fb8843c5a1_78 | METHOD:PUT PATH:/{username}/triggers/{id} Replace an existing Trigger INTENT:USER_UPDATE Profile settings form with save button REST_UPDATE_SINGLE | openapi_spec |
| bindings__3507bb64e0ed8792_79 | METHOD:POST PATH:/{username}/{type}/{type_id}/acl Create a new Permission INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__273f28b54f7ed684_80 | METHOD:DELETE PATH:/{username}/{type}/{type_id}/acl/{id} Delete an existing Permission INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__dbd0c439e3b7426c_81 | METHOD:PATCH PATH:/{username}/{type}/{type_id}/acl/{id} Update properties of an existing Permission INTENT:USER_UPDATE Profile settings form with save button REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__1391b56f2d8d0c54_82 | METHOD:PUT PATH:/{username}/{type}/{type_id}/acl/{id} Replace an existing Permission INTENT:USER_UPDATE Profile settings form with save button REST_UPDATE_SINGLE | openapi_spec |
| bindings__54df52aff2560c89_83 | METHOD:POST PATH:/.cqactions.html No description authorizableId changelog INTENT:RESOURCE_CREATION Create .Cqactions.Html form with validation REST_CREATE_COLLECTION | openapi_spec |
| bindings__8169f24522c4e035_84 | METHOD:POST PATH:/apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config No description keyStorePassword keyStorePassword@TypeHint service.ranking service.ranking@TypeHint… | openapi_spec |
| bindings__8be5d26818ed6901_85 | METHOD:POST PATH:/apps/system/config/com.shinesolutions.aem.passwordreset.Activator No description pwdreset.authorizables pwdreset.authorizables@TypeHint INTENT:AUTHENTICATION Login form with… | openapi_spec |
| bindings__f5f6ecd71157bf0a_86 | METHOD:POST PATH:/apps/system/config/com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck No description bundles.ignored bundles.ignored@TypeHint INTENT:RESOURCE_CREATION Create Apps form… | openapi_spec |
| bindings__7c6ea12c685ff5b4_87 | METHOD:POST PATH:/apps/system/config/org.apache.felix.http No description org.apache.felix.https.nio org.apache.felix.https.nio@TypeHint org.apache.felix.https.keystore… | openapi_spec |
| bindings__758dfa3cc335ecea_88 | METHOD:POST PATH:/apps/system/config/org.apache.http.proxyconfigurator.config No description proxy.host proxy.host@TypeHint proxy.port proxy.port@TypeHint proxy.exceptions proxy.exceptions@TypeHint… | openapi_spec |
| bindings__4fa51bb264f5eba4_89 | METHOD:POST PATH:/apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet No description alias alias@TypeHint dav.create-absolute-uri dav.create-absolute-uri@TypeHint… | openapi_spec |
| bindings__a6d6fe73546c036b_90 | METHOD:POST PATH:/apps/system/config/org.apache.sling.security.impl.ReferrerFilter No description allow.empty allow.empty@TypeHint allow.hosts allow.hosts@TypeHint allow.hosts.regexp… | openapi_spec |
| bindings__9ce1d8171f528ef3_91 | METHOD:POST PATH:/apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet No description json.maximumresults json.maximumresults@TypeHint enable.html enable.html@TypeHint enable.txt… | openapi_spec |
| bindings__28266dbeaceea1b1_92 | METHOD:POST PATH:/apps/system/config/{configNodeName} No description configNodeName INTENT:RESOURCE_CREATION Create Apps form with validation REST_CREATE_NESTED | openapi_spec |
| bindings__bdaae3d61887179a_93 | METHOD:POST PATH:/bin/querybuilder.json No description path p.limit 1_property 1_property.value INTENT:SEARCH_QUERY Search bar with filters and results list REST_CREATE_COLLECTION | openapi_spec |
| bindings__652e614fc8a51cf2_94 | METHOD:POST PATH:/crx/explorer/ui/setpassword.jsp No description old plain verify INTENT:AUTHENTICATION Login form with credential fields REST_CREATE_NESTED | openapi_spec |
| bindings__ecbb6d73d390c575_95 | METHOD:POST PATH:/crx/packmgr/service.jsp No description cmd INTENT:RESOURCE_CREATION Create Crx form with validation REST_CREATE_NESTED | openapi_spec |
| bindings__55aeebe4fb981ae9_96 | METHOD:POST PATH:/crx/packmgr/service/.json/{path} No description path cmd groupName packageName packageVersion _charset_ force recursive INTENT:RESOURCE_CREATION Create Crx form with validation… | openapi_spec |
| bindings__053007fc6bbe7d97_97 | METHOD:POST PATH:/crx/packmgr/update.jsp No description groupName packageName version path filter _charset_ INTENT:RESOURCE_CREATION Create Crx form with validation REST_CREATE_NESTED | openapi_spec |
| bindings__1566427f62f9284c_98 | METHOD:DELETE PATH:/etc/replication/agents.{runmode}/{name} No description runmode name INTENT:RESOURCE_DELETION Delete Etc button with confirmation REST_DELETE_NESTED | openapi_spec |
| bindings__24e09b82d9e8bbd5_99 | METHOD:POST PATH:/etc/replication/agents.{runmode}/{name} No description runmode name jcr:content/cq:distribute jcr:content/cq:distribute@TypeHint jcr:content/cq:name jcr:content/cq:template… | openapi_spec |
| bindings__ed0ebea90db9dc22_100 | METHOD:POST PATH:/etc/truststore No description INTENT:RESOURCE_CREATION Create Etc form with validation REST_CREATE_COLLECTION | openapi_spec |
| bindings__38855ab59a391ad1_101 | METHOD:POST PATH:/libs/granite/security/post/authorizables No description authorizableId intermediatePath createUser createGroup rep:password profile/givenName INTENT:AUTHENTICATION Login form with… | openapi_spec |