Foreign Key Relations
Link or Embed Foreign Key Relation
Example
{
"_links": {
"author": { "href": "/users/john" }
...
}
...
}{
...
"_embedded": {
"author": {
"_links": { "self": "/users/john" },
"name": "John Appleseed",
"email": "john@apple.com"
}
}
}Nest Foreign Key Relation
Example
Last updated