Skip to main content
GET
/
admin
/
notes
/
{note_id}
/
{program_id}
Get note details
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/notes/{note_id}/{program_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "note": {},
  "program_id": 123,
  "type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

note_id
integer
required

ID of the note

Example:

1

program_id
string
required

ID of the program

Example:

"donor"

Response

Successful operation

note
object

The edited note

program_id
integer

ID of the program

type
string

Type of the note (entity or donor)