Platform Event Schema by Schema ID
GET {{_endpoint}}/services/data/v{{version}}/event/eventSchema/:SCHEMA_ID
Set, reset, or get information about a user password. This resource is available in REST API version 24.0 and later.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
payloadFormat | null | (Optional query parameter. Available in API version 43.0 and later.) The format of the returned event schema. This parameter can take one of the following values. | |
EXPANDED—The JSON representation of the event schema, which is the default format when payloadFormat is not specified in API version 43.0 and later. | |||
COMPACT—A format that adheres to the open-source Apache Avro specification for the record complex type (see Apache Avro Format). Subscribers use the compact schema format to deserialize compact events received in binary form. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |