integrations

listUseCaseHistory

Retrieve historical versions of a use case's configuration. History entries are returned in reverse chronological order (newest first). Use the 'cursor' parameter for pagination to fetch additional entries.

get/v1/integrations/{integrationId}/use-cases/{useCaseId}/history

Path parameters

integrationIdstring uuid required

The integration ID

useCaseIdstring uuid required

The use case ID

Query parameters

cursorstring

Opaque pagination cursor. Pass the 'next_cursor' value from a previous response to fetch the next page of results.

Response

Successfully retrieved use case history

next_cursorstring

Opaque cursor for fetching the next page. Absent if no more pages.

Changes

Changed in 2 of the 9 revisions of this API.31015

  • a765dc127359184See the full diff
    • the response property history/items/oneOf[InboundUseCaseHistoryEntry]/allOf[subschema #2]/configuration/entities/items/fields became optional for the status 200

      response-property-became-optional

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/constants from the response with the 200 status

      response-optional-property-removed

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/fan_out/split_expression from the response with the 200 status

      response-optional-property-removed

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/file_source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/lookups from the response with the 200 status

      response-optional-property-removed

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/params_mapping from the response with the 200 status

      response-optional-property-removed

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/required_params from the response with the 200 status

      response-optional-property-removed

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/upload/external_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/upload/success_when from the response with the 200 status

      response-optional-property-removed

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/steps/items/body_jsonata to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/steps/items/enabled to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/upload/max_total_bytes to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[InboundUseCaseHistoryEntry]/allOf[subschema #2]/configuration/direct to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 68961a011db02211See the full diff
    • the response property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/response became optional for the status 200

      response-property-became-optional

    • added FileProxyDeliveryConfig to the history/items/oneOf[OutboundUseCaseHistoryEntry]/allOf[subschema #2]/configuration/mappings/items/delivery response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new PATCH enum value to the history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/steps/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new PUT enum value to the history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/steps/items/method response property for the response status 200

      response-property-enum-value-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/constants to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/direction to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/fan_out to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/file_source to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/lookups to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/params_mapping to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/required_params to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[FileProxyUseCaseHistoryEntry]/allOf[subschema #2]/configuration/upload to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[OutboundUseCaseHistoryEntry]/allOf[subschema #2]/configuration/ack_tracking to the response with the 200 status

      response-optional-property-added

    • added the optional property history/items/oneOf[OutboundUseCaseHistoryEntry]/allOf[subschema #2]/configuration/event_filter to the response with the 200 status

      response-optional-property-added

    • added file_proxy discriminator mapping keys to the history/items/oneOf[OutboundUseCaseHistoryEntry]/allOf[subschema #2]/configuration/mappings/items/delivery response property for the response status 200

      response-property-discriminator-mapping-added

Of the 9 revisions, 1 has no diff computed.