Mark43 CAD Events API

The CAD Events API from Mark43 — 10 operation(s) for cad events.

OpenAPI Specification

mark43-cad-events-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Mark43 Partnerships Associated Records CAD Events API
  version: external
  description: 'Mark43''s Partnerships (External) API lets approved law-enforcement technology partners integrate with a Mark43 agency''s cloud RMS and CAD: create and read reports, persons, evidence and chain-of-custody, attachments, CAD events, warrants, tasks, users, and E911 data. REST over HTTPS with JSON payloads and HTTP Basic authentication using secure API tokens.'
  x-provenance:
    method: derived
    source: https://developers.mark43.com/
    generated: '2026-07-20'
servers:
- url: https://{department}.mark43.com/partnerships/api
  description: Per-agency Mark43 tenant. Replace {department} with your agency subdomain.
  variables:
    department:
      default: department
      description: Your agency's Mark43 tenant subdomain.
security:
- httpBasic: []
tags:
- name: CAD Events
paths:
  /partnerships/api/external/cad/event:
    post:
      tags:
      - CAD Events
      operationId: postCadEvent
      summary: Create/submit event (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/event/additional_info:
    post:
      tags:
      - CAD Events
      operationId: postCadEventAdditionalInfo
      summary: Create/submit additional info (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/event/scheduled:
    get:
      tags:
      - CAD Events
      operationId: getCadEventScheduled
      summary: Retrieve scheduled (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
    post:
      tags:
      - CAD Events
      operationId: postCadEventScheduled
      summary: Create/submit scheduled (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/event/scheduled/update/agency:
    post:
      tags:
      - CAD Events
      operationId: postCadEventScheduledUpdateAgency
      summary: Create/submit agency (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/event/scheduled/update/cfs:
    post:
      tags:
      - CAD Events
      operationId: postCadEventScheduledUpdateCfs
      summary: Create/submit cfs (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/event/scheduled/update/location:
    post:
      tags:
      - CAD Events
      operationId: postCadEventScheduledUpdateLocation
      summary: Create/submit location (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/event/scheduled/update/reschedule:
    post:
      tags:
      - CAD Events
      operationId: postCadEventScheduledUpdateReschedule
      summary: Create/submit reschedule (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/events:
    get:
      tags:
      - CAD Events
      operationId: getCadEvents
      summary: Retrieve events (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/events/active:
    get:
      tags:
      - CAD Events
      operationId: getCadEventsActive
      summary: Retrieve active (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/cad/events/ids:
    get:
      tags:
      - CAD Events
      operationId: getCadEventsIds
      summary: Retrieve ids (CAD Events)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
components:
  schemas:
    ApiResult:
      type: object
      description: Standard Mark43 response envelope wrapping every endpoint's payload.
      properties:
        data:
          description: The created or retrieved object(s); shape varies by endpoint.
        success:
          type: boolean
          description: Whether the request succeeded.
        error:
          type: string
          description: Error message populated when success is false.
      required:
      - success
  securitySchemes:
    httpBasic:
      type: http
      scheme: basic
      description: Secure API token presented via the standard HTTP Basic Authorization header on every request; issued by your Mark43 Technical Services Representative.