Retrieve a deal

Get deal

GET https://ris.rightsline.com/v4/deal/:id

This endpoint allows you to retrieve a specific deal by ID.

Path Parameters

NameTypeDescription

id

string

ID of the deal to retrieve.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
  "parentRelationship": null,
  "relationshipUpdateRules": null,
  "id": 100,
  "revisionId": 0,
  "title": "Test Deal",
  "template": {
    "fields": [],
    "templateId": 2,
    "templateName": "Distribution Deal",
    "processId": 0,
    "processName": null
  },
  "status": {
    "statusId": 2,
    "statusName": "Created"
  },
  "characteristics": {
    "contract_term_start": "1900-09-09",
    "deal_amount_money": {
      "locAmt": "",
      "locCur": 1,
      "locSym": "USD",
      "divAmt": null,
      "divCur": null,
      "divSym": null
    }
  },
  "comments": [],
  "createdById": 0,
  "createdDate": "2019-10-18T03:09:20.763Z",
  "lastUpdatedById": 0,
  "lastUpdatedDate": "2020-05-29T02:19:04.240Z"
}

Last updated