Share via


List Topics

 

Enumerates the topics in a service namespace. An empty feed is returned if no topic exists in the namespace.

Request

Method

Request URI

HTTP Version

GET

https://{serviceNamespace}.servicebus.windows.net/$Resources/Topics

HTTP/1.1

Request Headers

The following table describes required and optional request headers.

Request Header

Description

Authorization

Specifies a WRAPv0.9.7.2 token containing a SimpleWebToken acquired from ACS. Set to WRAP access_token=”{swt}”.

Request Body

None.

Response

The response includes an HTTP status code and a set of response headers.

Response Codes

Code

Description

201

Successfully retrieved list of topics.

401

Authorization failure.

500

Internal error.

For information about status codes, see Status and Error Codes.

Response Headers

None.

Response Body

An AtomPub feed with descriptions of each topic as described in Topic Description.

See Also

Topics
Example: Creating a Topic
Create Topic
Delete Topic
Get Topic
Topic Description