place.stream.ingest.getIngestUrls
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: query
Get ingest URLs for a Streamplace station.
Parameters: (None defined)
Output:
- Encoding:
application/json - Schema:
Schema Type: object
| Name | Type | Req’d | Description | Constraints |
|---|---|---|---|---|
ingests | Array of Union of:place.stream.ingest.defs#ingest | ✅ |
Lexicon Source
Section titled “Lexicon Source”{ "lexicon": 1, "id": "place.stream.ingest.getIngestUrls", "defs": { "main": { "type": "query", "description": "Get ingest URLs for a Streamplace station.", "parameters": { "type": "params", "properties": {} }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": ["ingests"], "properties": { "ingests": { "type": "array", "items": { "type": "union", "refs": ["place.stream.ingest.defs#ingest"] } } } } }, "errors": [] } }}