Πίσω στο Notion File Uploads
Σύνδεση Knoon AI με Notion File Uploads (Notion) για αυτοματοποίηση ροών εργασίας AI.
List Notion file uploads.
notionFileUploadList
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| start_cursor | mustache | Pagination cursor returned by a previous file upload list response. | Όχι |
| page_size | number | Maximum number of file uploads to return. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| file_upload | map | Type-specific list metadata for file_upload. |
| next_cursor | string | Cursor for the next page of results. |
| has_more | boolean | Whether more results are available. |
| results.object | string | Object type. |
| results.id | string | File upload ID. |
| results.created_time | string | Creation timestamp in ISO 8601 format. |
| results.last_edited_time | string | Last edited timestamp in ISO 8601 format. |
| results.filename | string | Uploaded filename. |
| results.content_type | string | Uploaded content type. |
| results.url | string | Upload URL when available. |
| results.expiry_time | string | Expiry timestamp for temporary upload URLs. |
| results.status | string | Upload status. |