{ "modules": { "cms-kit": { "rootPath": "cms-kit", "remoteServiceName": "CmsKitPublic", "controllers": { "Volo.CmsKit.Public.Tags.TagPublicController": { "controllerName": "TagPublic", "controllerGroupName": "TagPublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.Tags.TagPublicController", "interfaces": [ { "type": "Volo.CmsKit.Tags.ITagAppService" } ], "actions": { "GetAllRelatedTagsAsyncByEntityTypeAndEntityId": { "uniqueName": "GetAllRelatedTagsAsyncByEntityTypeAndEntityId", "name": "GetAllRelatedTagsAsync", "httpMethod": "GET", "url": "api/cms-kit-public/tags/{entityType}/{entityId}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "System.Collections.Generic.List", "typeSimple": "[Volo.CmsKit.Tags.TagDto]" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Tags.ITagAppService" } } }, "Volo.CmsKit.Public.Reactions.ReactionPublicController": { "controllerName": "ReactionPublic", "controllerGroupName": "ReactionPublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.Reactions.ReactionPublicController", "interfaces": [ { "type": "Volo.CmsKit.Public.Reactions.IReactionPublicAppService" } ], "actions": { "GetForSelectionAsyncByEntityTypeAndEntityId": { "uniqueName": "GetForSelectionAsyncByEntityTypeAndEntityId", "name": "GetForSelectionAsync", "httpMethod": "GET", "url": "api/cms-kit-public/reactions/{entityType}/{entityId}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "Volo.Abp.Application.Dtos.ListResultDto", "typeSimple": "Volo.Abp.Application.Dtos.ListResultDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Reactions.IReactionPublicAppService" }, "CreateAsyncByEntityTypeAndEntityIdAndReaction": { "uniqueName": "CreateAsyncByEntityTypeAndEntityIdAndReaction", "name": "CreateAsync", "httpMethod": "PUT", "url": "api/cms-kit-public/reactions/{entityType}/{entityId}/{reaction}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "reaction", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "reaction", "name": "reaction", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "System.Void", "typeSimple": "System.Void" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Reactions.IReactionPublicAppService" }, "DeleteAsyncByEntityTypeAndEntityIdAndReaction": { "uniqueName": "DeleteAsyncByEntityTypeAndEntityIdAndReaction", "name": "DeleteAsync", "httpMethod": "DELETE", "url": "api/cms-kit-public/reactions/{entityType}/{entityId}/{reaction}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "reaction", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "reaction", "name": "reaction", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "System.Void", "typeSimple": "System.Void" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Reactions.IReactionPublicAppService" } } }, "Volo.CmsKit.Public.Ratings.RatingPublicController": { "controllerName": "RatingPublic", "controllerGroupName": "RatingPublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.Ratings.RatingPublicController", "interfaces": [ { "type": "Volo.CmsKit.Public.Ratings.IRatingPublicAppService" } ], "actions": { "CreateAsyncByEntityTypeAndEntityIdAndInput": { "uniqueName": "CreateAsyncByEntityTypeAndEntityIdAndInput", "name": "CreateAsync", "httpMethod": "PUT", "url": "api/cms-kit-public/ratings/{entityType}/{entityId}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "input", "typeAsString": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput, Volo.CmsKit.Public.Application.Contracts", "type": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput", "typeSimple": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "input", "name": "input", "jsonName": null, "type": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput", "typeSimple": "Volo.CmsKit.Public.Ratings.CreateUpdateRatingInput", "isOptional": false, "defaultValue": null, "constraintTypes": null, "bindingSourceId": "Body", "descriptorName": "" } ], "returnValue": { "type": "Volo.CmsKit.Public.Ratings.RatingDto", "typeSimple": "Volo.CmsKit.Public.Ratings.RatingDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Ratings.IRatingPublicAppService" }, "DeleteAsyncByEntityTypeAndEntityId": { "uniqueName": "DeleteAsyncByEntityTypeAndEntityId", "name": "DeleteAsync", "httpMethod": "DELETE", "url": "api/cms-kit-public/ratings/{entityType}/{entityId}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "System.Void", "typeSimple": "System.Void" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Ratings.IRatingPublicAppService" }, "GetGroupedStarCountsAsyncByEntityTypeAndEntityId": { "uniqueName": "GetGroupedStarCountsAsyncByEntityTypeAndEntityId", "name": "GetGroupedStarCountsAsync", "httpMethod": "GET", "url": "api/cms-kit-public/ratings/{entityType}/{entityId}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "System.Collections.Generic.List", "typeSimple": "[Volo.CmsKit.Public.Ratings.RatingWithStarCountDto]" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Ratings.IRatingPublicAppService" } } }, "Volo.CmsKit.Public.Pages.PagesPublicController": { "controllerName": "PagesPublic", "controllerGroupName": "PagesPublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.Pages.PagesPublicController", "interfaces": [ { "type": "Volo.CmsKit.Public.Pages.IPagePublicAppService" } ], "actions": { "FindBySlugAsyncBySlug": { "uniqueName": "FindBySlugAsyncBySlug", "name": "FindBySlugAsync", "httpMethod": "GET", "url": "api/cms-kit-public/pages/{slug}", "supportedVersions": [], "parametersOnMethod": [ { "name": "slug", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "slug", "name": "slug", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "Volo.CmsKit.Public.Pages.PageDto", "typeSimple": "Volo.CmsKit.Public.Pages.PageDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Pages.IPagePublicAppService" } } }, "Volo.CmsKit.Public.Menus.MenuItemPublicController": { "controllerName": "MenuItemPublic", "controllerGroupName": "MenuItemPublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.Menus.MenuItemPublicController", "interfaces": [ { "type": "Volo.CmsKit.Public.Menus.IMenuItemPublicAppService" } ], "actions": { "GetListAsync": { "uniqueName": "GetListAsync", "name": "GetListAsync", "httpMethod": "GET", "url": "api/cms-kit-public/menu-items", "supportedVersions": [], "parametersOnMethod": [], "parameters": [], "returnValue": { "type": "System.Collections.Generic.List", "typeSimple": "[Volo.CmsKit.Menus.MenuItemDto]" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Menus.IMenuItemPublicAppService" } } }, "Volo.CmsKit.Public.GlobalResources.GlobalResourcePublicController": { "controllerName": "GlobalResourcePublic", "controllerGroupName": "GlobalResourcePublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.GlobalResources.GlobalResourcePublicController", "interfaces": [ { "type": "Volo.CmsKit.Public.GlobalResources.IGlobalResourcePublicAppService" } ], "actions": { "GetGlobalScriptAsync": { "uniqueName": "GetGlobalScriptAsync", "name": "GetGlobalScriptAsync", "httpMethod": "GET", "url": "api/cms-kit-public/global-resources/script", "supportedVersions": [], "parametersOnMethod": [], "parameters": [], "returnValue": { "type": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto", "typeSimple": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.GlobalResources.IGlobalResourcePublicAppService" }, "GetGlobalStyleAsync": { "uniqueName": "GetGlobalStyleAsync", "name": "GetGlobalStyleAsync", "httpMethod": "GET", "url": "api/cms-kit-public/global-resources/style", "supportedVersions": [], "parametersOnMethod": [], "parameters": [], "returnValue": { "type": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto", "typeSimple": "Volo.CmsKit.Public.GlobalResources.GlobalResourceDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.GlobalResources.IGlobalResourcePublicAppService" } } }, "Volo.CmsKit.Public.Comments.CommentPublicController": { "controllerName": "CommentPublic", "controllerGroupName": "CommentPublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.Comments.CommentPublicController", "interfaces": [ { "type": "Volo.CmsKit.Public.Comments.ICommentPublicAppService" } ], "actions": { "GetListAsyncByEntityTypeAndEntityId": { "uniqueName": "GetListAsyncByEntityTypeAndEntityId", "name": "GetListAsync", "httpMethod": "GET", "url": "api/cms-kit-public/comments/{entityType}/{entityId}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "Volo.Abp.Application.Dtos.ListResultDto", "typeSimple": "Volo.Abp.Application.Dtos.ListResultDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Comments.ICommentPublicAppService" }, "CreateAsyncByEntityTypeAndEntityIdAndInput": { "uniqueName": "CreateAsyncByEntityTypeAndEntityIdAndInput", "name": "CreateAsync", "httpMethod": "POST", "url": "api/cms-kit-public/comments/{entityType}/{entityId}", "supportedVersions": [], "parametersOnMethod": [ { "name": "entityType", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "entityId", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "input", "typeAsString": "Volo.CmsKit.Public.Comments.CreateCommentInput, Volo.CmsKit.Public.Application.Contracts", "type": "Volo.CmsKit.Public.Comments.CreateCommentInput", "typeSimple": "Volo.CmsKit.Public.Comments.CreateCommentInput", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "entityType", "name": "entityType", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "entityId", "name": "entityId", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "input", "name": "input", "jsonName": null, "type": "Volo.CmsKit.Public.Comments.CreateCommentInput", "typeSimple": "Volo.CmsKit.Public.Comments.CreateCommentInput", "isOptional": false, "defaultValue": null, "constraintTypes": null, "bindingSourceId": "Body", "descriptorName": "" } ], "returnValue": { "type": "Volo.CmsKit.Public.Comments.CommentDto", "typeSimple": "Volo.CmsKit.Public.Comments.CommentDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Comments.ICommentPublicAppService" }, "UpdateAsyncByIdAndInput": { "uniqueName": "UpdateAsyncByIdAndInput", "name": "UpdateAsync", "httpMethod": "PUT", "url": "api/cms-kit-public/comments/{id}", "supportedVersions": [], "parametersOnMethod": [ { "name": "id", "typeAsString": "System.Guid, System.Private.CoreLib", "type": "System.Guid", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "input", "typeAsString": "Volo.CmsKit.Public.Comments.UpdateCommentInput, Volo.CmsKit.Public.Application.Contracts", "type": "Volo.CmsKit.Public.Comments.UpdateCommentInput", "typeSimple": "Volo.CmsKit.Public.Comments.UpdateCommentInput", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "id", "name": "id", "jsonName": null, "type": "System.Guid", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "input", "name": "input", "jsonName": null, "type": "Volo.CmsKit.Public.Comments.UpdateCommentInput", "typeSimple": "Volo.CmsKit.Public.Comments.UpdateCommentInput", "isOptional": false, "defaultValue": null, "constraintTypes": null, "bindingSourceId": "Body", "descriptorName": "" } ], "returnValue": { "type": "Volo.CmsKit.Public.Comments.CommentDto", "typeSimple": "Volo.CmsKit.Public.Comments.CommentDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Comments.ICommentPublicAppService" }, "DeleteAsyncById": { "uniqueName": "DeleteAsyncById", "name": "DeleteAsync", "httpMethod": "DELETE", "url": "api/cms-kit-public/comments/{id}", "supportedVersions": [], "parametersOnMethod": [ { "name": "id", "typeAsString": "System.Guid, System.Private.CoreLib", "type": "System.Guid", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "id", "name": "id", "jsonName": null, "type": "System.Guid", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "System.Void", "typeSimple": "System.Void" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Comments.ICommentPublicAppService" } } }, "Volo.CmsKit.Public.Blogs.BlogPostPublicController": { "controllerName": "BlogPostPublic", "controllerGroupName": "BlogPostPublic", "isRemoteService": true, "apiVersion": null, "type": "Volo.CmsKit.Public.Blogs.BlogPostPublicController", "interfaces": [ { "type": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService" } ], "actions": { "GetAsyncByBlogSlugAndBlogPostSlug": { "uniqueName": "GetAsyncByBlogSlugAndBlogPostSlug", "name": "GetAsync", "httpMethod": "GET", "url": "api/cms-kit-public/blog-posts/{blogSlug}/{blogPostSlug}", "supportedVersions": [], "parametersOnMethod": [ { "name": "blogSlug", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "blogPostSlug", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "blogSlug", "name": "blogSlug", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "blogPostSlug", "name": "blogPostSlug", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" } ], "returnValue": { "type": "Volo.CmsKit.Public.Blogs.BlogPostPublicDto", "typeSimple": "Volo.CmsKit.Public.Blogs.BlogPostPublicDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService" }, "GetListAsyncByBlogSlugAndInput": { "uniqueName": "GetListAsyncByBlogSlugAndInput", "name": "GetListAsync", "httpMethod": "GET", "url": "api/cms-kit-public/blog-posts/{blogSlug}", "supportedVersions": [], "parametersOnMethod": [ { "name": "blogSlug", "typeAsString": "System.String, System.Private.CoreLib", "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null }, { "name": "input", "typeAsString": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto, Volo.Abp.Ddd.Application.Contracts", "type": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto", "typeSimple": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto", "isOptional": false, "defaultValue": null } ], "parameters": [ { "nameOnMethod": "blogSlug", "name": "blogSlug", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", "descriptorName": "" }, { "nameOnMethod": "input", "name": "SkipCount", "jsonName": null, "type": "System.Int32", "typeSimple": "number", "isOptional": false, "defaultValue": null, "constraintTypes": null, "bindingSourceId": "ModelBinding", "descriptorName": "input" }, { "nameOnMethod": "input", "name": "MaxResultCount", "jsonName": null, "type": "System.Int32", "typeSimple": "number", "isOptional": false, "defaultValue": null, "constraintTypes": null, "bindingSourceId": "ModelBinding", "descriptorName": "input" }, { "nameOnMethod": "input", "name": "Sorting", "jsonName": null, "type": "System.String", "typeSimple": "string", "isOptional": false, "defaultValue": null, "constraintTypes": null, "bindingSourceId": "ModelBinding", "descriptorName": "input" } ], "returnValue": { "type": "Volo.Abp.Application.Dtos.PagedResultDto", "typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto" }, "allowAnonymous": null, "implementFrom": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService" } } } } } }, "types": {} }