User Source Descriptions

Description

The User Source Descriptions resource is a (paged) list of all source descriptions provided by a specific user.

Operations

GET - Get a list of all source descriptions in all user-defined collections owned by a specific user.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
uid path The id of the user.
count query The maximum number of source descriptions to return. Default=25. Min=1.
start query The zero-based index of the first source description to be returned from a user-defined collection. Default=0. Min=0.
Status Codes
  • 200  -  Upon a successful read.
  • 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.
307 Returned if the system failed to retrieve the Citation. The title is user contributed.

DELETE - Remove one or more source descriptions from all user-defined collections owned by a specific user.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
uid path The ids of the source descriptions to remove from all user-defined collections owned by a specific user.
Status Codes
  • 204  -  The delete was successful.
  • 400  -  One or more of the descriptions referenced was invalid.

Example Requests

Delete Source Descriptions from a Folder How to remove source descriptions from a folder.
Read User Source Descriptions How to read all source descriptions provided by a specific user.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.