AMCS Group ContaminationEvent API

The ContaminationEvent API from AMCS Group — 1 operation(s) for contaminationevent.

Operations 1

GET /visionai/api/integrator/contaminationEvents/changes Request list of Contamination Event changes #

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/amcs-group-contaminationevent-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

amcs-group-contaminationevent-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Core AccessGroup Contamination Event API
  version: core
servers:
- url: https://rstapi-sbx-svc-core.amcsplatform.com/erp/api/integrator/erp
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: ContaminationEvent
paths:
  /visionai/api/integrator/contaminationEvents/changes:
    get:
      tags:
      - ContaminationEvent
      operationId: GetContaminationEventChanges
      summary: Request list of Contamination Event changes
      description: "# Request list of Contamination Event changes\n\nRetrieve changes in the list of Contamination Events for all tenants, that have been made since a specific point in the history\n\n## Input\n\n| Parameter               | Description                |\n| ----------------------- | -------------------------- |\n| since                   | Bookmark from extra.until  |\n| cursor                  | Bookmark from extra.cursor |\n| links                   | N/A                        |\n\n## Output\n\n| Property\t\t\t\t\t\t| Type     | Description\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                              |\n| ------------------- | -------- | ---------------------------------------------------------------------------------- |\n| GUID\t\t\t\t\t\t\t\t| GUID     | ID of the Contamination Event.\t\t\t\t\t\t\t\t\t\t\t\t\t                          \t|\n| TenantId\t\t\t\t\t\t| GUID     | ID of the Tenant associated with the Contamination Event\t\t                        |\n| CustomerName\t\t\t\t\t|string| Name of the customer of the Contamination Event|\n| CompanyOutletId\t\t\t| GUID     | ID of the Company Outlet associated with the Contamination Event                  \t|\n| OutletName\t\t\t| string     | Name of the Company Outlet associated with the Contamination Event                  \t|\n| CustomerSiteId\t\t\t| GUID     | ID of the Customer Site associated with the Contamination Event                     |\n| SiteName\t\t\t| string     | Name of the Site associated with the Contamination Event                     |\n| CustomerType\t\t\t| string     | Type of customer associated with the Contamination Event                     |\n| CustomerAddress\t\t\t| string     | Address of customer associated with the Contamination Event                     |\n| VehicleId\t\t\t\t\t\t| GUID     | ID of the Vehicle associated with the Contamination Event\t\t\t\t                  \t|\n| Latitude\t   \t\t\t  | double   | Location of the Contamination Event                                                |\n| Longitude\t\t\t\t\t\t| double   | Location of the Contamination Event                                                |\n| Timestamp\t\t\t\t\t\t| DateTime | Timestamp of the Contamination Event\t                                              |\n| ContaminationScore \t| int      | Degree of Contamination found                                                      |\n| GrossWeight\t\t\t|double|Gross weight of the Contamination Event\t|\n| TareWeight\t\t\t\t|double| Tare weight of the Contamination Event |\n| NetWeight\t\t\t\t|double| Net weight of the Contamination Event|\n| Seq\t\t\t\t\t|int|Sequence of the Contamination Event |\n| RFID\t\t\t| GUID | RFID of the Contamination Event |\n| WeighErrorCode\t\t| int | Weight error code of the Contamination Event |\n| Lifter\t\t\t\t|int|Lifter of the Contamination Event\t|\n| ContainerId\t\t\t|string|Conntainer Id of the Contamination Event |\n| WasteType\t\t\t\t|string|Waste type of the Contamination Event |\n| QRCodeRawText\t\t\t|string| Raw QR code value of the COntamination Event\n| TotalSurfaceAreaVolume\t\t\t|double| The total surface area of the Contamination Event\n|  Materials\t\t\t|string| The materials detected of the Contamination Event\n| ExternalEventId\t\t\t|string| The external event Id of the Contamination Event\n| ImageSas\t\t\t|byte[]| The image SAS url of the Contamination Event expires within 24 hours\n|extra.until         | string   | Bookmark to put in as \"since\" later - appears when there are no more pages for now |\n| link.next           | URI      | Link to follow to get next page with changes                                       |"
      parameters:
      - name: since
        in: query
        required: false
        schema:
          type: string
      - name: cursor
        required: false
        in: query
        schema:
          type: string
      - name: links
        required: false
        in: query
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResourceChanges_ApiContaminationEventExternalResource'
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          description: ''
        '403':
          $ref: '#/components/responses/Forbidden'
        '404':
          $ref: '#/components/responses/NotFound'
        '500':
          $ref: '#/components/responses/InternalServerError'
        '501':
          $ref: '#/components/responses/NotImplemented'
        '502':
          $ref: '#/components/responses/BadGateway'
        '503':
          $ref: '#/components/responses/ServiceUnavailable'
        '504':
          $ref: '#/components/responses/GatewayTimeout'
components:
  schemas:
    ApiResourceStatus:
      type: object
      properties:
        id:
          type:
          - integer
          - 'null'
          format: int32
        isSuccess:
          type: boolean
      additionalProperties: false
    ApiResourceResultUpdatesExtra:
      type: object
      properties:
        until:
          type:
          - string
          - 'null'
        cursor:
          type:
          - string
          - 'null'
        since:
          type:
          - string
          - 'null'
      additionalProperties: false
    AMCS.IoT.Contamination.Api.Integrator.ContaminationEvent.ApiContaminationEventExternalResourceItem:
      type: object
      properties:
        isValid:
          type: boolean
          readOnly: true
        id:
          type:
          - integer
          - 'null'
          format: int32
          readOnly: true
        id32:
          type: integer
          format: int32
          readOnly: true
        guid:
          type:
          - string
          - 'null'
          format: uuid
        lastChangeReasonId:
          type:
          - integer
          - 'null'
          format: int32
        tempIdentifier:
          type:
          - string
          - 'null'
        tenantId:
          type: string
          format: uuid
        customerName:
          type:
          - string
          - 'null'
        companyOutletId:
          type:
          - string
          - 'null'
          format: uuid
        outletName:
          type:
          - string
          - 'null'
        customerSiteId:
          type:
          - string
          - 'null'
          format: uuid
        siteName:
          type:
          - string
          - 'null'
        customerType:
          type:
          - string
          - 'null'
        customerAddress:
          type:
          - string
          - 'null'
        vehicleId:
          type:
          - string
          - 'null'
          format: uuid
        vehicleReg:
          type:
          - string
          - 'null'
        latitude:
          type:
          - number
          - 'null'
          format: double
        longitude:
          type:
          - number
          - 'null'
          format: double
        timestamp:
          type: string
          format: dateTime
          example: '2000-01-01 00:00:00.000'
        contaminationScore:
          type:
          - integer
          - 'null'
          format: int32
        grossWeight:
          type:
          - number
          - 'null'
          format: double
        tareWeight:
          type:
          - number
          - 'null'
          format: double
        netWeight:
          type:
          - number
          - 'null'
          format: double
        seq:
          type:
          - integer
          - 'null'
          format: int32
        rfid:
          type:
          - string
          - 'null'
          format: uuid
        weighErrorCode:
          type:
          - integer
          - 'null'
          format: int32
        lifter:
          type:
          - integer
          - 'null'
          format: int32
        containerId:
          type:
          - string
          - 'null'
        wasteType:
          type:
          - string
          - 'null'
        qrCodeRawText:
          type:
          - string
          - 'null'
        totalSurfaceAreaVolume:
          type:
          - number
          - 'null'
          format: double
        materials:
          type:
          - string
          - 'null'
        externalEventId:
          type:
          - string
          - 'null'
        imageSas:
          type:
          - string
          - 'null'
          format: byte
      additionalProperties: false
    ApiResourceChanges_ApiContaminationEventExternalResource:
      type: object
      properties:
        errors:
          $ref: '#/components/schemas/ApiResourceErrors'
        status:
          $ref: '#/components/schemas/ApiResourceStatus'
        resource:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/AMCS.IoT.Contamination.Api.Integrator.ContaminationEvent.ApiContaminationEventExternal'
        extra:
          $ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
      additionalProperties: false
    AMCS.IoT.Contamination.Api.Integrator.ContaminationEvent.ApiContaminationEventExternal:
      type: object
      properties:
        resource:
          $ref: '#/components/schemas/AMCS.IoT.Contamination.Api.Integrator.ContaminationEvent.ApiContaminationEventExternalResourceItem'
      additionalProperties: false
    ApiResourceErrors:
      type: object
      properties:
        errors:
          type:
          - string
          - 'null'
      additionalProperties: false
  responses:
    ServiceUnavailable:
      description: Service Unavailable - The server is currently unavailable.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: Service is currently unavailable. Please try again later.
            additionalProperties: false
    Forbidden:
      description: Forbidden - Access denied.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: You do not have permission to access this resource.
            additionalProperties: false
    NotFound:
      description: Not Found - The requested resource was not found.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: The requested resource was not found.
            additionalProperties: false
    BadGateway:
      description: Bad Gateway - The upstream server returned an invalid response.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: Temporary issue with the server. Please try again later.
            additionalProperties: false
    NotImplemented:
      description: This feature is not implemented.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: This feature is not implemented.
            additionalProperties: false
    InternalServerError:
      description: Supplied properties are not valid, please try again with proper request.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: Supplied properties are not valid, please try again with proper request.
            additionalProperties: false
    BadRequest:
      description: Bad Request - Invalid input parameters.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: Invalid request. Please check your input parameters.
            additionalProperties: false
    GatewayTimeout:
      description: Gateway Timeout - The server took too long to respond.
      content:
        application/json:
          schema:
            type: object
            properties:
              error:
                type: string
                example: The request timed out. Please try again later.
            additionalProperties: false