Retrieve the properties and relationships of a itemVariant object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/itemVariants({id})
GET businesscentralPrefix/companies({id})/items({id})/itemVariants({id})
Request headers
| Header | Value | 
|---|---|
| Authorization | Bearer {token}. Required. | 
Request body
Don't supply a request body for this method.
Response
If successful, this method returns a 200 OK response code and an itemVariants object in the response body.
Example
Request
Here's an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/itemVariants({id})
Response
Here's an example of the response.
{
    "id": "c12af665-c1e3-ea11-aa60-000d3ad7cacb",
    "itemId": "fca5738a-44e3-ea11-bb43-000d3a2feca1",
    "itemNumber": "1896-S",
    "code": "TESTCRUD",
    "description": "test crud"
}
Related information
Tips for working with the APIs
itemvariant
Delete itemvariant
Create itemvariant
Update itemvariant