Skip to main content
Version: Next

Get negotiation status by ID

GET 

/api/negotiations/:id

Get negotiation status by ID

Request

Path Parameters

    id stringrequired

Responses

Schema
    @idstringrequired
    Example: 3f2592da-ffc9-40cb-a336-a9daa9343ce8
    @typestringrequired
    Example: dspace:ContractNegotiation
    dspace:consumerPidstringrequired
    Example: urn:example:consumerPid
    dspace:providerPidstringrequired
    Example: urn:example:providerPid
    dspace:statestringrequired
    Example: REQUESTED

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: VPdescription: Verifiable Presentation needed to communicate between two instances of the control plane.
curl -L 'https://tsg.dataspac.es/api/negotiations/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Auth
Parameters
— pathrequired