Participants

List the demand response participants

get

List the projects which have enrolled as participants in the demand response modules

Authorizations
AuthorizationstringRequired
Responses
200

successful operation

application/json
get
/dr/participants
200

successful operation

Creates a new demand response participant

post

Creates a demand response participant using the posted data.

Authorizations
AuthorizationstringRequired
Body

Refer to the /schemas/participant endpoint for the full JSON Schema definition

codestringRequired
contactUserstringRequired
phoneContactstringRequired
Responses
200

successful operation

application/json
Responsestring

The participant Id.

post
/dr/participants
200

successful operation

Gets the participant given by participantId

get
Authorizations
AuthorizationstringRequired
Responses
200

successful operation

application/json
get
/dr/participants/{participantId}

Deletes the participant given by participantId

delete
Authorizations
AuthorizationstringRequired
Responses
200

successful operation

No content

delete
/dr/participants/{participantId}

No content