studyID module

class studyID.StudyID

Bases: Resource

methods: ClassVar[Optional[Collection[str]]] = {'POST'}

The methods this view is registered for. Uses the same default (["GET", "HEAD", "OPTIONS"]) as route and add_url_rule by default.

post()

returns all studyIDs for a given author

Parameters:

author_id (str) – the author ID in question

Returns:

errors – list of relevant studyIDs

Return type:

list

Examples

{

“author_id”:”parkerbremer”

}