get_operator_index#
Get operator index by ID.
Backed endpoint | RESTGetOperatorIndex
Arguments#
id
| ObjectID required
ObjectID ID of the resource.
Returns#
response_type
| single
response_object
| Operator Index
Query example
{
get_operator_index(id: "6304c560cbb2b2d2d4053b8e") {
error {
detail
status
}
data {
_id
}
}
}