Overview
public query function getSubmission(
required string submissionId
, array selectFields
)
Returns the submission record matching the given ID
Arguments
Name | Type | Required | Description |
---|
submissionId | string | Yes | The ID of the submission you wish to get |
selectFields | array | No | Array of field names to select |