GET api/skinCentreNotes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of skinCentreNoteExten| Name | Description | Type | Additional information |
|---|---|---|---|
| noteCategoryName | string |
None. |
|
| skinCentreName | string |
None. |
|
| userName | string |
None. |
|
| id | integer |
None. |
|
| noteCategoryID | integer |
None. |
|
| skinCentreAccountNo | integer |
None. |
|
| userID | integer |
None. |
|
| noteContent | string |
None. |
|
| dateCreated | date |
None. |
|
| dateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"noteCategoryName": "sample string 1",
"skinCentreName": "sample string 2",
"userName": "sample string 3",
"id": 4,
"noteCategoryID": 5,
"skinCentreAccountNo": 6,
"userID": 7,
"noteContent": "sample string 8",
"dateCreated": "2025-12-16T21:44:37.8618118+00:00",
"dateUpdated": "2025-12-16T21:44:37.8618118+00:00"
},
{
"$ref": "1"
}
]