Retrieve a unit card
Service endpoint are subject to change
#
Method DescriptionReturn the requested asset providing the unique identifier of the asset.
#
HTTP Request#
URL Parameters#
unit_card_id requiredString
The id of the unit card to be retrieved. This must be in string format compliant with ObjectId format.
note
An ObjectId is a 12-byte unique identifier consisting of:
A 4-byte value representing the seconds since the Unix epoch, a 5-byte random value, a 3-byte counter, starting with a random value.
#
Body Parametersnone
#
Sample Code- Python
- Ruby
- cURL
#
ReturnsReturns a Unit Card object.