Last updated 6 months ago
Was this helpful?
Required permissions: Organization.Organization.Read
The identifier of the organization. Required unless user has global privileges.
GET /api/grid/zone HTTP/1.1 Host: api.switchmarket.se Accept: */*
List of market zones
[ { "id": 1, "createdBy": 1, "createdAt": "2025-04-25T07:58:22.606Z", "name": "text", "timeResolution": 0, "orderQuantityResolution": 1, "organizationIds": [ 1 ] } ]
Required permissions: Organization.Organization.ReadRequired features: Grid
The identifier of the market zone
The identifier of the organization
GET /api/grid/zone/{marketZoneId}/participants HTTP/1.1 Host: api.switchmarket.se Accept: */*
Names and identifiers of all organizations and their resources, that are participating in a given market zone
{ "organizations": [ { "organizationId": 1, "organizationName": "text", "resources": [ { "resourceId": 1, "resourceName": "text" } ] } ], "markets": [ { "marketId": 1, "name": "text", "leadTimeMinutes": 1 } ] }