...
The only requirement for this verb is usually the resource URI, and the accept header. On top of that, cache request headers can be added, like If-None-Match
, but those aren't fully implemented yet in eZ Publish 5.0.
Response headers
Code Block | ||
---|---|---|
| ||
GET /content/objects/23 HTTP/1.1 Accept: application/vnd.ez.api.ContentInfo+xml |
Response headers
The API will reply with:
- an HTTP response code,
- a few headers,
- the XML representation of the ContentInfo for content with ID 23 in XML format, as specified in the Accept header.
...