***Antipattern***
Count: 1
POST  /{agreementId}/webhooks [Singular last node with POST method.] 

***Pattern***
Count: 25
GET  /{agreementId}/production/electricity/flowsregular methods.
GET  /{agreementId}/production/electricity/dataregular methods.
GET  /{agreementId}/production/electricity/graphregular methods.
GET  /{agreementId}/production/electricity/deliveryregular methods.
GET  /agreementsregular methods.
GET  /{agreementId}/statusregular methods.
GET  /{agreementId}/consumption/gas/flowsregular methods.
GET  /{agreementId}/consumption/electricity/dataregular methods.
GET  /{agreementId}/consumption/districtheat/dataregular methods.
GET  /{agreementId}/consumption/electricity/flowsregular methods.
GET  /{agreementId}/consumption/gas/dataregular methods.
DELETE  /{agreementId}/webhooks/{applicationId} [Pluralized last node with PUT|DELETE method.] 
GET  /{agreementId}/webhooksregular methods.
GET  /{agreementId}/thermostat/programsregular methods.
PUT  /{agreementId}/thermostat/programs [Pluralized last node with PUT|DELETE method.] 
PUT  /{agreementId}/thermostat/states [Pluralized last node with PUT|DELETE method.] 
GET  /{agreementId}/thermostat/statesregular methods.
PUT  /{agreementId}/thermostat [Pluralized last node with PUT|DELETE method.] 
GET  /{agreementId}/thermostatregular methods.
GET  /{agreementId}/devices/{deviceid}regular methods.
PUT  /{agreementId}/devices/{deviceid} [Pluralized last node with PUT|DELETE method.] 
GET  /{agreementId}/devices/{deviceid}/dataregular methods.
GET  /{agreementId}/devicesregular methods.
PUT  /{agreementId}/devices/{deviceid}/flows [Pluralized last node with PUT|DELETE method.] 
GET  /{agreementId}/devices/{deviceid}/flowsregular methods.
