Queries
fileAttachment
Retrieves an item by its ID.
QUERY
fileAttachment(id: ID!): FileAttachmentArguments
id
ID!
required
Returns
LastSessionId
String
_AssetEntitiesCount
Int
Optimized count of assetEntities.
_FileAttachmentEntitiesCount
Int
Optimized count of fileAttachmentEntities.
_created
DateTime
_etag
String
_updated
DateTime
assetEntities
[Entity]
Arguments
filters
contentType
String
createdBy
User associated with creating related attribute. Returns: relationship object
Arguments
filters
createdByApiClient
createdById
Int!
User id that created this object. Returns: int of user_id
downloadUrl
String
entity
entityId
Int
file
String
fileAttachmentEntities
[Entity]
Arguments
filters
fileLocation
String
filename
String
id
Int!
integrationFetchUrl
String
integrationId
String
lastUpdatedByApiClient
prettyStr
String
provider
runStepField
Arguments
filters
s3Bucket
String
Deprecated field in favor of the column 'fileLocation'.
s3Key
String
Deprecated field in favor of the column 'file'.
updatedBy
User associated with updating related attribute. Returns: relationship object
Arguments
filters
updatedById
Int!
User id that updated this object. Returns: int of user_id
url
String
deprecated
To prevent confusion between uploadUrl and downloadUrl, renaming from url to downloadUrl.
Deprecated in favor of more specific downloadUrl.
Query
Variables
Response