Get Data Record for Content Item

Returns the ID of the corresponding Data Record for a specific Content Item entity.

Request takes no content, and on success returns a response containing a JSON Data Record Identifier for the Data Record of the Content Item.

Type: GET
URI: /rest/serverengine/entity/contentitems/{contentItemId}/datarecord
Parameters:

Path:

  • contentItemId – the ID of the Content Item entity in Server
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content:
Content Type:
Response:
Add. Headers:
Content: JSON Data Record Identifier for the Data Record of Content Item
Content Type: application/json
Status:
  • 200 OK – Data Record Identifier returned
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired