GET notes/{id}

Gets a note.

Request Information

URI

https://ofd-api.blueprintcpq.net/notes/{id}

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

The note.

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>