# Gets a listing of accounts and their code data Endpoint: GET /accounting/{storeId}/codes/{codeType} Version: v3.0: 3.26.2.2 Security: Auth API User Token ## Path parameters: - `storeId` (string, required) Id of the Yellow Dog Store that is being fetched. The Store ID can be found from the Get All Stores Endpoint as the id Property of the Store Model. - `codeType` (string, required) Type of account (only use ManualAdjust as the codeType) Example: "ManualAdjust" ## Response 200 fields (application/json): - `id` (string) - `description` (string,null) - `type` (string,null) - `placement` (integer) - `store` (object) - `store.accountGLCode` (string,null) - `store.code` (string,null) - `store.accountingId` (string,null) ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 400 fields ## Response 403 fields ## Response 429 fields