POST /api/filters
{
"filter": {
"role_id": 28,
"permission_ids": [
350275019
]
},
"organization_id": 447626438
}
201
{
"search": null,
"resource_type_label": "Architecture",
"unlimited?": true,
"created_at": "2022-09-06 14:36:39 UTC",
"updated_at": "2022-09-06 14:36:39 UTC",
"override?": false,
"id": 1062414196,
"resource_type": "Architecture",
"role": {
"name": "role_test",
"id": 28,
"description": null,
"origin": null
},
"permissions": [
{
"name": "view_architectures",
"id": 350275019,
"resource_type": "Architecture"
}
],
"locations": [],
"organizations": []
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
filter required |
Validations:
|
|
filter[role_id] required |
Validations:
|
|
filter[search] optional , nil allowed |
Validations:
|
|
filter[override] optional , nil allowed |
Validations:
|
|
filter[permission_ids] optional , nil allowed |
Validations:
|
|
filter[organization_ids] optional , nil allowed |
Validations:
|
|
filter[location_ids] optional , nil allowed |
Validations:
|