Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Content/object service

HTTP request using an object ID

GET /[api]/ezp/v1/content/object/<objectID> HTTP/1.1
Host: api.example.no

Parameters

ID: numeric. Content object ID

Response Groups

Metadata (default)

Metadata for the requested object (type, date, etc):

  • classIdentifier
  • objectName
  • datePublished
  • dateModified
  • objectRemoteID
  • objectID
  • Links to the fields resources for the node
    • links/<fieldname>
Locations

Available locations for content object with:

  • fullURL
  • nodeID
  • isMainLocation
Fields

Value for all the fields, indexed by attribute identifier

  • type (data_type_string)
  • identifier (attribute identifier)
  • value (textual field representation)
  • id (content attribute ID)
  • classattribute_id

Geir Arne Waaler (25/01/2011 11:23 am)

Andrea Melo (27/07/2012 12:22 pm)

Geir Arne Waaler, Xiongjie Chen, Andrea Melo


Comments

There are no comments.