No description available.
Input
Encoding
application/jsonuris
array
Required
No description available.
maxLength: 100 itemsOutput
Encoding
application/jsonstates
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": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uris"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 100
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"states"
],
"properties": {
"states": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
}
}