GET
/
project_defined_events
/
{id}
/
filter_types
curl --request GET \
  --url https://api.pocketflows.com/project_defined_events/{id}/filter_types \
  --header 'Authorization: Basic <encoded-value>'
{
  "filter_types": [
    {
      "variable_name": "<string>",
      "type": "string"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

A list of filter types associated with the project-defined event

The response is of type object.