Connectors

Get connector sync event

Returns one connector sync event detail.

get/v1/connector-sync-events/{connectorSyncEventId}

Path parameters

connectorSyncEventIdstring typeid required

Den TypeID with 'cse_' prefix and a 26-character base32 suffix.

Response

Connector sync event returned successfully.

Changes

Changed in 2 of the 25 revisions of this API.6

    • removed the pattern ^cse_.* from the path request parameter connectorSyncEventId

      request-parameter-pattern-removed

    • the item/connectorInstanceId response's property pattern ^cin_.* was removed for the status 200

      response-property-pattern-removed

    • the item/connectorTargetId/anyOf[subschema #1]/ response's property pattern ^ctg_.* was removed for the status 200

      response-property-pattern-removed

    • the item/id response's property pattern ^cse_.* was removed for the status 200

      response-property-pattern-removed

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

    • added the required property item/attemptCount to the response with the 200 status

      response-required-property-added

    • added the required property item/nextAttemptAt to the response with the 200 status

      response-required-property-added