Geniemode Workflow Step Order Map Controller API

Workflow Step Order Map Controller

Operations 7

POST /api/v1/wf-step-order-map/aiAudit aiAudit #
POST /api/v1/wf-step-order-map/aiAudit/{wfStepOrderMapId} aiAudit #
POST /api/v1/wf-step-order-map/aiAuditInvoiceBIL aiAuditInvoiceBIL #
POST /api/v1/wf-step-order-map/fixDueDates fixDueDates #
GET /api/v1/wf-step-order-map/{wfStepOrderMapId}/aiAudits getAiAudits #
POST /api/v1/wf-step-order-map/{wfStepOrderMapId}/mark-at-risk markAtRisk #
POST /api/v1/wf-step-order-map/{wfStepOrderMapId}/unmark-at-risk unmarkAtRisk #

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-workflow-step-order-map-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-workflow-step-order-map-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Workflow Step Order Map 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: workflow-step-order-map-controller
  description: Workflow Step Order Map Controller
paths:
  /api/v1/wf-step-order-map/aiAudit:
    post:
      tags:
      - workflow-step-order-map-controller
      summary: aiAudit
      operationId: aiAuditUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/wf-step-order-map/aiAudit/{wfStepOrderMapId}:
    post:
      tags:
      - workflow-step-order-map-controller
      summary: aiAudit
      operationId: aiAuditUsingPOST_1
      parameters:
      - name: wfStepOrderMapId
        in: path
        description: wfStepOrderMapId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/wf-step-order-map/aiAuditInvoiceBIL:
    post:
      tags:
      - workflow-step-order-map-controller
      summary: aiAuditInvoiceBIL
      operationId: aiAuditInvoiceBILUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AiAuditInvoiceBILDocPayload'
        description: payload
        required: true
  /api/v1/wf-step-order-map/fixDueDates:
    post:
      tags:
      - workflow-step-order-map-controller
      summary: fixDueDates
      operationId: fixDueDatesUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/FixDueDatesDto'
        description: payload
        required: true
  /api/v1/wf-step-order-map/{wfStepOrderMapId}/aiAudits:
    get:
      tags:
      - workflow-step-order-map-controller
      summary: getAiAudits
      operationId: getAiAuditsUsingGET
      parameters:
      - name: wfStepOrderMapId
        in: path
        description: wfStepOrderMapId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/WfStepOrderMapAiAuditDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/wf-step-order-map/{wfStepOrderMapId}/mark-at-risk:
    post:
      tags:
      - workflow-step-order-map-controller
      summary: markAtRisk
      operationId: markAtRiskUsingPOST
      parameters:
      - name: wfStepOrderMapId
        in: path
        description: wfStepOrderMapId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/wf-step-order-map/{wfStepOrderMapId}/unmark-at-risk:
    post:
      tags:
      - workflow-step-order-map-controller
      summary: unmarkAtRisk
      operationId: unmarkAtRiskUsingPOST
      parameters:
      - name: wfStepOrderMapId
        in: path
        description: wfStepOrderMapId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
components:
  schemas:
    WfStepOrderMapAiAuditDto:
      type: object
      properties:
        date_accuracy:
          type: integer
          format: int32
        document_accuracy:
          type: integer
          format: int32
        file_urls:
          type: string
        id:
          type: integer
          format: int64
        image_urls:
          type: string
        prompt:
          type: string
        reasoning:
          type: string
      title: WfStepOrderMapAiAuditDto
    FixDueDatesDto:
      type: object
      properties:
        order_ids:
          type: array
          items:
            type: integer
            format: int64
      title: FixDueDatesDto
    AiAuditInvoiceBILDocPayload:
      type: object
      properties:
        ids:
          type: array
          items:
            type: integer
            format: int64
      title: AiAuditInvoiceBILDocPayload