File tree 1 file changed +0
-30
lines changed
src/content/data-streams/reference 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -150,36 +150,6 @@ GET /api/v1/reports/page?feedID=<FeedID>&startTimestamp=<StartTimestamp>&limit=<
150
150
}
151
151
```
152
152
153
- ### Return all feeds you have permission to access
154
-
155
- ##### Endpoint
156
-
157
- ** ` /api/v1/feeds ` **
158
-
159
- | Type | Description | Parameter(s) |
160
- | -------- | --------------------------------------------------------- | ------------ |
161
- | HTTP GET | Return a list of all feeds you have permission to access. | None |
162
-
163
- ##### Sample request
164
-
165
- ``` http
166
- GET /api/v1/feeds
167
- ```
168
-
169
- ##### Sample response
170
-
171
- ``` json
172
- {
173
- "feeds" : [
174
- { "feedID" : " hex encoded feedID1" },
175
- { "feedID" : " hex encoded feedID2" },
176
- { "feedID" : " hex encoded feedID3" },
177
- // ...
178
- { "feedID" : " hex encoded feedIDn" }
179
- ]
180
- }
181
- ```
182
-
183
153
## Error response codes
184
154
185
155
| Status Code | Description |
You can’t perform that action at this time.
0 commit comments