# List Projects Query all projects available in your scope to return a list of Projects. Use bracket notation in the parameters to filter and order the data. Endpoint: GET /v2/magazine/title Version: 1.0.0 Security: BearerAuth ## Query parameters: - `filter[0][field]` (string) The field to filter on Example: "id" - `filter[0][type]` (string) The type of filtering operation Enum: "eq", "neq", "lt", "lte", "gt", "gte", "isnull", "isnotnull" - `filter[0][value]` (string,integer) The value to filter on Example: 123456789 - `order-by[0][field]` (string) The field to sort by Example: "created_on" - `order-by[0][type]` (string) a fixed value Enum: "field" - `order-by[0][direction]` (string) Descending or ascending. Enum: "desc", "asc" ## Response 200 fields (application/json): - `_links` (object) - `_links.self` (object) - `_links.self.href` (string) Example: "https://api.foleon.com/..." - `_links.first` (object) - `_links.last` (object) - `page_count` (integer) - `page_size` (integer) - `total_items` (integer) - `page` (integer) - `count` (integer) - `total` (integer) - `_embedded` (object) - `_embedded.title` (array) - `_embedded.title.name` (string) - `_embedded.title.identifier` (string) - `_embedded.title.hostname` (string,null) - `_embedded.title.ua_code` (string,null) Example: "UA-xxxxxx-yy" - `_embedded.title.marketo_code` (object) - `_embedded.title.marketo_code.munchkin_id` (string) - `_embedded.title.marketo_code.is_enabled` (boolean) - `_embedded.title.hubspot_code` (object) - `_embedded.title.hubspot_code.hub_id` (string) - `_embedded.title.hubspot_code.hublet` (string,null) - `_embedded.title.pardot_code` (object) - `_embedded.title.pardot_code.piCid` (string) - `_embedded.title.pardot_code.piAid` (string) - `_embedded.title.ga4_config` (object) - `_embedded.title.ga4_config.has_enabled` (boolean) - `_embedded.title.ga4_config.has_events_enabled` (boolean) - `_embedded.title.ga4_config.has_views_enabled` (boolean) - `_embedded.title.ga4_config.measurement_id` (string,null) - `_embedded.title.eloqua_code` (object) - `_embedded.title.eloqua_code.site_id` (string) - `_embedded.title.eloqua_code.custom_tracker_subdomain` (string) - `_embedded.title.security_profile` (string,null) - `_embedded.title.website` (string,null) - `_embedded.title.license` (integer) - `_embedded.title.has_secure_socket_layer` (boolean) - `_embedded.title.affected_on` (string) - `_embedded.title.options` (array) - `_embedded.title.certificate` (string,null) - `_embedded.title.certificate_chain` (string,null) - `_embedded.title.certificate_key` (string,null) - `_embedded.title.automated_certificate` (boolean) - `_embedded.title.id` (integer) - `_embedded.title.created_on` (string) - `_embedded.title.modified_on` (string) - `_embedded.title.logo` (string,null) - `_embedded.title.icon` (string,null) - `_embedded.title.splash` (string,null) - `_embedded.title.rules` (object) - `_embedded.title._computed` (object) - `_embedded.title._computed.background_color` (string) Example: "rgba(0,0,0,0)" - `_embedded.title._computed.editions_count` (integer) - `_embedded.title._computed.editions_published_count` (integer) ## Response 400 fields ## Response 401 fields