Skip to content

Channel:QueryMethod

Requests the metadata for a Distribution Method.

Controller: Channel
Topic: QueryMethod
Action: Publish
Permissions: None

NameTypeExpectDescription
TypeStringAlwaysThe Distribution Method type to request the details for.
NameTypeExpectDescription
TypeStringAlwaysThe Distribution Method being detailed.
MetadataAnyAlwaysThe metadata of the Distribution Method. Format depends on the type.

See Appendix K - Distribution Channels for more information on the expected Metadata for a type.

Send:

{"Controller":"Channel","Topic":"QueryMethod","TransactionID":1,"Data":{"Type":"Push.Web"}}

Receive:

{"Controller":"Channel","Topic":"QueryChannel","TransactionID":1,"Data":{
"Type":"Push.Web",
"Metadata":{
"applicationServerKey":""BD0ti6D2A..."",
"userVisibleOnly":true
}
}}