Search contract scopes
{
"numFound": 1,
"entities": [
{
"id": 1,
"title": "Contract Scope Title",
"template": {},
"status": {},
"characteristics": {}
}
]
}
Last updated
Was this helpful?
POST https://ris.rightsline.com/v4/contract-scope/search
Headers
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Query Parameters
Name
Type
Description
extendedData
boolean
When true, returns additional field metadata alongside characteristic values.
Request Body
Name
Type
Description
start
integer
Zero-based offset for pagination.
rows
integer
Number of results to return (1–100).
{
"numFound": 1,
"entities": [
{
"id": 1,
"title": "Contract Scope Title",
"template": {},
"status": {},
"characteristics": {}
}
]
}
Last updated
Was this helpful?
Was this helpful?

