List Resources
GET
/resources
Returns a paginated list of Resources in the current Space. Supports filtering by type, unit assignment, unassigned status, and text search. Each item includes assigned units and certificate count.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
number
Example
1Page number (1-based)
limit
number
Example
20Items per page (max 100)
sortDir
string
Example
ascSort direction
search
string
Example
johnSearch by name (case-insensitive)
type
string
Example
personFilter by resource type
unitId
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000Filter by Unit ID
unassigned
boolean
If true, only resources not assigned to any unit
sortBy
string
Example
nameSort field
Header Parameters
Section titled “Header Parameters ” X-Space-Id
required
string format: uuid
UUID of the target Space (tenant boundary). Validated against user access.
Responses
Section titled “ Responses ”object
data
required
Array<object>
object
id
required
Resource ID
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000 name
required
Resource name
string
Example
John Smith type
required
Resource type
string
Example
person units
required
Units this resource is assigned to
Array<object>
object
id
required
Unit ID
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000 name
required
Unit name
string
Example
Production Department certificateCount
required
Number of certificates
number
Example
3 meta
required
object
page
required
Current page number
number
Example
1 limit
required
Items per page
number
Example
20 total
required
Total number of items
number
Example
42 totalPages
required
Total number of pages
number
Example
3Unauthorized — missing or invalid JWT
Forbidden — insufficient permissions