Clone an Event Type
post
/ic/api/integration/v1/eventTypes/{id}/clone
Clones the event type with the specified code and revision.
If the resource creation is successful, the response header contains the Location header that includes the location URL for the new resource created.
Request
Path Parameters
-
id(required): string
Event type composite identifier. The ID consists of the code and the revision separated by the | (vertical line) character. Format: code%7Crevision. Example: MY_EVENT_TYPE%7C1. When using cURL, substitute the %7C code for the vertical line.
Query Parameters
-
integrationInstance(required): string
This is the name of the service instance. You can get this value from the About page where it is specified in the Service instance field.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
code: string
Event type code
-
description: string
Event type description
-
name: string
Event type name
Response
Supported Media Types
- application/json; charset=utf-8
200 Response
Successful operation
400 Response
Bad request, missing required data
404 Response
Event type not found
500 Response
Server error