ECI Solutions Null API

The null API from ECI Solutions — 13 operation(s) for null.

Operations 13

POST /api/v1/eci-aps/authenticate-user Create api eci aps authenticate user #
GET /api/v1/eci-aps/get-schedule Get api eci aps get schedule #
POST /api/v1/shopview/authenticate-user Create api shopview authenticate user #
GET /api/v1/shopview/filters Get api shopview filters #
GET /api/v1/shopview/get-jobs Get api shopview get jobs #
POST /api/v1/shopview/grid-option Create api shopview grid option #
GET /api/v1/shopview/grid-options Get api shopview grid options #
GET /api/v1/shopview/kpi-definitions Get api shopview kpi definitions #
GET /api/v1/shopview/kpi/jobs-closed Get api shopview kpi jobs closed #
GET /api/v1/shopview/kpi/jobs-in-progress Get api shopview kpi jobs in progress #
GET /api/v1/shopview/kpi/jobs-on-hold Get api shopview kpi jobs on hold #
GET /api/v1/shopview/kpi/jobs-past-due Get api shopview kpi jobs past due #
POST /api/v1/shopview/reset-grid-options Create api shopview reset grid options #

Documentation

Specifications

Other Resources

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/eci-solutions-null-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

eci-solutions-null-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: JobBOSS² Public Null API
  description: Provides a common API surface for accessing ECI ERP JobBOSS².
  version: v1
servers:
- url: https://api-jb2.integrations.ecimanufacturing.com:443
  description: API Host
security:
- Bearer: []
tags:
- name: 'null'
paths:
  /api/v1/eci-aps/authenticate-user:
    post:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Create api eci aps authenticate user
      x-summary-source: derived
      operationId: postApiV1EciApsAuthenticateUser
      x-operation-id-source: derived
  /api/v1/eci-aps/get-schedule:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api eci aps get schedule
      x-summary-source: derived
      operationId: getApiV1EciApsGetSchedule
      x-operation-id-source: derived
  /api/v1/shopview/authenticate-user:
    post:
      tags:
      - 'null'
      parameters:
      - name: userID
        in: query
        schema:
          type: string
      responses:
        '200':
          description: Success
      summary: Create api shopview authenticate user
      x-summary-source: derived
      operationId: postApiV1ShopviewAuthenticateUser
      x-operation-id-source: derived
  /api/v1/shopview/filters:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview filters
      x-summary-source: derived
      operationId: getApiV1ShopviewFilters
      x-operation-id-source: derived
  /api/v1/shopview/get-jobs:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview get jobs
      x-summary-source: derived
      operationId: getApiV1ShopviewGetJobs
      x-operation-id-source: derived
  /api/v1/shopview/grid-option:
    post:
      tags:
      - 'null'
      parameters:
      - name: option
        in: query
        schema:
          type: string
      - name: columnID
        in: query
        schema:
          type: string
      - name: value
        in: query
        schema:
          type: string
      responses:
        '200':
          description: Success
      summary: Create api shopview grid option
      x-summary-source: derived
      operationId: postApiV1ShopviewGridOption
      x-operation-id-source: derived
  /api/v1/shopview/grid-options:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview grid options
      x-summary-source: derived
      operationId: getApiV1ShopviewGridOptions
      x-operation-id-source: derived
  /api/v1/shopview/kpi-definitions:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview kpi definitions
      x-summary-source: derived
      operationId: getApiV1ShopviewKpiDefinitions
      x-operation-id-source: derived
  /api/v1/shopview/kpi/jobs-closed:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview kpi jobs closed
      x-summary-source: derived
      operationId: getApiV1ShopviewKpiJobsClosed
      x-operation-id-source: derived
  /api/v1/shopview/kpi/jobs-in-progress:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview kpi jobs in progress
      x-summary-source: derived
      operationId: getApiV1ShopviewKpiJobsInProgress
      x-operation-id-source: derived
  /api/v1/shopview/kpi/jobs-on-hold:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview kpi jobs on hold
      x-summary-source: derived
      operationId: getApiV1ShopviewKpiJobsOnHold
      x-operation-id-source: derived
  /api/v1/shopview/kpi/jobs-past-due:
    get:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Get api shopview kpi jobs past due
      x-summary-source: derived
      operationId: getApiV1ShopviewKpiJobsPastDue
      x-operation-id-source: derived
  /api/v1/shopview/reset-grid-options:
    post:
      tags:
      - 'null'
      responses:
        '200':
          description: Success
      summary: Create api shopview reset grid options
      x-summary-source: derived
      operationId: postApiV1ShopviewResetGridOptions
      x-operation-id-source: derived
components:
  securitySchemes:
    Bearer:
      type: oauth2
      description: OAuth 2.0 Client Credentials Flow with API Users issued from Integration Engine Management Console
      flows:
        clientCredentials:
          tokenUrl: https://api-user.integrations.ecimanufacturing.com/oauth2/api-user/token
          scopes:
            openid: openid