Resource

Get resources

get

Required permissions: Resource.Organization.Read Required features: Grid

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Query parameters
organizationIdinteger · int32Required

The identifier of the organization.

marketZoneIdinteger · int32Optional

The identifier of the market zone

Responses
200

List of resources

application/json
get
/api/grid/resource

Save resource reference readings

post

Required permissions: Planning.Organization.ReadWrite Required features: Grid

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Path parameters
resourceIdinteger · int32Required

The identifier of the resource.

Body
Responses
post
/api/grid/resource/{resourceId}/readings/reference

No content

Save resource actual readings

post

Required permissions: Resource.Organization.ReadWrite Required features: Grid | DecisionSupport

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Path parameters
resourceIdinteger · int32Required

The identifier of the resource.

Body
Responses
post
/api/grid/resource/{resourceId}/readings/actual

No content

Revalidate resource transactions

put

Required permissions: Resource.Organization.ReadWrite Required features: Grid | DecisionSupport

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Path parameters
resourceIdinteger · int32Required

The identifier of the resource.

Query parameters
organizationIdinteger · int32Required

The organization identifier

startstring · date-timeRequired

The start date and time represented using ISO 8601 format and is always in UTC time, e.g. midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.

endstring · date-timeRequired

The end date and time represented using ISO 8601 format and is always in UTC time, e.g. midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.

Responses
put
/api/grid/resource/{resourceId}/transactions/revalidate

No content

Last updated

Was this helpful?