Get ingest URLs for a Streamplace station.
Output
Encoding
application/jsoningests
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"ingests"
],
"properties": {
"ingests": {
"type": "array",
"items": {
"refs": [
"place.stream.ingest.defs#ingest"
],
"type": "union"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get ingest URLs for a Streamplace station."
}