zulip/templates/zerver/api/fixtures.json

169 lines
5.1 KiB
JSON
Raw Normal View History

{
"render-message":{
"msg":"",
"rendered":"<p><strong>foo<\/strong><\/p>",
"result":"success"
},
"stream-message": {
"msg":"",
"id":134,
"result":"success"
},
"private-message": {
"msg":"",
"id":134,
"result":"success"
},
"update-message": {
"msg":"",
"result":"success"
},
"get-stream-id": {
"stream_id":15,
"result":"success",
"msg":""
},
"get-subscribed-streams": {
"msg":"",
"result":"success",
"subscriptions":[
{
"audible_notifications":true,
"color":"#e79ab5",
"description":"A Scandinavian country",
"desktop_notifications":true,
"email_address":"Denmark+187b4125ed36d6af8b5d03ef4f65c0cf@zulipdev.com:9981",
"in_home_view":true,
"invite_only":false,
"name":"Denmark",
"pin_to_top":false,
"push_notifications":false,
"stream_id":1,
"subscribers":[
"ZOE@zulip.com",
"hamlet@zulip.com",
"iago@zulip.com",
"othello@zulip.com",
"prospero@zulip.com"
]
},
{
"audible_notifications":true,
"color":"#e79ab5",
"description":"Located in the United Kingdom",
"desktop_notifications":true,
"email_address":"Scotland+f5786390183e60a1ccb18374f9d05649@zulipdev.com:9981",
"in_home_view":true,
"invite_only":false,
"name":"Scotland",
"pin_to_top":false,
"push_notifications":false,
"stream_id":3,
"subscribers":[
"ZOE@zulip.com",
"iago@zulip.com",
"othello@zulip.com",
"prospero@zulip.com"
]
},
{
"audible_notifications":true,
"color":"#e79ab5",
"description":"A city in Italy",
"desktop_notifications":true,
"email_address":"Verona+faaa92dc82cf143174ddc098a1c832ef@zulipdev.com:9981",
"in_home_view":true,
"invite_only":false,
"name":"Verona",
"pin_to_top":false,
"push_notifications":false,
"stream_id":5,
"subscribers":[
"AARON@zulip.com",
"ZOE@zulip.com",
"cordelia@zulip.com",
"hamlet@zulip.com",
"iago@zulip.com",
"othello@zulip.com",
"prospero@zulip.com"
]
},
{
"audible_notifications":false,
"color":"#76ce90",
"description":"New stream for testing",
"desktop_notifications":false,
"email_address":"new%0032stream+e1917b4fc733268e91fcc57cf79a9249@zulipdev.com:9981",
"in_home_view":true,
"invite_only":false,
"name":"new stream",
"pin_to_top":false,
"push_notifications":false,
"stream_id":6,
"subscribers":[
"iago@zulip.com"
]
}
]
},
"get-all-streams": {
"msg":"",
"result":"success",
"streams":[
{
"description":"A Scandinavian country",
"invite_only":false,
"name":"Denmark",
"stream_id":1
},
{
"description":"Yet another Italian city",
"invite_only":false,
"name":"Rome",
"stream_id":2
},
{
"description":"Located in the United Kingdom",
"invite_only":false,
"name":"Scotland",
"stream_id":3
},
{
"description":"A northeastern Italian city",
"invite_only":false,
"name":"Venice",
"stream_id":4
},
{
"description":"A city in Italy",
"invite_only":false,
"name":"Verona",
"stream_id":5
},
{
"description":"New stream for testing",
"invite_only":false,
"name":"new stream",
"stream_id":6
}
]
},
"create-user": {
"msg":"",
"result":"success"
},
"get-profile": {
"client_id":"74c768b081076fdb3c4326256c17467e",
"email":"iago@zulip.com",
"full_name":"Iago",
"is_admin":true,
"is_bot":false,
"max_message_id":30,
"msg":"",
"pointer":-1,
"result":"success",
"short_name":"iago",
"user_id":5
}
}