Biomarker Categories
Biomarker Categories
Use the biomarkerCategories
query to return all available biomarker categories.
Available Arguments
Argument
Type
Description
first
Int
Retrieves the first results from the list.
Id
ID
Id of Biomarker category.
parentId
ID
Id of parent category.
Available Fields
Field Name
Type
Description
id
ID
Id of Biomarker category.
name
String
Name of category.
order
Int
Sets view order, ascending. Default = 0.
createdAt
datetime
Use the format: YYYY-MM-DDT hh:mm:ssZ
updatedAt
datetime
Use the format: YYYY-MM-DDT hh:mm:ssZ
parent
parent
Parent category.
parent.id
ID
Id of parent category.
parent.name
String
Parent category name.
Example
Last updated