AudioFiles
Get one AudioFile
Retrieve a single AudioFile record by its Id.
GET
Get one AudioFile
Represents a valid audio file stored in the Nexudus account. These can be used in document templates, newsletters or custom pages in the Members Portal and app.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the AudioFile-Read role.Path Parameters
integer
required
The Id of the AudioFile record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
string
Name of the audio file.
string
Description of the audio file.
string
Current file name of the audio (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the audio.
boolean
Set to true to remove the current audio file.
integer
File size in bytes.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one AudioFile