Retrieve deal conflicts
Get deal conflicts
GET
https://ris.rightsline.com/v4/deal/:id/conflicts
This endpoint allows you to retrieve conflicts for a specific deal by ID.
Path Parameters
Name
Type
Description
id*
string
ID of the deal to retrieve conflicts.
Headers
Name
Type
Description
x-api-key*
string
Your company's API key.
Authentication*
string
Authentication token.
Get deal conflict by ID
GET
https://ris.rightsline.com/v4/deal/:id/conflicts/:conflictid
This endpoint allows you to retrieve a conflict by ID for a specific deal by ID.
Path Parameters
Name
Type
Description
id*
number
ID of the deal to retrieve conflict.
conflictid*
guid
ID of the conflict.
Headers
Name
Type
Description
x-api-key*
string
Your company's API key.
Authentication*
string
Authentication token.
Last updated