curl --request GET \
--url https://v1.api.flux-os.com/organization/facilities \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": [
{
"name": "<string>",
"type": "<unknown>",
"sub_type": "<unknown>",
"start_date": "2023-12-25",
"operator": "<unknown>",
"operator_start_date": "2023-12-25",
"id": "<string>",
"latitude": null,
"longitude": null,
"lsd": null,
"section": null,
"township": null,
"range": null,
"meridian": null,
"operational_status": "ABANDONED",
"licensee": "<unknown>",
"license_status": "ABANDONED",
"license_type": "WELL",
"license_number": null,
"license_issued": null,
"jurisdiction": "ALBERTA",
"regulator_id": null,
"regulator_system": "PETRINEX"
}
],
"meta": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"per_page": 123
}
}Retrieve a list of facilities in the current organization with pagination and filtering options.
curl --request GET \
--url https://v1.api.flux-os.com/organization/facilities \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": [
{
"name": "<string>",
"type": "<unknown>",
"sub_type": "<unknown>",
"start_date": "2023-12-25",
"operator": "<unknown>",
"operator_start_date": "2023-12-25",
"id": "<string>",
"latitude": null,
"longitude": null,
"lsd": null,
"section": null,
"township": null,
"range": null,
"meridian": null,
"operational_status": "ABANDONED",
"licensee": "<unknown>",
"license_status": "ABANDONED",
"license_type": "WELL",
"license_number": null,
"license_issued": null,
"jurisdiction": "ALBERTA",
"regulator_id": null,
"regulator_system": "PETRINEX"
}
],
"meta": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"per_page": 123
}
}Page number for pagination
x >= 1A paginated list of entities.
Show child attributes
ABANDONED, ACTIVE, CANCELLED, MINSUSPEND, NEW, NONREPORTING, RECCERTIFIED, RECEXEMPT, RETIRED, SUSPENDED ABANDONED, AMMENDED, CANCELLED, DECOMMISSION, ISSUED, RE-ENTERED, RECCERTIFIED, RECEXEMPT, SUSPENDED, SUSPENSION WELL, FACILITY ALBERTA, SASKATCHEWAN PETRINEX