Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return code

Meaning

200

OK, returning the object profile as body, see below

404

Object not found in repository. Body is exception as text/plain
|

401

Unauthorized, the security policy forbade this operation with the supplied user credentials. Body as exception as text/plain
|

400

| Wrong syntax in request, most likely from format or asOfDateTime. Exception as body, text/plain
|

500

| Other, unknown error encountered
|

  • ObjectProfile Contains these fields
    • String pid The pid of the object
    • String objLabel The label of the object
    • String objOwnerID The ownerID of the object
    • String[] objModels The pids of the content models of the object
    • String objCreateDate The creation date
    • String objLastModDate The last modification time
    • String objDissIndexViewURL The REST url for the Dissemination index, as known from the built in search service
    • String objItemIndexViewURL The REST url for the Datastream index, as known from the built in search service
    • String objState The object state, either A (active), I (inactive) or D (deleted)

...