List Define-XML Codelists
define_list_codelistsRetrieve codelists from a loaded Define-XML document with pagination. Specify document ID, number of records, and offset to navigate through results.
Instructions
List codelists from a loaded Define-XML document with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-200). | |
| offset | No | Number of records to skip. | |
| document_id | Yes | ID returned by define_load_document. | |
| response_format | No | Response format: 'json' or 'markdown'. | markdown |