Skip to content

Commit

Permalink
Upd: List all data agreements
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Nov 22, 2023
1 parent 0d3b37f commit cbf38db
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions openapi/v2023.11.1/paths/serviceVerificationAgreementList.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
summary: LIST - List all consent records
summary: LIST - List all data agreements
description:
This endpoint is used to list all consent records available for an organisation
This endpoint is used to list all data agreements available for an organisation
defined in the consent building block. The results are paginated.
operationId: serviceVerificationAgreementList
parameters:
- $ref: "../parameters/offset.yaml"
- $ref: "../parameters/limit.yaml"
- $ref: "../parameters/revisionId.yaml"
responses:
"200":
content:
application/json:
schema:
type: object
properties:
consentRecords:
dataAgreements:
type: array
items:
$ref: ../definitions/ConsentRecord.yaml
$ref: ../definitions/DataAgreement.yaml
pagination:
$ref: "../definitions/Pagination.yaml"
description: ""
Expand All @@ -26,7 +27,3 @@ security:
- BearerAuth: []
tags:
- service
x-specification-crudl-model: ""
x-specification-pii-or-sensitive: "False"
x-specification-scenario: "1.1"
x-specification-usecase: UC-C-PIC-A-003

0 comments on commit cbf38db

Please sign in to comment.