CoreSiteworksRequestType
A Siteworks Request
Fields
List of appointments linked to this request.
When the request status was last updated.
List of supply points on request.
Deprecation
The 'marketSupplyPoints' field is deprecated.Please use 'supplyPointsInterface' instead. It returns SupplyPointInterfaceConnection, whose node is CommonSupplyPointInterface, and supports inline fragments (e.g. `... on WaterSupplyPointType`, `... on ElectricitySupplyPointType`).
- Marked as deprecated on 2026-07-23.
- Scheduled for removal on or after 2027-01-23.
List of supply points on request. Node type is the CommonSupplyPointInterface; use inline fragments to access concrete types.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"appointments": [CoreSiteworksAppointmentType],
"createdAt": "1976-02-13T01:05:25.408475+00:00",
"id": "64ac5db9-d707-407e-855c-384429e821a4",
"lastStatusUpdateAt": "1990-12-31T08:48:37.972545+00:00",
"reason": "run-light-final-summer-pass",
"status": "official-positive-collection-dinner-activity",
"supplyPointsInterface": SupplyPointInterfaceConnection
}