GET api/Changes/GetQueues/{inbound}

Gets the list of queues for a certain direction, specified by the inbound parameter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inbound

Indicates the direction in which the queue messages travel. Can be 'Inbound' or 'Outbound'

integer

Required

Body Parameters

None.

Response Information

Resource Description

A QueueList containing a list of 'Inbound' or 'Outbound' Datahub Queues.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.