List Document Management Uploads
Perform List Document Management Uploads through NikoHealth.
nikohealth_list_document_management_docsreadnikohealth
Inputs
- Page Size
page_sizenumberOptional numeric value.
Default:
100 - Page Index
page_indexnumberOptional numeric value.
Default:
0 - Sort
sorttextOptional text value.
Default:
"CreatedOn DESC" - Processed Tag Id
processed_tag_idtextOptional text value.
Outputs
successSuccessitemsItemscountCountpage_indexPage Indexhas_moreHas MoreerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"sort": {
"type": "string",
"default": "CreatedOn DESC",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"page_size": {
"type": "number",
"default": 100,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"page_index": {
"type": "number",
"default": 0,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"processed_tag_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"items": {},
"success": {},
"has_more": {},
"page_index": {}
},
"additionalProperties": true
}