ibexa

Path

ez publish / technical manual / 4.6 / features / rest api / resources / services / list of services / content/field service (spec...


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

  • Content/field service (specific field)

    HTTP request for specific fields

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

    or

    GET /[api]/ezp/v1/content/node/<nodeId>/field/<fieldIdentifier> HTTP/1.1
    Host: api.example.no
    
    Parameters

    ID: Numeric. Either node or object ID, depending on the resource used

    FieldIdentifier: An eZ Publish content field reference. This is the class attribute identifier

    Response Groups

    The output is similar to that of the full fields call, except that it only references the requested field.

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

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

    Xiongjie Chen, Geir Arne Waaler


    Comments

    There are no comments.