You can access an file that you require that belongs to you with our api endpoint.
Stats code | Description |
---|---|
200 | OK |
403 | Forbidden |
404 | Resource not found |
422 | Validation failed, or the endpoint has been spammed. |
curl --location 'https://pdf.fides-solutions.io/api/v1/file-data' \--header 'Content-Type: application/json' \--data '{"fileId": "<YOUR-FILE-ID>","apiKey": "<YOUR-API-TOKEN>"}'
{"name": "file for api","creationDate": "2023-12-04T23:58:22.571Z","publicAvailability": true,"SubmissionCounter": 2,"VisitCounter": 2,"submissions": [{"createdDate": "2023-12-09T17:05:13.207Z","content": {"Name": "James","Lastname": "Smith"}},{"createdDate": "2023-12-09T17:05:29.990Z","content": {"Name": "Tom","Lastname": "Smith"}}]}