2017-12-29 06:36:20 +01:00
|
|
|
# Get all streams
|
|
|
|
|
2020-04-28 20:00:46 +02:00
|
|
|
{generate_api_description(/streams:get)}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
|
|
|
## Usage examples
|
|
|
|
|
2018-09-17 16:27:32 +02:00
|
|
|
{start_tabs}
|
|
|
|
{tab|python}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2018-06-18 18:53:13 +02:00
|
|
|
{generate_code_example(python)|/streams:get|example}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2018-09-17 16:27:32 +02:00
|
|
|
{tab|js}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
|
|
|
More examples and documentation can be found [here](https://github.com/zulip/zulip-js).
|
|
|
|
|
2020-10-10 13:45:33 +02:00
|
|
|
{generate_code_example(javascript)|/streams:get|example}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2018-09-17 16:27:32 +02:00
|
|
|
{tab|curl}
|
|
|
|
|
2019-10-10 09:54:14 +02:00
|
|
|
{generate_code_example(curl, include=[""])|/streams:get|example}
|
2018-09-17 16:27:32 +02:00
|
|
|
|
|
|
|
You may pass in one or more of the parameters mentioned above
|
|
|
|
as URL query parameters, like so:
|
|
|
|
|
2019-10-10 09:54:14 +02:00
|
|
|
{generate_code_example(curl, include=["include_public"])|/streams:get|example}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2018-09-17 16:27:32 +02:00
|
|
|
{end_tabs}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2020-06-18 15:35:25 +02:00
|
|
|
## Parameters
|
2018-01-20 22:03:05 +01:00
|
|
|
|
2020-06-18 15:35:25 +02:00
|
|
|
**Note**: The following parameters are all URL query parameters.
|
2018-01-20 22:03:05 +01:00
|
|
|
|
2018-06-18 18:53:13 +02:00
|
|
|
{generate_api_arguments_table|zulip.yaml|/streams:get}
|
2018-01-20 22:03:05 +01:00
|
|
|
|
2017-12-29 06:36:20 +01:00
|
|
|
## Response
|
|
|
|
|
|
|
|
#### Return values
|
|
|
|
|
2020-05-20 11:57:57 +02:00
|
|
|
{generate_return_values_table|zulip.yaml|/streams:get}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
|
|
|
#### Example response
|
|
|
|
|
|
|
|
A typical successful JSON response may look like:
|
|
|
|
|
2018-06-18 18:53:13 +02:00
|
|
|
{generate_code_example|/streams:get|fixture(200)}
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2018-06-01 18:52:53 +02:00
|
|
|
An example JSON response for when the user is not authorized to use the
|
|
|
|
`include_all_active` parameter (i.e. because they are not an organization
|
|
|
|
administrator):
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2018-06-18 18:53:13 +02:00
|
|
|
{generate_code_example|/streams:get|fixture(400)}
|