Skip to content

Commit

Permalink
adapt consume data for community days
Browse files Browse the repository at this point in the history
  • Loading branch information
dvg36 authored Dec 2, 2024
1 parent 7cb67a1 commit ef2356d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/tutorials/e2e/boost/consumeData.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,28 +135,6 @@ curl -L -X POST 'http://dataconsumer-1-controlplane.tx.test/management/v2/edrs/r
}' | jq
```

curl -L -X POST 'http://dataconsumer-1-controlplane.tx.test/management/v2/edrs/request' \
-H 'Content-Type: application/json' \
-H 'X-Api-Key: TEST1' \
--data-raw '{
"@context": { "@vocab": "https://w3id.org/edc/v0.0.1/ns/" },
"@type": "QuerySpec",
"filterExpression": [
{
"operandLeft": "contractNegotiationId",
"operator": "=",
"operandRight": "4b260501-ae2f-46f4-9efc-01ba5a0b3d96"
}
]
}' | jq


basurl

basurl/uuid1



### Query edrs response

```json
Expand Down

0 comments on commit ef2356d

Please sign in to comment.