v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-3119325.1 KB
collection-instrument

Get collection instrument by search string

get/collection-instrument-api/1.0.2/collectioninstrument

Query parameters

searchStringstring dictionary required
Example:{"form_type":%20"001"}

The query used to filter the collection instruments

limitinteger

The limit on the number of hits

Response

Returns the collection instrumenta matching the search string

classifiersstring dictionary
form_typestring dictionary
file_namestring
idstring uuid
surveyIdstring uuid

Example response

{
  "classifiers": "\"COLLECTION_EXERCISE\": [\"8f078c99-2843-47c6-9c57-13e5966fbc9e\"]",
  "form_type": "\"form_type\": \"001\",\"RU_REF\": [\"test_ru_ref\"]",
  "file_name": "file_name",
  "id": "7574283a-d1fd-49df-b684-d7b201e5748a",
  "surveyId": "cb0711c3-0ac8-41d3-ae0e-567e5ea1ef87"
}