#main
- queryGet a skeleton of a feed provided by a feed generator. Auth is optional, depending on provider requirements, and provides the DID of the requester. Implemented by Feed Generator Service.
Query Parameters
Name | Type | Details |
---|---|---|
cursor |
string | |
feed |
string (required) |
Reference to feed generator record describing the specific feed being requested. Syntax Format: |
limit |
integer |
Default: Minimum: Maxumum: |
Response Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
cursor |
string | |
feed |
array (required) |
Elements are of type: |
Errors
Name | Description |
---|---|
UnknownFeed |