Hi, I am attempting to obtain "isVisible" status through the Business Central API, by running a GET request against
{"@odata.context"=>"">businesscentral.anipet.com:7048/.../$metadata
"@odata.etag"=>"W/\"REDACTED\"",
"id"=>"n3bdshn32hbnbsdn32342nsdn3234n23",
"number"=>"56872",
"displayName"=>"Kuddly Kitty Tearless Kitten Shampoo 8OZ | Cat",
"type"=>"Inventory",
"itemCategoryId"=>"redacted",
"itemCategoryCode"=>"GROOMING",
"blocked"=>false,
"gtin"=>"",
"inventory"=>49,
"unitPrice"=>9.85,
"priceIncludesTax"=>false,
"unitCost"=>5.27,
"taxGroupId"=>"redacted",
"taxGroupCode"=>"TAXABLE",
"baseUnitOfMeasureId"=>"redacted",
"baseUnitOfMeasureCode"=>"PC",
"lastModifiedDateTime"=>"2022-04-07T20:56:32.753Z"}
IDs changed or redacted for security.
How am I able to obtain more information about a specific item? Thanks.