PagedResponseOfFile
Paginated response with cursor-based pagination.
- dataType: array object[] · File[]required
The list of data items for this page.
File metadata returned after upload
- contentType: string
Type requiredMIME content type (e.g., "application/pdf", "image/png")
- fileType: string
Name requiredOriginal filename as uploaded
- idType: stringrequired
Unique file identifier (use this when attaching to notes)
- urlType: stringrequired
Download URL for this file
- contentType: integer | string
Length Pattern: ^-?(?:0|[1-9]\d*)$Format: int64File size in bytes
- sourceType: object · FileSource nullable
Where the file lives inside the platform (project room, prospect, project note, network-connection note, or the caller's own upload). Omitted when no edge could be resolved for the file.
- uploadedType: object · ActionUser nullable
By The user who uploaded the file (
id+ displayname). Omitted in three cases: the file has no associated end user (a system or background upload); no source edge could be resolved for the file; or the caller is not permitted to see the uploader's identity (the same visibility rules that govern who can see a participant on the deal). - uploadedType: stringFormat: date-time
Utc UTC timestamp when file was uploaded
- pageType: object · PageInforequired
Pagination metadata.
- hasType: boolean
More requiredTrue if there are more results available after this page.
- pageType: integer | string
Size Pattern: ^-?(?:0|[1-9]\d*)$Format: int32requiredNumber of items requested per page.
- nextType: null | string
Cursor Opaque cursor string to fetch the next page of results. Null if there are no more results.