Python (SDK)
Unit
List Units
Returns a paginated list of all Units in your organization.
GET
Python (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.meitner.se/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The maximum number of Units to return (default: 50) when listing Units
Example:
1
The number of Units to skip before starting to return results (default: 0) when listing Units
Example:
0
Response
Response for Unit List operation - returns a paginated list of Unit
Array of Unit objects
Example:
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"meta": {
"createdAt": "2024-01-15T10:30:00Z",
"createdBy": "987fcdeb-51a2-43d1-b567-123456789abc",
"updatedAt": "2024-01-15T14:45:00Z",
"updatedBy": "987fcdeb-51a2-43d1-b567-123456789abc"
},
"external": {
"sourceID": "12345678",
"source": "ExternalIntegrationAPI"
},
"title": "Norra distriktet",
"description": "Norra grundskole- och förskoleenheten"
}
]
Pagination information
Example:
{ "offset": 0, "limit": 1, "total": 100 }