[
{
"name": "<string>",
"sid": "<string>",
"source": {
"id": 123,
"indexPattern": "<string>",
"indexName": "<string>",
"isActive": true
},
"attributes": [
{
"id": 123,
"attributeKey": "<string>",
"attributeValue": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"utmAuditorUser": {}
}
]
}
]
[
{
"name": "<string>",
"sid": "<string>",
"source": {
"id": 123,
"indexPattern": "<string>",
"indexName": "<string>",
"isActive": true
},
"attributes": [
{
"id": 123,
"attributeKey": "<string>",
"attributeValue": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"utmAuditorUser": {}
}
]
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.