Public API Reference
Public API details and usage examples for the Members Portal
Returns the custom fields available for filtering resources.
cURL
curl --request GET \ --url https://spaces.nexudus.com/api/public/resources/fields/searchable \ --header 'Authorization: Basic <encoded-value>'
{ "Fields": [ {} ] }
GET /api/public/resources/fields/searchable
import endpoints from '@/api/endpoints' const { resource: fields } = useTypedData(httpClient, endpoints.resources.searchFields())