ibexa

Path

ez publish / technical manual / 5.x / features / rest api / resources / services / list of services / content/object service


Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

  • Content/object service

    HHTP 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)

    Geir Arne Waaler (02/11/2011 12:55 pm)

    Xiongjie Chen, Geir Arne Waaler


    Comments

    There are no comments.