Build with Estii

List deal versions

GET
/v1/deal/{id}/versions

Requires read scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Path Parameters

id*string

Query Parameters

space*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/deal/string/versions?space=string"
{  "items": [    {      "id": "string",      "name": "string",      "description": "string",      "status": "string",      "price": 0,      "created_at": 0,      "owner_email": "string"    }  ]}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}