Annotation

Retrieve suggested email recipients

Retrieves annotations suggested email recipients depending on Queue suggested recipients settings.

post/api/v1/annotations/suggested_recipients

Request body

annotationsstring[] required

List of annotation URLs.

Example request

{
  "annotations": [
    "https://example.rossum.app/api/v1/annotations/314528",
    "https://example.rossum.app/api/v1/annotations/314529"
  ]
}

Response

OK

Example response

{
  "results": [
    {
      "source": "email_header",
      "name": "Don Joe"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.