Skip to main content

Read Pull Data Record

GET 

/config/data-space/pull-data-record/:pullDataRecordId

Reads a specific Pull Data Record.

Request

Path Parameters

    pullDataRecordId stringrequired

    ID of the Pull Data Record between a Data Source and Data Using Service

Responses

Pull Data Record read

Response Headers
  • Content-Type json

    Content-Type header

Schema
    pullDataRecord object
    id stringrequired

    ID of the Pull Data Record between a Data Source and Data Using Service

    dataDisclosureAgreementTemplateRevisionId stringrequired

    ID of the Data Disclosure Agreement Template Revision that defines data was pulled against

    dataDisclosureAgreementRecordRevisionId stringrequired

    ID of the Data Disclosure Agreement Record Revision that defines the agreement between the Data Source and Data Using Service

    nonce stringrequired

    Randomly generated nonce

    createdAt intrequired

    Timestamp of the Pull Data Record creation

    token stringrequired

    The Access Token used for pulling data

Loading...