The domains bound to a tile — incident response's "who is serving this". Exactly one of uri and cid is given; uri covers every version, cid one.
Parameters
Output
Encoding
application/jsonbindings
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": [
"bindings"
],
"properties": {
"bindings": {
"type": "array",
"items": {
"ref": "#binding",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "One tile version. Mutually exclusive with uri."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "The tile record's AT-URI. Mutually exclusive with cid."
}
}
},
"description": "The domains bound to a tile — incident response's \"who is serving this\". Exactly one of uri and cid is given; uri covers every version, cid one."
}