Appearance
document-recurring-invoices​
Get Files​
GET
/accounts/{accountUuid}/documents/v2/recurring-invoices/{documentUuid}/files
Returns a list of files
Authorizations​
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters​
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"documentUuid*
Type
Requiredstring
Format
"uuid"Query Parameters
page
Type
[
"integer",
"null"
]
Default
1Minimum
1perPage
Type
[
"integer",
"null"
]
Minimum
1kind
Type
array
Responses​
Successful response
application/json
JSON"data": [{"uuid": "string","name": "string","createdAt": "string","updatedAt": "string","archivedAt": "string","archivedReason": "string","fileSize": 0,"mimeType": "string","kind": "string"}],"message": "string","status": 200,"meta": {"pagination": {"currentPage": 0,"firstPageUrl": "string","from": 1,"lastPage": 0,"lastPageUrl": "string","nextPageUrl": "string","perPage": 50,"previousPageUrl": "string","to": 50,"totalItems": 0}}
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}