GET /info/{textgridUri} ======================= Request Parameters ========================== ======= ====================================================================== Parameter Type Description ========================== ======= ====================================================================== sid String TextGrid SessionID ========================== ======= ====================================================================== Response tgsearch response with metadata for single TextGrid object Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0 Example response:: Die Werbertext/xml 2012-01-11T02:15:23.681+01:00 2012-01-11T02:15:23.681+01:00 2012-01-11T02:15:23.681+01:00 textgrid:mrhg.0 0 hdl:11858/00-1734-0000-0002-9861-3 8759 tvitt@textgrid.de Digitale Bibliothek public TextGrid GET /info/{textgridUri}/revisions ================================= Request Parameters ========================== ======= ====================================================================== Parameter Type Description ========================== ======= ====================================================================== sid String TextGrid SessionID ========================== ======= ====================================================================== Response list of revisions for a single TextGrid object Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0/revisions Example response:: 0 GET /info/{textgridUri}/revisions/meta ====================================== Request Parameters ========================== ======= ====================================================================== Parameter Type Description ========================== ======= ====================================================================== sid String TextGrid SessionID ========================== ======= ====================================================================== Response list of revisions and their metadata for a single TextGrid object Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0/revisions/meta Example response:: Die Werbertext/xml 2012-01-11T02:15:23.681+01:00 2012-01-11T02:15:23.681+01:00 2012-01-11T02:15:23.681+01:00 textgrid:mrhg.0 0 hdl:11858/00-1734-0000-0002-9861-3 8759 tvitt@textgrid.de Digitale Bibliothek public TextGrid GET /info/{textgridUri}/path ============================ Request Parameters ========================== ======= ====================================================================== Parameter Type Description ========================== ======= ====================================================================== sid String TextGrid SessionID ========================== ======= ====================================================================== Response list path (edition->work->aggragation,...) for single TextGrid Object Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0/path Example response:: textgrid:mr25.0 text/tg.collection+tg.aggregation+xml Eichendorff, Joseph von textgrid:ms15.0 text/tg.aggregation+xml Gedichte textgrid:ms02.0 text/tg.edition+tg.aggregation+xml Gedichte (Ausgabe 1841) textgrid:mr2d.0 text/tg.aggregation+xml 2. Sängerleben textgrid:mrhh.0 text/tg.edition+tg.aggregation+xml Die Werber GET /info/{textgridUri}/editionWorkMeta ======================================= Request Parameters ========================== ======= ====================================================================== Parameter Type Description ========================== ======= ====================================================================== sid String TextGrid SessionID ========================== ======= ====================================================================== Response Edition and work metadata for given object from first matching parent edition Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0/editionWorkMeta GET /info/{textgridUri}/metadata ================================ Request Parameters ========================== ======= ====================================================================== Parameter Type Description ========================== ======= ====================================================================== sid String TextGrid SessionID ========================== ======= ====================================================================== Response only the textgrid metatada object for given uri, not surrounded by tgsearch-response xml Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0/metadata Example response:: Die Werbertext/xml 2012-01-11T02:15:23.681+01:00 2012-01-11T02:15:23.681+01:00 2012-01-11T02:15:23.681+01:00 textgrid:mrhg.0 0 hdl:11858/00-1734-0000-0002-9861-3 8759 tvitt@textgrid.de Digitale Bibliothek public TextGrid GET /info/{textgridUri}/parents =============================== Response parent aggregations for TextGrid object Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0/parents Example response:: textgrid:mrhh.0 textgrid:mr2d.0 textgrid:ms02.0 textgrid:ms15.0 textgrid:mr25.0 GET /info/{textgridUri}/children ================================ Response child aggregations and objects for TextGrid aggregation Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/textgrid:mrhg.0/children GET /info/{projectId}/allObjects ================================ Request Parameters: ========================== ======= ====================================================================== Parameter Type Description ========================== ======= ====================================================================== start Integer result number to start with limit Integer number of entries to return ========================== ======= ====================================================================== Response all textgrid uris for the objects contained in the project with id 'projectId' Example request:: curl https://textgridlab.org/1.0/tgsearch-public/info/TGPR-372fe6dc-57f2-6cd4-01b5-2c4bbefcfd3c/allObjects?limit=100