testCase Query
Returns the specified TestCase object.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_integration_permissions, org_manage_integrations, org_view_integrations]. 2. The signed-in User has any of the following permissions for the object's 'integration_Customer' attribute: [customer_admin_integration_permissions, customer_manage_integrations, customer_view_integrations].
Input fields
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the TestCase object. |
Return fields (TestCase)
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the TestCase.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the TestCase.
contentType (String)
Content type of the test payload.
createdAt (DateTime!)
The timestamp at which the object was created.
headers (JSONString)
Test headers as key/value pairs.
id (ID!)
The ID of the object
integration (Integration!)
The Integration this TestCase belongs to.
name (String!)
The name of the TestCase.
payload (String)
Test step payload data.
result (JSONString)
Test step result data.
updatedAt (DateTime!)
The timestamp at which the object was most recently updated.