Skip to main content
GET
/
organizations
/
{organization_id}
/
custom-preset-filters
/
{id}
Retrieve custom preset filter
curl --request GET \
  --url https://api.initdesk.com/organizations/{organization_id}/custom-preset-filters/{id}/ \
  --header 'X-Initdesk-Token: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "created_by": {
    "id": 123,
    "email": "jsmith@example.com",
    "name": "<string>"
  },
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "criteria": "<unknown>"
}

Authorizations

X-Initdesk-Token
string
header
required

Path Parameters

id
string
required
organization_id
string
required

Response

200 - application/json

Serializer for creating and updating custom preset filters.

id
string<uuid>
required
read-only
name
string
required
Maximum string length: 255
created_by
object
required

Read-only creator summary for custom preset filter responses.

created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
visibility
enum<string>
  • personal - Personal
  • organization_shared - Organization shared
Available options:
personal,
organization_shared
criteria
any