cURL
curl --request GET \ --url https://v1.api.flux-os.com/integrations/lookups/facilities \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": [ { "name": "<string>", "facility": "<unknown>", "organization": "<unknown>", "start_date": "2023-12-25", "id": "<string>", "end_date": null } ], "meta": { "current_page": 123, "total_pages": 123, "total_items": 123, "per_page": 123 } }
Retrieve a list of facility lookups in the current organization with pagination and filtering options.
Page number for pagination
x >= 1
Filter by date (YYYY-MM-DD) - returns lookups active on this date
A paginated list of facility lookups.
Show child attributes