v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
Microdata

List variables

List variables for a microdata/survey project. Returns name, labl, fid, vid, field_dtype, and sort_order by default. Set detailed=1 to include the full variable metadata blob. Supports pagination via limit and offset.

get/editor/{id}/variables

Path parameters

idinteger required

Project ID (numeric)

Query parameters

detailed0 | 1

Set to 1 to return the full variable metadata (all fields). Defaults to 0 (returns only plain-text DB columns: name, labl, fid, vid, field_dtype, sort_order).

limitinteger

Maximum number of variables to return. Omit or set to 0 to return all variables (no pagination).

offsetinteger

Number of variables to skip before returning results. Used for pagination.

Response

successful operation