post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/digilocker/issued_files
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | List of issues files fetched successfully. |
| name | String | The document’s display name (e.g., “Aadhaar Card”, “Class X Marksheet”). |
| type | String | Indicates the type of record. Usually "file" for DigiLocker documents. |
| size | String | File size (if available). Sometimes blank if not provided by DigiLocker. |
| date | String(DD-MM-YYYY) | The date when the document was issued or added to DigiLocker. |
| parent | String | Represents any parent folder or grouping for the file (blank if none). |
| mime | Array of strings | Lists the supported file formats (e.g., application/pdf, application/xml, application/json). |
| uri | String | Unique document identifier (Uniform Resource Identifier) assigned by DigiLocker. Used to fetch or download the file. |
| doctype | String | Document type code as defined by DigiLocker (e.g., ADHAR, SSCER, PANCR). Each corresponds to a specific document category. |
| description | String | Short textual description of the document. Often matches the name field. |
| issuerid | String | Unique identifier of the issuing organization within DigiLocker (e.g., in.gov.uidai, in.gov.cbse). |
| issuer | String | Full name of the issuing authority or department that issued the document (e.g., “Income Tax Department”). |
