Get GL Group by UUID

Retrieve a specific General Ledger group by UUID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

uuidstringRequiredformat: "uuid"
UUID of the GL group

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

includestringOptional

Comma-separated list of field paths to include in the response (e.g. uuid,name,isDefault).

Response

Successful Response
uuidstringOptionalformat: "uuid"
namestringOptional
isDefaultbooleanOptional

Errors

404
Not Found Error