desc "Return a article associate with a profile of type #{kind}" do
                detail "Get only one article of a profile"
                params Entities::Article.documentation
                success Entities::Article
                failure [[Api::Status::Http::FORBIDDEN, "Forbidden"]]