Skip to main content

List units

Reconstructedofficial use case.

query ListUnits($page: Int, $pageSize: Int) {
unitsV2(filters: [], page: $page, pageSize: $pageSize) {
data {
id
name
customReference
externalId
state
createdDate
}
meta {
totalCount
currentPage
hasNextPage
}
}
}
note

state is computed: there is no direct API filter today — filter client-side if needed.