Get file information
GET /nd/api/file/fileinfo
URL query parameters
| Parameter | Type | Description |
|---|---|---|
id |
string |
Required file ID |
Response
Fields listed in the source: file, success, code.
Calling the Endpoint
Use Authorization: Bearer <access_token>. GET parameters belong in the URL query; normal business POST requests use JSON. Check HTTP status and then the business result. Confirm array serialization and ambiguous types with the deployment instead of inventing fields.