[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"conditions": [
{
"operator": "IS",
"field": "<string>",
"value": {}
}
],
"tags": [
{
"id": 123,
"tagName": "<string>",
"tagColor": "<string>",
"systemOwner": true
}
],
"active": true,
"deleted": true,
"createdBy": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"lastModifiedBy": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z"
}
]
[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"conditions": [
{
"operator": "IS",
"field": "<string>",
"value": {}
}
],
"tags": [
{
"id": 123,
"tagName": "<string>",
"tagColor": "<string>",
"systemOwner": true
}
],
"active": true,
"deleted": true,
"createdBy": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"lastModifiedBy": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.