HateoasLink
FDX / Data Structures / HateoasLink
HATEOAS Link, REST application constraint (Hypermedia As The Engine Of Application State)
HateoasLink Properties
| # | Id | Type | Description |
|---|---|---|---|
| 1 | href | string | URL to invoke the action on the resource |
| 2 | action | string | HTTP Method to use for the request |
| 3 | rel | string | Relation of this link to its containing entity, as defined by and with many example relation values at [IETF RFC5988](https://datatracker.ietf.org/doc/html/rfc5988) |
| 4 | types | Array of ContentTypes | Content-types that can be used in the Accept header |
HateoasLink Usage:
- Capability jwksUrl
- Operation link
- PageMetadataLinks next
- PageMetadataLinks prev