Versions Compared

Key

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

...

Panel
bgColorwhite
borderStylenone

URL Syntax

Wiki Markup
/objects/\{pid\}/datastreams ? \[profiles\] \[asOfDateTime\] \[format\]

HTTP Method

GET

HTTP Response

200

Parameters

Name

Description

Default

Options

{pid}

persistent identifier of the digital object

 

 

profiles

if true, return the datastream profiles

false

true, false

format

the preferred output format

html

xml, html

asOfDateTime

indicates that the result should be relative to the digital object as it existed on the given date

 

yyyy-MM-dd or yyyy-MM-ddTHH:mm:ssZ

Examples

/objects/demo:35/datastreams

/objects/demo:35/datastreams?format=xml&asOfDateTime=2008-01-01T05:15:00ZNot implemented

getNextPID

Panel
bgColorwhite
borderStylenone

URL Syntax

Wiki Markup
/objects/nextPID ? \[numPIDs\] \[namespace\] \[format\]

HTTP Method

POST

HTTP Response

200

Parameters

Name

Description

Default

Options

numPIDs

the number of pids to retrieve

1

 

namespace

the namespace of the requested pid(s)

the default namespace of the repository

 

format

the preferred output format

html

xml, html

Examples

POST: /objects/nextPID

POST: /objects/nextPID?numPIDs=5&namespace=test&format=xml

...