Skip to main content

Links

selfstring

URL to the object or collection of objects.

Example: https://api.bookkeep.com/v1/notifications
currentstringnullable

URL to the current page of objects. This property is only returned when fetching a collection of objects.

Example: https://api.bookkeep.com/v1/notifications?page[number]=1&page[size]=10
nextstringnullable

URL to the next page of notifications. This property is only returned when fetching a collection of objects a next page is available.

laststringnullable

URL to the last page of notifications. This property is only returned when fetching a collection of objects a next page is available.

Links
{
"self": "https://api.bookkeep.com/v1/notifications",
"current": "https://api.bookkeep.com/v1/notifications?page[number]=1&page[size]=10",
"next": "string",
"last": "string"
}