Geniemode Generic Utils Controller API

Generic Utils Controller

Operations 11

POST /api/gen/SendApprovalEmail send_approval_email #
GET /api/gen/VpOfRm getVpForAllRm #
GET /api/gen/allRoles index #
POST /api/gen/createDemo createDemo #
POST /api/gen/getTncDetails get_tnc #
POST /api/gen/tncAccepted tnc_accepted #
GET /api/gen/usersUnderUser usersUnderUser #
GET /api/gen/usersUnderUser/paginated usersUnderUserPaginated #
GET /api/gen/usersUnderUserPaginated usersUnderUserPaginatedOld #
GET /api/gen/usersUnderVp usersUnderVp #
GET /api/gen/usersWithRole usersWithRole #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/geniemode-generic-utils-controller-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

geniemode-generic-utils-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Generic Utils Controller API
  termsOfService: Terms of service
  contact:
    name: Mani Bhushan
    url: www.geniemode.com
    email: mani.kumar@geniemode.com
  license:
    name: License of API
    url: API license URL
servers:
- url: https://portal.geniemode.com
tags:
- name: generic-utils-controller
  description: Generic Utils Controller
paths:
  /api/gen/SendApprovalEmail:
    post:
      tags:
      - generic-utils-controller
      summary: send_approval_email
      operationId: send_approval_emailUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SendApprovalEmailRequestPayload'
        description: requestPayload
        required: true
  /api/gen/VpOfRm:
    get:
      tags:
      - generic-utils-controller
      summary: getVpForAllRm
      operationId: getVpForAllRmUsingGET
      parameters:
      - name: rmId
        in: query
        description: rmId
        required: false
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/VpRmDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/gen/allRoles:
    get:
      tags:
      - generic-utils-controller
      summary: index
      operationId: indexUsingGET_9
      parameters:
      - name: clientIdList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: count
        in: query
        required: false
        schema:
          type: boolean
      - name: financeImpact
        in: query
        required: false
        schema:
          type: boolean
      - name: financeStatus
        in: query
        required: false
        schema:
          type: string
      - name: leadIdList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: manufacturerIdList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: rmIdList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: status
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/gen/createDemo:
    post:
      tags:
      - generic-utils-controller
      summary: createDemo
      operationId: createDemoUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreateDemoResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateDemoRequest'
        description: createDemoRequest
        required: true
  /api/gen/getTncDetails:
    post:
      tags:
      - generic-utils-controller
      summary: get_tnc
      operationId: get_tncUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetTncDetailResponsePayload'
  /api/gen/tncAccepted:
    post:
      tags:
      - generic-utils-controller
      summary: tnc_accepted
      operationId: tnc_acceptedUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TncAcceptedResponsePayload'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TncAcceptedRequestPayload'
        description: requestPayload
        required: true
  /api/gen/usersUnderUser:
    get:
      tags:
      - generic-utils-controller
      summary: usersUnderUser
      operationId: usersUnderUserUsingGET
      parameters:
      - name: allRoleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: ignoreRmFlag
        in: query
        required: false
        schema:
          type: boolean
      - name: roleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: vpList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ListUserResponseUmsPayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/gen/usersUnderUser/paginated:
    get:
      tags:
      - generic-utils-controller
      summary: usersUnderUserPaginated
      operationId: usersUnderUserPaginatedUsingGET
      parameters:
      - name: allRoleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: ignoreRmFlag
        in: query
        required: false
        schema:
          type: boolean
      - name: roleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: vpList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/gen/usersUnderUserPaginated:
    get:
      tags:
      - generic-utils-controller
      summary: usersUnderUserPaginatedOld
      operationId: usersUnderUserPaginatedOldUsingGET
      parameters:
      - name: allRoleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: ignoreRmFlag
        in: query
        required: false
        schema:
          type: boolean
      - name: roleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: vpList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/gen/usersUnderVp:
    get:
      tags:
      - generic-utils-controller
      summary: usersUnderVp
      operationId: usersUnderVpUsingGET
      parameters:
      - name: allRoleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: ignoreRmFlag
        in: query
        required: false
        schema:
          type: boolean
      - name: roleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: vpList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/gen/usersWithRole:
    get:
      tags:
      - generic-utils-controller
      summary: usersWithRole
      operationId: usersWithRoleUsingGET
      parameters:
      - name: allRoleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: ignoreRmFlag
        in: query
        required: false
        schema:
          type: boolean
      - name: roleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: vpList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
components:
  schemas:
    CreateDemoResponse:
      type: object
      properties:
        token:
          type: string
      title: CreateDemoResponse
    GetTncDetailResponsePayload:
      type: object
      properties:
        company_address:
          type: string
        company_name:
          type: string
      title: GetTncDetailResponsePayload
    TncAcceptedResponsePayload:
      type: object
      properties:
        msg:
          type: string
      title: TncAcceptedResponsePayload
    SendApprovalEmailRequestPayload:
      type: object
      properties:
        status:
          type: boolean
      title: SendApprovalEmailRequestPayload
    CreateDemoRequest:
      type: object
      properties:
        client_id:
          type: integer
          format: int64
        for_client:
          type: boolean
        for_manufacturer:
          type: boolean
      title: CreateDemoRequest
    VpRmDto:
      type: object
      properties:
        rm_id:
          type: integer
          format: int64
        rm_name:
          type: string
        vp_id:
          type: integer
          format: int64
        vp_name:
          type: string
      title: VpRmDto
    TncAcceptedRequestPayload:
      type: object
      properties:
        manufacturer_id:
          type: integer
          format: int64
      title: TncAcceptedRequestPayload
    ListUserResponseUmsPayload:
      type: object
      properties:
        count:
          type: integer
          format: int64
        first_name:
          type: string
        id:
          type: integer
          format: int64
        last_name:
          type: string
        manager:
          $ref: '#/components/schemas/ListUserResponseUmsPayload'
        phone_number:
          type: string
        roles:
          type: array
          items:
            type: string
        username:
          type: string
      title: ListUserResponseUmsPayload