Source Folder Source Descriptions

Description

The Source Folder Source Descriptions resource is a paged list of source descriptions in a specific source folder. Post to this resource to create a new source in a specific folder.

Operations

GET - Get a list of source descriptions in a user-defined collection.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
udcid path The id of the user-defined collection.
count query The maximum number of source descriptions being requested. Default=25. Min=1.
start query The index (zero-based) of the first source description to be returned from a user-defined collection. Default=0. Min=0.
Status Codes
  • 200  -  Upon a successful read.
  • 204  -  If there are no source descriptions in the collection.
  • 400  -  If the request was unable to be understood by the application.
  • 404  -  If the requested collection is not found.
Warnings
301 Returned if the system failed to retrieve the Title and Citation.

POST - Add or move a set of source descriptions to this list of source descriptions in a user-defined collection.

Produces - Specify a returned data format using the Accept header.
Consumes - Specify the incoming data format using the Content-Type header.
Parameters
Name Type Description
udcid path The id of the user-defined collection.
body request-body The sources to add or move.
Status Codes
  • 204  -  The references to the source description(s) were successfully added to the collection.
  • 404  -  One or more of the descriptions referenced was invalid.

Example Requests

Move Sources to a Folder How to move source descriptions to a folder.
Read a Page of the Sources in a Folder How to read a page of sources in folder.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.