Annotations
Get a website annotation
GET
/api/websites/{websiteId}/annotations/{annotationId}Returns the date, all-day setting, and note for a specific website annotation.
Headers
| Name | Type | Description |
|---|---|---|
| Authorizationrequired | string | Authentication credentials, e.g. Bearer <token>. |
Path parameters
| Name | Type | Description |
|---|---|---|
| websiteIdrequired | string | ID of the website. |
| annotationIdrequired | string | ID of the annotation. |
Responses
200The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| allDayrequired | boolean | Whether the annotation applies to the entire day. |
| createdAtrequired | string | Date and time the record was created. |
| daterequired | string | |
| idrequired | string | Unique identifier of the resource. |
| noterequired | string | Text of the annotation. |
| updatedAtrequired | string | Date and time the record was last updated. |
| userIdrequired | string | ID of the associated user. |
| websiteIdrequired | string | ID of the website. |
200 example
401Unauthorized.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
401 example
404Not found.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
404 example
Code samples
cURL