Retrieve specific note of case

Overview

Use this API to get a specific note of a case.

Permissions

Actor Permission
User All of the following are required:
  • User must have 'View' action on the 'Notes' resource.
  • The user must be able to view the case provided in the URI. Refer "Get Cases by IDs" API for more information.
Client Application No additional permission is required.
SecurityoAuthUser or oAuthClient
Request
path Parameters
ids
required
string <= 20000 characters

Pass one id or comma sperated list of id(s).

Examples:
Providing single ID.
1001
Providing multiple IDs.
1001,1002
id
required
string <= 255 characters

id of object

Example: 1001
header Parameters
Accept
required
string
Default: application/json

Content type accepted by client.

Enum: "application/json" "application/xml"
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Not Acceptable

500

Internal server error

get/case/{ids}/note/{id}
Request samples
Response samples
application/json
  • GET /core/casemgr/v3/case/1044/note/2056
  • This example demonstrates the following:
    • Get the details of a case note.
{
  • "note": [
    ]
}