Logo PopinaPopina API

Fiscal archive file details

This endpoint is used fiscal archive file details

GET/v1/fiscal/{id}

Path Parameters

idstring
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:4004/v1/fiscal/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "string",
  "name": "string",
  "size": 0,
  "startedAt": "2019-08-24T14:15:22Z",
  "closedAt": "2019-08-24T14:15:22Z",
  "signedUrl": "string",
  "metadata": {
    "property1": null,
    "property2": null
  }
}