A valid request URL is required to generate request examples{
"data": {
"member": {
"id": 123,
"object_id": "<string>",
"environment_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {},
"source": 123,
"selectors": [
{
"id": 123,
"asset_group_tag_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"disabled_at": "2023-11-07T05:31:56Z",
"disabled_by": "<string>",
"name": "<string>",
"description": "<string>",
"auto_certify": 0,
"is_default": true,
"allow_disable": true,
"seeds": [
{
"type": 123,
"value": "<string>"
}
]
}
]
}
}
}Get a list of selectors for an object by member id.
A valid request URL is required to generate request examples{
"data": {
"member": {
"id": 123,
"object_id": "<string>",
"environment_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {},
"source": 123,
"selectors": [
{
"id": 123,
"asset_group_tag_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"disabled_at": "2023-11-07T05:31:56Z",
"disabled_by": "<string>",
"name": "<string>",
"description": "<string>",
"auto_certify": 0,
"is_default": true,
"allow_disable": true,
"seeds": [
{
"type": 123,
"value": "<string>"
}
]
}
]
}
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0ID of the asset_group_tag of a selector
ID of member to list selectors
OK
Show child attributes