Retrieves Event Topic

Retrieves Event Topic

Retrieves Event Topic by id.

Request
URI
GET
https://{api_host}/event-broker-service/api/topics/{id}
COPY
Path Parameters
string
id
Required

the id of Event Topic


Responses
200

'Success' with the Event Topic

Returns EventTopic of type(s) */*
{
    "blockable": false,
    "name": "string",
    "replyable": false,
    "serviceTypeId": "string",
    "description": "string",
    "persistable": false,
    "id": "string",
    "type": "string"
}
boolean
blockable
Optional

blockable

replySchemaReference
Optional

replySchemaReference

string
name
Optional

name

boolean
replyable
Optional

replyable

string
serviceTypeId
Optional

serviceTypeId

string
description
Optional

description

boolean
persistable
Optional

persistable

string
id
Optional

id

string
type
Required

type

Possible values are : INTERNAL, SYSTEM, REGULAR,
schemaReference
Optional

schemaReference


404

'Not found' if no Event Topic with provided id

Operation doesn't return any data structure