Skip to content

place.stream.ingest.getIngestUrls

Lexicon Version: 1

Type: query

Get ingest URLs for a Streamplace station.

Parameters: (None defined)

Output:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
ingestsArray of Union of:
  place.stream.ingest.defs#ingest

{
"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": []
}
}
}