GET
/
admin
/
notes
/
{note_id}
/
{program_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/notes/{note_id}/{program_id} \
  --header 'Authorization: Bearer <token>'
{
  "note": {},
  "program_id": 123,
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

note_id
integer
required

ID of the note

Example:

1

program_id
string
required

ID of the program

Example:

"donor"

Response

200
application/json
Successful operation
note
object

The edited note

program_id
integer

ID of the program

type
string

Type of the note (entity or donor)