v1
latestOpenAPI 3.0.02026-07-2482421001.1 KBCapture
Form data
Retrieve field data for a <glossary:Form>.
A detailed description of the response can be found on the Form data data type definition.
get/v1/form
Query parameters
uuidstring
The unique identifier of a <glossary:Form>.
pkstring
The unique primary key of a <glossary:Form>.
Response
Success
Example response
{
"status": 200,
"response": {
"pk": 133771,
"uuid": "988a30fe-d25e-40b4-9724-f4c06bacbab5",
"forms": [
{
"pk": 12304,
"uuid": "e6d7d3c7-444c-4cf3-99c7-65bdabb309f9",
"form_type": "ACCOUNT_SUMMARY",
"form_config_pk": 1013,
"tables": [],
"raw_fields": {
"examplefield:field_name": {
"value": "1379.82",
"source_filename": "simple_bank_statement.pdf"
}
}
}
]
},
"message": "OK"
}