Skip to main content

Get SpecimenDefinition

Get a single SpecimenDefinition by ID.

Query

query GetSpecimenDefinition($id: ID!) {
specimendefinition(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a SpecimenDefinition resource.