Dow Jones Revisions API

The Revisions API from Dow Jones — 1 operation(s) for revisions.

Operations 1

GET /profiles/{profile-id}/revisions/ Gets all revisions from a profile #

Documentation

📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-screening_and_monitoring_api-batch_screening_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-screening_and_monitoring_api-batch_screening_api_private_list
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-advanced-screening-and-monitoring-api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_search_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_profiles_api-risk_and_compliance_profiles
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_taxonomy_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_profiles_api-profile_history_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-due_diligence_reports_api-risk_reports_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-third_party_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis-dow_jones_newswires_real_time_api-real_time_search_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis-dow_jones_newswires_top_stories_api-top_stories_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis-dow_jones_financial_calendars_api-financial_calendars_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis
📖
Documentation
https://developer.dowjones.com/documents/factiva_integration-factiva_workflow_toolkit-endpoints-get_article
📖
Documentation
https://developer.dowjones.com/documents/factiva_integration-factiva_workflow_toolkit-endpoints-newsletters-newsletters
📖
Documentation
https://developer.dowjones.com/documents/site-docs-factiva_apis-factiva_workflow_apis_rest-factiva_news_search-news_radar_api-news_radar

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/dow-jones-revisions-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 email required.

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

OpenAPI Specification

dow-jones-revisions-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Dow Jones Risk and Compliance Profile Version History Revisions API
  description: API Interface for Version History
  version: 1.1.1
servers:
- url: https://api.dowjones.com
- url: https://eu.api.dowjones.com
tags:
- name: Revisions
paths:
  /profiles/{profile-id}/revisions/:
    get:
      security:
      - bearerAuth: []
      tags:
      - Revisions
      summary: Gets all revisions from a profile
      description: Given a profile id, gets all revisions from that profile. The revision_date can be used to filter.
      operationId: getProfileRevisionsFromProfile
      parameters:
      - $ref: '#/components/parameters/profile-id'
      - $ref: '#/components/parameters/RevisionFilter'
      - $ref: '#/components/parameters/PageOffset'
      - $ref: '#/components/parameters/PageLimit'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProfileRevisionsResponse'
            application/vnd.dowjones.dna.revisions.v_1.0+json:
              schema:
                $ref: '#/components/schemas/ProfileRevisionsResponse'
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/JsonError'
            application/vnd.dowjones.dna.revisions.v_1.0+json:
              schema:
                $ref: '#/components/schemas/JsonError'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/JsonError'
            application/vnd.dowjones.dna.revisions.v_1.0+json:
              schema:
                $ref: '#/components/schemas/JsonError'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/JsonError'
            application/vnd.dowjones.dna.revisions.v_1.0+json:
              schema:
                $ref: '#/components/schemas/JsonError'
components:
  parameters:
    PageLimit:
      name: page[limit]
      in: query
      description: Limit of resources per page
      schema:
        type: integer
    PageOffset:
      name: page[offset]
      in: query
      description: Page offset
      schema:
        type: integer
    profile-id:
      name: profile-id
      required: true
      in: path
      description: Unique profile id that identifies a profile
      schema:
        type: string
    RevisionFilter:
      name: filter[revision_date]
      in: query
      description: Filters by the revision date
      schema:
        type: string
  schemas:
    NewValueItem:
      type: object
      properties:
        value:
          type: string
          example: Arabic
        display_name:
          type: string
          example: Language
    ProfileRevisionsResponse:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: '#/components/schemas/ProfileRevision'
        links:
          $ref: '#/components/schemas/PaginationLinks'
        meta:
          type: object
          properties:
            count:
              type: integer
              example: 1
            paging:
              type: object
              properties:
                offset:
                  $ref: '#/components/schemas/PaginationOffset'
            total_count:
              type: integer
              example: 1
    ErrorObject:
      type: object
      properties:
        code:
          type: string
        title:
          type: string
        status:
          type: string
        detail:
          type: string
        meta:
          type: string
    ProfileRevision:
      type: object
      properties:
        attributes:
          type: object
          properties:
            revision_date:
              type: string
              example: '2021-01-01'
            revision_timestamp:
              type: string
              example: '2021-01-01T11:07:54.356'
            asset:
              type: string
              example: Basic
            section:
              type: string
              example: Names
            sub_section:
              type: string
              example: Expanded Language Variation
            field:
              type: string
              example: Name
            additional_field_info:
              type: string
              example: Single String Name
            change_type:
              type: string
              example: update
            old_value:
              type: string
              example: The Director
            new_value:
              type: array
              items:
                $ref: '#/components/schemas/NewValueItem'
        id:
          type: string
        type:
          type: string
          example: revisions
    PaginationOffset:
      type: object
      properties:
        first:
          type: integer
        last:
          type: integer
        next:
          type: integer
        prev:
          type: integer
    JsonError:
      type: object
      properties:
        errors:
          type: array
          items:
            $ref: '#/components/schemas/ErrorObject'
    PaginationLinks:
      type: object
      properties:
        first:
          type: string
        last:
          type: string
        next:
          type: string
        prev:
          type: string
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT