These endpoints are used to manage test forms, test phases, and matrices. They are also used to manage attachments on test phases, matrices, and samples.
The format to export the attachment to — currently, .PDF only
Enumerated Values
Property
Value
format
pdf
Example
{
"format": "pdf"
}
GraphAttachmentUpload
Properties
Name
Type
Description
Restrictions
fileName
string
The file name of the graph attachment
Example
{
"fileName": "signature.jpg"
}
GraphAttachmentUploadResponse
Properties
Name
Type
Description
Restrictions
uploadUrl
string
The URL to make a PUT request to, to upload the attachment. Include the file content of the attachment as the body of the request. This is a temporary URL; it should be used immediately when the response is received.
An optional array of partial information about the attachments on the matrix. To include in the response, provide the query string $expand=attachments.
An optional array of partial information about the samples on the matrix. To include in the response, provide the query parameter $expand=samples. To include the samples' attachments, provide the parameter $expand=samples,samples.attachments.
An optional array of partial information about the attachments on the matrix sample. To include in the response, provide the query parameter $expand=attachments.
An optional array of partial information about the attachments on the test form. To include in the response, provide the query parameter $expand=attachments.
An optional array of partial information about the phases on the test form. To include in the response, provide the query parameter $expand=testPhases. To include the phases' matrix digests, provide the parameter $expand=testPhases,testPhases.matrices.
An optional array of partial information about the attachments on the test phase. To include in the response, provide the query string $expand=attachments.