For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search Recipient Groups

POST https://ris.rightsline.com/v4/recipient-group/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

query

object

Search criteria. See Search fields for available filters.

start

integer

Zero-based offset for pagination.

rows

integer

Number of results to return (1–100).

Response

{
  "numFound": 1,
  "entities": [
    {
      "id": 1,
      "title": "Recipient Group Title",
      "template": {},
      "status": {},
      "characteristics": {}
    }
  ]
}

Last updated

Was this helpful?