get
https://production-api.shoutaboutus.com/api/v1/partner/error-notifications/notes
Get a paginated list of notes attached to a given error notification, newest-updated first.
Auth: Partner — authentication, under the partner prefix. notification_id must be an integer. An id with no matching notification returns 400 (No notification is available).
Rate limit: No rate limit.
Request
- Query:
notification_id(integer, required) — the parent notification id. - Query:
limit(integer, optional) — page size, default 10. - Query:
page(integer, optional) — page number.
Response — paginated collection ({ data: [.], links, meta }). Each item:
id(int) — note id.notification_id(int) — the parent notification id.note_content(string) — the note text.created_at(string) — formattedm/d/Y.updated_at(string) — formattedY-m-d H:i:s.
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
