Page tree

Versions Compared

Key

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

...

Term search
RequestGET /editor/plugins_termportal_data/search
Params

query * Required. Search query. Wildcard characters '*' and '?' are supported


language Required. ID of language which searched terms belong to.

clientIds Optional. Comma-separated list of integers, representing client IDs.


collectionIds Optional. Comma-separated list of integers, representing collection.

processStatus Optional. Comma-separated list of any of 'unprocessed', 'provisionallyProcessed', 'finalized' and 'rejected'.

noTermDefinedFor If Optional. ID of language, that term is not yet defined for

attr-x Attribute search, where 'x' - is the key in filterWindow.attributes (see Client app setup data response structure). If param name is mentioned among request params but no param value given, the search will return the terms having such attributes defined even with empty value. If param value is given, wildcard characters '*' and '?' are supported, first for multichar and second for single-char purpose

termEntryTbxId asd Optional. Partial tbx ids are supported


termTbxId qwtbxCreatedBy 53 Optional. Partial tbx ids are supported

tbxCreatedBy Optional. ID of person who was specified as creator in imported tbx data (see filterWindow.tbxCreatedBy array in Client app setup data response structure)

tbxCreatedGt Optional. Date in format yyyy-mm-dd is expected

tbxCreatedLt Optional. Date in format yyyy-mm-dd is expected

tbxCreatedAt Optional. Date in format yyyy-mm-dd is expected

tbxUpdatedBy Optional. ID of person who was specified as updater in imported tbx data (see filterWindow.tbxUpdatedBy array in Client app setup data response structure)

tbxUpdatedGt Optional. Date in format yyyy-mm-dd is expected

tbxUpdatedLt Optional. Date in format yyyy-mm-dd is expected


tbxUpdatedAt Optional. Date in format yyyy-mm-dd is expected

tbxCreatedGt 2021-10-13tbxCreatedLt 2022-05-04tbxCreatedAttbxUpdatedBytbxUpdatedGt

tbxUpdatedLt

tbxUpdatedAt


page Page number, default 1


start Results offset, default 0


limit Results limit per page, default 250

...